-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
650 lines (431 loc) · 33.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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:100,400,300,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="imgs/favicon.ico" type="image/x-icon">
<title>Lena Groeger</title>
<style type="text/css">
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.transition, .section > div{
transition: all 0.10s ease-in-out;
-webkit-transition: all 0.10s ease-in-out;
-moz-transition: all 0.10s ease-in-out;
-o-transition: all 0.10s ease-in-out;
}
body {
font-family: 'Roboto Slab', serif;
padding: 0px;
color: #cecece;
margin: 0px;
background: #292929;
letter-spacing: .02em;
background: url("imgs/mosaic.jpg") repeat scroll center top #2a2a2a;
background-size: 100%;
}
#portfolio {
max-width: 960px;
width: 100%;
margin: 0px auto 200px;
padding: 0px 20px;
}
#portfolio > div {
margin:50px auto;
}
img {
margin: auto;
display: block;
max-height: 100px;
}
a {
color:#68b4cc;
text-decoration: none;
cursor: pointer;
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 80px;
color:#33758b;
font-weight: 400;
margin: 50px 0px 30px;
line-height: 1.2em;
}
h2 {
font-size: 24px;
margin: 10px 0px;
font-weight: 400;
letter-spacing: .02em;
}
h4 {
font-weight: 400;
margin:10px 0px;
}
p {
font-size: 16px;
font-weight: 400;
line-height: 1.5em;
max-width: 800px;
margin: 0px 0px 5px 0px
}
#me p {
margin-bottom: 10px
}
#me p span {
display: inline-block;
}
.list p {
font-size: 13px;
margin-left: 30px;
}
.list p em {
font-weight: 400;
font-style: normal;
}
.list p.year {
margin-left: 0px;
margin-top: 10px;
}
.section {
width: 100%;
margin:10px auto;
display: inline-block;
}
.section > div {
width: 100px;
height: 100px;
float: left;
text-align: center;
display: inline-block;
margin: 0px .5% .5% 0px;
position: relative;
cursor: pointer;
overflow: hidden;
}
.section > div .label {
position: absolute;
top: 0px;
opacity: 0;
width: 100%;
display: inline-block;
left: 0px;
height: 100%;
background: rgba(0,0,0,0);
padding-top: 10px;
cursor: pointer;
}
.section > div:hover .label {
opacity: 1;
background: rgba(0,0,0,.7);
}
.section > div .label p {
text-align: left;
color:#fff;
font-size: 11px;
padding-left:10px;
font-weight: bold;
line-height: 1.4em
}
a div {
cursor: pointer;
}
a.icon {
display: inline-block;
width: 20px;
text-decoration: none;
margin:0px 4px;
position: relative;
top: 3px;
}
a.mailicon {
top: 0px;
}
a.twittericon {
width: 21px;
top: 2px;
}
a.flickricon {
width: 17px;
}
a.githubicon {
width: 19px;
margin:0px 3px 0px 1px;
}
svg {
fill:#33758B;
}
a:hover svg {
fill:#cecece;
}
@media screen and (max-width: 550px){
h1 {
font-size: 60px;
}
}
@media screen and (max-width: 400px){
p {
font-size: 17px
}
.section > div {
width: 32%;
height: 110px;
margin: 0px 1% 1% 0px;
}
.section > div > div {
overflow: hidden
}
img {
height: 100%;
max-height: 120px;
width: 100%;
max-width: 120px
}
a.icon {
width: 17px;
margin:0px 3px;
}
}
</style>
<body>
<div id="portfolio">
<div id="me">
<h1>Lena V. Groeger</h1>
<p>I'm a journalist, designer and developer living in the Bay Area. I'm the graphics director at <a href="https://www.propublica.org/site/author/lena_groeger">ProPublica</a>, where I edit charts and visual stories. I teach classes and workshops on design, coding and data visualization, and sometimes write or speak about them. </p><p>Feel free to get in touch! You can send me an <a href="mailto:lena.groeger@propublica.org" class="mailicon icon" alt="Email" title="email">
<svg x="0px" y="0px" viewBox="0 0 24 15.9" xml:space="preserve">
<path class="st0" d="M0,0v2.4l12,5.8l12-5.8V0H0z M0,4.5v11.4h24V4.5l-12,5.7L0,4.5z"/>
</svg>
</a>
or find me on the internet:
<span class="icons">
<a href="http://twitter.com/lenagroeger" class="twittericon icon" alt="Twitter" title="twitter">
<svg x="0px" y="0px" viewBox="0 0 49.1 39.9" xml:space="preserve">
<g id="layer1" transform="translate(-539.17946,-568.85777)">
<path id="path3611" class="st0" d="M554.7,608.8c18.5,0,28.6-15.3,28.6-28.6c0-0.4,0-0.9,0-1.3c2-1.4,3.7-3.2,5-5.2
c-1.8,0.8-3.7,1.3-5.8,1.6c2.1-1.2,3.7-3.2,4.4-5.6c-1.9,1.2-4.1,2-6.4,2.4c-1.8-2-4.4-3.2-7.3-3.2c-5.6,0-10.1,4.5-10.1,10
c0,0.8,0.1,1.6,0.3,2.3c-8.4-0.4-15.8-4.4-20.7-10.5c-0.9,1.5-1.4,3.2-1.4,5.1c0,3.5,1.8,6.6,4.5,8.4c-1.6-0.1-3.2-0.5-4.6-1.3v0.1
c0,4.9,3.5,8.9,8.1,9.9c-0.8,0.2-1.7,0.4-2.7,0.4c-0.6,0-1.3-0.1-1.9-0.2c1.3,4,5,6.9,9.4,7c-3.4,2.7-7.8,4.3-12.5,4.3
c-0.8,0-1.6,0-2.4-0.1C543.7,607.1,549,608.8,554.7,608.8"/>
</g>
</svg>
</a>
<a href="https://github.com/lenagroeger" class="githubicon icon" alt="GitHub" title="github">
<svg x="0px" y="0px" viewBox="0 0 32.6 31.8" xml:space="preserve">
<path class="st0" d="M16.3,0C7.3,0,0,7.3,0,16.3c0,7.2,4.7,13.3,11.1,15.5c0.8,0.1,1.1-0.4,1.1-0.8c0-0.4,0-1.4,0-2.8
c-4.5,1-5.5-2.2-5.5-2.2c-0.7-1.9-1.8-2.4-1.8-2.4c-1.5-1,0.1-1,0.1-1c1.6,0.1,2.5,1.7,2.5,1.7c1.5,2.5,3.8,1.8,4.7,1.4
c0.1-1.1,0.6-1.8,1-2.2c-3.6-0.4-7.4-1.8-7.4-8.1c0-1.8,0.6-3.2,1.7-4.4C7.4,10.7,6.8,9,7.7,6.8c0,0,1.4-0.4,4.5,1.7
c1.3-0.4,2.7-0.5,4.1-0.5c1.4,0,2.8,0.2,4.1,0.5c3.1-2.1,4.5-1.7,4.5-1.7c0.9,2.2,0.3,3.9,0.2,4.3c1,1.1,1.7,2.6,1.7,4.4
c0,6.3-3.8,7.6-7.4,8c0.6,0.5,1.1,1.5,1.1,3c0,2.2,0,3.9,0,4.5c0,0.4,0.3,0.9,1.1,0.8c6.5-2.2,11.1-8.3,11.1-15.5
C32.6,7.3,25.3,0,16.3,0z"/>
</svg>
</a>
</span>
</p>
<p>For people interested in using data, design and code for journalism, I've put together <a target="_blank" href="https://lenagroeger.com/resources/"> a big list of resources</a> for getting started. I hope it's useful! </p>
</div>
<div id="work">
<h2>Work</h2>
<div class="section" >
<h4>Graphics & Data Visualization</h4>
<div><a target="_blank" href="https://projects.propublica.org/parler-capitol-videos/"><div><img src="imgs/parler.png"></div> <div class="label"><p>What Parler Saw During the Attack on the Capitol</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/nypd-unchecked-power/"><div><img src="imgs/nypd.png"></div> <div class="label"><p>Unchecked Power</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/coronavirus-unemployment/"><div><img src="imgs/unemployment.gif"></div> <div class="label"><p>What Coronavirus Job Losses Reveal About Racism in America</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/reopening-america/"><div><img src="imgs/reopening.gif"></div> <div class="label"><p>States Are Reopening: See How COVID Cases Rise or Fall</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/trump-inc-podcast-one-trump-tax-cut-meant-to-help-the-poor-a-billionaire-ended-up-winning-big"><div><img src="imgs/misalign.gif"></div> <div class="label"><p>One Trump Tax Cut Was Meant to Help the Poor</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/graphics/wva"><div><img src="imgs/wva.gif"></div> <div class="label"><p>Powerless: West Virginia Split Ownership</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/graphics/rape_clearance"><div><img src="imgs/rape_clearance.gif"></div> <div class="label"><p>Is Your Police Department Inflating Rape Clearance Rates?</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/miseducation/"><div><img src="imgs/miseducation.gif"></div> <div class="label"><p>Miseducation: Is There Racial Inequality at Your School?</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/graphics/civil-rights-violations"><div><img src="imgs/civilrights.gif"></div> <div class="label"><p>Has Your School Been Investigated for Civil Rights Violations?</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/asylum/"><div><img src="imgs/waitinggame.gif"></div> <div class="label"><p>The Waiting Game</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/graphics/trump-job-promises"><div><img src="imgs/trump.gif"></div> <div class="label"><p>What Happened to All the Jobs Trump Promised?</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/bombs/"><div><img src="imgs/bombs2.gif"></div> <div class="label"><p>Bombs in Your Backyard</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/graphics/gdp"><div><img src="imgs/imm3.gif"></div> <div class="label"><p>The Immigration Effect </p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/case-farms-chicken-industry-immigrant-workers-and-american-labor-law#trend-maps"><div><img src="imgs/poultry6.gif"></div> <div class="label"><p>Sold for Parts: Hispanic Immigration Follows Poultry Production </p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/graphics/lost-cause"><div><img src="imgs/lostcause.gif"></div> <div class="label"><p>Lost Cause </p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/evictions/"><div><img src="imgs/evictions.gif"></div> <div class="label"><p>Tracking Evictions in NYC</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/electionbot/"><div><img src="imgs/election.png"></div> <div class="label"><p>Election Data Bot</p></div></a></div>
<div><a target="_blank" href="http://projects.propublica.org/graphics/workers-compensation-benefits-by-limb"><div><img src="imgs/workcomp.gif"></div> <div class="label"><p>How Much is a Limb Worth?</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/cruises/"><div><img src="imgs/cruisecontrol.gif"></div> <div class="label"><p>Cruise Control</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/graphics/afghan"><div><img src="imgs/afghan-waste.gif"></div> <div class="label"><p>We Blew $17 Billion in Afghanistan.</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/graphics/narco"><div><img src="imgs/narco.gif"></div> <div class="label"><p>The Making of a Narco-Terrorist</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/graphics/dividend"><div><img src="imgs/tax.gif"></div> <div class="label"><p>Tax Avoidance Has a Heartbeat</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/treatment/"><div><img src="imgs/treatment.gif"></div> <div class="label"><p>Treatment Tracker</p></div></a></div>
<div><a target="_blank" href="http://projects.propublica.org/graphics/ny-millions"><div><img src="imgs/nycounties.gif"></div> <div class="label"><p>The Millions New York Counties Coulda Got</p></div></a></div>
<div><a target="_blank" href="http://projects.propublica.org/graphics/temps-around-the-world"><div><img src="imgs/temps2.gif"></div> <div class="label"><p>Temp Worker Regulations Around the World</p></div></a></div>
<div><a target="_blank" href="https://projects.propublica.org/emergency/"><div><img src="imgs/er2.jpg"></div> <div class="label"><p>ER Wait Watcher</p></div></a></div>
<div><a target="_blank" href="http://projects.propublica.org/checkup"><div><img src="imgs/checkup.gif"></div> <div class="label"><p>Prescriber Checkup</p></div></a></div>
<div><a target="_blank" href="https://web.archive.org/web/20140704111736/http://projects.propublica.org/guns/#nra"><div><img src="imgs/guns.gif"></div> <div class="label"><p>Where Congress Stands on Guns</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/special/murdochs-circle-the-growing-news-international-scandal"><div><img src="imgs/murdoch.gif"></div> <div class="label"><p>Murdoch’s Circle: The News International Scandal</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/tylenol-mcneil-fda-use-only-as-directed#around-the-world"><div><img src="imgs/ty.jpg"></div> <div class="label"><p>Use Only As Directed</p></div></a></div>
<div><a target="_blank" href="http://projects.propublica.org/graphics/cia-drones-strikes"><div><img src="imgs/cia.gif"></div> <div class="label"><p>Stacking Up Drone Claims</p></div></a></div>
<div><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/newwebsite/imgs/DeadDollarsDrones.jpg"><div><img src="imgs/911.gif"></div> <div class="label"><p>The Dead, the Dollars, the Drones: 9/11 Era by the Numbers</p></div></a></div>
<!-- <div><a target="_blank" href=""><div><img src="imgs/img.png"></div> <div class="label"><p>Label</p></div></a></div>
-->
</div>
<div class="section">
<h4>Writing</h4>
<div><a target="_blank" href="https://www.propublica.org/article/forms-matter"><div><img src="imgs/census.gif"></div> <div class="label"><p>Forms Matter</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/when-the-designer-shows-up-in-the-design"><div><img src="imgs/midwest.jpg"></div> <div class="label"><p>When the Designer Shows Up In the Design</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/disenfranchised-by-bad-design"><div><img src="imgs/ballots.gif"></div> <div class="label"><p>Disenfranchised by Bad Design</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/if-it-needs-a-sign-its-probably-bad-design"><div><img src="imgs/door.jpg"></div> <div class="label"><p>If It Needs a Sign, It’s Probably Bad Design</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/discrimination-by-design"><div><img src="imgs/redline.jpg"></div> <div class="label"><p>Discrimination by Design</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/looks-can-kill-the-deadly-results-of-flawed-design"><div><img src="imgs/designkills.jpg"></div> <div class="label"><p>The Deadly Results of Flawed Design</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/set-it-and-forget-it-how-default-settings-rule-the-world"><div><img src="imgs/default.jpg"></div> <div class="label"><p>How Default Settings Rule the World</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/five-things-i-learned-making-a-chart-out-of-body-parts"><div><img src="imgs/limbposter.gif"></div> <div class="label"><p>5 Things I Learned Making a Chart Out of Body Parts</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/too-human-not-to-fail"><div><img src="imgs/fail.gif"></div> <div class="label"><p>Too Human (Not) to Fail</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/unsafe-at-many-speeds"><div><img src="imgs/ped.gif"></div> <div class="label"><p>Unsafe at Many Speeds</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/how-typography-can-save-your-life"><div><img src="imgs/visualevidence-type_small.jpg"></div> <div class="label"><p>How Typography Can Save Your Life</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/wear-patterns-how-whats-missing-can-help-us-see-data-better"><div><img src="imgs/visualevidence-wear_small.jpg"></div> <div class="label"><p>How What’s Missing Can Help Us See Data Better</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/article/how-information-graphics-reveal-your-brains-blind-spots"><div><img src="imgs/illusion.jpg"></div> <div class="label"><p>How Information Graphics Reveal Your Brain’s Blind Spots</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/nerds/item/on-repeat-how-to-use-loops-to-explain-anything"><div><img src="imgs/loops_small2.gif"></div> <div class="label"><p>How to Use Loops to Explain Anything</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/nerds/item/a-big-article-about-wee-things"><div><img src="imgs/waldo2.gif"></div> <div class="label"><p>A Big Article About Wee Things</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/nerds/item/design-principles-for-news-apps-graphics"><div><img src="imgs/designprin.gif"></div> <div class="label"><p>Design Principles for News Apps & Graphics</p></div></a></div>
<div><a target="_blank" href="https://www.propublica.org/nerds/item/new-years-resolution-learn-to-code"><div><img src="imgs/code.gif"></div> <div class="label"><p>New Year’s Resolution: Learn to Code</p></div></a></div>
</div>
<div class="section">
<h4>Posters & Logos</h4>
<div><a target="_blank" href="http://www.flashforwardpod.com/" target="_blank"><div><img src="imgs/flash.gif"></div> <div class="label"><p>Logo for Flash Forward</p></div></a></div>
<div>
<a target="_blank" href="http://lenagroeger.s3.amazonaws.com/posters/Wilderness.pdf" target="_blank"><div><img src="imgs/wilderness.gif"></div> <div class="label"><p>Poster for the Story Collider: Wilderness</p></div></a>
</div>
<div><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/posters/BodiesMotion.pdf" target="_blank"><div><img src="imgs/bodiesinmotion.jpg"></div> <div class="label"><p>Poster for the Story Collider: Bodies in Motion</p></div></a></div>
<div><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/posters/Perception.pdf" target="_blank"><div><img src="imgs/perception.jpg"></div> <div class="label"><p>Poster for the Story Collider: Perception</p></div></a></div>
<div><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/posters/BodyPlansPoster.pdf" target="_blank"><div><img src="imgs/bodyplans.jpg"></div> <div class="label"><p>Poster for the Story Collider: Body Plans</p></div></a></div>
<div><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/posters/ReinventionGearsHorz.pdf" target="_blank"><div><img src="imgs/reinvention.jpg"></div> <div class="label"><p>Poster for the Story Collider: Reinvention</p></div></a></div>
</div>
</div>
<div id="talks">
<div class="list">
<h2>Talks & Teaching</h2>
<p class="year">2023</p>
<p><em><a target="_blank" href="https://github.com/cjddatainstitute/data-institute-2023">Data Institute</a></em>: Two-week workshop on data, design & coding, Howard University, Washington D.C.</p>
<p class="year">2022</p>
<p><em><a target="_blank" href="https://github.com/propublica/data-institute-2022">Data Institute</a></em>: Virtual workshop on data, design & coding</p>
<p class="year">2021</p>
<p><em>Data Equity & Visualization</em>: Talk at UC Berkeley Data Journalism class, Berkeley</p>
<p><em><a target="_blank" href="https://github.com/propublica/data-institute-2021">Data Institute</a></em>: Virtual workshop on data, design & coding</p>
<p class="year">2020</p>
<p><em><a target="_blank" href="https://lenagroeger.com/show-me-your-data/#/">Show Me Your Data</a></em>: Workshop at the National Association of Hispanic Journalists Conference</p>
<p class="year">2019</p>
<p><em><a target="_blank" href="https://docs.google.com/presentation/d/1vOVRGursDVQUFgoM7amgtsDWnu9tX3j45YW48RXmxNk/edit">Design Thinking for Journalists</a></em>: Workshop at NICAR Conference, Newport Beach</p>
<p><em><a target="_blank" href="http://lenagroeger.com/datawrapper/">Charts</a>, <a target="_blank" href="http://lenagroeger.com/datagifs/">Gifs</a> & How to Make Them</a></em>: Workshop at Northwestern's Bay Area Immersion Program, San Francisco</p>
<p><em><a target="_blank" href="https://github.com/propublica/data-institute-2019">Data Institute</a></em>: Two-week workshop on data, design & coding, New York</p>
<p class="year">2018</p>
<p><em><a target="_blank" href="https://www.digitalartsonline.co.uk/news/graphic-design/how-designer-lena-groeger-exposed-trumps-lies-using-stylish-infographics/">How designer Lena Groeger exposed Trump's lies using stylish infographics</a></em>: Interview with Digital Arts</p>
<p><em><a target="_blank" href="http://lenagroeger.com/datawrapper/">Charts & Datawrapper</a></em>: Workshop for UC Berkeley's Data Immersion Boot Camp, Berkeley</p>
<p><em><a target="_blank" href="http://lenagroeger.com/nahj-2018/">Visualizing Data 1 & 2</a></em>: Workshop at the National Association of Hispanic Journalists Conference, Miami</p>
<p><em><a target="_blank" href="https://projects.propublica.org/graphics/ida-propublica-data-institute">ProPublica Data Institute</a></em>: Two-week workshop on data, design & coding, New York</p>
<p><em><a target="_blank" href="https://docs.google.com/presentation/d/1Lo34BDVUr5rXxoVZq06orMzYy01bdcnqCWAZcFtSMsk/">Design for Non-Designers</a></em>: Talk at NICAR Conference, Chicago</p>
<p><em><a href="https://github.com/lenagroeger/gifs">Data Journalism & Gifs</a></em>: Workshop at Northwestern's Bay Area Immersion Program, San Francisco</p>
<p class="year">2017</p>
<p><em><a target="_blank" href="https://drive.google.com/file/d/1bj3ihUl-gjkaioQ2kLjiuOaqiPElTlzF/view">Frontiers in Data Visualization</a></em>: Talk at the Global Investigative Journalism Conference, Johannesburg</p>
<p><em><a target="_blank" href="http://lenagroeger.com/timelines/">Creating Timelines</a></em>: Workshop at the Global Investigative Journalism Conference, Johannesburg</p>
<p><em><a target="_blank" href="http://lenagroeger.com/datajournalism">Intro To Data Journalism</a></em>: Workshop at the National Association of Hispanic Journalists Conference, Anaheim</p>
<p><em><a target="_blank" href="http://lenagroeger.com/designforj">Design For Non-Designers</a></em>: Talk at the National Association of Hispanic Journalists Conference, Anaheim</p>
<p><em><a target="_blank" href="https://www.cjr.org/tow_center/propublica-lena-groeger-data-visualization-design.php">ProPublica's Lena Groeger on data visualization & design</a></em>: Interview with Jon Keegan of the Tow Center</p>
<p><em><a target="_blank" href="http://our-origins.com/post/161021495211/lena-groeger-developer-designer-and-journalist">Lena Groeger: Developer, designer, and journalist at ProPublica</a></em>: Interview with Ivana McConnell of Origins</p>
<p><em><a target="_blank" href="https://projects.propublica.org/graphics/data-institute-2017">ProPublica Data Institute</a></em>: Two-week workshop on data, design & coding at ProPublica, New York</p>
<p><em><a target="_blank" href="https://github.com/lenagroeger/gifs">Let’s Make Some Gifs</a></em>: Tutorial at NICAR Conference, Jacksonville</p>
<p><em><a target="_blank" href="http://lenagroeger.com/datagifs/">Data Visualization Gifs</a></em>: Workshop at NICAR Conference, Jacksonville</p>
<p><em><a target="_blank" href="http://lenagroeger.com/tapestry/">When the Storyteller Shows Up in the Story</a></em>: Talk at Tapestry Conference, St. Augustine</p>
<p class="year">2016</p>
<p><em><a target="_blank" href="http://visualized.com/2016/">Underreported Data Stories</a></em>: Panel at Visualized Conference, New York</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/talks/infoplus/meatcharts.html">Meat</a> <a target="_blank" href="https://vimeo.com/179987022">Charts</a></em>: Talk at Information+ Conference, Vancouver</p>
<p><em><a target="_blank" href="https://projects.propublica.org/graphics/data-institute-2016">ProPublica Data Institute</a></em>: Two-week workshop on data, design & coding at ProPublica, New York</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/makeawebsite/makeawebsite.html">Make a Website from Scratch</a></em>: Workshop at New York University, New York</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/talks/malofiej/malofiej.html">Seeing the Error of Your Ways</a></em>: Talk at Malofiej Conference, Spain</p>
<p><em><a target="_blank" href="http://www.visualisingdata.com/2016/04/six-questions-lena-groeger/">Six Questions with Lena Groeger</a></em>: Interview with Andy Kirk of Visualising Data</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/nyu-2016/introdatacode.html">Intro to Data Journalism</a></em>: Workshop at New York University, New York</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/newschool/VisualizingDataSyllabus.pdf">Visualizing Data</a></em>: Course at The New School, Journalism + Design, New York</p>
<p class="year">2015</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/talks/socialgraphics/socialgraphics.html">Design & Social Graphics</a></em>: Workshop at CUNY Graduate School of Journalism, New York</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/talks/designforj/designforj.html">Design for Journalists</a></em>: Talk at CUNY Graduate School of Journalism, New York</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/talks/dortmund/dortmund.html">Use Science for Better Data Journalism Projects</a></em>: Talk at Data Labs Conference, Germany</p>
<p><em><a target="_blank" href="https://gijc15.sched.org/event/3TCX/data-track-design-principles-for-news-apps?iframe=no&w=i:100;&sidebar=yes&bg=no">Design Principles for News Apps</a></em>: Workshop at Global Investigative Journalism Conference, Norway</p>
<p><em><a target="_blank" href="https://gijc15.sched.org/event/3TBc/data-track-viz-for-journalists?iframe=no&w=i:100;&sidebar=yes&bg=no">Data Viz for Journalists</a></em>: Talk at Global Investigative Journalism Conference, Norway</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/talks/orlando/orlando-data.html">Intro to Data & Code</a></em>: Workshop at National Association of Hispanic Journalists Conference, Orlando FL</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/newschool/syllabus.html">Visualizing Data</a></em>: Course at The New School, Journalism + Design, New York</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/cuny-fall15/index.html">Design & Presentation</a></em>: Course at CUNY Graduate School of Journalism, New York</p>
<p><em><a target="_blank" href="https://old.etherpad-mozilla.org/news-nadsat">How to Build Better Newsrooms with Better Language</a></em>: Workshop at SRCCON Conference, Minneapolis</p>
<p><em><a target="_blank" href="https://github.com/lenagroeger/photoshop">Make Photoshop Work For You</a></em>: Workshop at Investigative Reporters and Editors Conference, Philadelphia</p>
<p><em><a target="_blank" href="https://www.youtube.com/watch?v=zd0YQAgu3dI">That’s the Power of Loops</a></em>: Talk at OpenVis Conference, Boston</p>
<p><em>Design/Viz: What to Do, What Not to Do</em>: Workshop at NICAR Conference, Atlanta</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/talks/nicar-2015/loops-nicar/loops.html">How to Use Loops to Explain Anything + Gifs</a></em>: Workshop at NICAR Conference, Atlanta</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/talks/nicar-2015/timelines-nicar/timelines.html">Making Timelines</a></em>: Workshop at NICAR Conference, Atlanta</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/nyu/nyu-data.html">Data Visualization & Design</a></em>: Workshop at New York University, New York</p>
<p class="year">2014</p>
<p><em>Data Journalism</em>: Workshop at the Czech Centre for Investigative Journalism, Prague</p>
<p><em>Women and Code</em>: Talk at the Ethical Culture Fieldston School, New York</p>
<p><em><a target="_blank" href="https://www.youtube.com/watch?v=ZPAp3Fxx7TE&index=17&list=PLlgxAbM67lYLcGj8M00_6XlB1Pg5eAGqG">Think Small: the Power of Wee Things</a></em>: Talk at OpenVis Conference, Boston</p>
<p><em><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/talks/nydataviz/impact.html">Impact, or, things I've learned about telling stories at ProPublica</a></em>: Talk at Data Visualization Meetup, New York</p>
<p><em><a target="_blank" href="https://ire.org/events-and-training/event/973/1134/">DataViz for everyone: A practical guide to going responsive</a></em>: Talk at NICAR Conference, Baltimore</p>
<p class="year">2013</p>
<p><em>Science Journalism</em>: Talk at World Conference of Science Journalists, Helsinki</p>
<p><em><a target="_blank" href="http://mediashift.org/2013/05/coding-for-the-future-the-rise-of-hacker-journalism/">Coding for the Future: The Rise of Hacker Journalism</a></em>: Talk at West Virginia University, West Virginia</p>
<p><em><a target="_blank" href=""><a target="_blank" href="http://lenagroeger.s3.amazonaws.com/talks/nicar/timelines/timelines.html">Timelines</a></a></em>: Workshop at NICAR Conference, Louisville</p>
<p><em>CAR and News Apps</em>: Talk at NICAR Conference, Louisville</p>
<p><em>Data Visualization</em>: Workshop at ScienceOnline Conference, Raleigh</p>
</div>
</div>
<!--
<div id="awards">
<div class="list">
<h2>Awards, Recognition & Memberships</h2>
<p class="year">2021</p>
<p><em>States are Reopening: Bronze Medal</em>, Malofiej</p>
<p class="year">2020</p>
<p>Contribution to coronavirus pandemic coverage: Finalist, Pulitzer Prize for Public Service</p>
<p>What Coronavirus Job Losses Reveal About Racism in America: Sigma Delta Chi Award, Society of Professional Journalists</p>
<p class="year">2019</p>
<p><em>Board Member, At-Large Director</em>, Society for News Design</p>
<p class="year">2018</p>
<p><em>Impressive Individual Award</em>, Information is Beautiful</p>
<p><em>Bombs in Our Backyard: Winner for Outstanding Environmental Reporting</em>, Society of Environmental Journalists</p>
<p><em>Judge</em>, Society for News Design Digital Competition</p>
<p><em>Program Committee Member</em>, OpenVis</p>
<p><em>Board Member, At-Large Director</em>, Society for News Design</p>
<p><em>Conference Track Leader</em>, National Association of Hispanic Journalists</p>
<p class="year">2017</p>
<p><em>Evictions: Finalist</em>, Livingston Awards for Young Journalists</p>
<p><em>Best Individual Portfolio: Finalist</em>, GEN Data Awards</p>
<p><em>Lost Cause: Silver Medal</em>, Malofiej</p>
<p><em>Program Committee Member</em>, OpenVis</p>
<p><em>Board Member, At-Large Director</em>, Society for News Design</p>
<p class="year">2016</p>
<p><em>Insult to Injury: Winner in Explanatory</em>, Loeb Award</p>
<p><em>Insult to Injury: Winner for Public Service and Finalist in Business Investigative Reporting</em>, Deadline Club</p>
<p><em>Insult to Injury: Winner of IRE Medal Print/Online Large</em>, Investigative Reporters and Editors</p>
<p><em>Insult to Injury: Finalist</em>, Livingston Awards for Young Journalists</p>
<p><em>Workers Comp Benefits: How Much is a Limb Worth? Bronze Medal</em>, Malofiej</p>
<p><em>Board Member, At-Large Director</em>, Society for News Design</p>
<p class="year">2015</p>
<p><em>Insult to Injury: Al Neuharth Innovation in Investigative Journalism Award</em>, Online News Association</p>
<p><em>Treatment Tracker: Silver Medal</em>, Society for News Design</p>
<p><em>Individual Portfolio Award</em>, Society for News Design</p>
<p class="year">2014</p>
<p><em>The Prescribers: Philip Meyer Award</em>, Investigative Reporters and Editors</p>
<p><em>ER Wait Watcher: Finalist in Health Care Reporting</em>, Online News Association</p>
<p><em>Overdose: Al Neuharth Innovation in Investigative Journalism Award</em>, Online News Association</p>
<p><em>ER Wait Watcher: Silver Medal</em>, Malofiej</p>
<p><em>Individual Portfolio Award</em>, Society for News Design</p>
<p class="year">2013</p>
<p><em>Pipeline Safety Tracker: Silver Medal</em>, Society for News Design</p>
<p><em>Nursing Home Inspect: Silver Medal</em>, Society for News Design</p>
<p><em>Individual Portfolio Award</em>, Society for News Design</p>
</div>
</div> -->
</div>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84631109-1', 'auto');
ga('send', 'pageview');
</script>
</html>