-
-
Notifications
You must be signed in to change notification settings - Fork 91
/
dataviz.bib
2536 lines (2330 loc) · 198 KB
/
dataviz.bib
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
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@misc{alimSpyingStudentsSchool2017,
title = {Spying on {{Students}}: School {{Issued}}-{{Devices}} and {{Student Privacy}}},
author = {Alim, Frida and Cardozo, Nate and Gebhart, Gennie and Gullo, Karen and Kalia, Amul},
date = {2017-04-13},
publisher = {{Electronic Frontier Foundation}},
url = {https://www.eff.org/wp/school-issued-devices-and-student-privacy},
langid = {english},
file = {/Users/jdoughe2/Zotero/storage/MC48WNQN/Alim et al. - Spying on Students School Issued-Devices and Stud.pdf}
}
@book{andersonAmericanCensusSocial2015,
title = {The {{American Census}}: A {{Social History}}, {{Second Edition}}},
shorttitle = {The {{American Census}}},
author = {Anderson, Margo J.},
date = {2015},
eprint = {NzNOCgAAQBAJ},
eprinttype = {googlebooks},
publisher = {{Yale University Press}},
url = {https://www.google.com/books/edition/The_American_Census/NzNOCgAAQBAJ},
abstract = {This book is the first social history of the census from its origins to the present and has become the standard history of the population census in the United States. The second edition has been updated to trace census developments since 1980, including the undercount controversies, the arrival of the American Community Survey, and innovations of the digital age. Margo J. Anderson's scholarly text effectively bridges the fields of history and public policy, demonstrating how the census both reflects the country's extraordinary demographic character and constitutes an influential tool for policy making. Her book is essential reading for all those who use census data, historical or current, in their studies or work.},
isbn = {978-0-300-19542-2},
langid = {english},
pagetotal = {343},
keywords = {History / United States / General,Political Science / Political Process / General,Social Science / Statistics}
}
@online{andrewsHistoryDataViz2017,
title = {A {{History}} of {{DataViz}}},
author = {Andrews, RJ},
date = {2017-01-10T00:11:04+00:00},
url = {http://infowetrust.com/history/},
urldate = {2017-02-28},
abstract = {After examining the history of data visualization greats I have decided to collect my learnings in the style of history’s data visualization~greats. The first~of these visual summaries~is presented…},
organization = {{Info We Trust}},
file = {/Users/jdoughe2/Zotero/storage/SFNWIGM3/history.html}
}
@online{angwinMachineBias2016,
title = {Machine {{Bias}}},
author = {Angwin, Julia and Larson, Jeff and Mattu, Surya and Kirchner, Lauren},
date = {2016-05-23},
url = {https://www.propublica.org/article/machine-bias-risk-assessments-in-criminal-sentencing?token=pnmZCKup_9SO_Q1DvGQOooKLHsrJG0Fr},
urldate = {2020-12-07},
abstract = {There’s software used across the country to predict future criminals. And it’s biased against blacks.},
langid = {english},
organization = {{ProPublica}},
file = {/Users/jdoughe2/Zotero/storage/IBDWYJ6Q/machine-bias-risk-assessments-in-criminal-sentencing.html}
}
@online{bacingerSurveyBestOnline2015,
title = {Survey of the {{Best Online Mapping Tools}} for {{Web Developers}}: The {{Roadmap}} to {{Roadmaps}}},
shorttitle = {Survey of the {{Best Online Mapping Tools}} for {{Web Developers}}},
author = {Bacinger, Tomislav},
date = {2015},
url = {https://www.toptal.com/web/the-roadmap-to-roadmaps-a-survey-of-the-best-online-mapping-tools},
urldate = {2017-01-08},
abstract = {Think Google Maps is the only online mapping tool in town? Think again. These days, there are a ton of excellent online mapping tools of any flavor for web developers. Toptal engineer Tomislav Bacinger breaks down the options, and gives you all you need to know to pick the best tool for your every mapping need.},
organization = {{Toptal Engineering Blog}},
file = {/Users/jdoughe2/Zotero/storage/N3ZFHIDN/the-roadmap-to-roadmaps-a-survey-of-the-best-online-mapping-tools.html}
}
@online{banning-loverHowMakeInfographics2014,
title = {How to Make Infographics: A Beginner’s Guide to Data Visualisation | {{Global Development Professionals Network}} | {{The Guardian}}},
author = {Banning-Lover, Rachel},
date = {2014-08-28},
url = {http://www.theguardian.com/global-development-professionals-network/2014/aug/28/interactive-infographics-development-data},
urldate = {2014-12-20},
organization = {{The Guardian}},
file = {/Users/jdoughe2/Zotero/storage/W8I3TXNW/interactive-infographics-development-data.html}
}
@report{battLearningTableauData2019,
type = {SSRN Scholarly Paper},
title = {Learning {{Tableau}}: A {{Data Visualization Tool}}},
shorttitle = {Learning {{Tableau}}},
author = {Batt, Steven and Harmon, Oskar R. and Tomolonis, Paul},
date = {2019-08-18},
number = {ID 3438993},
institution = {{Social Science Research Network}},
location = {{Rochester, NY}},
url = {https://doi.org/10.2139/ssrn.3438993},
urldate = {2020-09-24},
abstract = {This article describes a tutorial for learning to use Tableau Public, which is free, powerful, and widely used software for data visualization. Data literacy is an important component of undergraduate research projects. This paper introduces an exercise that teaches the fundamental Tableau concepts and commands needed to create charts and graphs, assemble them, and tell a story of patterns observed in data. Our approach is to imbed the instructions and explanations within a Tableau file. In this way the student is reading directions and explanations, and dragging and dropping objects in the same file. From experience, we have found this to be a more intuitive way to learn than having the instructions in an external file, such as “.doc” or “.pdf”. To motivate the exercise, we chose the gender pay gap, and we use data from the Current Population Survey (CPS). The paper has a link to the question file and the answer file for the Tableau exercise.},
langid = {english},
keywords = {Data Literacy,Data Visualization,Economic Education},
annotation = {http://web.archive.org/web/20200924003015/https://papers.ssrn.com/sol3/papers.cfm?abstract\_id=3438993},
file = {/Users/jdoughe2/Zotero/storage/5AF9BET6/Batt et al. - 2019 - Learning Tableau A Data Visualization Tool.pdf;/Users/jdoughe2/Zotero/storage/IEMXMDMK/papers.html}
}
@article{bensingerGoogleRedrawsBorders2020,
title = {Google {{Redraws}} the {{Borders}} on {{Maps Depending}} on {{Who}}’s {{Looking}}},
author = {Bensinger, Greg},
date = {2020-02-14},
journaltitle = {Washington Post},
issn = {0190-8286},
url = {https://www.washingtonpost.com/technology/2020/02/14/google-maps-political-borders/},
urldate = {2020-12-08},
abstract = {How Google, Apple and others are showing a shifting global landscape.},
entrysubtype = {newspaper},
langid = {american},
file = {/Users/jdoughe2/Zotero/storage/9TFWBS2Z/google-maps-political-borders.html}
}
@book{bergstromCallingBullshitArt2020,
title = {Calling {{Bullshit}}: The {{Art}} of {{Skepticism}} in a {{Data}}-{{Driven World}}},
shorttitle = {Calling {{Bullshit}}},
author = {Bergstrom, Carl T. and West, Jevin D.},
date = {2020-08-04},
eprint = {Plu9DwAAQBAJ},
eprinttype = {googlebooks},
publisher = {{Random House}},
url = {https://www.google.com/books/edition/Calling_Bullshit/Plu9DwAAQBAJ},
abstract = {Bullshit~isn’t~what it used to be.~Now, two science professors give us the tools to dismantle misinformation and think clearly in a~world of fake news and bad data.~ Misinformation, disinformation, and fake news abound and it’s increasingly difficult to know what’s true. Our media environment has become hyperpartisan. Science is conducted by press release. Startup culture elevates bullshit to high art. We are fairly well equipped to spot the sort of old-school bullshit that is based in fancy rhetoric and weasel words, but most of us don’t feel qualified to challenge the avalanche of new-school bullshit presented in the language of math, science, or statistics. In~Calling Bullshit,~Professors Carl Bergstrom and Jevin West give us a set of powerful tools to cut through the most intimidating data. You don’t need a lot of technical expertise to call out problems with data. Are the numbers or results too good or too dramatic to be true? Is the claim comparing like with like? Is it confirming your personal bias? Drawing on a deep well of expertise in statistics and computational biology, Bergstrom and West exuberantly unpack examples of selection bias and muddled data visualization, distinguish between correlation and causation, and examine the susceptibility of science to modern bullshit. We have always needed people who call bullshit when necessary, whether within a circle of friends, a community of scholars, or the citizenry of a nation. Now that bullshit has evolved, we need to relearn the art of skepticism.},
isbn = {978-0-525-50919-6},
langid = {english},
pagetotal = {337},
keywords = {Language Arts & Disciplines / Linguistics / Sociolinguistics,Political Science / Corruption & Misconduct,Psychology / Applied Psychology}
}
@book{bestDamnedLiesStatistics2012,
title = {Damned {{Lies}} and {{Statistics}}: Untangling {{Numbers}} from the {{Media}}, {{Politicians}}, and {{Activists}}},
shorttitle = {Damned {{Lies}} and {{Statistics}}},
author = {Best, Joel},
date = {2012-07-08},
edition = {Updated},
publisher = {{University of California Press}},
url = {http://books.google.com/books?isbn=0520953517},
abstract = {Here, by popular demand, is the updated edition to Joel Best's classic guide to understanding how numbers can confuse us. In his new afterword, Best uses examples from recent policy debates to reflect on the challenges to improving statistical literacy. Since its publication ten years ago, Damned Lies and Statistics has emerged as the go-to handbook for spotting bad statistics and learning to think critically about these influential numbers.},
isbn = {978-0-520-95351-2},
langid = {english},
pagetotal = {219},
keywords = {Social Science / Popular Culture}
}
@article{bestLiesCalculationsConstructions2005,
title = {Lies, {{Calculations}} and {{Constructions}}: Beyond "{{How}} to {{Lie}} with {{Statistics}}"},
shorttitle = {Lies, {{Calculations}} and {{Constructions}}},
author = {Best, Joel},
date = {2005-08-01},
journaltitle = {Statistical Science},
shortjournal = {Statistical Science},
volume = {20},
number = {3},
eprint = {20061175},
eprinttype = {jstor},
pages = {210--214},
issn = {0883-4237},
abstract = {Darrell Huff's "How to Lie with Statistics" remains the best-known, nontechnical call for critical thinking about statistics. However, drawing a distinction between statistics and lying ignores the process by which statistics are socially constructed. For instance, bad statistics often are disseminated by sincere, albeit innumerate advocates (e.g., inflated estimates for the number of anorexia deaths) or through research findings selectively highlighted to attract media coverage (e.g., a recent study on the extent of bullying). Further, the spread of computers has made the production and dissemination of dubious statistics easier. While critics may agree on the desirability of increasing statistical literacy, it is unclear who might accept this responsibility.},
annotation = {ArticleType: research-article / Full publication date: Aug., 2005 / Copyright © 2005 Institute of Mathematical Statistics},
file = {/Users/jdoughe2/Zotero/storage/TB5XMUR8/Best - 2005 - Lies, Calculations and Constructions Beyond How .pdf}
}
@book{bestMoreDamnedLies2004,
title = {More {{Damned Lies}} and {{Statistics}}: How {{Numbers Confuse Public Issues}}},
author = {Best, Joel},
date = {2004},
publisher = {{University of California Press}},
location = {{Berkeley, CA}},
url = {https://www.google.com/books/edition/More_Damned_Lies_and_Statistics/SWBr7D6VavoC},
abstract = {scan of chapter 2, "Confusing Numbers" on table construction and percentages},
keywords = {CSS},
file = {/Users/jdoughe2/Zotero/storage/SS2TJM8R/Best 2004.pdf;/Users/jdoughe2/Zotero/storage/WIA7APVK/table-direction-JoelBestExcerpt.png}
}
@online{bostock10YearsOpenSource2021,
title = {10 {{Years}} of {{Open}}-{{Source Visualization}}},
author = {Bostock, Mike},
date = {2021-02-23T17:12:24},
url = {https://observablehq.com/@mbostock/10-years-of-open-source-visualization},
urldate = {2021-02-24},
abstract = {Did I learn anything from D3.js? Let’s see… In honor of D3 1.0’s tin anniversary, I thought I’d reflect on lessons learned. This isn’t intended to be too comprehensive or serious — just a handful of observations as I look ahead to the next ten years. But I hope a nugget or two will interest you, too. 1. Teaching is the most impactful aspect of tool building. When building a tool, it’s easy to forget how much you’ve internalized: how much knowledge and context you’ve assumed. Your tool can feel familiar or},
langid = {english},
organization = {{Observable}},
file = {/Users/jdoughe2/Zotero/storage/ERQ3S4HF/10-years-of-open-source-visualization.html}
}
@book{brewerDesigningBetterMaps2016,
title = {Designing {{Better Maps}}: A {{Guide}} for {{GIS Users}}},
shorttitle = {Designing {{Better Maps}}},
author = {Brewer, Cynthia A.},
date = {2016},
eprint = {gFErrgEACAAJ},
eprinttype = {googlebooks},
publisher = {{Esri Press}},
url = {https://www.google.com/books/edition/Designing_Better_Maps/gFErrgEACAAJ},
abstract = {Designing Better Maps: A Guide for GIS Users, second edition, is a comprehensive guide to creating maps that communicate effectively. In Designing Better Maps, renowned cartographer Cynthia A. Brewer guides readers through the basics of good cartography, including layout design, scales, projections, color selection, font choices, and symbol placement. Designing Better Maps also describes the author's ColorBrewer application, an online color selection tool. The second edition includes a new chapter on map publishing.},
isbn = {978-1-58948-440-5},
langid = {english},
pagetotal = {231},
keywords = {Technology & Engineering / Cartography,Technology & Engineering / Remote Sensing & Geographic Information Systems}
}
@online{busemeyerPerPupilSpendingConnecticut2015,
title = {In {{Per}}-{{Pupil Spending}}, {{Connecticut Ranks High}}},
author = {Busemeyer, Stephen},
date = {2015-06-02},
url = {http://www.courant.com/data-desk/hc-in-perpupil-spending-connecticut-ranks-high-20150602-htmlstory.html},
urldate = {2015-08-17},
abstract = {Census data on FY2013 spending on instruction per pupil ranks Connecticut at \$10,285 per pupil (behind only NYS and DC), with average \$6,480. Tableau map drop-down menu shows total expenditures per pupil at \$16,631 per pupil in CT. DataViz direct link http://public.tableau.com/profile/stephenbus\#!/vizhome/SchoolFinancingCensus/AllStates},
organization = {{Hartford Courant}},
file = {/Users/jdoughe2/Zotero/storage/M4T36XUF/AllStates.html}
}
@online{busemeyerSurveyPovertyEffects2016,
title = {Survey: Poverty's {{Effects In Connecticut Are Far}}-{{Reaching}}},
shorttitle = {Survey},
author = {Busemeyer, Stephen},
date = {2016-03-27},
url = {http://www.courant.com/data-desk/hc-survey-wellbeing-changes-with-income-education-race-20160304-htmlstory.html},
urldate = {2016-03-27},
abstract = {DataHaven Community Well Being survey responses in a data visualization The effects of poverty are profound and far-reaching, weighing on people\’s overall happiness and rendering life less satisfying for people across lines of race and geography in Connecticut, according to a sweeping survey of thousands of residents last year. The results of the \“WellBeing Survey,\”...},
organization = {{courant.com}},
file = {/Users/jdoughe2/Zotero/storage/KD3F3F5V/hc-survey-wellbeing-changes-with-income-education-race-20160304-htmlstory.html}
}
@book{cairoFunctionalArtIntroduction2012,
title = {The {{Functional Art}}: An Introduction to Information Graphics and Visualization},
shorttitle = {The {{Functional Art}}},
author = {Cairo, Alberto},
date = {2012-08-22},
publisher = {{New Riders}},
url = {http://books.google.com/books?isbn=0133041360},
abstract = {Unlike any time before in our lives, we have access to vast amounts of free information. With the right tools, we can start to make sense of all this data to see patterns and trends that would otherwise be invisible to us. By transforming numbers into graphical shapes, we allow readers to understand the stories those numbers hide. In this practical introduction to understanding and using information graphics, you’ll learn how to use data visualizations as tools to see beyond lists of numbers and variables and achieve new insights into the complex world around us. Regardless of the kind of data you’re working with–business, science, politics, sports, or even your own personal finances–this book will show you how to use statistical charts, maps, and explanation diagrams to spot the stories in the data and learn new things from it. You’ll also get to peek into the creative process of some of the world’s most talented designers and visual journalists, including Condé Nast Traveler’s John Grimwade, National Geographic Magazine’s Fernando Baptista, The New York Times’ Steve Duenes, The Washington Post’s Hannah Fairfield, Hans Rosling of the Gapminder Foundation, Stanford’s Geoff McGhee, and European superstars Moritz Stefaner, Jan Willem Tulp, Stefanie Posavec, and Gregor Aisch. The book also includes a DVD-ROM containing over 90 minutes of video lessons that expand on core concepts explained within the book and includes even more inspirational information graphics from the world’s leading designers. The first book to offer a broad, hands-on introduction to information graphics and visualization, The Functional Art reveals: • Why data visualization should be thought of as “functional art” rather than fine art • How to use color, type, and other graphic tools to make your information graphics more effective, not just better looking • The science of how our brains perceive and remember information ¿ • Best practices for creating interactive information graphics • A comprehensive look at the creative process behind successful information graphics ¿ • An extensive gallery of inspirational work from the world’s top designers and visual artists On the DVD-ROM: In this introductory video course on information graphics, Alberto Cairo goes into greater detail with even more visual examples of how to create effective information graphics that function as practical tools for aiding perception. You’ll learn how to: incorporate basic design principles in your visualizations, create simple interfaces for interactive graphics, and choose the appropriate type of graphic forms for your data. Cairo also deconstructs successful information graphics from The New York Times and National Geographic magazine with sketches and images not shown in the book.All of Peachpit's eBooks contain the same content as the print edition. You will find a link in the last few pages of your eBook that directs you to the media files. Helpful tips: If you are able to search the book, search for "Where are the lesson files?" Go to the very last page of the book and scroll backwards. You will need a web-enabled device or computer in order to access the media files that accompany this ebook. Entering the URL supplied into a computer with web access will allow you to get to the files. Depending on your device, it is possible that your display settings will cut off part of the URL. To make sure this is not the case, try reducing your font size and turning your device to a landscape view. This should cause the full URL to appear.},
isbn = {978-0-13-304136-1},
langid = {english},
pagetotal = {401},
keywords = {Computers / Desktop Applications / Desktop Publishing}
}
@book{cairoHowChartsLie2019,
title = {How {{Charts Lie}}: Getting {{Smarter}} about {{Visual Information}}},
shorttitle = {How {{Charts Lie}}},
author = {Cairo, Alberto},
date = {2019-10-15},
eprint = {qP2KDwAAQBAJ},
eprinttype = {googlebooks},
publisher = {{W. W. Norton \& Company}},
url = {https://www.google.com/books/edition/How_Charts_Lie_Getting_Smarter_about_Vis/qP2KDwAAQBAJ},
abstract = {A leading data visualization expert explores the negative—and positive—influences that charts have on our perception of truth. We’ve all heard that a picture is worth a thousand words, but what if we don’t understand what we’re looking at? Social media has made charts, infographics, and diagrams ubiquitous—and easier to share than ever. We associate charts with science and reason; the flashy visuals are both appealing and persuasive. Pie charts, maps, bar and line graphs, and scatter plots (to name a few) can better inform us, revealing patterns and trends hidden behind the numbers we encounter in our lives. In short, good charts make us smarter—if we know how to read them. However, they can also lead us astray. Charts lie in a variety of ways—displaying incomplete or inaccurate data, suggesting misleading patterns, and concealing uncertainty—or are frequently misunderstood, such as the confusing cone of uncertainty maps shown on TV every hurricane season. To make matters worse, many of us are ill-equipped to interpret the visuals that politicians, journalists, advertisers, and even our employers present each day, enabling bad actors to easily manipulate them to promote their own agendas. In How Charts Lie, data visualization expert Alberto Cairo teaches us to not only spot the lies in deceptive visuals, but also to take advantage of good ones to understand complex stories. Public conversations are increasingly propelled by numbers, and to make sense of them we must be able to decode and use visual information. By examining contemporary examples ranging from election-result infographics to global GDP maps and box-office record charts, How Charts Lie demystifies an essential new literacy, one that will make us better equipped to navigate our data-driven world.},
isbn = {978-1-324-00157-7},
langid = {english},
pagetotal = {262},
keywords = {Business & Economics / Statistics,Mathematics / Probability & Statistics / General,Reference / Personal & Practical Guides,Social Science / Media Studies}
}
@book{cairoTruthfulArtData2016,
title = {The {{Truthful Art}}: Data, {{Charts}}, and {{Maps}} for {{Communication}}},
shorttitle = {The {{Truthful Art}}},
author = {Cairo, Alberto},
date = {2016-02-08},
eprint = {8dKKCwAAQBAJ},
eprinttype = {googlebooks},
publisher = {{Pearson Education}},
url = {https://www.google.com/books/edition/The_Truthful_Art/8dKKCwAAQBAJ},
abstract = {No matter what your actual job title, you are—or soon will be—a data worker. Every day, at work, home, and school, we are bombarded with vast amounts of free data collected and shared by everyone and everything from our co-workers to our calorie counters. In this highly anticipated follow-up to The Functional Art—Alberto Cairo’s foundational guide to understanding information graphics and visualization—the respected data visualization professor explains in clear terms how to work with data, discover the stories hidden within, and share those stories with the world in the form of charts, maps, and infographics. In The Truthful Art, Cairo transforms elementary principles of data and scientific reasoning into tools that you can use in daily life to interpret data sets and extract stories from them. The Truthful Art explains: • The role infographics and data visualization play in our world • Basic principles of data and scientific reasoning that anyone can master • How to become a better critical thinker • Step-by-step processes that will help you evaluate any data visualization (including your own) • How to create and use effective charts, graphs, and data maps to explain data to any audience The Truthful Art is also packed with inspirational and educational real-world examples of data visualizations from such leading publications as The New York Times, The Wall Street Journal, Estado de São Paulo (Brazil), Berliner Morgenpost (Germany), and many more.},
isbn = {978-0-13-344053-9},
langid = {english},
pagetotal = {523},
keywords = {Computers / Computer Graphics,Computers / Desktop Applications / Desktop Publishing}
}
@online{CambridgeOnlineSurvey,
title = {The {{Cambridge Online Survey}} of {{World Englishes}}},
url = {http://www.tekstlab.uio.no/cambridge_survey/},
urldate = {2013-12-22},
abstract = {compare data viz with NYT dialect quiz results},
file = {/Users/jdoughe2/Zotero/storage/2GV5V7MB/cambridge_survey.html}
}
@online{changConnecticutPlansLaunch2014,
title = {Connecticut Plans to Launch Open Data Portal},
author = {Chang, Alvin},
date = {2014-01-13},
url = {http://ctmirror.org/connecticut-plans-launch-open-data-portal/},
urldate = {2014-01-13},
abstract = {Connecticut to launch open data portal},
organization = {{CT Mirror}},
keywords = {Ben Barnes,civic hacking community,Community indicators project,comptroller,Connecticut,Criminal Justice Information System,Hartford Foundation for Public Giving,Kevin Lembo,New Haven,OPM,Scott Gaul,Zack Beatty},
file = {/Users/jdoughe2/Zotero/storage/48EFAJAQ/connecticut-plans-launch-open-data-portal.html}
}
@online{changHowTaxBrackets2019,
title = {How Tax Brackets Actually Work},
author = {Chang, Alvin},
date = {2019-01-18T09:10:00-05:00},
url = {https://www.vox.com/2019/1/18/18187056/tax-bracket-marginal-video},
urldate = {2019-01-20},
abstract = {Show this video to politicians who say Democrats want to take away 70 percent of your income.},
organization = {{Vox}},
file = {/Users/jdoughe2/Zotero/storage/KTMUBCFZ/tax-bracket-marginal-video.html}
}
@online{changLivingPoorNeighborhood2016,
title = {Living in a Poor Neighborhood Changes Everything about Your Life},
author = {Chang, Alvin},
date = {2016-06-06T12:40:03Z},
url = {http://www.vox.com/2016/6/6/11852640/cartoon-poor-neighborhoods},
urldate = {2016-07-18},
abstract = {How racism created two, divergent American neighborhoods with examples from Heather Schwartz, Patrick Sharkey, Erin Boggs},
organization = {{Vox}},
file = {/Users/jdoughe2/Zotero/storage/P7M4GJWX/cartoon-poor-neighborhoods.html}
}
@online{changManyKillingsCT2013,
title = {Many Killings in {{CT}} since {{Newtown}}, but Little Reliable Data},
author = {Chang, Alvin},
date = {2013-12-09},
url = {http://www.ctmirror.org/many-killings-ct-newtown-little-reliable-data},
urldate = {2013-12-13},
abstract = {The lack of accurate, up-to-the-minute gun-violence data is a problem for policy makers both nationally and in Connecticut — and it's a problem that is not easy to fix.},
organization = {{CT Mirror}},
keywords = {Centers for Disease Control and Prevention gun deaths,Chris Kirk,Connecticut,Connecticut gun data,gun data Newtown,gun data Sandy Hook,gun deaths since Newtown,gun deaths since Sandy Hook,gun violence,Michael Lawlor,Newtown,Slate},
file = {/Users/jdoughe2/Zotero/storage/QQMW5XRT/many-killings-ct-newtown-little-reliable-data.html}
}
@online{changOpenDataPortal2013,
title = {Q\&{{A}}: Open Data Portal},
shorttitle = {Q\&{{A}}},
author = {Chang, Alvin},
date = {2013-01-27},
url = {http://ctmirror.org/qa-open-data-portal/},
urldate = {2014-01-28},
abstract = {Connecticut plans to launch its open data portal in about a month. Several residents, from data scientists to elected representatives, have different perspectives on what the portal means. So we reached out to a few of them. Mark Abraham Roland Lemar Scott Gaul Sheryl Horowitz Zack Beatty},
organization = {{The CT Mirror}},
file = {/Users/jdoughe2/Zotero/storage/9H373723/qa-open-data-portal.html}
}
@online{changThisCartoonExplains2016,
title = {This Cartoon Explains How the Rich Got Rich and the Poor Got Poor},
author = {Chang, Alvin},
date = {2016-05-23T13:40:02Z},
url = {http://www.vox.com/2016/5/23/11704246/wealth-inequality-cartoon},
urldate = {2016-07-18},
abstract = {It's grounded in 50 years of reality.},
organization = {{Vox}},
file = {/Users/jdoughe2/Zotero/storage/7Q9QS3FW/wealth-inequality-cartoon.html}
}
@online{changYourSchool2015,
title = {Your {{School}}},
author = {Chang, Alvin},
date = {2015-02-27},
url = {http://projects.ctmirror.org/yourschool/index.php},
urldate = {2015-02-27},
abstract = {There are hundreds of data points that describe your public schools, released by the State Department of Education. But accessing and interpreting them can be difficult. So that's why we created Your School. Search for your school and see how it's doing on everything from teacher salary to physical fitness, and how it compares with other schools.},
organization = {{CT Mirror}},
file = {/Users/jdoughe2/Zotero/storage/Q33XUGJU/index.html}
}
@report{chuangHarvardXMITxFour2016,
type = {SSRN Scholarly Paper},
title = {{{HarvardX}} and {{MITx}}: Four {{Years}} of {{Open Online Courses}} -- {{Fall}} 2012-{{Summer}} 2016},
shorttitle = {{{HarvardX}} and {{MITx}}},
author = {Chuang, Isaac and Ho, Andrew Dean},
date = {2016-12-23},
number = {ID 2889436},
institution = {{Social Science Research Network}},
location = {{Rochester, NY}},
url = {https://papers.ssrn.com/abstract=2889436},
urldate = {2017-01-31},
abstract = {In 2014 and 2015, a joint research team from Harvard University and MIT released summary reports describing the first two years of Harvard and MIT open online courses launched on the nonprofit learning platform, edX. These reports set expectations for the demographics and behavior of course participants and established an analytic framework for understanding the then-nascent online learning context known as the Massive Open Online Course (MOOC).This “Year 4 Report” extends these earlier findings to four complete years of HarvardX and MITx courses on edX, resulting in one of the largest surveys of MOOCs to date: 290 courses, 245 thousand certificates, 4.5 million participants, 28 million participant-hours, and 2.3 billion events logged online. We present our findings in a series of nine exhibits that address questions about the evolution of the MOOC movement from its birth in 2012, through its current adolescence.},
keywords = {distance education,EdX,HarvardX,Higher education,massive open online course,MITx,MOOC,online learning,residential learning},
file = {/Users/jdoughe2/Zotero/storage/3A9MVNRM/SSRN-id2889436.pdf;/Users/jdoughe2/Zotero/storage/RA2QDGWK/papers.html}
}
@online{clarkeMapsManiaCreating2016,
title = {Maps {{Mania}}: Creating {{Story Maps}} with {{Leaflet}}},
shorttitle = {Maps {{Mania}}},
author = {Clarke, Keir},
date = {2016-08-08},
url = {http://googlemapsmania.blogspot.com/2016/08/creating-story-maps-with-leaflet.html},
urldate = {2016-08-08},
abstract = {jack dougherty leaflet storymap},
organization = {{Maps Mania}},
file = {/Users/jdoughe2/Zotero/storage/7CTGPA38/creating-story-maps-with-leaflet.html}
}
@online{clarkeMapsManiaGoodbye2016,
title = {Maps {{Mania}}: Goodbye to the {{Middle Class}}},
shorttitle = {Maps {{Mania}}},
author = {Clarke, Keir},
date = {2016-08-09},
url = {http://googlemapsmania.blogspot.com/2016/08/goodbye-to-middle-class.html},
urldate = {2016-08-10},
abstract = {WSJ uses 3d choropleth maps to visualize the dominant income groups living in city neighborhoods in 1970, 1990 and 2014. By toggling through the dates on each of the city maps you can clearly see how the middle income neighborhoods (\$50,001 - \$70,000) have dwindled in number in each of the three cities.},
organization = {{Maps Mania}},
keywords = {economics,USA},
file = {/Users/jdoughe2/Zotero/storage/AGIJU3GH/goodbye-to-middle-class.html}
}
@article{clevelandShapeParameterTwoVariable1988,
title = {The {{Shape Parameter}} of a {{Two}}-{{Variable Graph}}},
author = {Cleveland, William S. and McGill, Marylyn E. and McGill, Robert},
date = {1988},
journaltitle = {Journal of the American Statistical Association},
volume = {83},
number = {402},
eprint = {2288843},
eprinttype = {jstor},
pages = {289--300},
publisher = {{[American Statistical Association, Taylor \& Francis, Ltd.]}},
issn = {0162-1459},
doi = {10.2307/2288843},
abstract = {The shape parameter of a two-variable graph is the ratio of the horizontal and vertical distances spanned by the data. For at least 70 years this parameter has received much attention in writings on data display, because it is a critical factor on two-variable graphs that show how one variable depends on the other. But despite the attention, there has been little systematic study. In this article the shape parameter and its effect on the visual decoding of slope information are studied through historical, empirical, theoretical, and experimental investigations. These investigations lead to a method for choosing the shape that maximizes the accuracy of slope judgments.}
}
@online{cookHowWeHelped2019,
title = {How {{We Helped Our Reporters Learn}} to {{Love Spreadsheets}}},
author = {Cook, Lindsey Rogers},
date = {2019-10-29T17:45:52},
url = {https://open.nytimes.com/how-we-helped-our-reporters-learn-to-love-spreadsheets-adc43a93b919},
urldate = {2020-09-10},
abstract = {And how your reporters can learn to love spreadsheets, too Link to open curric materials on GDrive https://drive.google.com/drive/u/0/folders/1ZS57\_40tWuIB7tV4APVMmTZ-5PXDwX9w},
langid = {english},
organization = {{Medium}},
file = {/Users/jdoughe2/Zotero/storage/PUK7HM9Q/how-we-helped-our-reporters-learn-to-love-spreadsheets-adc43a93b919.html}
}
@misc{cowanAssessmentNeedOpportunities2014,
title = {Assessment of {{Need}} and {{Opportunities}} for {{Data Intermediary Services}} in {{Hartford}}, {{Community Indicators Project}}, {{Hartford Foundation}} for {{Public Giving}}},
author = {Cowan, Jake},
date = {2014-11},
abstract = {The following recommendations include a high level of summary of themes, opportunities and actions related to creating and maintaining data intermediary services in the Capitol Region.},
file = {/Users/jdoughe2/Zotero/storage/54US78NF/HartfordDataEcosystemAssessment_ExeSummary.pdf;/Users/jdoughe2/Zotero/storage/TXFV4X38/FinalReport_HartfordDataEcosystemAssessment.pdf}
}
@online{darby-hudgensVIZNEWSData2014,
title = {{{VIZ NEWS}}: Data {{Visualizations}} –},
shorttitle = {{{VIZ NEWS}}},
author = {Darby-Hudgens, Fionnuala},
date = {2014-09-15},
url = {http://oic.farnamllc.com/viz-news-data-visualizations/},
urldate = {2014-09-15},
organization = {{Open Indicators Consortium}},
file = {/Users/jdoughe2/Zotero/storage/W58WJNDU/viz-news-data-visualizations.html}
}
@online{delatorreGroupLaunchesSmarter2015,
title = {Group {{Launches}} '{{Smarter}}' {{Website On Hartford Schools}}},
author = {De La Torre, Vanessa},
date = {2015-01-29},
url = {http://www.courant.com/community/hartford/hartford-cityline/hc-smarter-hartford-schools-0130-20150129-story.html},
urldate = {2015-02-04},
abstract = {HARTFORD \— Researching schools before the lotteries? The Achieve Hartford! reform advocacy group has launched a new data-driven website with detailed performance profiles of city schools. SmarterHartford.org},
organization = {{courant.com}},
file = {/Users/jdoughe2/Zotero/storage/7M4R5H8Q/hc-smarter-hartford-schools-0130-20150129-story.html}
}
@online{dengMapConnectionsHousing2014,
title = {Map {{Connections Among Housing}}, {{Transit}} and {{Population Change}}},
author = {Deng, Diana},
date = {2014-08-14},
url = {http://pschousing.org/news/new-partnership-map-allows-users-explore-connections-among-housing-transit-and-population},
urldate = {2014-10-13},
organization = {{Partnership for Strong Communities}},
file = {/Users/jdoughe2/Zotero/storage/6C83WHWW/new-partnership-map-allows-users-explore-connections-among-housing-transit-and-population.html}
}
@book{dignazioDataFeminism2020,
title = {Data {{Feminism}}},
author = {D'Ignazio, Catherine and Klein, Lauren F.},
date = {2020},
publisher = {{MIT Press}},
url = {https://data-feminism.mitpress.mit.edu/},
abstract = {"We have seen through many examples that data science and artificial intelligence can reinforce structural inequalities like sexism and racism. Data is power, and that power is distributed unequally. This book offers a vision for a feminist data science that can challenge power and work towards justice. This book takes a stand against a world that benefits some (including the authors, two white women) at the expense of others. It seeks to provide concrete steps for data scientists seeking to learn how feminism can help them work towards justice, and for feminists seeking to learn how their own work can carry over to the growing field of data science. It is addressed to professionals in all fields where data-driven decisions are being made, as well as to communities that want to better understand the data that surrounds them. It is written for everyone who seeks to better understand the charts and statistics that they encounter in their day-to-day lives, and for everyone who seeks to better communicate the significance of such charts and statistics to others. This is an example-driven book written with a broad audience of scholars, students, and practitioners in mind. It offers a way of thinking about data, both their uses and their limits, that is informed by direct experience, by a commitment to action, and by the ideas associated with intersectional feminist thought"--},
isbn = {978-0-262-04400-4},
langid = {english},
annotation = {OCLC: 1119470058}
}
@incollection{doughertyConclusionsWhatWe2013,
title = {Conclusions: What {{We Learned}} from {{Writing History}} in the {{Digital Age}}},
booktitle = {Writing {{History}} in the {{Digital Age}}},
author = {Dougherty, Jack and Nawrotzki, Kristen and Rochez, Charlotte and Burke, Timothy},
date = {2013},
pages = {259--278},
publisher = {{University of Michigan Press}},
url = {https://muse.jhu.edu/chapter/1030727},
urldate = {2021-02-11},
langid = {english},
file = {/Users/jdoughe2/Zotero/storage/NF828CJG/1030727.html}
}
@online{doughertyCTMirrorGets2014a,
title = {{{CT Mirror}} Gets It Right — Then Wrong — with {{Trinity}} Students’ {{Sheff}} Data Visualizations},
author = {Dougherty, Jack},
date = {2014-01-21},
url = {http://ctmirror.org/ct-mirror-gets-it-right-then-wrong-with-trinity-students-sheff-data-visualizations/},
urldate = {2014-01-23},
abstract = {Students in the Cities, Suburbs \& Schools seminar at Trinity College and I had the privilege of designing online data visualizations with CT Mirror journalists Jacqueline Rabe Thomas and Alvin Chang, which they recently published in their January 15, 2014 story,},
organization = {{The CT Mirror}},
file = {/Users/jdoughe2/Zotero/storage/2B6Z7JM7/ct-mirror-gets-it-right-then-wrong-with-trinity-students-sheff-data-visualizations.html}
}
@online{doughertyHowCreateThematic2013,
title = {How to Create Thematic Data Maps with {{Google Fusion Tables}}},
author = {Dougherty, Jack},
date = {2013-09-06},
url = {http://commons.trincoll.edu/jackdougherty/how-to/gft-thematic-maps/},
urldate = {2013-10-22},
langid = {english},
file = {/Users/jdoughe2/Zotero/storage/VW2J3EBF/gft-thematic-maps.html}
}
@article{doughertySchoolChoiceSuburbia2009,
title = {School {{Choice}} in {{Suburbia}}: Test {{Scores}}, {{Race}}, and {{Housing Markets}}},
author = {Dougherty, Jack and Harrelson, Jeffrey and Maloney, Laura and Murphy, Drew and Smith, Russell and Snow, Michael and Zannoni, Diane},
date = {2009-08},
journaltitle = {American Journal of Education},
volume = {115},
number = {4},
pages = {523--548},
url = {http://digitalrepository.trincoll.edu/cssp_papers/1},
abstract = {Home buyers exercise school choice when shopping for a private residence due to its location in a public school district or attendance area. In this quantitative study of one Connecticut suburban district, we measure the effect of elementary school test scores and racial composition on home buyers’ willingness to purchase single-family homes over a 10-year period, controlling for house and neighborhood characteristics. Overall, while both test scores and race explain home prices, we found that the influence of tests declined while race became nearly seven times more influential over our decade-long period of study. Our interpretation of the results draws on the shifting context of school accountability, the Internet, and racial dynamics in this suburb over time.},
file = {/Users/jdoughe2/Zotero/storage/9UC5JI9C/DoughertyEtal_AJE2009.pdf}
}
@online{doughertyToughQuestionsAsk2017,
title = {Tough {{Questions}} to {{Ask}} about {{Trinity edX}}},
author = {Dougherty, Jack},
date = {2017-11-21T16:38:44-05:00},
url = {https://jackdougherty.org/2017/11/21/tough-questions-to-ask-about-trinity-edx/},
urldate = {2020-11-30},
abstract = {This essay expands on themes raised in my earlier presentation, “Lessons Learned from Teaching MOOCs at Liberal Arts Colleges: Reflections on Data Visualization for All,” delivered at the Blended Learning in the Liberal Arts Conference at Bryn Mawr College, PA, in May 2017. See my presentation slides.},
langid = {english},
organization = {{JackDougherty.org}},
file = {/Users/jdoughe2/Zotero/storage/7J64KM47/tough-questions-to-ask-about-trinity-edx.html}
}
@book{doughertyWebWritingWhy2015,
title = {Web {{Writing}}: Why and {{How}} for {{Liberal Arts Teaching}} and {{Learning}}},
editor = {Dougherty, Jack and O'Donnell, Tennyson},
date = {2015},
publisher = {{University of Michigan Press}},
location = {{Ann Arbor}},
url = {https://muse.jhu.edu/book/52297},
abstract = {This open-access scholarly book-in-progress explores why online writing matters for liberal arts education and illustrates how faculty and students engage in this work, with links to examples and tutorials. With over twenty essays, the volume responds to current debates over massive online courses by arguing for thoughtfully integrating web-based authoring, editing, and publishing tools into what the liberal arts does best: teaching writing and clearer thinking across the curriculum.},
annotation = {https://doi.org/10.3998/dh.13396229.0001.001},
file = {/Users/jdoughe2/Zotero/storage/DMWH2RI9/WebWritingCoverUMich.pdf;/Users/jdoughe2/Zotero/storage/PBZ9M79D/2015-Web-Writing-Dougherty-excerpts.pdf}
}
@book{doughertyWritingHistoryDigital2013,
title = {Writing {{History}} in the {{Digital Age}}},
editor = {Dougherty, Jack and Nawrotzki, Kristen},
date = {2013},
publisher = {{University of Michigan Press}},
location = {{Ann Arbor}},
url = {https://muse.jhu.edu/book/27633},
abstract = {With our unique focus on writing, our innovative web-born format and our open review process, we seek to move beyond the traditionalist ways humanities scholars – and historians in particular – have tended to think about and to use digital technologies. In a recent lecture delivered in advance of his forthcoming book, The Ivory Tower and the Open Web, Dan Cohen (2011) observes that most scholars have preferred “to impose traditional ivory tower genres on the web” rather than accept its most successful models, such as blogs and social media. What would happen, Cohen asks, if we reversed this flow and “embraced the genres of the open web?” How might the web challenge prevailing norms of scholarly work, particularly in how we generate and communicate knowledge with one another? This, in short, is what we seek to explore in our Writing History volume.},
annotation = {https://doi.org/10.3998/dh.12230987.0001.001},
file = {/Users/jdoughe2/Zotero/storage/5CRWXWQ6/WritingHistoryCoverUMich.pdf;/Users/jdoughe2/Zotero/storage/QTBBW57P/2013-Writing-History-Digital-Age-excerpts.pdf}
}
@online{DrillingDEAPain2019,
title = {Drilling into the {{DEA}}’s {{Pain Pill Database}}},
date = {2019-07-16},
url = {https://www.washingtonpost.com/graphics/2019/investigations/dea-pain-pill-database/},
urldate = {2020-07-31},
abstract = {The federal government has tracked the path of every pain pill in the U.S. Here’s where they went and how they got there.},
langid = {english},
organization = {{Washington Post}},
file = {/Users/jdoughe2/Zotero/storage/BDJHXVCP/dea-pain-pill-database.html}
}
@online{durosHowChicagoCommunity2013,
title = {How the {{Chicago Community Trust}} and {{OpenGov Chicago}} Are Creating a New Type of Accountability Journalism},
author = {Duros, Sally},
date = {2013-04-25},
url = {http://www.knightfoundation.org/blogs/knightblog/2013/4/25/how-chicago-community-trust-and-opengov-chicago-are-creating-new-type-accountability-journalism/},
urldate = {2014-07-22},
abstract = {On Wednesday, the Knight Community Information Challenge, which offers community foundations matching funds for news and information projects, opens for ...},
organization = {{Knight Foundation}},
file = {/Users/jdoughe2/Zotero/storage/Z23GAAKA/how-chicago-community-trust-and-opengov-chicago-are-creating-new-type-accountability-journalism.html}
}
@book{engebretsenDataVisualizationSociety2020,
title = {Data {{Visualization}} in {{Society}}},
editor = {Engebretsen, Martin and Kennedy, Helen},
date = {2020-04-16},
publisher = {{Amsterdam University Press}},
url = {https://www.aup.nl/en/book/9789048543137/data-visualization-in-society},
urldate = {2021-02-05},
abstract = {Today we are witnessing an increased use of data visualization in society. Across domains such as work, education and the news, various forms of graphs, charts and maps are used to explain, convince and tell stories. In an era in which more and more data are produced and circulated digitally, and digital tools make visualization production increasingly accessible, it is important to study the conditions under which such visual texts are generated, disseminated and thought to be of societal benefit. This book is a contribution to the multi-disciplined and multi-faceted conversation concerning the forms, uses and roles of data visualization in society. Do data visualizations do \&\#39;good\&\#39; or \&\#39;bad\&\#39;? Do they promote understanding and engagement, or do they do ideological work, privileging certain views of the world over others? The contributions in the book engage with these core questions from a range of disciplinary perspectives.},
isbn = {978-90-485-4313-7},
langid = {english},
file = {/Users/jdoughe2/Zotero/storage/I7XB8Z76/data-visualization-in-society.html}
}
@online{EnslavedPeoplesHistorical2020,
title = {Enslaved: Peoples of the {{Historical Slave Trade}}},
date = {2020},
url = {https://enslaved.org/},
urldate = {2020-12-07},
organization = {{Matrix: The Center for Digital Humanities and Social Sciences, Michigan State University}},
file = {/Users/jdoughe2/Zotero/storage/4RQT44X9/enslaved.org.html}
}
@book{evergreenEffectiveDataVisualization2016,
title = {Effective {{Data Visualization}}: The {{Right Chart}} for the {{Right Data}}},
shorttitle = {Effective {{Data Visualization}}},
author = {Evergreen, Stephanie D. H.},
date = {2016-05-18},
edition = {1 edition},
publisher = {{SAGE Publications, Inc}},
location = {{Los Angeles}},
abstract = {Written by sought-after speaker, designer, and researcher Stephanie D. H. Evergreen, Effective Data Visualization shows readers how to create Excel charts and graphs that best communicate data findings. This comprehensive how-to guide functions as a set of blueprints—supported by research and the author’s extensive experience with clients in industries all over the world—for conveying data in an impactful way. Delivered in Evergreen’s humorous and approachable style, the book covers the spectrum of graph types available beyond the default options, how to determine which one most appropriately fits specific data stories, and easy steps for making the chosen graph in Excel.},
isbn = {978-1-5063-0305-5},
langid = {english},
pagetotal = {264}
}
@online{ferdmanWherePeopleWorld2015,
title = {Where People around the World Eat the Most Sugar and Fat},
author = {Ferdman, Roberto},
date = {2015-02-05},
url = {https://www.washingtonpost.com/news/wonk/wp/2015/02/05/where-people-around-the-world-eat-the-most-sugar-and-fat/},
urldate = {2017-02-13},
abstract = {Americans love sugar, Belgians love fat, and Germans love both.},
organization = {{Washington Post}},
file = {/Users/jdoughe2/Zotero/storage/IAUDZWAA/where-people-around-the-world-eat-the-most-sugar-and-fat.html}
}
@book{fewNowYouSee2009,
title = {Now {{You See It}}: Simple {{Visualization Techniques}} for {{Quantitative Analysis}}},
shorttitle = {Now {{You See It}}},
author = {Few, Stephen},
date = {2009-04-01},
edition = {1st edition},
publisher = {{Analytics Press}},
location = {{Oakland, Calif}},
abstract = {Now You See It: Simple Visualization Techniques for Quantitative Analysis teaches simple, practical means to explore and analyze quantitative data--techniques that rely primarily on using your eyes. This book features graphical techniques that can be applied to a broad range of software tools, including Microsoft Excel, because so many people have nothing else, but also more powerful visual analysis tools that can dramatically extend your analytical reach. You'll learn to make sense of quantitative data by discerning the meaningful patterns, trends, relationships, and exceptions that measure your organization's performance, identify potential problems and opportunities, and reveal what will likely happen in the future. Now You See It is not just for those with "analyst" in their titles, but for everyone who's interested in discovering the stories in their data that reveal their organization's performance and how it can be improved.},
isbn = {978-0-9706019-8-8},
langid = {english},
pagetotal = {329}
}
@article{fewPiesDessert2007,
title = {Save the Pies for Dessert},
author = {Few, Stephen},
date = {2007},
journaltitle = {Visual Business Intelligence Newsletter},
pages = {1--14},
url = {http://www.perceptualedge.com/articles/visual_business_intelligence/save_the_pies_for_dessert.pdf},
urldate = {2017-02-12},
abstract = {Critique of pie charts},
file = {/Users/jdoughe2/Zotero/storage/77B8XPJP/save_the_pies_for_dessert.pdf}
}
@book{fewShowMeNumbers2012,
title = {Show {{Me}} the {{Numbers}}: Designing {{Tables}} and {{Graphs}} to {{Enlighten}}},
shorttitle = {Show {{Me}} the {{Numbers}}},
author = {Few, Stephen},
date = {2012-06-01},
edition = {Second edition},
publisher = {{Analytics Press}},
location = {{Burlingame, CA}},
abstract = {Most presentations of quantitative information are poorly designed—painfully so, often to the point of misinformation. This problem, however, is rarely noticed and even more rarely addressed. We use tables and graphs to communicate quantitative information: the critical numbers that measure the health, identify the opportunities, and forecast the future of our organizations. Even the best information is useless, however, if its story is poorly told. This problem exists because almost no one has ever been trained to design tables and graphs for effective and efficient communication. Show Me the Numbers: Designing Tables and Graphs to Enlighten is the most accessible, practical, and comprehensive guide to table and graph design available. The second edition of Show Me the Numbers improves on the first by polishing the content throughout (including updated figures) and adding 91 more pages of content, including: 1) A new preface; 2) A new chapter entitled "Silly Graphs That Are Best Forsaken," which alerts readers to some of the current misuses of graphs such as donut charts, circle charts, unit charts, and funnel charts; 3) A new chapter about quantitative narrative entitled "Telling Compelling Stories with Numbers"; and 4) New appendices entitled "Constructing Table Lens Displays in Excel," "Constructing Box Plots in Excel," and "Useful Color Palettes."},
isbn = {978-0-9706019-7-1},
langid = {english},
pagetotal = {371}
}
@book{fitzpatrickPlannedObsolescencePublishing2011,
title = {Planned {{Obsolescence}}: Publishing, {{Technology}}, and the {{Future}} of the {{Academy}}},
shorttitle = {Planned {{Obsolescence}}},
author = {Fitzpatrick, Kathleen},
date = {2011-11-01},
publisher = {{NYU Press}},
url = {http://books.google.com/ebooks/reader?id=wF4ry3m9ulMC},
abstract = {purchased on Google Books/Google Play},
isbn = {0-8147-2788-3},
pagetotal = {256}
}
@article{fowlerAlexaHasBeen2019,
title = {Alexa {{Has Been Eavesdropping}} on {{You This Whole Time}}},
author = {Fowler, Geoffrey A.},
date = {2019-05-06},
journaltitle = {Washington Post},
issn = {0190-8286},
url = {https://www.washingtonpost.com/technology/2019/05/06/alexa-has-been-eavesdropping-you-this-whole-time/},
urldate = {2020-09-08},
abstract = {Our tech columnist listened to four years of his Alexa archive, and discovered Amazon tracks us in more ways than we might want.},
entrysubtype = {newspaper},
langid = {american},
annotation = {http://web.archive.org/web/20200908205849/https://www.washingtonpost.com/technology/2019/05/06/alexa-has-been-eavesdropping-you-this-whole-time/},
file = {/Users/jdoughe2/Zotero/storage/MV9E4R4V/alexa-has-been-eavesdropping-you-this-whole-time.html}
}
@article{fowlerFacebookWillNow2020,
title = {Facebook {{Will Now Show You Exactly How It Stalks You}} — {{Even When You}}’re {{Not Using Facebook}}},
author = {Fowler, Geoffrey A.},
date = {2020-01-28},
journaltitle = {Washington Post},
issn = {0190-8286},
url = {https://www.washingtonpost.com/technology/2020/01/28/off-facebook-activity-page/},
urldate = {2020-09-08},
abstract = {The new ’Off-Facebook Activity' tool, available around the world Tuesday, reminds us we’re living in a reality TV program where we forget the cameras are always on. Here are the privacy settings to change right now.},
entrysubtype = {newspaper},
langid = {american},
annotation = {http://web.archive.org/web/20200908205910/https://www.washingtonpost.com/technology/2020/01/28/off-facebook-activity-page/},
file = {/Users/jdoughe2/Zotero/storage/GPQRW3YS/off-facebook-activity-page.html}
}
@article{fowlerGoodbyeChromeGoogle2019,
title = {Goodbye, {{Chrome}}: Google’s {{Web Browser Has Become Spy Software}}},
shorttitle = {Review | {{Goodbye}}, {{Chrome}}},
author = {Fowler, Geoffrey A.},
date = {2019-06-21},
journaltitle = {Washington Post},
issn = {0190-8286},
url = {https://www.washingtonpost.com/technology/2019/06/21/google-chrome-has-become-surveillance-software-its-time-switch/},
urldate = {2020-09-08},
abstract = {Our latest privacy experiment found Chrome ushered more than 11,000 tracker cookies into our browser — in a single week.},
entrysubtype = {newspaper},
langid = {american},
annotation = {http://web.archive.org/web/20200908205832/https://www.washingtonpost.com/technology/2019/06/21/google-chrome-has-become-surveillance-software-its-time-switch/},
file = {/Users/jdoughe2/Zotero/storage/UDBEUW5J/google-chrome-has-become-surveillance-software-its-time-switch.html}
}
@article{fowlerPerspective87Percent2020,
title = {Perspective | 87 Percent of Websites Are Tracking You. {{This}} New Tool Will Let You Run a Creepiness Check.},
author = {Fowler, Geoffrey A.},
date = {2020-09-25},
journaltitle = {Washington Post},
issn = {0190-8286},
url = {https://www.washingtonpost.com/technology/2020/09/25/privacy-check-blacklight/},
urldate = {2020-09-26},
abstract = {You can scan any website for privacy — trackers, cookies, and even keyloggers — with the free Blacklight from The Markup.},
entrysubtype = {newspaper},
langid = {american},
annotation = {http://web.archive.org/web/20200926212652/https://www.washingtonpost.com/technology/2020/09/25/privacy-check-blacklight/},
file = {/Users/jdoughe2/Zotero/storage/86SDRSUI/privacy-check-blacklight.html}
}
@incollection{friendlyBriefHistoryData2008,
title = {A {{Brief History}} of {{Data Visualization}}},
booktitle = {Handbook of {{Data Visualization}}},
author = {Friendly, Michael},
date = {2008-01-01},
series = {Springer {{Handbooks Comp}}.{{Statistics}}},
pages = {15--56},
publisher = {{Springer Berlin Heidelberg}},
url = {http://link.springer.com/chapter/10.1007/978-3-540-33037-0_2},
urldate = {2013-11-18},
abstract = {It is common to think of statistical graphics and data visualization as relatively modern developments in statistics. In fact, the graphic representation of quantitative information has deep roots. These roots reach into the histories of the earliestmap making and visual depiction, and later into thematic cartography, statistics and statistical graphics, medicine and other fields. Along the way, developments in technologies (printing, reproduction), mathematical theory and practice, and empirical observation and recording enabled the wider use of graphics and new advances in form and content.},
isbn = {978-3-540-33036-3 978-3-540-33037-0},
langid = {english},
keywords = {Computational Biology/Bioinformatics,Computer Imaging; Vision; Pattern Recognition and Graphics,Statistical Theory and Methods,Statistics and Computing/Statistics Programs},
file = {/Users/jdoughe2/Zotero/storage/BUB72KHA/hbook.pdf;/Users/jdoughe2/Zotero/storage/4TQST643/978-3-540-33037-0_2.html}
}
@online{friendlyMilestonesHistoryThematic2001,
title = {Milestones in the {{History}} of {{Thematic Cartography}}, {{Statistical Graphics}}, and {{Data Visualization}}},
author = {Friendly, Michael and Denis, Daniel J.},
date = {2001},
url = {http://www.datavis.ca/milestones/},
urldate = {2017-02-28},
abstract = {illustrated chronology of innovations},
file = {/Users/jdoughe2/Zotero/storage/4SM9XACG/milestones.html}
}
@book{fryVisualizingDataExploring2007,
title = {Visualizing {{Data}}: Exploring and {{Explaining Data}} with the {{Processing Environment}}},
shorttitle = {Visualizing {{Data}}},
author = {Fry, Ben},
date = {2007-12-18},
publisher = {{O'Reilly Media, Inc.}},
url = {http://books.google.com/books?isbn=0596554729},
abstract = {Enormous quantities of data go unused or underused today, simply because people can't visualize the quantities and relationships in it. Using a downloadable programming environment developed by the author, Visualizing Data demonstrates methods for representing data accurately on the Web and elsewhere, complete with user interaction, animation, and more. How do the 3.1 billion A, C, G and T letters of the human genome compare to those of a chimp or a mouse? What do the paths that millions of visitors take through a web site look like? With Visualizing Data, you learn how to answer complex questions like these with thoroughly interactive displays. We're not talking about cookie-cutter charts and graphs. This book teaches you how to design entire interfaces around large, complex data sets with the help of a powerful new design and prototyping tool called "Processing". Used by many researchers and companies to convey specific data in a clear and understandable manner, the Processing beta is available free. With this tool and Visualizing Data as a guide, you'll learn basic visualization principles, how to choose the right kind of display for your purposes, and how to provide interactive features that will bring users to your site over and over. This book teaches you: The seven stages of visualizing data -- acquire, parse, filter, mine, represent, refine, and interact How all data problems begin with a question and end with a narrative construct that provides a clear answer without extraneous details Several example projects with the code to make them work Positive and negative points of each representation discussed. The focus is on customization so that each one best suits what you want to convey about your data set The book does not provide ready-made "visualizations" that can be plugged into any data set. Instead, with chapters divided by types of data rather than types of display, you'll learn how each visualization conveys the unique properties of the data it represents -- why the data was collected, what's interesting about it, and what stories it can tell. Visualizing Data teaches you how to answer questions, not simply display information.},
isbn = {978-0-596-55472-9},
langid = {english},
pagetotal = {386},
keywords = {Computers / Computer Graphics,Computers / Data Modeling & Design,Computers / Data Processing}
}
@online{gaulOpenGovVoicesHartford2014,
title = {{{OpenGov Voices}}: Hartford's New Open Data Portal},
shorttitle = {{{OpenGov Voices}}},
author = {Gaul, Scott},
date = {2014-09-12},
url = {http://sunlightfoundation.com/blog/2014/09/12/opengov-voices-hartfords-new-open-data-portal/},
urldate = {2014-09-12},
organization = {{Sunlight Foundation}},
file = {/Users/jdoughe2/Zotero/storage/4M4TMZ4X/opengov-voices-hartfords-new-open-data-portal.html}
}
@online{gebhartSpyingStudentsSchoolIssued2017,
title = {Spying on {{Students}}: School-{{Issued Devices}} and {{Student Privacy}}},
shorttitle = {Spying on {{Students}}},
author = {Gebhart, Gennie},
date = {2017-04-13T07:33:53-07:00},
url = {https://www.eff.org/wp/school-issued-devices-and-student-privacy},
urldate = {2020-07-09},
abstract = {by Frida Alim, Nate Cardozo, Gennie Gebhart, Karen Gullo, and Amul KaliaDownload the report as a PDF.EXECUTIVE SUMMARYStudents and their families are backed into a corner. As students across the United States are handed school-issued laptops and signed up for educational cloud services, the way the...},
langid = {english},
organization = {{Electronic Frontier Foundation}},
annotation = {http://web.archive.org/web/20200709152444/https://www.eff.org/wp/school-issued-devices-and-student-privacy},
file = {/Users/jdoughe2/Zotero/storage/A833X3H3/school-issued-devices-and-student-privacy.html}
}
@book{goldsteinTransparencyOpenData2013,
title = {Beyond {{Transparency}}: Open {{Data}} and the {{Future}} of {{Civic Innovation}}},
shorttitle = {Beyond {{Transparency}}},
editor = {Goldstein, Brett and Dyson, Lauren},
date = {2013-10-16},
publisher = {{Code for America Press}},
location = {{San Francisco, Calif.}},
url = {http://beyondtransparency.org/},
abstract = {The rise of open data in the public sector has sparked innovation, driven efficiency, and fueled economic development. While still emerging, we are seeing evidence of the transformative potential of open data in shaping the future of our civic life, and the opportunity to use open data to reimagine the relationship between residents and government, especially at the local level. As we look ahead, what have we learned so far from open data in practice and how we can apply those lessons to realize a more promising future for America’s cities and communities? Edited by Brett Goldstein, former Chief Data Officer for the City of Chicago, with Code for America, this book features essays from over twenty of the world’s leading experts in a first-of-its-kind instructive anthology about how open data is changing the face of our public institutions. Contributors include: Michael Flowers, Chief Analytics Officer, New York City Beth Blauer, former director of Maryland StateStat Jonathan Feldman, CIO, City of Asheville Tim O’Reilly, founder \& CEO, O’Reilly Media Eric Gordon, Director of Engagement Game Lab, Emerson College Beth Niblock, CIO, Louisville Metro Government Ryan \& Mike Alfred, Co-Founders, Brightscope Emer Coleman, former director of the London Datastore Mark Headd, Chief Data Officer, City of Philadelphia “As an essential volume for anyone interested in the future of governance, urban policy, design, data-driven policymaking, journalism, or civic engagement, "Beyond Transparency" combines the inspirational glow and political grit of Profiles in Courage with the clarity of an engineer's calm explanation of how something technical actually works. Here are the detailed how-to stories of many members of the first generation of open government pioneers, written in a generous, accessible style; this compilation presents us with a great deal to admire, ample provocation, and wise guidance from a group of remarkable individuals.” —Susan Crawford, author of Captive Audience “Just as he did during his time in my administration, Goldstein has brought together industry leaders to discuss issues of relevance in the open data movement and the practical implications of implementing these policies… This book will help continue the work to make open government a reality across the country.” — Mayor Rahm Emanuel, City of Chicago “A must-read for anyone who is passionate about what open data can do to transform city living.” — Boris Johnson, Mayor of London},
isbn = {978-0-615-88908-5},
file = {/Users/jdoughe2/Zotero/storage/FJZTKVKJ/BeyondTransparency.pdf}
}
@book{gourleyHowUseData2015,
title = {How to {{Use Data Visualization}} to {{Win Over Your Audience}}},
author = {Gourley, Drew},
date = {2015-06},
publisher = {{Visage}},
url = {https://visage.co/content/data-viz-win-audience/},
file = {/Users/jdoughe2/Zotero/storage/CTHQJXBZ/DataVizWinAudience.pdf}
}
@book{grayDataJournalismHandbook2012,
title = {The Data Journalism Handbook},
author = {Gray, Jonathan and Bounegru, Liliana and Chambers, Lucy},
date = {2012},
publisher = {{O'Reilly}},
location = {{Sebastopol, CA [etc.]}},
isbn = {978-1-4493-3006-4 1-4493-3006-1},
langid = {english}
}
@book{harfordDataDetectiveTen2021,
title = {The {{Data Detective}}: Ten {{Easy Rules}} to {{Make Sense}} of {{Statistics}}},
shorttitle = {The {{Data Detective}}},
author = {Harford, Tim},
date = {2021-02-02},
eprint = {_JvmDwAAQBAJ},
eprinttype = {googlebooks},
publisher = {{Penguin}},
url = {https://www.google.com/books/edition/The_Data_Detective/_JvmDwAAQBAJ},
abstract = {From “one of the great (greatest?) contemporary popular writers on economics” (Tyler Cowen) comes a smart, lively, and encouraging rethinking of how to use statistics.Today we think statistics are the enemy, numbers used to mislead and confuse us. That’s a mistake, Tim Harford says in The Data Detective. We~shouldn’t be suspicious of statistics—we need to understand what they mean and how they can improve our~lives: they~are, at heart, human behavior seen through the prism of numbers and are often “the only way of grasping much of what is going on around~us.”~If we can toss aside our fears and learn to approach them clearly—understanding how our own preconceptions lead us astray—statistics can point to ways we can live better and work smarter.As~“perhaps the best popular economics writer in the~world”~(New Statesman), Tim Harford is an expert at taking complicated ideas and untangling them for millions of readers. In The Data Detective, he uses new research in science and psychology to set out ten strategies for using statistics to erase our biases and replace them with new ideas that use virtues like patience, curiosity, and good sense to better understand ourselves and the world. As a result, The Data Detective is a big-idea book about statistics and human behavior that is fresh, unexpected, and insightful.},
isbn = {978-0-593-08467-0},
langid = {english},
pagetotal = {387},
keywords = {Business & Economics / Consumer Behavior,Business & Economics / Statistics,Psychology / Social Psychology}
}
@misc{HartfordCityScan2001,
title = {Hartford {{City Scan}} 2001},
date = {2001},
file = {/Users/jdoughe2/Zotero/storage/EUWIVNJT/CPEC_HartfordCityScan2001.pdf}
}
@misc{hartfordfoundationforpublicgivingCommunityIndicatorsProject2013,
title = {Community {{Indicators Project}}: Where Are We Now? ({{Draft}})},
author = {Hartford Foundation for Public Giving},
date = {2013-07},
file = {/Users/jdoughe2/Zotero/storage/XXMQUN2S/Community-Indicators-Project-2pg-draft-2013-07.pdf}
}
@book{hartfordfoundationforpublicgivingEDIEarlyDevelopment2015,
title = {{{EDI}} ({{Early Development Instrument}}) {{Report}}},
author = {Hartford Foundation for Public Giving},
date = {2015-01},
url = {http://edi.ctdata.org/},
abstract = {Brochure includes analysis of kindergarten students from Hartford and West Hartford},
file = {/Users/jdoughe2/Zotero/storage/3BU3MCBI/EDI Report FINAL.PDF}
}
@misc{hartfordfoundationforpublicgivingMetroHartfordProgress2014,
title = {Metro {{Hartford Progress Points}} 2014: A {{Community Data Indicators Report Looking}} at {{Progress}} \& {{Promise}} in the {{Metro Hartford Communities}}},
author = {Hartford Foundation for Public Giving},
date = {2014-04},
url = {http://www.metrohartfordprogresspoints.org/},
urldate = {2014-04-02},
abstract = {Developed by a group of key regional stakeholders, Metro Hartford Progress Points is a periodic 'check-up' for the region to build greater understanding about issues facing the Greater Hartford community. Using a core set of data indicators to identify opportunities for action the 2014 report addresses the following key areas: Defining Our Region Increasing Globalization Growing Suburban Poverty Stubborn Education Gaps},
file = {/Users/jdoughe2/Zotero/storage/JA3W5N7M/SourcesData_Metro_Hartford_Progress_Points_2014.pdf;/Users/jdoughe2/Zotero/storage/VH7JRK57/Metro_Hartford_Progress_Points_2014.pdf;/Users/jdoughe2/Zotero/storage/XZAMUQ7U/www.metrohartfordprogresspoints.org.html}
}
@book{hartfordfoundationforpublicgivingMetroHartfordProgress2015,
title = {Metro {{Hartford Progress Points}} 2015: Access to {{Opportunity}}},
author = {Hartford Foundation for Public Giving},
date = {2015},
url = {http://metrohartfordprogresspoints.org/},
urldate = {2015-11-16},
file = {/Users/jdoughe2/Zotero/storage/BMA2R2BQ/Metro_Hartford_Progress_Points_2015.pdf;/Users/jdoughe2/Zotero/storage/BREX5WZI/Progress Points 2015 data.xlsx;/Users/jdoughe2/Zotero/storage/JWCXBI7A/metrohartfordprogresspoints.org.html}
}
@book{haverbekeEloquentJavaScriptModern2018,
title = {Eloquent {{JavaScript}}: A {{Modern Introduction}} to {{Programming}}, 3rd {{Edition}}},
author = {Haverbeke, Marijn},
date = {2018},
url = {https://eloquentjavascript.net/},
urldate = {2020-12-10},
file = {/Users/jdoughe2/Zotero/storage/IMZEQVDW/eloquentjavascript.net.html}
}
@online{hayesTutorialGeoreferencingDisplaying2020,
title = {Tutorial: Georeferencing and {{Displaying Historical Maps}} Using {{Map Warper}} and {{StoryMapJS}}},
shorttitle = {Tutorial},
author = {Hayes, Erica and Partlow, Mia},
date = {2020-11-20},
publisher = {{OSF}},
url = {https://doi.org/10.17605/OSF.IO/7QD56},
urldate = {2020-12-18},
abstract = {Georeferenced maps provide an opportunity to contextualize historic data. When published in a web environment, users can interact with historic maps in new ways. This lesson will teach you how to georeference a historic map using Map Warper, and will take you through the steps for displaying your georeferenced map online in KnightLab's Story Map JS. Hosted on the Open Science Framework},
langid = {english},
organization = {{Open Science Framework}},
file = {/Users/jdoughe2/Zotero/storage/5AKFBAK4/7qd56.html}
}
@article{healyDataVisualizationSociology2014,
title = {Data {{Visualization}} in {{Sociology}}},
author = {Healy, Kieran and Moody, James},
date = {2014},
journaltitle = {Annual Review of Sociology},
volume = {40},
number = {1},
pages = {105--128},
doi = {10.1146/annurev-soc-071312-145551},
url = {http://dx.doi.org/10.1146/annurev-soc-071312-145551},
urldate = {2015-02-11},
abstract = {Visualizing data is central to social scientific work. Despite a promising early beginning, sociology has lagged in the use of visual tools. We review the history and current state of visualization in sociology. Using examples throughout, we discuss recent developments in ways of seeing raw data and presenting the results of statistical modeling. We make a general distinction between those methods and tools designed to help explore data sets and those designed to help present results to others. We argue that recent advances should be seen as part of a broader shift toward easier sharing of code and data both between researchers and with wider publics, and we encourage practitioners and publishers to work toward a higher and more consistent standard for the graphical display of sociological insights.},
keywords = {exploratory data analysis,methods,Statistics,visualization},
file = {/Users/jdoughe2/Zotero/storage/UKW8VK6H/Healy and Moody - 2014 - Data Visualization in Sociology.pdf}
}
@online{HowCTMirror2014,
title = {How the {{CT Mirror}} Hackathon Taught Me to Be a Student Again},
date = {2014-05-05},
url = {http://ctmirror.org/how-the-ct-mirror-hackathon-taught-me-to-be-a-student-again/},
urldate = {2014-05-05},
organization = {{The CT Mirror}},
file = {/Users/jdoughe2/Zotero/storage/M9RF7B7W/how-the-ct-mirror-hackathon-taught-me-to-be-a-student-again.html}
}
@book{hubspotDataVisualization1012014,
title = {Data {{Visualization}} 101: How to {{Design Charts}} and {{Graphs}}},
author = {Hubspot and Visage},
date = {2014},
url = {https://visage.co/resource/data-visualization-101-how-to-design-charts-graphs/},
file = {/Users/jdoughe2/Zotero/storage/82E9XG8E/Data_Visualization_101_How_to_Design_Charts_and_Graphs.pdf}
}
@book{huffHowLieStatistics1954,
title = {How to {{Lie}} with {{Statistics}}},
author = {Huff, Darrell},
date = {1954},
publisher = {{W. W. Norton \& Company}},
url = {http://books.google.com/books?isbn=0393070875},
abstract = {Darrell Huff runs the gamut of every popularly used type of statistic, probes such things as the sample study, the tabulation method, the interview technique, or the way results are derived from the figures, and points up the countless number of dodges which are used to fool rather than to inform.},
isbn = {978-0-393-07087-3},
langid = {english},
pagetotal = {145},
keywords = {Mathematics / Probability & Statistics / General}
}
@book{iliinskyDesigningDataVisualizations2011,
title = {Designing {{Data Visualizations}}: Representing {{Informational Relationships}}},
shorttitle = {Designing {{Data Visualizations}}},
author = {Iliinsky, Noah and Steele, Julie},
date = {2011-09-16},
publisher = {{O'Reilly Media, Inc.}},
url = {http://books.google.com/books?isbn=1449317065},
abstract = {Data visualization is an efficient and effective medium for communicating large amounts of information, but the design process can often seem like an unexplainable creative endeavor. This concise book aims to demystify the design process by showing you how to use a linear decision-making process to encode your information visually. Delve into different kinds of visualization, including infographics and visual art, and explore the influences at work in each one. Then learn how to apply these concepts to your design process. Learn data visualization classifications, including explanatory, exploratory, and hybrid Discover how three fundamental influences—the designer, the reader, and the data—shape what you create Learn how to describe the specific goal of your visualization and identify the supporting data Decide the spatial position of your visual entities with axes Encode the various dimensions of your data with appropriate visual properties, such as shape and color See visualization best practices and suggestions for encoding various specific data types},
isbn = {978-1-4493-1706-5},
langid = {english},
pagetotal = {111},
keywords = {Computers / Computer Graphics,Computers / Computer Literacy,Computers / Data Modeling & Design,Computers / General,Computers / User Interfaces}
}
@online{jordanMOOCCompletionRates2015,
title = {{{MOOC Completion Rates}}: The {{Data}}},
author = {Jordan, Katy},
date = {2015},
url = {http://www.katyjordan.com/MOOCproject.html},
urldate = {2017-01-31},
abstract = {Massive Open Online Courses (MOOCs) have the potential to enable free university-level education on an enormous scale. A concern often raised about MOOCs is that although thousands enrol for courses, a very small proportion actually complete the course. The release of information about enrollment and completion rates from MOOCs appears to be ad hoc at the moment - that is, official statistics are not published for every course. This data visualisation draws together information about enrollment numbers and completion rates from across online news stories and blogs.},
file = {/Users/jdoughe2/Zotero/storage/NKEIEM82/MOOCproject.html}
}
@book{kahlenbergSmarterCharterFinding2014,
title = {A {{Smarter Charter}}: Finding {{What Works}} for {{Charter Schools}} and {{Public Education}}},
shorttitle = {A {{Smarter Charter}}},
author = {Kahlenberg, Richard D. and Potter, Halley},
date = {2014-09-29},
publisher = {{Teachers College Press}},
url = {https://books.google.com/books?isbn=0807755796},
abstract = {ebook available at http://store.tcpress.com/0807755796.shtml “A remarkable new book.... Wise and energetic advocates such as Kahlenberg and Potter can take the charter movement in new and useful directions.”—The~Washington PostMoving beyond the debate over whether or not charter schools should exist,~A Smarter Charter~wrestles with the question of what kind of charter schools we should encourage. The authors begin by tracing the evolution of charter schools from teacher union leader Albert Shanker’s original vision of giving teachers room to innovate while educating a diverse population of students, to today’s charter schools where the majority of teachers are not unionized and student segregation levels are even higher than in traditional public schools. In the second half of the book, the authors examine two key reforms currently seen in a small but growing number of charter schools—teacher voice and socioeconomic integration—that have the potential to improve performance and reshape the stereotypical image of what it means to be a charter school.Important reading for policymakers, educators, researchers, and all citizens interested in the future of America’s public schools,~A Smarter Charter~features: Profiles of charter schools that are bucking the prevailing trends, including their performance data and the challenges they face. Best practices from successful charter schools, such as methods for attracting a diverse student body and examples of innovative teacher contracts. Reform strategies that can improve student outcomes in a variety of public schools, not just charters.“Kahlenberg and Potter have delivered a thought-provoking, serious contribution. Agree or not with their views on the purpose and performance of charter schools, they have important things to say on where charters have been, where they need to go, and how they can get there. Friends and foes of charter schooling, alike, would do well to read this book.”—Frederick M. Hess, resident scholar and director of Education Policy Studies, American Enterprise Institute“Read this book and draw inspiration and ideas from charter schools and educators bucking the trend and reclaiming that original, collaborative, and powerful promise and spirit. I hope parents, educators in all sectors, concerned citizens, policymakers, philanthropists—and charter sector leaders—will take its compelling message to heart and act on it.”—Dennis Van Roekel, former president, National Education Association“A tour-de-force, laying out in singular fashion what has gone wrong with the charter school movement, and what must be done to get it back on track....~A Smarter Charter~is a must-read for those concerned with the future of charter schools and public education.”—Randi Weingarten, president, American Federation of Teachers},
isbn = {978-0-8077-5579-2},
langid = {english},
pagetotal = {240}
}
@article{kantorHarvardBusinessSchool2013,
title = {Harvard {{Business School Case Study}}: Gender {{Equity}}},
shorttitle = {Harvard {{Business School Case Study}}},