-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrefs.bib
1014 lines (966 loc) · 43.4 KB
/
refs.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
@article{bowker1999sorting,
title={Sorting things out},
author={Bowker, Geoffrey and Star, Susan Leigh},
journal={Classification and its consequences},
volume={4},
year={1999},
publisher={MIT Press Cambridge, MA}
}
%<ref name="crawford16algorithm">Crawford, K. (2016). Can an algorithm be agonistic? Ten scenes from life in calculated publics. Science, Technology, & Human Values, 41(1), 77-92.</ref>
@article{crawford2016algorithm,
title={Can an algorithm be agonistic? Ten scenes from life in calculated publics},
author={Crawford, Kate},
journal={Science, Technology, \& Human Values},
volume={41},
number={1},
pages={77--92},
year={2016},
publisher={SAGE Publications Sage CA: Los Angeles, CA}
}
%<ref name="diakopoulos15algorithmic">Diakopoulos, N. (2015). Algorithmic accountability: Journalistic investigation of computational power structures. Digital Journalism, 3(3), 398-415.</ref>
@article{diakopoulos2015algorithmic,
title={Algorithmic accountability: Journalistic investigation of computational power structures},
author={Diakopoulos, Nicholas},
journal={Digital Journalism},
volume={3},
number={3},
pages={398--415},
year={2015},
publisher={Taylor \& Francis}
}
%<ref name="gillespie14relevance">Gillespie, T. (2014). The relevance of algorithms. Media technologies: Essays on communication, materiality, and society, 167.</ref>
@article{gillespie2014relevance,
title={The relevance of algorithms},
author={Gillespie, Tarleton},
journal={Media technologies: Essays on communication, materiality, and society},
volume={167},
year={2014},
publisher={MIT Press Cambridge, MA}
}
%<ref name="tufecki15algorithms">Tufekci, Z. (2015, February). Algorithms in our midst: Information, power and choice when software is everywhere. In Proceedings of the 18th ACM Conference on Computer Supported Cooperative Work & Social Computing (pp. 1918-1918). ACM.</ref>
@inproceedings{tufekci2015algorithms,
title={Algorithms in our midst: Information, power and choice when software is everywhere},
author={Tufekci, Zeynep},
booktitle={Proceedings of the 18th ACM Conference on Computer Supported Cooperative Work \& Social Computing},
pages={1918--1918},
year={2015},
organization={ACM}
}
%<ref name="halfaker15artificial">Halfaker, A., & Taraborelli, D. (2015). Artificial Intelligence Service “ORES” Gives Wikipedians X-Ray Specs to See Through Bad Edits.</ref>
@misc{halfaker2015artificial,
title={Artificial Intelligence Service ``ORES'' Gives Wikipedians X-Ray Specs to See Through Bad Edits},
author={Halfaker, Aaron and Taraborelli, Dario},
year={2015},
organization={Wikimedia Foundation blog},
url={https://blog.wikimedia.org/2015/11/30/artificial-intelligence-x-ray-specs/}
}
%<ref name="dang16quality">Dang, Q. V., & Ignat, C. L. (2016, June). Quality assessment of Wikipedia articles without feature engineering. In Digital Libraries (JCDL), 2016 IEEE/ACM Joint Conference on (pp. 27-30). IEEE.</ref>
@inproceedings{dang2016quality,
title={Quality assessment of wikipedia articles without feature engineering},
author={Dang, Quang-Vinh and Ignat, Claudia-Lavinia},
booktitle={Digital Libraries (JCDL), 2016 IEEE/ACM Joint Conference on},
pages={27--30},
year={2016},
organization={IEEE}
}
%<ref name="lewoniewski17relative">Lewoniewski, W., Węcel, K., & Abramowicz, W. (2017, December). Relative Quality and Popularity Evaluation of Multilingual Wikipedia Articles. In Informatics (Vol. 4, No. 4, p. 43). Multidisciplinary Digital Publishing Institute.</ref>
@inproceedings{lewoniewski2017relative,
title={Relative Quality and Popularity Evaluation of Multilingual Wikipedia Articles},
author={Lewoniewski, W{\l}odzimierz and Wecel, Krzysztof and Abramowicz, Witold},
booktitle={Informatics},
volume={4},
number={4},
pages={43},
year={2017},
organization={Multidisciplinary Digital Publishing Institute}
}
%<ref name="rezguia17sigmergic">Rezguia, A., & Crowstonb, K. (2017). Stigmergic Coordination in Wikipedia. https://crowston.syr.edu/sites/crowston.syr.edu/files/Stigmergic%20coordination%20in%20wikpedia%20to%20distribute.pdf</ref>
@article{rezguia2017stigmergic,
title={Stigmergic Coordination in Wikipedia},
author={Rezguia, Amira and Crowstonb, Kevin},
year={2017},
booktitle={in press},
url={https://crowston.syr.edu/sites/crowston.syr.edu/files/Stigmergic%20coordination%20in%20wikpedia%20to%20distribute.pdf}
}
%<ref name="hutchinson03technology">Hutchinson, H., Mackay, W., Westerlund, B., Bederson, B. B., Druin, A., Plaisant, C., ... & Roussel, N. (2003, April). Technology probes: inspiring design for and with families. In Proceedings of the SIGCHI conference on Human factors in computing systems (pp. 17-24). ACM.</ref>
@inproceedings{hutchinson2003technology,
title={Technology probes: inspiring design for and with families},
author={Hutchinson, Hilary and Mackay, Wendy and Westerlund, Bo and Bederson, Benjamin B and Druin, Allison and Plaisant, Catherine and Beaudouin-Lafon, Michel and Conversy, St{\'e}phane and Evans, Helen and Hansen, Heiko and others},
booktitle={Proceedings of the SIGCHI conference on Human factors in computing systems},
pages={17--24},
year={2003},
organization={ACM}
}
%<ref name="terveen14study">Terveen, L., Konstan, J. A., & Lampe, C. (2014). Study, Build, Repeat: Using Online Communities as a Research Platform. In Ways of Knowing in HCI (pp. 95-117). Springer, New York, NY.</ref>
@incollection{terveen2014study,
title={Study, Build, Repeat: Using Online Communities as a Research Platform},
author={Terveen, Loren and Konstan, Joseph A and Lampe, Cliff},
booktitle={Ways of Knowing in HCI},
pages={95--117},
year={2014},
publisher={Springer}
}
%<ref name="sandvig14auditing">Sandvig, C., Hamilton, K., Karahalios, K., & Langbort, C. (2014). Auditing algorithms: Research methods for detecting discrimination on internet platforms. Data and discrimination: converting critical concerns into productive inquiry, 1-23.</ref>
@article{sandvig2014auditing,
title={Auditing algorithms: Research methods for detecting discrimination on internet platforms},
author={Sandvig, Christian and Hamilton, Kevin and Karahalios, Karrie and Langbort, Cedric},
journal={Data and discrimination: converting critical concerns into productive inquiry},
pages={1--23},
year={2014}
}
%<ref name="spinuzzi00genre">Spinuzzi, C., & Zachry, M. (2000). Genre ecologies: An open-system approach to understanding and constructing documentation. ACM Journal of Computer Documentation (JCD), 24(3), 169-181.</ref>
@article{spinuzzi2000genre,
title={Genre ecologies: An open-system approach to understanding and constructing documentation},
author={Spinuzzi, Clay and Zachry, Mark},
journal={ACM Journal of Computer Documentation (JCD)},
volume={24},
number={3},
pages={169--181},
year={2000},
publisher={ACM}
}
%<ref name="morgan10negotiating">Morgan, J. T., & Zachry, M. (2010, November). Negotiating with angry mastodons: the wikipedia policy environment as genre ecology. In Proceedings of the 16th ACM international conference on Supporting group work (pp. 165-168). ACM.</ref>
@inproceedings{morgan2010negotiating,
title={Negotiating with angry mastodons: the wikipedia policy environment as genre ecology},
author={Morgan, Jonathan T and Zachry, Mark},
booktitle={Proceedings of the 16th ACM international conference on Supporting group work},
pages={165--168},
year={2010},
organization={ACM}
}
%<ref name="lessig99code">Lessig, L. (1999). Code: And other laws of cyberspace. New York: Basic, ISBN=0-465-03913-8.</ref>
@book{lessig1999code,
title={Code: And other laws of cyberspace},
author={Lessig, Lawrence},
year={1999},
publisher={Basic Books},
isbn={0-465-03913-8}
}
%<ref name="geiger11lives">Geiger, R. S. (2011) The Lives of Bots. In Critical Point of View: A Wikipedia Reader, G. Lovink and N. Tkacz, eds., Institute of Network Cultures, (pp. 78-79)</ref>
@incollection{geiger2011lives,
title={The lives of bots},
author={Geiger, R Stuart},
year={2011},
booktitle={Critical Point of View: A Wikipedia Reader},
publisher={Institute of Network Cultures},
address={Amsterdam},
url={http://stuartgeiger.com/lives-of-bots-wikipedia-cpov.pdf},
pages={78--93}
}
@inproceedings{geiger2012defense,
title={Defense Mechanism or Socialization Tactic? Improving Wikipedia's Notifications to Rejected Contributors},
author={Geiger, R Stuart and Halfaker, Aaron and Pinchuk, Maryana and Walling, Steven},
booktitle={Proceedings of the Sixth International AAAI Conference on Weblogs and Social Media},
url={http://stuartgeiger.com/papers/defense-mechanism-icwsm.pdf},
year={2012}
}
%<ref name="halfaker14snuggle">Halfaker, A., Geiger, R. S., & Terveen, L. G. (2014, April). Snuggle: Designing for efficient socialization and ideological critique. In Proceedings of the SIGCHI conference on human factors in computing systems (pp. 311-320). ACM.</ref>
@inproceedings{halfaker2014snuggle,
title={Snuggle: Designing for efficient socialization and ideological critique},
author={Halfaker, Aaron and Geiger, R Stuart and Terveen, Loren G},
booktitle={Proceedings of the SIGCHI conference on human factors in computing systems},
pages={311--320},
year={2014},
organization={ACM}
}
%<ref name="geiger10work"></ref>
@inproceedings{geiger2010work,
title={The work of sustaining order in wikipedia: the banning of a vandal},
author={Geiger, R Stuart and Ribes, David},
booktitle={Proceedings of the 2010 ACM conference on Computer supported cooperative work},
pages={117--126},
year={2010},
organization={ACM}
}
%<ref name="geiger13levee">Geiger, R. S., & Halfaker, A. (2013, August). When the levee breaks: without bots, what happens to Wikipedia's quality control processes?. In Proceedings of the 9th International Symposium on Open Collaboration (p. 6). ACM.</ref>
@inproceedings{geiger2013levee,
title={When the levee breaks: without bots, what happens to Wikipedia's quality control processes?},
author={Geiger, R Stuart and Halfaker, Aaron},
booktitle={Proceedings of the 9th International Symposium on Open Collaboration},
pages={6},
year={2013},
organization={ACM}
}
@article{geiger2014bots,
title={Bots, bespoke, code and the materiality of software platforms},
author={Geiger, R Stuart},
journal={Information, Communication \& Society},
volume={17},
number={3},
pages={342--356},
year={2014},
publisher={Taylor \& Francis}
}
%<ref name="haraway88situated">Haraway, D. 1988. “Situated Knowledges: The Science Question in Feminism and the Privilege of Partial Perspective.” Feminist Studies, Vol. 14, No.3. (Autumn, 1988), pp. 575-599.</ref>
@article{haraway1988situated,
title={Situated knowledges: The science question in feminism and the privilege of partial perspective},
author={Haraway, Donna},
journal={Feminist studies},
volume={14},
number={3},
pages={575--599},
year={1988},
publisher={JSTOR}
}
%<ref name="harding87science">Harding, S. 1987. The Science Question in Feminism. Ithaca: Cornell University Press.</ref>
@book{harding1987feminism,
title={Feminism and methodology: Social science issues},
author={Harding, Sandra G},
year={1987},
publisher={Indiana University Press}
}
%<ref name="geiger14successor">Geiger, R.S. (2014, October 22-24). Successor systems: the role of reflexive algorithms in enacting ideological critique. Paper presented at Internet Research 15: The 15th Annual Meeting of the Association of Internet Researchers. Daegu, Korea: AoIR. Retrieved from [http://spir.aoir.org/ http://spir.aoir.org].</ref>
@article{geiger2014successor,
title={Successor Systems: The Role of Reflexive Algorithms in Enacting Ideological Critique},
author={Geiger, R Stuart},
journal={AoIR Selected Papers of Internet Research},
url={https://spir.aoir.org/index.php/spir/article/download/942/611},
volume={4},
year={2014}
}
%<ref name="morgan13tea">Morgan, J. T., Bouterse, S., Walls, H., & Stierch, S. (2013, February). Tea and sympathy: crafting positive new user experiences on wikipedia. In Proceedings of the 2013 conference on Computer supported cooperative work (pp. 839-848). ACM.</ref>
@inproceedings{morgan2013tea,
title={Tea and sympathy: crafting positive new user experiences on wikipedia},
author={Morgan, Jonathan T and Bouterse, Siko and Walls, Heather and Stierch, Sarah},
booktitle={Proceedings of the 2013 conference on Computer supported cooperative work},
pages={839--848},
year={2013},
organization={ACM}
}
%<ref name="ross16visualizing">Ross, Sage. (2016) Visualizing article history with Structural Completeness, WikiEdu blog. https://wikiedu.org/blog/2016/09/16/visualizing-article-history-with-structural-completeness/</ref>
@misc{ross2016visualizing,
title={Visualizing article history with Structural Completeness},
author={Ross, Sage},
year={2016},
organization={Wiki Education Foundation blog},
url={https://wikiedu.org/blog/2016/09/16/visualizing-article-history-with-structural-completeness/}
}
%<ref name="cosley07suggestbot">Cosley, D., Frankowski, D., Terveen, L., & Riedl, J. (2007, January). SuggestBot: using intelligent task routing to help people find work in wikipedia. In Proceedings of the 12th international conference on Intelligent user interfaces (pp. 32-41). ACM.</ref>
@inproceedings{cosley2007suggestbot,
title={SuggestBot: using intelligent task routing to help people find work in wikipedia},
author={Cosley, Dan and Frankowski, Dan and Terveen, Loren and Riedl, John},
booktitle={Proceedings of the 12th international conference on Intelligent user interfaces},
pages={32--41},
year={2007},
organization={ACM}
}
%<ref name="halfaker16notes">Halfaker, Aaron. (2016) Notes on writing a Vandalism Detection paper. http://socio-technologist.blogspot.com/2016/01/notes-on-writing-wikipedia-vandalism.html</ref>
@misc{halfaker2016notes,
title={Notes on writing a Vandalism Detection paper},
author={Halfaker, Aaron},
year={2016},
organization={Socio-Technologist blog},
url={http://socio-technologist.blogspot.com/2016/01/notes-on-writing-wikipedia-vandalism.html}
}
%<ref name="halfaker13rise">Halfaker, A., Geiger, R. S., Morgan, J. T., & Riedl, J. (2013). The rise and decline of an open collaboration system: How Wikipedia’s reaction to popularity is causing its decline. American Behavioral Scientist, 57(5), 664-688.</ref>
@article{halfaker2013rise,
title={The rise and decline of an open collaboration system: How Wikipedia's reaction to popularity is causing its decline},
author={Halfaker, Aaron and Geiger, R Stuart and Morgan, Jonathan T and Riedl, John},
journal={American Behavioral Scientist},
volume={57},
number={5},
pages={664--688},
year={2013},
publisher={Sage Publications Sage CA: Los Angeles, CA}
}
%<ref name="morgan18evaluating">Morgan, J. T. & Halfaker, A. Evaluating the impact of the Wikipedia Teahouse on newcomer socialization and retention. In press.</ref>
@article{morgan2018evaluating,
title={Evaluating the impact of the Wikipedia Teahouse on newcomer socialization and retention},
author={Morgan, Jonathan T. and Halfaker, Aaron},
journal={in press},
year={2018}
}
%<ref name="sarabadani17building">Sarabadani, A., Halfaker, A., & Taraborelli, D. (2017, April). Building automated vandalism detection tools for Wikidata. In ''Proceedings of the 26th International Conference on World Wide Web Companion'' (pp. 1647-1654). International World Wide Web Conferences Steering Committee.</ref>
@inproceedings{sarabadani2017building,
title={Building automated vandalism detection tools for Wikidata},
author={Sarabadani, Amir and Halfaker, Aaron and Taraborelli, Dario},
booktitle={Proceedings of the 26th International Conference on World Wide Web Companion},
pages={1647--1654},
year={2017},
organization={International World Wide Web Conferences Steering Committee}
}
%<ref name="wang17english">Warncke-Wang, Morten (2017): English Wikipedia Quality Asssessment Dataset. figshare. Fileset. https://doi.org/10.6084/m9.figshare.1375406.v2</ref>
@inproceedings{wang2017english,
title={English Wikipedia Quality Asssessment Dataset},
author={Warncke-Wang, Morten },
booktitle={Fileset},
year={2017},
organization={Figshare}
}
%<ref name="halfaker17automated">Halfaker, A. Automated classification of edit quality: Worklog 2017-05-04, https://meta.wikimedia.org/wiki/Research_talk:Automated_classification_of_edit_quality/Work_log/2017-05-04</ref>
@misc{halfaker2017automated,
title={Automated classification of edit quality (worklog, 2017-05-04)},
author={Halfaker, Aaron},
year={2017},
organization={Wikimedia Research},
url={https://meta.wikimedia.org/wiki/Research_talk:Automated_classification_of_edit_quality/Work_log/2017-05-04}
}
%<ref name="halfaker17interpolating">Halfaker, A. (2017, August). Interpolating quality dynamics in wikipedia and demonstrating the keilana effect. In Proceedings of the 13th International Symposium on Open Collaboration (p. 19). ACM.</ref>
@inproceedings{halfaker2017interpolating,
title={Interpolating Quality Dynamics in Wikipedia and Demonstrating the Keilana Effect},
author={Halfaker, Aaron},
booktitle={Proceedings of the 13th International Symposium on Open Collaboration},
pages={19},
year={2017},
organization={ACM}
}
%<ref name="jacobi08cluebot">Carter, Jacobi. "ClueBot and vandalism on Wikipedia." (2008).</ref>
@misc{carter2008cluebot,
title={ClueBot and vandalism on Wikipedia},
author={Carter, Jacobi},
year={2008},
url={https://web.archive.org/web/20120305082714/http://www.acm.uiuc.edu/~carter11/ClueBot.pdf}
}
%<ref name="kroll16accountable">Kroll, J. A., Barocas, S., Felten, E. W., Reidenberg, J. R., Robinson, D. G., & Yu, H. (2016). Accountable algorithms. U. Pa. L. Rev., 165, 633.</ref>
@article{kroll2016accountable,
title={Accountable algorithms},
author={Kroll, Joshua A and Barocas, Solon and Felten, Edward W and Reidenberg, Joel R and Robinson, David G and Yu, Harlan},
journal={U. Pa. L. Rev.},
volume={165},
pages={633},
year={2016},
publisher={HeinOnline}
}
%<ref name="potthast08automatic">Potthast, M., Stein, B., & Gerling, R. (2008, March). Automatic vandalism detection in Wikipedia. In European conference on information retrieval (pp. 663-668). Springer, Berlin, Heidelberg.</ref>
@inproceedings{potthast2008automatic,
title={Automatic vandalism detection in Wikipedia},
author={Potthast, Martin and Stein, Benno and Gerling, Robert},
booktitle={European conference on information retrieval},
pages={663--668},
year={2008},
organization={Springer}
}
%<ref name="adler11wikipedia">Adler, B. T., De Alfaro, L., Mola-Velasco, S. M., Rosso, P., & West, A. G. (2011, February). Wikipedia vandalism detection: Combining natural language, metadata, and reputation features. In International Conference on Intelligent Text Processing and Computational Linguistics (pp. 277-288). Springer, Berlin, Heidelberg.</ref>
@inproceedings{adler2011wikipedia,
title={Wikipedia vandalism detection: Combining natural language, metadata, and reputation features},
author={Adler, B Thomas and De Alfaro, Luca and Mola-Velasco, Santiago M and Rosso, Paolo and West, Andrew G},
booktitle={International Conference on Intelligent Text Processing and Computational Linguistics},
pages={277--288},
year={2011},
organization={Springer}
}
%<ref name="west10stiki">West, A. G., Kannan, S., & Lee, I. (2010, July). Stiki: an anti-vandalism tool for wikipedia using spatio-temporal analysis of revision metadata. In Proceedings of the 6th International Symposium on Wikis and Open Collaboration (p. 32). ACM.</ref>
@inproceedings{west2010stiki,
title={STiki: an anti-vandalism tool for Wikipedia using spatio-temporal analysis of revision metadata},
author={West, Andrew G and Kannan, Sampath and Lee, Insup},
booktitle={Proceedings of the 6th International Symposium on Wikis and Open Collaboration},
pages={32},
year={2010},
organization={ACM}
}
%<ref name="halfaker12bots">Halfaker, A., & Riedl, J. (2012). Bots and cyborgs: Wikipedia's immune system. Computer, 45(3), 79-82.</ref>
@article{halfaker2012bots,
title={Bots and cyborgs: Wikipedia's immune system},
author={Halfaker, Aaron and Riedl, John},
journal={Computer},
volume={45},
number={3},
pages={79--82},
year={2012},
publisher={IEEE}
}
#<ref name="hill14consider">Hill, B. M., & Shaw, A. (2014, August). Consider the redirect: A missing dimension of Wikipedia research. In Proceedings of The International Symposium on Open Collaboration (p. 28). ACM.</ref>
@inproceedings{hill2014consider,
title={Consider the redirect: A missing dimension of Wikipedia research},
author={Hill, Benjamin Mako and Shaw, Aaron},
booktitle={Proceedings of The International Symposium on Open Collaboration},
pages={28},
year={2014},
organization={ACM}
}
%<ref name="wang15misalignment">Warncke-Wang, M., Ranjan, V., Terveen, L. G., & Hecht, B. J. (2015, May). Misalignment Between Supply and Demand of Quality Content in Peer Production Communities. In ICWSM (pp. 493-502).</ref>
@inproceedings{wang2015misalignment,
title={Misalignment Between Supply and Demand of Quality Content in Peer Production Communities.},
author={Warncke-Wang, Morten and Ranjan, Vivek and Terveen, Loren G and Hecht, Brent J},
booktitle={ICWSM},
pages={493--502},
year={2015}
}
%<ref name="wang13tell">Warncke-Wang, M., Cosley, D., & Riedl, J. (2013, August). Tell me more: an actionable quality model for Wikipedia. In Proceedings of the 9th International Symposium on Open Collaboration (p. 8). ACM.</ref>
@inproceedings{wang2013tell,
title={Tell me more: an actionable quality model for Wikipedia},
author={Warncke-Wang, Morten and Cosley, Dan and Riedl, John},
booktitle={Proceedings of the 9th International Symposium on Open Collaboration},
pages={8},
year={2013},
organization={ACM}
}
%<ref name="wang14screening">https://meta.wikimedia.org/wiki/Research:Screening_WikiProject_Medicine_articles_for_quality</ref>
@misc{wang2014screening,
title={Screening WikiProject Medicine articles for quality},
author={Warncke-Wang, Morten and Halfaker, Aaron},
year={2017},
organization={Wikimedia Research},
url={https://meta.wikimedia.org/wiki/Research:Screening_WikiProject_Medicine_articles_for_quality}
}
%<ref name="narayan15effects">Narayan, S., Orlowitz, J., Morgan, J. T., & Shaw, A. (2015, February). Effects of a Wikipedia Orientation Game on New User Edits. In Proceedings of the 18th ACM Conference Companion on Computer Supported Cooperative Work & Social Computing (pp. 263-266). ACM.</ref>
@inproceedings{narayan2015effects,
title={Effects of a Wikipedia Orientation Game on New User Edits},
author={Narayan, Sneha and Orlowitz, Jake and Morgan, Jonathan T and Shaw, Aaron},
booktitle={Proceedings of the 18th ACM Conference Companion on Computer Supported Cooperative Work \& Social Computing},
pages={263--266},
year={2015},
organization={ACM}
}
@article{mugar2017preserving,
title={Preserving the Margins: Supporting Creativity and Resistance on Digital Participatory Platforms},
author={Mugar, Gabriel},
journal={Proceedings of the ACM on Human-Computer Interaction},
volume={1},
number={CSCW},
pages={83},
year={2017},
publisher={ACM}
}
%<ref name="morgan2015what">{{Cite web|url=https://blog.wikimedia.org/2015/05/28/what-we-learned-from-the-inspire-campaign/|title=What we learned from the Inspire campaign to increase gender diversity on Wikimedia – Wikimedia Blog|website=blog.wikimedia.org|language=en|accessdate=2018-04-19}}</ref>
@misc{morgan2015what,
title={What we learned from the Inspire campaign to increase gender diversity on Wikimedia},
author={Morgan, Jonathan T.},
year={2015},
organization={Wikimedia Blog},
url={ttps://blog.wikimedia.org/2015/05/28/what-we-learned-from-the-inspire-campaign/}
}
%<ref name="spinuzzi2003tracing" />https://mitpress.mit.edu/books/tracing-genres-through-organizations</ref>
@inproceedings{sculley2015hidden,
title={Hidden technical debt in machine learning systems},
author={Sculley, David and Holt, Gary and Golovin, Daniel and Davydov, Eugene and Phillips, Todd and Ebner, Dietmar and Chaudhary, Vinay and Young, Michael and Crespo, Jean-Francois and Dennison, Dan},
booktitle={Advances in neural information processing systems},
pages={2503--2511},
year={2015}
}
@book{spinuzzi2003tracing,
title={Tracing genres through organizations: A sociocultural approach to information design},
author={Spinuzzi, Clay},
volume={1},
year={2003},
publisher={Mit Press}
}
%<ref name="morton85journey">Morton, Nelle. "The Journey is Home." Boston: Beacon (1985).</ref>
@book{morton1985journey,
title={The Journey is Home},
author={Morton, Nelle},
publisher={Beacon Press},
year={1985}
}
@book{zuboff1988age,
title={In the age of the smart machine: The future of work and power},
author={Zuboff, Shoshana},
volume={186},
year={1988},
publisher={Basic Books},
address={New York}
}
@article{orlikowski2015algorithm,
title = {The {Algorithm} and the {Crowd}: {Considering} the {Materiality} of {Service} {Innovation}},
volume = {39},
issn = {0276-7783},
shorttitle = {The {Algorithm} and the {Crowd}},
url = {https://doi.org/10.25300/MISQ/2015/39.1.09},
doi = {10.25300/MISQ/2015/39.1.09},
number = {1},
urldate = {2019-08-20},
journal = {MIS Q.},
author = {Orlikowski, Wanda J. and Scott, Susan V.},
month = mar,
year = {2015},
keywords = {algorithms, crowds, innovation, materiality, performativity, practice, sociomateriality},
pages = {201--216}
}
@book{suchman2007human,
title={Human-machine reconfigurations: Plans and situated actions},
author={Suchman, Lucy},
year={2007},
publisher={Cambridge University Press}
}
@inproceedings{teblunthuis2018revisiting,
title={Revisiting The Rise and Decline in a Population of Peer Production Projects},
author={TeBlunthuis, Nathan and Shaw, Aaron and Hill, Benjamin Mako},
booktitle={Proceedings of the 2018 CHI Conference on Human Factors in Computing Systems},
pages={355},
year={2018},
organization={ACM}
}
@inproceedings{resnick1994grouplens,
title={GroupLens: an open architecture for collaborative filtering of netnews},
author={Resnick, Paul and Iacovou, Neophytos and Suchak, Mitesh and Bergstrom, Peter and Riedl, John},
booktitle={Proceedings of the 1994 ACM conference on Computer supported cooperative work},
pages={175--186},
year={1994},
organization={ACM}
}
@inproceedings{star1994steps,
title={Steps towards an ecology of infrastructure: complex problems in design and access for large-scale collaborative systems},
author={Star, Susan Leigh and Ruhleder, Karen},
booktitle={Proceedings of the 1994 ACM conference on Computer supported cooperative work},
pages={253--264},
year={1994},
organization={ACM}
}
@inproceedings{gentner1990good,
title={Why good engineers (sometimes) create bad interfaces},
author={Gentner, Donald R and Grudin, Jonathan},
booktitle={Proceedings of the SIGCHI Conference on Human factors in Computing Systems},
pages={277--282},
year={1990},
organization={ACM}
}
@inproceedings{dourish2006implications,
title={Implications for design},
author={Dourish, Paul},
booktitle={Proceedings of the SIGCHI conference on Human Factors in computing systems},
pages={541--550},
year={2006},
organization={ACM}
}
@inproceedings{grudin1988cscw,
title={Why CSCW applications fail: problems in the design and evaluationof organizational interfaces},
author={Grudin, Jonathan},
booktitle={Proceedings of the 1988 ACM conference on Computer-supported cooperative work},
pages={85--93},
year={1988},
organization={ACM}
}
@inproceedings{irani2013turkopticon,
title={Turkopticon: Interrupting worker invisibility in amazon mechanical turk},
author={Irani, Lilly C and Silberman, M},
booktitle={Proceedings of the SIGCHI conference on human factors in computing systems},
pages={611--620},
year={2013},
organization={ACM}
}
@incollection{rogers1997reconfiguring,
title={Reconfiguring the social scientist: Shifting from telling designers what to do to getting more involved},
author={Rogers, Yvonne},
booktitle={Social Science, Technical Systems, and Cooperative Work: Beyond the Great Divide},
editor={Bowker, Geoffrey and Star, Susan Leigh and Gasser, LEs and Turner, William},
pages={57--77},
year={1997},
publisher={Lawrence Erlbaum Associates},
location={London}
}
@article{kolko2018divisiveness,
author = {Kolko, Jon},
doi = {10.1145/3194313},
issn = {10725520},
journal = {Interactions},
number = {3},
pages = {28--34},
publisher = {ACM},
title = {{The divisiveness of design thinking}},
url = {http://dl.acm.org/citation.cfm?doid=3209963.3194313},
volume = {25},
year = {2018}
}
@inproceedings{grudin1990computer,
author = {Grudin, Jonathan},
title = {The Computer Reaches out: The Historical Continuity of Interface Design},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
series = {CHI '90},
year = {1990},
isbn = {0-201-50932-6},
location = {Seattle, Washington, USA},
pages = {261--268},
numpages = {8},
url = {http://doi.acm.org/10.1145/97243.97284},
doi = {10.1145/97243.97284},
acmid = {97284},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{norman2010technology,
author = {Norman, Donald A.},
title = {Technology First, Needs Last: The Research-Product Gulf},
journal = {Interactions},
issue_date = {March + April 2010},
volume = {17},
number = {2},
year = {2010},
issn = {1072-5520},
pages = {38--42},
url = {http://doi.acm.org/10.1145/1699775.1699784},
doi = {10.1145/1699775.1699784},
acmid = {1699784},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{barocas2013governing,
title={Governing algorithms: A provocation piece},
author={Barocas, Solon and Hood, Sophie and Ziewitz, Malte},
year={2013},
url={https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2245322},
journal = {SSRN. Paper presented at Governing Algorithms conference.}
}
@article{diakopoulos2017algorithmic,
author = {Nicholas Diakopoulos and Michael Koliska},
title = {Algorithmic Transparency in the News Media},
journal = {Digital Journalism},
volume = {5},
number = {7},
pages = {809-828},
year = {2017},
publisher = {Routledge},
doi = {10.1080/21670811.2016.1208053},
URL = {https://doi.org/10.1080/21670811.2016.1208053}
}
@article{kitchin2017thinking,
author = {Kitchin, Rob},
doi = {10.1080/1369118X.2016.1154087},
issn = {1369-118X},
journal = {Information, Communication {\&} Society},
number = {1},
pages = {14--29},
publisher = {Routledge},
title = {{Thinking critically about and researching algorithms}},
url = {https://www.tandfonline.com/doi/full/10.1080/1369118X.2016.1154087},
volume = {20},
year = {2017}
}
@article{seaver2017algorithms,
author = {Seaver, Nick},
doi = {10.1177/2053951717738104},
issn = {2053-9517},
journal = {Big Data {\&} Society},
number = {2},
title = {{Algorithms as culture: Some tactics for the ethnography of algorithmic systems}},
url = {http://journals.sagepub.com/doi/10.1177/2053951717738104},
volume = {4},
year = {2017}
}
@book{gillespie2018custodians,
author = {Tarleton Gillespie},
title = {Custodians of the internet : platforms, content moderation, and the hidden decisions that shape social media},
publisher = {Yale University Press},
address = {New Haven},
year={2018}
}
@inproceedings{feldman2015certifying,
title={Certifying and removing disparate impact},
author={Feldman, Michael and Friedler, Sorelle A and Moeller, John and Scheidegger, Carlos and Venkatasubramanian, Suresh},
booktitle={Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining},
pages={259--268},
year={2015},
organization={ACM}
}
@inproceedings{lam2011wp,
title={WP: clubhouse?: an exploration of Wikipedia's gender imbalance},
author={Lam, Shyong Tony K and Uduwage, Anuradha and Dong, Zhenhua and Sen, Shilad and Musicant, David R and Terveen, Loren and Riedl, John},
booktitle={Proceedings of the 7th international symposium on Wikis and open collaboration},
pages={1--10},
year={2011},
organization={ACM}
}
@article{graham2014uneven,
title={Uneven geographies of user-generated information: Patterns of increasing informational poverty},
author={Graham, Mark and Hogan, Bernie and Straumann, Ralph K and Medhat, Ahmed},
journal={Annals of the Association of American Geographers},
volume={104},
number={4},
pages={746--764},
year={2014},
publisher={Taylor \& Francis}
}
@article{geiger2017beyond,
author = {R. Stuart Geiger},
title ={Beyond opening up the black box: Investigating the role of algorithmic systems in Wikipedian organizational culture},
journal = {Big Data \& Society},
volume = {4},
number = {2},
pages = {2053951717730735},
year = {2017},
doi = {10.1177/2053951717730735},
URL = {
https://doi.org/10.1177/2053951717730735
},
}
@techreport{mulligan2019shaping,
address = {Rochester, NY},
type = {{SSRN} {Scholarly} {Paper}},
title = {Shaping {Our} {Tools}: {Contestability} as a {Means} to {Promote} {Responsible} {Algorithmic} {Decision} {Making} in the {Professions}},
shorttitle = {Shaping {Our} {Tools}},
url = {https://papers.ssrn.com/abstract=3311894},
language = {en},
number = {ID 3311894},
urldate = {2019-08-20},
institution = {Social Science Research Network},
author = {Mulligan, Deirdre K. and Kluttz, Daniel and Kohli, Nitin},
month = jul,
year = {2019},
keywords = {algorithmic systems, automated decision support, contestability, explainability, governance, human-computer-interaction, professions, transparency}
}
@inproceedings{muller2013work,
address = {New York, NY, USA},
series = {C\&{T} '13},
title = {Work-to-rule: {The} {Emergence} of {Algorithmic} {Governance} in {Wikipedia}},
isbn = {978-1-4503-2104-4},
shorttitle = {Work-to-rule},
url = {http://doi.acm.org/10.1145/2482991.2482999},
doi = {10.1145/2482991.2482999},
urldate = {2019-08-20},
booktitle = {Proceedings of the 6th {International} {Conference} on {Communities} and {Technologies}},
publisher = {ACM},
author = {Muller-Birn, Claudia and Dobusch, Leonhard and Herbsleb, James D.},
year = {2013},
note = {event-place: Munich, Germany},
keywords = {bots, governance, qualitative, software, wiki, Wikipedia},
pages = {80--89}
}
@article{livingstone2016population,
title = {Population automation: {An} interview with {Wikipedia} bot pioneer {Ram}-{Man}},
volume = {21},
copyright = {Copyright (c)},
issn = {13960466},
shorttitle = {Population automation},
url = {https://uncommonculture.org/ojs/index.php/fm/article/view/6027},
doi = {10.5210/fm.v21i1.6027},
language = {en},
number = {1},
urldate = {2019-08-20},
journal = {First Monday},
author = {Livingstone, Randall M.},
year = {2016}
}
@article{jiang2019good,
title = {The {Good}, the {Bot}, and the {Ugly}: {Problematic} {Information} and {Critical} {Media} {Literacy} in the {Postdigital} {Era}},
issn = {2524-4868},
shorttitle = {The {Good}, the {Bot}, and the {Ugly}},
url = {https://doi.org/10.1007/s42438-019-00069-4},
doi = {10.1007/s42438-019-00069-4},
language = {en},
urldate = {2019-08-20},
journal = {Postdigital Science and Education},
author = {Jiang, Jialei and Vetter, Matthew A.},
month = aug,
year = {2019},
keywords = {Bots, Critical media literacy, Disinformation, Misinformation, Postdigital, Problematic information, Wikipedia}
}
@book{tkacz2014wikipedia,
title = {Wikipedia and the {Politics} of {Openness}},
isbn = {978-0-226-19244-4},
language = {en},
publisher = {University of Chicago Press},
author = {Tkacz, Nathaniel},
year = {2014},
address = {Chicago}
}
@article{niederer2010wisdom,
title = {Wisdom of the crowd or technicity of content? {Wikipedia} as a sociotechnical system},
volume = {12},
issn = {1461-4448},
shorttitle = {Wisdom of the crowd or technicity of content?},
url = {https://doi.org/10.1177/1461444810365297},
doi = {10.1177/1461444810365297},
language = {en},
number = {8},
urldate = {2019-08-20},
journal = {New Media \& Society},
author = {Niederer, Sabine and van Dijck, José},
month = dec,
year = {2010},
pages = {1368--1387}
}
@article{Bianchi2010,
author = {Bianchi, Suzanne M. and Milkie, Melissa A.},
title = {Work and Family Research in the First Decade of the 21st Century},
journal = {Journal of Marriage and Family},
volume = {72},
number = {3},
pages = {705-725},
url = {http://doi.org/10.1111/j.1741-3737.2010.00726.x},
year = {2010}
}
@inproceedings{selbst2019fairness,
title={Fairness and abstraction in sociotechnical systems},
author={Selbst, Andrew D and Boyd, Danah and Friedler, Sorelle A and Venkatasubramanian, Suresh and Vertesi, Janet},
booktitle={Proceedings of the Conference on Fairness, Accountability, and Transparency},
pages={59--68},
year={2019},
organization={ACM}
}
@article{richardson2019dirty,
title={Dirty Data, Bad Predictions: How Civil Rights Violations Impact Police Data, Predictive Policing Systems, and Justice},
author={Richardson, Rashida and Schultz, Jason and Crawford, Kate},
journal={New York University Law Review Online},
url = {https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3333423},
year={2019}
}
@article{lee2019webuildai,
title={WeBuildAI: Participatory framework for algorithmic governance},
author={Lee, Min Kyung and Kusbit, Daniel and Kahng, Anson and Kim, Ji Tae and Yuan, Xinran and Chan, Allissa and See, Daniel and Noothigattu, Ritesh and Lee, Siheon and Psomas, Alexandros and others},
journal={Proceedings of the ACM on Human-Computer Interaction},
volume={3},
number={CSCW},
pages={1--35},
year={2019},
publisher={ACM New York, NY, USA}
}
@article{zhu2018value,
title={Value-sensitive algorithm design: method, case study, and lessons},
author={Zhu, Haiyi and Yu, Bowen and Halfaker, Aaron and Terveen, Loren},
journal={Proceedings of the ACM on Human-Computer Interaction},
volume={2},
number={CSCW},
pages={194},
year={2018},
publisher={ACM}
}
@inproceedings{alvarado2018towards,
title={Towards algorithmic experience: Initial efforts for social media contexts},
author={Alvarado, Oscar and Waern, Annika},
booktitle={Proceedings of the 2018 CHI Conference on Human Factors in Computing Systems},
pages={286},
year={2018},
organization={ACM}
}
@article{green2019principles,
title={The principles and limits of algorithm-in-the-loop decision making},
author={Green, Ben and Chen, Yiling},
journal={Proceedings of the ACM on Human-Computer Interaction},
volume={3},
number={CSCW},
pages={1--24},
year={2019},
publisher={ACM New York, NY, USA}
}
@inproceedings{wolf2018changing,
title={The Changing Contours of Participation in Data-driven, Algorithmic Ecosystems: Challenges, Tactics, and an Agenda},
author={Wolf, Christine T and Zhu, Haiyi and Bullard, Julia and Lee, Min Kyung and Brubaker, Jed R},
booktitle={Companion of the 2018 ACM Conference on Computer Supported Cooperative Work and Social Computing},
pages={377--384},
year={2018},
organization={ACM}
}
@article{lynch2004user,
title={User participation in decision support systems development: influencing system outcomes},
author={Lynch, Teresa and Gregor, Shirley},
journal={European Journal of Information Systems},
volume={13},
number={4},
pages={286--301},
year={2004},
publisher={Taylor \& Francis}
}
@inproceedings{bentley1992,
author = {Bentley, R. and Hughes, J. A. and Randall, D. and Rodden, T. and Sawyer, P. and Shapiro, D. and Sommerville, I.},
title = {Ethnographically-Informed Systems Design for Air Traffic Control},
year = {1992},
isbn = {0897915429},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/143457.143470},
doi = {10.1145/143457.143470},
booktitle = {Proceedings of the 1992 ACM Conference on Computer-Supported Cooperative Work},
pages = {123–129},
numpages = {7},
keywords = {ethnography, systems design, air traffic control},
location = {Toronto, Ontario, Canada},
series = {CSCW ’92}
}
@inproceedings{harandi2018,
author = {Harandi, Mahboobeh and Jackson, Corey Brian and Osterlund, Carsten and Crowston, Kevin},
title = {Talking the Talk in Citizen Science},
year = {2018},
isbn = {9781450360180},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3272973.3274084},
doi = {10.1145/3272973.3274084},
booktitle = {Companion of the 2018 ACM Conference on Computer Supported Cooperative Work and Social Computing},
pages = {309–312},
numpages = {4},
keywords = {newcomers, citizen science, terminology adoption},
location = {Jersey City, NJ, USA},
series = {CSCW ’18}
}
@inproceedings{wiggins2011conservation,
title={From conservation to crowdsourcing: A typology of citizen science},
author={Wiggins, Andrea and Crowston, Kevin},
booktitle={2011 44th Hawaii international conference on system sciences},
pages={1--10},
year={2011},
organization={IEEE}
}
@inproceedings{kittur2013future,
title={The future of crowd work},
author={Kittur, Aniket and Nickerson, Jeffrey V and Bernstein, Michael and Gerber, Elizabeth and Shaw, Aaron and Zimmerman, John and Lease, Matt and Horton, John},
booktitle={Proceedings of the 2013 conference on Computer supported cooperative work},
pages={1301--1318},
year={2013},
organization={ACM}
}
@inproceedings{zhang2017,
author = {Zhang, Amy X. and Verou, Lea and Karger, David},
title = {Wikum: Bridging Discussion Forums and Wikis Using Recursive Summarization},
year = {2017},
isbn = {9781450343350},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/2998181.2998235},
doi = {10.1145/2998181.2998235},
booktitle = {Proceedings of the 2017 ACM Conference on Computer Supported Cooperative Work and Social Computing},
pages = {2082–2096},
numpages = {15},
keywords = {summarization, collaboration, wikis, crowdsourcing, online discussion, comments, deliberation, threaded discussion},
location = {Portland, Oregon, USA},
series = {CSCW ’17}
}
@inproceedings{choe2014,
author = {Choe, Eun Kyoung and Lee, Nicole B. and Lee, Bongshin and Pratt, Wanda and Kientz, Julie A.},
title = {Understanding Quantified-Selfers’ Practices in Collecting and Exploring Personal Data},
year = {2014},
isbn = {9781450324731},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/2556288.2557372},
doi = {10.1145/2556288.2557372},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
pages = {1143–1152},
numpages = {10},
keywords = {self-experimentation., per-sonal informatics, quantified self, health, personal analytics, self-tracking, self-monitoring},
location = {Toronto, Ontario, Canada},
series = {CHI ’14}
}
@article{schmidt1992taking,
title={Taking CSCW seriously},
author={Schmidt, Kjeld and Bannon, Liam},
journal={Computer Supported Cooperative Work (CSCW)},
volume={1},
number={1-2},
pages={7--40},
year={1992},
publisher={Springer}
}
@article{friedman1996bias,
title={Bias in computer systems},
author={Friedman, Batya and Nissenbaum, Helen},
journal={ACM Transactions on Information Systems (TOIS)},
volume={14},
number={3},
pages={330--347},
year={1996},
publisher={ACM}
}
@article{friedman1996value,
title={Value-sensitive design},
author={Friedman, Batya},
journal={interactions},
volume={3},
number={6},
pages={16--23},
year={1996},
publisher={ACM New York, NY, USA}
}
@inproceedings{harrison2007,
author = {Steve Harrison and Deborah Tatar and Phoebe Sengers},