-
Notifications
You must be signed in to change notification settings - Fork 3
/
citations.bib
4916 lines (4450 loc) · 263 KB
/
citations.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{abbott2020estimating,
title = {Estimating the Time-Varying Reproduction Number of {{SARS-CoV-2}} Using National and Subnational Case Counts},
author = {Abbott, Sam and Hellewell, Joel and Thompson, Robin N and Sherratt, Katharine and Gibbs, Hamish P and Bosse, Nikos I and Munday, James D and Meakin, Sophie and Doughty, Emma L and Chun, June Young and others},
date = {2020},
journaltitle = {Wellcome Open Res.},
volume = {5},
number = {112},
pages = {112},
publisher = {{F1000 Research Limited}}
}
@article{acker2006inequality,
title = {Inequality Regimes: {{Gender}}, Class, and Race in Organizations},
author = {Acker, Joan},
date = {2006},
journaltitle = {Gend. Soc.},
volume = {20},
number = {4},
pages = {441--464},
publisher = {{Sage Publications Sage CA: Thousand Oaks, CA}}
}
@report{adalovelaceinstituteAdaLovelaceInstitute2020,
title = {Ada {{Lovelace Institute Rapid Evidence Review}}: {{Exit}} through the {{App Store}}?},
author = {{Ada Lovelace Institute}},
date = {2020-04-20},
institution = {{Ada Lovelace Institute}},
url = {https://www.adalovelaceinstitute.org/wp-content/uploads/2020/04/Ada-Lovelace-Institute-Rapid-Evidence-Review-Exit-through-the-App-Store-April-2020-2.pdf},
urldate = {2020-11-09},
file = {/home/cedarprince/Zotero/storage/IBZ6X85G/Ada-Lovelace-Institute-Rapid-Evidence-Review-Exit-through-the-App-Store-April-2020-2.pdf}
}
@article{adam2020clustering,
title = {Clustering and Superspreading Potential of Severe Acute Respiratory Syndrome Coronavirus 2 ({{SARS-CoV-2}}) Infections in {{Hong Kong}}},
author = {Adam, Dillon and Wu, Peng and Wong, Jessica and Lau, Eric and Tsang, Tim and Cauchemez, Simon and Leung, Gabriel and Cowling, Benjamin},
date = {2020}
}
@article{adler2005self,
title = {Self-Injurers as Loners: {{The}} Social Organization of Solitary Deviance},
author = {Adler, Patricia A and Adler, Peter},
date = {2005},
journaltitle = {Deviant Behav.},
volume = {26},
number = {4},
pages = {345--378},
publisher = {{Taylor \& Francis}}
}
@article{aeschbacher2017heart,
title = {Heart Rate, Heart Rate Variability and Inflammatory Biomarkers among Young and Healthy Adults},
author = {Aeschbacher, Stefanie and Schoen, Tobias and Dörig, Laura and Kreuzmann, Rahel and Neuhauser, Charlotte and Schmidt-Trucksäss, Arno and Probst-Hensch, Nicole M and Risch, Martin and Risch, Lorenz and Conen, David},
date = {2017},
journaltitle = {Ann. Med.},
volume = {49},
number = {1},
pages = {32--41},
publisher = {{Taylor \& Francis}}
}
@online{agencyforhealthcareresearchandqualityAllPayerClaimsDatabases2018,
title = {All-{{Payer Claims Databases}}},
author = {{Agency for Healthcare Research and Quality}},
date = {2018-02},
url = {https://www.ahrq.gov/data/apcd/index.html},
langid = {english},
organization = {{Agency for Healthcare Research and Quality}},
file = {/home/cedarprince/Zotero/storage/5BWX2FAM/All-Payer Claims Databases.pdf}
}
@book{ahrensHowTakeSmart2017,
title = {How to {{Take Smart Notes}}: {{One Simple Technique}} to {{Boost Writing}}, {{Learning}} and {{Thinking}} – for {{Students}}, {{Academics}} and {{Nonfiction Book Writers}}},
author = {Ahrens, Sönke},
date = {2017},
langid = {english},
file = {/home/src/Offline/Papers/ahrens_2017_how to take smart notes.pdf}
}
@article{allenDataVisualizationNeurosciences2012,
title = {Data {{Visualization}} in the {{Neurosciences}}: {{Overcoming}} the {{Curse}} of {{Dimensionality}}},
shorttitle = {Data {{Visualization}} in the {{Neurosciences}}},
author = {Allen, Elena~A. and Erhardt, Erik~B. and Calhoun, Vince~D.},
date = {2012-05},
journaltitle = {Neuron},
volume = {74},
number = {4},
pages = {603--608},
issn = {08966273},
doi = {10.1016/j.neuron.2012.05.001},
langid = {english},
file = {/home/src/Papers/allen et al_2012_data visualization in the neurosciences.pdf}
}
@article{altman1994diagnostic,
title = {Diagnostic Tests. 1: {{Sensitivity}} and Specificity.},
author = {Altman, Douglas G and Bland, J Martin},
date = {1994},
journaltitle = {BMJ},
volume = {308},
number = {6943},
pages = {1552},
publisher = {{BMJ Publishing Group}}
}
@article{andesDiabetesPrevalenceIncidence2019,
title = {Diabetes {{Prevalence}} and {{Incidence Among Medicare Beneficiaries}} — {{United States}}, 2001–2015},
author = {Andes, Linda J. and Li, Yanfeng and Srinivasan, Meera and Benoit, Stephen R. and Gregg, Edward and Rolka, Deborah B.},
date = {2019-11-01},
journaltitle = {MMWR Morb. Mortal. Wkly. Rep.},
volume = {68},
number = {43},
pages = {961--966},
issn = {0149-2195, 1545-861X},
doi = {10.15585/mmwr.mm6843a2},
langid = {english},
file = {/home/cedarprince/Zotero/storage/3B7BVYDJ/Andes et al. - 2019 - Diabetes Prevalence and Incidence Among Medicare B.pdf}
}
@online{AnkiPowerfulIntelligent,
title = {Anki - Powerful, Intelligent Flashcards},
url = {https://apps.ankiweb.net/},
urldate = {2020-06-07},
file = {/home/cedarprince/Zotero/storage/E778FIUV/apps.ankiweb.net.html}
}
@online{araujoAnimacoesEmJulia2020,
title = {Animações Em {{Julia}} Com o {{Javis}}.Jl},
author = {Araújo, Adeil and Oliveira, Meirivâni},
date = {2020-12-06},
url = {https://juliacomfisica.github.io/menu2/#anima%C3%A7%C3%B5es_em_julia_com_o_javisjl},
urldate = {2020-12-07},
file = {/home/cedarprince/Zotero/storage/5DRYDBI9/menu2.html}
}
@article{arigaBriefRareMental2011,
title = {Brief and Rare Mental “Breaks” Keep You Focused: {{Deactivation}} and Reactivation of Task Goals Preempt Vigilance Decrements},
shorttitle = {Brief and Rare Mental “Breaks” Keep You Focused},
author = {Ariga, Atsunori and Lleras, Alejandro},
date = {2011-03},
journaltitle = {Cognition},
volume = {118},
number = {3},
pages = {439--443},
issn = {00100277},
doi = {10.1016/j.cognition.2010.12.007},
abstract = {We newly propose that the vigilance decrement occurs because the cognitive control system fails to maintain active the goal of the vigilance task over prolonged periods of time (goal habituation). Further, we hypothesized that momentarily deactivating this goal (via a switch in tasks) would prevent the activation level of the vigilance goal from ever habituating. We asked observers to perform a visual vigilance task while maintaining digits in-memory. When observers retrieved the digits at the end of the vigilance task, their vigilance performance steeply declined over time. However, when observers were asked to sporadically recollect the digits during the vigilance task, the vigilance decrement was averted. Our results present a direct challenge to the pervasive view that vigilance decrements are due to a depletion of attentional resources and provide a tractable mechanism to prevent this insidious phenomenon in everyday life.},
langid = {english},
file = {/Users/jzelko3/Knowledgebase/Papers/ariga_lleras_2011_brief and rare mental “breaks” keep you focused.pdf}
}
@article{asadi2020central,
title = {Central Nervous System Manifestations of {{COVID-19}}: {{A}} Systematic Review},
author = {Asadi-Pooya, Ali A and Simani, Leila},
date = {2020},
journaltitle = {J. Neurol. Sci.},
pages = {116832},
publisher = {{Elsevier}}
}
@article{atdjian2005disparities,
title = {Disparities in Mental Health Treatment in {{US}} Racial and Ethnic Minority Groups: {{Implications}} for Psychiatrists},
author = {Atdjian, Sylvia and Vega, William A},
date = {2005},
journaltitle = {Psychiatr. Serv.},
volume = {56},
number = {12},
pages = {1600--1602},
publisher = {{Am Psychiatric Assoc}}
}
@article{austenPridePrejudice,
title = {Pride and {{Prejudice}}},
author = {Austen, Jane},
pages = {146},
langid = {english},
file = {/home/src/Papers/austen_pride and prejudice.pdf}
}
@misc{AutismStatisticsFacts,
title = {Autism {{Statistics}} and {{Facts}}},
publisher = {{Autism Speaks}},
url = {https://www.autismspeaks.org/autism-statistics},
urldate = {2020-04-26},
abstract = {Click here for autism statistics and facts on autism causes, the prevalence of autism in children, associated medical conditions, economic costs and more.},
langid = {english},
file = {/home/cedarprince/Zotero/storage/AG6GP53S/autism-statistics.html}
}
@book{axlerLinearAlgebraDone2015,
title = {Linear {{Algebra Done Right}}},
author = {Axler, Sheldon},
date = {2015},
series = {Undergraduate {{Texts}} in {{Mathematics}}},
publisher = {{Springer International Publishing}},
location = {{Cham}},
doi = {10.1007/978-3-319-11080-6},
isbn = {978-3-319-11079-0 978-3-319-11080-6},
langid = {english},
file = {/home/src/Papers/axler_2015_linear algebra done right.pdf}
}
@online{bauerCOVID19CrisisHas2020,
title = {The {{COVID-19 Crisis Has Already Left Too Many Children Hungry}} in {{America}}},
author = {Bauer, Lauren},
date = {2020-05-06},
url = {https://www.hamiltonproject.org/blog/the_covid_19_crisis_has_already_left_too_many_children_hungry_in_america},
urldate = {2020-11-08},
abstract = {The Hamilton Project seeks to advance America's promise of opportunity, prosperity, and growth.},
organization = {{The Hamilton Project}},
file = {/home/cedarprince/Zotero/storage/WYJXHZE8/the_covid_19_crisis_has_already_left_too_many_children_hungry_in_america.html}
}
@book{baumeister2007encyclopedia,
title = {Encyclopedia of Social Psychology},
author = {Baumeister, Roy F and Vohs, Kathleen D},
date = {2007},
volume = {1},
publisher = {{Sage}}
}
@article{bayley2013challenges,
title = {Challenges in Using Electronic Health Record Data for {{CER}}: Experience of 4 Learning Organizations and Solutions Applied},
author = {Bayley, K Bruce and Belnap, Tom and Savitz, Lucy and Masica, Andrew L and Shah, Nilay and Fleming, Neil S},
date = {2013},
journaltitle = {Med. Care},
pages = {S80--S86},
publisher = {{JSTOR}}
}
@article{bechara1999different,
title = {Different Contributions of the Human Amygdala and Ventromedial Prefrontal Cortex to Decision-Making},
author = {Bechara, Antoine and Damasio, Hanna and Damasio, Antonio R and Lee, Gregory P},
date = {1999},
journaltitle = {J. Neurosci.},
volume = {19},
number = {13},
pages = {5473--5481},
publisher = {{Soc Neuroscience}}
}
@article{bedecarrats2019all,
title = {All That Glitters Is Not Gold. {{The}} Political Economy of Randomized Evaluations in Development},
author = {Bédécarrats, Florent and Guérin, Isabelle and Roubaud, François},
date = {2019},
journaltitle = {Dev. Change},
volume = {50},
number = {3},
pages = {735--762},
publisher = {{Wiley Online Library}}
}
@article{bediAutomatedAnalysisFree2015,
title = {Automated Analysis of Free Speech Predicts Psychosis Onset in High-Risk Youths},
author = {Bedi, Gillinder and Carrillo, Facundo and Cecchi, Guillermo A and Slezak, Diego Fernández and Sigman, Mariano and Mota, Natália B and Ribeiro, Sidarta and Javitt, Daniel C and Copelli, Mauro and Corcoran, Cheryl M},
date = {2015-12},
journaltitle = {npj Schizophr},
volume = {1},
number = {1},
pages = {15030},
issn = {2334-265X},
doi = {10.1038/npjschz.2015.30},
abstract = {BACKGROUND/OBJECTIVES: Psychiatry lacks the objective clinical tests routinely used in other specializations. Novel computerized methods to characterize complex behaviors such as speech could be used to identify and predict psychiatric illness in individuals. AIMS: In this proof-of-principle study, our aim was to test automated speech analyses combined with Machine Learning to predict later psychosis onset in youths at clinical high-risk (CHR) for psychosis. METHODS: Thirty-four CHR youths (11 females) had baseline interviews and were assessed quarterly for up to 2.5 years; five transitioned to psychosis. Using automated analysis, transcripts of interviews were evaluated for semantic and syntactic features predicting later psychosis onset. Speech features were fed into a convex hull classification algorithm with leave-one-subject-out cross-validation to assess their predictive value for psychosis outcome. The canonical correlation between the speech features and prodromal symptom ratings was computed. RESULTS: Derived speech features included a Latent Semantic Analysis measure of semantic coherence and two syntactic markers of speech complexity: maximum phrase length and use of determiners (e.g., which). These speech features predicted later psychosis development with 100\% accuracy, outperforming classification from clinical interviews. Speech features were significantly correlated with prodromal symptoms. CONCLUSIONS: Findings support the utility of automated speech analysis to measure subtle, clinically relevant mental state changes in emergent psychosis. Recent developments in computer science, including natural language processing, could provide the foundation for future development of objective clinical tests for psychiatry. npj Schizophrenia (2015) 1, Article number: 15030; doi:10.1038/npjschz.2015.30; published online 26 August 2015},
langid = {english},
file = {/home/src/Offline/Papers/bedi et al_2015_automated analysis of free speech predicts psychosis onset in high-risk youths.pdf}
}
@article{BenchmarkTools.jl-2016,
title = {Robust Benchmarking in Noisy Environments},
author = {Chen, Jiahao and Revels, Jarrett},
date = {2016-08},
journaltitle = {arXiv e-prints},
eprint = {1608.04295},
eprinttype = {arxiv},
primaryclass = {cs.PF},
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
adsurl = {https://ui.adsabs.harvard.edu/abs/2016arXiv160804295C},
archiveprefix = {arXiv},
eid = {arXiv:1608.04295},
keywords = {68N30,B.8.1,Computer Science - Performance,D.2.5}
}
@article{bennettFunctionalOutcomeIntracranial2017a,
title = {Functional {{Outcome After Intracranial Pressure Monitoring}} for {{Children With Severe Traumatic Brain Injury}}},
author = {Bennett, Tellen D. and DeWitt, Peter E. and Greene, Tom H. and Srivastava, Rajendu and Riva-Cambrin, Jay and Nance, Michael L. and Bratton, Susan L. and Runyan, Desmond K. and Dean, J. Michael and Keenan, Heather T.},
date = {2017-10-01},
journaltitle = {JAMA Pediatr},
volume = {171},
number = {10},
pages = {965},
issn = {2168-6203},
doi = {10.1001/jamapediatrics.2017.2127},
abstract = {OBJECTIVE To test the hypothesis that ICP monitoring is associated with improved functional survival of children with severe TBI. DESIGN, SETTING, AND PARTICIPANTS A propensity-weighted effectiveness analysis was conducted using 2 linked national databases with data from 30 US children’s hospitals from January 1, 2007, to December 31, 2012, on 3084 children with severe TBI. Clinical events including neurosurgical procedures were identified using validated computable phenotypes. Data analysis was conducted from September 1, 2016, to March 1, 2017. EXPOSURE Placement of an ICP monitor. Editorial page 942 Author Audio Interview Journal Club Slides and Supplemental content CME Quiz at jamanetwork.com/learning and CME Questions page 1023 MAIN OUTCOMES AND MEASURES A composite of hospital mortality, discharge to hospice, or survival with placement of new tracheostomy and gastrostomy tubes. RESULTS Of the 3084 children in the study (1128 girls and 1956 boys; mean [SD] age, 7.03 [5.44] years), 1002 (32.4\%) underwent ICP monitoring, with substantial hospital variation (6\% to 50\% by hospital). Overall, 484 children (15.7\%) experienced the primary composite outcome. A propensity approach using matching weights generated good covariate balance between those who did and those who did not undergo ICP monitoring. Using a propensity-weighted logistic regression model clustered by hospital, no statistically significant difference was found in functional survival between monitored and unmonitored patients (odds ratio of poor outcome among those who underwent ICP monitoring, 1.31; 95\% CI, 0.99-1.74). In a prespecified secondary analysis, no difference in mortality was found (odds ratio, 1.16; 95\% CI, 0.89-1.50). Prespecified subgroup analyses of children younger and older than 2 years of age and among those with unintentional and inflicted (intentional) injuries also showed no difference in outcome with ICP monitoring. CONCLUSIONS AND RELEVANCE With the use of linked national data and validated computable phenotypes, no evidence was found of a benefit from ICP monitoring on functional survival of children with severe TBI. Intracranial pressure monitoring is a widely but inconsistently used technology with incompletely demonstrated effectiveness. A large prospective cohort study or randomized trial is needed.},
langid = {english},
file = {/home/src/Papers/bennett et al_2017_functional outcome after intracranial pressure monitoring for children with.pdf}
}
@online{benzBulletJournalGTD2016,
title = {Bullet {{Journal}} + {{GTD}} for {{Maximum Productivity}}},
author = {Benz, Kara},
date = {2016-04-22T11:00:38+00:00},
url = {https://www.bohoberry.com/bullet-journal-gtd/},
urldate = {2020-03-19},
abstract = {There are many ways to implement GTD (digitally, paper-based systems, etc.) I decided to go with one that felt the most natural to me - putting pen to paper},
langid = {american},
organization = {{Boho Berry}},
file = {/home/cedarprince/Zotero/storage/4N89IANR/bullet-journal-gtd.html}
}
@article{bezanson2017julia,
title = {Julia: {{A}} Fresh Approach to Numerical Computing},
author = {Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
date = {2017},
journaltitle = {SIAM Rev.},
volume = {59},
number = {1},
pages = {65--98},
publisher = {{SIAM}},
url = {https://doi.org/10.1137/141000671}
}
@article{bi2020epidemiology,
title = {Epidemiology and Transmission of {{COVID-19}} in 391 Cases and 1286 of Their Close Contacts in {{Shenzhen}}, {{China}}: A Retrospective Cohort Study},
author = {Bi, Qifang and Wu, Yongsheng and Mei, Shujiang and Ye, Chenfei and Zou, Xuan and Zhang, Zhen and Liu, Xiaojian and Wei, Lan and Truelove, Shaun A and Zhang, Tong and others},
date = {2020},
journaltitle = {Lancet Infect. Dis.},
publisher = {{Elsevier}}
}
@article{biswalFunctionalConnectivityMotor1995,
title = {Functional Connectivity in the Motor Cortex of Resting Human Brain Using Echo-Planar {{MRI}}},
author = {Biswal, B. and Yetkin, F. Z. and Haughton, V. M. and Hyde, J. S.},
date = {1995-10},
journaltitle = {Magn Reson Med},
volume = {34},
number = {4},
eprint = {8524021},
eprinttype = {pmid},
pages = {537--541},
issn = {0740-3194},
doi = {10.1002/mrm.1910340409},
abstract = {An MRI time course of 512 echo-planar images (EPI) in resting human brain obtained every 250 ms reveals fluctuations in signal intensity in each pixel that have a physiologic origin. Regions of the sensorimotor cortex that were activated secondary to hand movement were identified using functional MRI methodology (FMRI). Time courses of low frequency ({$<$} 0.1 Hz) fluctuations in resting brain were observed to have a high degree of temporal correlation (P {$<$} 10(-3)) within these regions and also with time courses in several other regions that can be associated with motor function. It is concluded that correlation of low frequency fluctuations, which may arise from fluctuations in blood oxygenation or flow, is a manifestation of functional connectivity of the brain.},
langid = {english},
keywords = {Acoustic Stimulation,Adult,Brain,Cerebrovascular Circulation,Echo-Planar Imaging,Electroencephalography,Female,Fingers,Hand,Humans,Magnetic Resonance Imaging,Male,Motor Cortex,Motor Skills,Movement,Neurons,Oxygen,Photic Stimulation,Psychomotor Performance,Rest,Somatosensory Cortex}
}
@article{bjork1994memory,
title = {Memory and Metamemory Considerations in The},
author = {Bjork, Robert A},
date = {1994},
journaltitle = {Metacognition Knowing Knowing},
volume = {185}
}
@article{bjork2011making,
title = {Making Things Hard on Yourself, but in a Good Way: {{Creating}} Desirable Difficulties to Enhance Learning},
author = {Bjork, Elizabeth L and Bjork, Robert A and others},
date = {2011},
journaltitle = {Psychol. Real World Essays Illus. Fundam. Contrib. Soc.},
volume = {2},
number = {59-68},
file = {/Users/jzelko3/Knowledgebase/Papers/bjork et al_2011_making things hard on yourself, but in a good way.pdf}
}
@article{blane2002evolution,
title = {The Evolution of Public Health Policy},
author = {Blane, David and Brunner, Eric and Wilkinson, Richard},
date = {2002},
journaltitle = {Health Soc. Organ. Health Policy 21st Century},
pages = {1},
publisher = {{Routledge}}
}
@article{bonneh2001motion,
title = {Motion-Induced Blindness in Normal Observers},
author = {Bonneh, Yoram S and Cooperman, Alexander and Sagi, Dov},
date = {2001},
journaltitle = {Nature},
volume = {411},
number = {6839},
pages = {798--801},
publisher = {{Nature Publishing Group}}
}
@article{borzekowski2010ana,
title = {E-{{Ana}} and e-{{Mia}}: {{A}} Content Analysis of pro–Eating Disorder Web Sites},
author = {Borzekowski, Dina LG and Schenk, Summer and Wilson, Jenny L and Peebles, Rebecka},
date = {2010},
journaltitle = {Am. J. Public Health},
volume = {100},
number = {8},
pages = {1526--1534},
publisher = {{American Public Health Association}}
}
@article{bosma1997low,
title = {Low Job Control and Risk of Coronary Heart Disease in {{Whitehall II}} (Prospective Cohort) Study},
author = {Bosma, Hans and Marmot, Michael G and Hemingway, Harry and Nicholson, Amanda C and Brunner, Eric and Stansfeld, Stephen A},
date = {1997},
journaltitle = {Bmj},
volume = {314},
number = {7080},
pages = {558},
publisher = {{British Medical Journal Publishing Group}}
}
@book{boucseinElectrodermalActivity2012,
title = {Electrodermal {{Activity}}},
author = {Boucsein, Wolfram},
date = {2012},
publisher = {{Springer US}},
location = {{Boston, MA}},
doi = {10.1007/978-1-4614-1126-0},
isbn = {978-1-4614-1125-3 978-1-4614-1126-0},
langid = {english},
file = {/home/src/Offline/Papers/boucsein_2012_electrodermal activity.pdf}
}
@article{bourke2005effect,
title = {Effect of Template Complexity on Visual Search and Dual-Task Performance},
author = {Bourke, Patrick A and Duncan, John},
date = {2005},
journaltitle = {Psychol. Sci.},
volume = {16},
number = {3},
pages = {208--213},
publisher = {{SAGE Publications Sage CA: Los Angeles, CA}}
}
@book{bradburyPrinciplesAnimatlCommunication2011,
title = {Principles of {{Animatl Communication}}},
shorttitle = {Second {{Edition Companion Website}}},
author = {Bradbury, J. W. and Vehrencamp, S. L.},
date = {2011},
edition = {2},
publisher = {{Sinauer}},
url = {http://sites.sinauer.com/animalcommunication2e}
}
@article{braddock2017state,
title = {The State of the States in Intellectual and Developmental Disabilities, 2017 Washington},
author = {Braddock, DL and Hemp, R and Tanis, ES and Wu, J and Haffer, L},
date = {2017},
journaltitle = {DC Am. Assoc. Intellect. Dev. Disabil.}
}
@article{bradley2007emotion,
title = {Emotion and Motivation.},
author = {Bradley, Margaret M and Lang, Peter J},
date = {2007},
publisher = {{Cambridge University Press}}
}
@article{bradley2009natural,
title = {Natural Selective Attention: {{Orienting}} and Emotion},
author = {Bradley, Margaret M},
date = {2009},
journaltitle = {Psychophysiology},
volume = {46},
number = {1},
pages = {1--11},
publisher = {{Wiley Online Library}}
}
@article{braithwaiteAutomatedPartlyAutomated2020,
title = {Automated and Partly Automated Contact Tracing: A Systematic Review to Inform the Control of {{COVID-19}}},
shorttitle = {Automated and Partly Automated Contact Tracing},
author = {Braithwaite, Isobel and Callender, Thomas and Bullock, Miriam and Aldridge, Robert W},
date = {2020-11},
journaltitle = {The Lancet Digital Health},
volume = {2},
number = {11},
pages = {e607-e621},
issn = {25897500},
doi = {10.1016/S2589-7500(20)30184-9},
langid = {english},
file = {/home/src/Papers/braithwaite et al_2020_automated and partly automated contact tracing.pdf}
}
@article{breenTranslationalHealthDisparities2019,
title = {Translational {{Health Disparities Research}} in a {{Data-Rich World}}},
author = {Breen, Nancy and Berrigan, David and Jackson, James S. and Wong, David W.S. and Wood, Frederick B. and Denny, Joshua C. and Zhang, Xinzhi and Bourne, Philip E.},
date = {2019-11-01},
journaltitle = {Health Equity},
volume = {3},
number = {1},
pages = {588--600},
issn = {2473-1242},
doi = {10.1089/heq.2019.0042},
abstract = {Background: Despite decades of research and interventions, significant health disparities persist. Seventeen years is the estimated time to translate scientific discoveries into public health action. This Narrative Review argues that the translation process could be accelerated if representative data were gathered and used in more innovative and efficient ways. Methods: The National Institute on Minority Health and Health Disparities led a multiyear visioning process to identify research opportunities designed to frame the next decade of research and actions to improve minority health and reduce health disparities. ‘‘Big data’’ was identified as a research opportunity and experts collaborated on a systematic vision of how to use big data both to improve the granularity of information for place-based study and to efficiently translate health disparities research into improved population health. This Narrative Review is the result of that collaboration. Results: Big data could enhance the process of translating scientific findings into reduced health disparities by contributing information at fine spatial and temporal scales suited to interventions. In addition, big data could fill pressing needs for health care system, genomic, and social determinant data to understand mechanisms. Finally, big data could lead to appropriately personalized health care for demographic groups. Rich new resources, including social media, electronic health records, sensor information from digital devices, and crowd-sourced and citizen-collected data, have the potential to complement more traditional data from health surveys, administrative data, and investigator-initiated registries or cohorts. This Narrative Review argues for a renewed focus on translational research cycles to accomplish this continual assessment. Conclusion: The promise of big data extends from etiology research to the evaluation of large-scale interventions and offers the opportunity to accelerate translation of health disparities studies. This data-rich world for health disparities research, however, will require continual assessment for efficacy, ethical rigor, and potential algorithmic or system bias.},
langid = {english},
file = {/Users/jzelko3/Knowledgebase/Papers/Breen et al_2019_Translational Health Disparities Research in a Data-Rich World.pdf}
}
@book{brett2009reconstructing,
title = {Reconstructing Development Theory: {{International}} Inequality, Institutional Reform and Social Emancipation},
author = {Brett, Edwin Allan},
date = {2009},
publisher = {{Macmillan International Higher Education}}
}
@article{brotsky2007inside,
title = {Inside the “pro-Ana” Community: {{A}} Covert Online Participant Observation},
author = {Brotsky, Sarah R and Giles, David},
date = {2007},
journaltitle = {Eat. Disord.},
volume = {15},
number = {2},
pages = {93--109},
publisher = {{Taylor \& Francis}}
}
@book{brown1994introduction,
title = {An Introduction to Neuroendocrinology},
author = {Brown, Richard and Brown, Richard Eric and Brown, Richard E},
date = {1994},
publisher = {{Cambridge University Press}}
}
@article{brownFundamentalTheoremExponential1961,
title = {The {{Fundamental Theorem}} of {{Exponential Smoothing}}},
author = {Brown, Robert G. and Meyer, Richard F. and D'Esopo, D. A.},
date = {1961},
journaltitle = {Oper. Res.},
volume = {9},
number = {5},
eprint = {166814},
eprinttype = {jstor},
pages = {673--687},
langid = {english},
file = {/home/src/Offline/Papers/brown et al_1961_the fundamental theorem of exponential smoothing.pdf}
}
@misc{brownLearnPlover2021,
title = {Learn {{Plover}}!},
author = {Brown, Zach},
date = {2021},
file = {/home/src/Papers/brown_2021_learn plover.pdf}
}
@book{brownMakeItStick2014,
title = {Make It Stick: The Science of Successful Learning},
shorttitle = {Make It Stick},
author = {Brown, Peter C.},
date = {2014},
publisher = {{The Belknap Press of Harvard University Press}},
location = {{Cambridge, Massachusetts}},
isbn = {978-0-674-72901-8},
langid = {english},
pagetotal = {313},
keywords = {Cognition,Learning,Research,Study skills},
file = {/home/src/Papers/brown_2014_make it stick.pdf}
}
@video{BulletJournalBasicsa,
title = {Bullet {{Journal Basics}} | {{My Daily Layout}} \& {{Upgraded Rapid Logging}} in a {{BuJo}}},
url = {https://www.youtube.com/watch?v=x_Xq4c9AdOk},
urldate = {2020-03-19},
abstract = {Setting your first bullet journal can be a pretty confusing process! This series of bullet journal basics helps you create a useful daily layout, learn "upgraded" rapid logging, and how to connect weekly goals and objectives to the daily log. It's perfect for setting up a new bullet journal! Keep an eye on my channel and this playlist for new videos in the bullet journal basics series! I will also cover daily bullet journal spreads, monthly bujo layouts, and more! My name is Matt Ragland and I make videos about using a minimalist bullet journal to focus on what matters most to you. I’ll show you how to use concepts like 10 Blocks, Time Tracking Grids, and Project Timelines to quickly see what needs to be done and when. You can look for these videos every week, so please hit subscribe to stay in the loop for each new show! ================================================== Learn more about the 10 Blocks here: https://youtu.be/jckqcRTntVg and Time Tracking here: https://youtu.be/kgzx047m-gY Download all of my Bullet Journal productivity resources, including the 10 Block Method, Time Tracking Grids, and Monthly Plan at http://bulletjournalguy.com. You'll also be able to enter the 5 Day Time Track Challenge to see where your time is spent each day. *Bullet Journal Supplies* https://www.amazon.com/shop/mattragland *Notebook from Baron Fig* Get \$10 off your first Baron Fig order with my code: http://baronfig.refr.cc/mcragland If you've ordered from Baron Fig before, please use my code to purchase additional products: https://www.baronfig.com/?ref=mattrag... ================================================== You can find me in other places too, like... Website: http://mattragland.com Medium: https://medium.com/@mattragland/ Instagram http://instagram.com/bulletjournalguy Twitter http://twitter.com/mattragland}
}
@video{BulletJournalBasicsb,
title = {Bullet {{Journal Basics}} || {{The Weekly Preview}} \& {{Review}} || 4 {{Simple Questions}} for {{Staying Focused}}},
url = {https://www.youtube.com/watch?v=N7sGquo8ejI},
urldate = {2020-03-19},
abstract = {The weekly preview and review is a foundational practice to the bullet journal basics method. By taking just 15-30 minutes each week and asking 4 simple questions, you can greatly increase your awareness and clarity for the week ahead. People often overlook this practice in their bullet journal, but I believe that's a mistake. A consistent preview and review practice helps you see where you did well, what you struggled with, and how to improve in the week ahead. This is the 4th video in my bullet journal basics series, watch the others below: Opening pages \& index: https://youtu.be/eaef3raM5n8 Daily spread \& rapid logging: https://youtu.be/x\_Xq4c9AdOk Monthly layout \& minimalist trackers: https://youtu.be/pp\_yXeYeaHs My name is Matt Ragland and I make videos about using a minimalist bullet journal to focus on what matters most to you. I’ll show you how to use concepts like 10 Blocks, Time Tracking Grids, and Project Timelines to quickly see what needs to be done and when. You can look for these videos every week, so please hit subscribe to stay in the loop for each new show! ================================================== Learn more about the 10 Blocks here: https://youtu.be/jckqcRTntVg and Time Tracking here: https://youtu.be/kgzx047m-gY Download all of my Bullet Journal productivity resources, including the 10 Block Method, Time Tracking Grids, and Monthly Plan at http://bulletjournalguy.com. You'll also be able to enter the 5 Day Time Track Challenge to see where your time is spent each day. *Bullet Journal Supplies* https://www.amazon.com/shop/mattragland *Notebook from Baron Fig* Get \$10 off your first Baron Fig order with my code: http://baronfig.refr.cc/mcragland If you've ordered from Baron Fig before, please use my code to purchase additional products: https://www.baronfig.com/?ref=mattrag... ================================================== You can find me in other places too, like... Website: http://mattragland.com Medium: https://medium.com/@mattragland/ Instagram http://instagram.com/bulletjournalguy Twitter http://twitter.com/mattragland Music by Lauren Duski: https://www.youtube.com/channel/UCtlI...}
}
@article{buolamwiniGenderShadesIntersectional,
title = {Gender {{Shades}}: {{Intersectional Accuracy Disparities}} in {{Commercial Gender Classification}}},
author = {Buolamwini, Joy and Gebru, Timnit},
pages = {15},
abstract = {Recent studies demonstrate that machine learning algorithms can discriminate based on classes like race and gender. In this work, we present an approach to evaluate bias present in automated facial analysis algorithms and datasets with respect to phenotypic subgroups. Using the dermatologist approved Fitzpatrick Skin Type classification system, we characterize the gender and skin type distribution of two facial analysis benchmarks, IJB-A and Adience. We find that these datasets are overwhelmingly composed of lighter-skinned subjects (79.6\% for IJB-A and 86.2\% for Adience) and introduce a new facial analysis dataset which is balanced by gender and skin type. We evaluate 3 commercial gender classification systems using our dataset and show that darker-skinned females are the most misclassified group (with error rates of up to 34.7\%). The maximum error rate for lighter-skinned males is 0.8\%. The substantial disparities in the accuracy of classifying darker females, lighter females, darker males, and lighter males in gender classification systems require urgent attention if commercial companies are to build genuinely fair, transparent and accountable facial analysis algorithms.},
langid = {english},
file = {/home/src/Offline/Papers/buolamwini_gebru_gender shades.pdf}
}
@article{burgessWhyNHSCovid192020,
title = {Why the {{NHS Covid-19}} Contact Tracing App Failed},
author = {Burgess, Matt},
date = {2020-06-19},
journaltitle = {Wired UK},
issn = {1357-0978},
url = {https://www.wired.co.uk/article/nhs-tracing-app-scrapped-apple-google-uk},
urldate = {2020-11-09},
abstract = {Test, track and trace – just not with the NHS app},
entrysubtype = {magazine},
langid = {british},
keywords = {Security,Surveillance},
file = {/home/cedarprince/Zotero/storage/MH8UQMI3/nhs-tracing-app-scrapped-apple-google-uk.html}
}
@incollection{burrellCoronaviruses2017,
title = {Coronaviruses},
booktitle = {Fenner and {{White}}'s {{Medical Virology}}},
author = {Burrell, Christopher J. and Howard, Colin R. and Murphy, Frederick A.},
date = {2017},
pages = {437--446},
publisher = {{Elsevier}},
doi = {10.1016/B978-0-12-375156-0.00031-X},
isbn = {978-0-12-375156-0},
langid = {english},
file = {/home/src/Offline/Papers/burrell et al_2017_coronaviruses.pdf}
}
@article{bush1945we,
title = {As We May Think},
author = {Bush, Vannevar and others},
date = {1945},
journaltitle = {Atl. Mon.},
volume = {176},
number = {1},
pages = {101--108}
}
@article{butler2008feedback,
title = {Feedback Enhances the Positive Effects and Reduces the Negative Effects of Multiple-Choice Testing},
author = {Butler, Andrew C and Roediger, Henry L},
date = {2008},
journaltitle = {Mem. Cognit.},
volume = {36},
number = {3},
pages = {604--616},
publisher = {{Springer}}
}
@book{c.northcoteparkinsonParkinsonLawOther1957,
title = {Parkinson’s {{Law}} and {{Other Studies}} in {{Administration}}},
author = {{C. Northcote Parkinson}},
date = {1957},
publisher = {{The Riverside Press}},
file = {/home/src/Offline/Papers/c. northcote parkinson_1957_parkinson’s law and other studies in administration.pdf}
}
@article{carlsonEightyearFollowupCommunitybased2000,
title = {Eight-Year Follow-up of a Community-Based Large Group Behavioral Smoking Cessation Intervention},
author = {Carlson, Linda E and Taenzer, Paul and Koopmans, Jan and Bultz, Barry D},
date = {2000-09},
journaltitle = {Addictive Behaviors},
volume = {25},
number = {5},
pages = {725--741},
issn = {03064603},
doi = {10.1016/S0306-4603(00)00081-2},
abstract = {Objective: To evaluate the effectiveness of a large group community-based behavioral smoking cessation intervention over an 8-year follow-up period and to determine precessation predictors of cessation at each follow-up time. Research Approach: Behavioral intervention followed by three longitudinal follow-up interviews. Setting: Regional Outpatient Cancer Centre. Study Participants: 971 participants in smoking cessation clinics held between 1986 and 1990. Intervention: Eight 90-minute sessions over 4 months utilizing education, self-monitoring, nicotine fading, a group quit date and behavioral modification techniques. Up to 110 smokers participated in each group program. Main Outcome Measures: Cessation rates at 3, 6, and 12 months postquit and at 8-year follow-up. Differences between successful and unsuccessful participants in precessation demographic, smoking history, and smoking behavior variables. Results: At 3 months postquit date, 39.3\% of the 971 participants reported that they were not smoking, decreasing to 32.1\% at 6 months and 26.0\% at 12 months. At the 8-year follow-up, 33.9\% of the original sample were contacted, and of those, 47.7\% reported that they were currently not smoking. There were nine predictors of cessation at the end of the program (3 months), which were similar to those previously reported in the literature. Similarly, at 6 and 12 months, six factors were associated with not smoking. At the 9-year follow-up the only variable predictive of continued abstinence was being female (p Ͻ .05). Conclusions: This program was successful in promoting smoking cessation and maintenance, even with its large-group format. Predictive factors were similar to those previously reported in the literature. © 2000 Elsevier Science Ltd.},
langid = {english},
file = {/home/src/Offline/Papers/carlson et al_2000_eight-year follow-up of a community-based large group behavioral smoking.pdf}
}
@incollection{carrinoFunctionalGesturesHumanEnvironment2013,
title = {Functional {{Gestures}} for {{Human-Environment Interaction}}},
booktitle = {Human-{{Computer Interaction}}. {{Interaction Modalities}} and {{Techniques}}},
author = {Carrino, Stefano and Caon, Maurizio and Abou Khaled, Omar and Ingold, Rolf and Mugellini, Elena},
editor = {Kurosu, Masaaki},
date = {2013},
series = {Lecture {{Notes}} in {{Computer Science}}},
volume = {8007},
pages = {167--176},
publisher = {{Springer Berlin Heidelberg}},
location = {{Berlin, Heidelberg}},
doi = {10.1007/978-3-642-39330-3_18},
abstract = {In this paper, we describe an opportunistic model for humanenvironment interaction. Such model is conceived to adapt the expressivity of a small lexicon of gestures through the use of generic functional gestures lowering the cognitive load on the user and reducing the system complexity. An interactive entity is modeled as a finite-state machine. A functional gesture is defined as the semantic meaning of an event that triggers a state transition and not as the movement to be performed. An interaction scenario has been designed in order to evaluate the features of the proposed model and to investigate how its application can enhance a post-WIMP human-environment interaction.},
editorb = {Hutchison, David and Kanade, Takeo and Kittler, Josef and Kleinberg, Jon M. and Mattern, Friedemann and Mitchell, John C. and Naor, Moni and Nierstrasz, Oscar and Pandu Rangan, C. and Steffen, Bernhard and Sudan, Madhu and Terzopoulos, Demetri and Tygar, Doug and Vardi, Moshe Y. and Weikum, Gerhard},
editorbtype = {redactor},
isbn = {978-3-642-39329-7 978-3-642-39330-3},
langid = {english},
file = {/home/src/Papers/carrino et al_2013_functional gestures for human-environment interaction.pdf}
}
@book{carterHumanBrainBook2019,
title = {The {{Human Brain Book}}},
author = {Carter, Rita and Aldridge, Susan and Page, Martyn and Parker, Steve},
date = {2019-01},
publisher = {{DK Publishing}}
}
@book{caseDeathsDespairFuture2020,
title = {Deaths of Despair and the Future of Capitalism},
author = {Case, Anne and Deaton, Angus},
date = {2020},
publisher = {{Princeton University Press}},
location = {{Princeton}},
abstract = {"This book documents the decline of white-working class lives over the last half-century and examines the social and economic forces that have slowly made these lives more difficult. Case and Deaton argue that market and political power in the United States have moved away from labor towards capital-as unions have weakened and politics have become more favorable to business, corporations have become more powerful. Consolidation in some American industries, healthcare especially, has brought an increase in monopoly power in some product markets so that it is possible for firms to raise prices above what they would be in a freely competitive market. This, the authors argue, is a major cause of wage stagnation among working-class Americans and has played a substantial role in the increase in deaths of despair. Case and Deaton offer a way forward, including ideas that, even in our current political situation, may be feasible and improve lives"--},
isbn = {978-0-691-19995-5},
langid = {english},
pagetotal = {1},
keywords = {Capitalism,Drug Overdose,economics,Educational Status,Politics,Socioeconomic Factors,Suicide,United States},
file = {/home/src/Papers/case_deaton_2020_deaths of despair and the future of capitalism.pdf}
}
@article{casey2011comprehensive,
title = {Comprehensive Soldier Fitness: A Vision for Psychological Resilience in the {{US Army}}.},
author = {Casey Jr, George W},
date = {2011},
journaltitle = {Am. Psychol.},
volume = {66},
number = {1},
pages = {1},
publisher = {{American Psychological Association}}
}
@online{cdcCommunitiesSchoolsWorkplaces2020,
title = {Communities, {{Schools}}, {{Workplaces}}, \& {{Events}}},
author = {CDC},
date = {2020-04-30},
url = {https://www.cdc.gov/coronavirus/2019-ncov/community/shared-congregate-house/guidance-shared-congregate-housing.html},
urldate = {2020-07-15},
abstract = {Cleaning and Disinfecting: Everyday steps, when someone is sick, and considerations for employers.},
langid = {american},
organization = {{Centers for Disease Control and Prevention}},
file = {/home/cedarprince/Zotero/storage/4UIN6499/guidance-shared-congregate-housing.html}
}
@online{cdcCoronavirusDisease20192020,
title = {Coronavirus {{Disease}} 2019 ({{COVID-19}}) – {{Prevention}} \& {{Treatment}}},
author = {CDC and CDC},
date = {2020-02-15},
url = {https://www.cdc.gov/coronavirus/2019-ncov/about/prevention-treatment.html},
urldate = {2020-03-10},
abstract = {The best way to prevent COVID-19 infection is to avoid exposure to this virus and use healthy habits.},
langid = {american},
organization = {{Centers for Disease Control and Prevention}},
file = {/home/cedarprince/Zotero/storage/FQRI6XXA/prevention-treatment.html}
}
@online{cdcCoronavirusDisease20192020a,
title = {Coronavirus {{Disease}} 2019 ({{COVID-19}}) – {{Symptoms}}},
author = {CDC and CDC},
date = {2020-02-29},
url = {https://www.cdc.gov/coronavirus/2019-ncov/about/symptoms.html},
urldate = {2020-03-10},
abstract = {Symptoms of COVID-19 include fever, cough, and shortness of breath. Call your doctor if you develop symptoms.},
langid = {american},
organization = {{Centers for Disease Control and Prevention}},
file = {/home/cedarprince/Zotero/storage/E68S5J9R/symptoms.html}
}
@online{cdcCoronavirusDisease20192020b,
title = {Coronavirus {{Disease}} 2019 ({{COVID-19}}) {{Situation Summary}}},
author = {CDC and CDC},
date = {2020-03-09},
url = {https://www.cdc.gov/coronavirus/2019-ncov/summary.html},
urldate = {2020-03-10},
abstract = {CDC is responding to the novel (new) coronavirus (COVID-19) outbreak. See information on source, spread, risk assessment and the latest U.S. updates.},
langid = {american},
organization = {{Centers for Disease Control and Prevention}},
file = {/home/cedarprince/Zotero/storage/CCKQQA6E/summary.html}
}
@online{cdcDevelopmentalDisabilitiesCDC2019,
title = {Developmental {{Disabilities}} | {{CDC}}},
author = {CDC},
date = {2019-09-26},
url = {https://www.cdc.gov/ncbddd/developmentaldisabilities/index.html},
urldate = {2020-07-14},
abstract = {Developmental disabilities are a group of conditions due to an impairment in physical, learning, language, or behavior areas. Learn more.},
langid = {american},
organization = {{Centers for Disease Control and Prevention}},
file = {/home/cedarprince/Zotero/storage/WXDGIDBC/index.html}
}
@online{cdcPeopleWhoAre2020,
title = {People {{Who Are}} at {{Higher Risk}} for {{Severe Illness}}},
author = {{CDC}},
date = {2020-02-11},
url = {https://www.cdc.gov/coronavirus/2019-ncov/need-extra-precautions/people-at-higher-risk.html},
urldate = {2020-04-28},
abstract = {Coronavirus disease 2019 (COVID-19) is a virus (more specifically, a coronavirus) identified as the cause of an outbreak of respiratory illness first detected in Wuhan, China.},
langid = {american},
organization = {{Centers for Disease Control and Prevention}},
file = {/home/cedarprince/Zotero/storage/TFDTYLXF/people-at-higher-risk.html}
}
@online{centersfordiseasecontrolandpreventionBehavioralRiskFactor,
title = {Behavioral {{Risk Factor Surveillance System}}},
author = {{Centers for Disease Control and Prevention}},
url = {http://www.cdc.gov/brfss}
}
@dataset{centersfordiseasecontrolBehavioralRiskFactor2020,
title = {Behavioral {{Risk Factor Surveillance System}} ({{BRFSS}}) {{Prevalence Data}} (2011 to Present)},
author = {{Centers for Disease Control}},
date = {2020-09-17},
publisher = {{Centers for disease control and prevention}},
url = {https://chronicdata.cdc.gov/Behavioral-Risk-Factors/Behavioral-Risk-Factor-Surveillance-System-BRFSS-P/dttw-5yxu},
urldate = {2021-02-17}
}
@misc{centersfordiseasecontrolContactTracingCDC2020,
title = {Contact {{Tracing}} - {{CDC}}'s {{Role}} and {{Approach}}.},
author = {{Centers for Disease Control}},
date = {2020-08-10},
langid = {english},
file = {/home/src/Papers/centers for disease control_contact tracing-cdc's role and approach.pdf}
}
@online{centersfordiseasecontrolCOVID19GuidanceShared2020,
title = {{{COVID-19 Guidance}} for {{Shared}} or {{Congregate Housing}} | {{CDC}}},
author = {{Centers for Disease Control}},
date = {2020-04-25},
url = {https://www.cdc.gov/coronavirus/2019-ncov/community/shared-congregate-house/guidance-shared-congregate-housing.html},
urldate = {2020-07-22}
}
@online{centersfordiseasecontrolHealthEquity2020,
title = {Health {{Equity}}},
author = {{Centers for Disease Control}},
date = {2020-03-11},
url = {https://www.cdc.gov/chronicdisease/healthequity/index.htm},
urldate = {2021-05-20}
}
@article{centersfordiseasecontrolPreliminaryEstimatesPrevalence2020,
title = {Preliminary {{Estimates}} of the {{Prevalence}} of {{Selected Underlying Health Conditions Among Patients}} with {{Coronavirus Disease}} 2019 — {{United States}}, {{February}} 12–{{March}} 28, 2020.},
author = {{Centers for Disease Control}},
date = {2020},
journaltitle = {MMWR Morb Mortal Wkly Rep}
}
@online{centersformedicareandmedicaidMedicareClaimsSynthetic2020,
title = {Medicare {{Claims Synthetic Public Use Files}} ({{SynPUFs}})},
author = {{Centers for Medicare and Medicaid}},
date = {2020-02-11},
url = {https://www.cms.gov/research-statistics-data-and-systems/downloadable-public-use-files/synpufs},
urldate = {2021-05-20}
}
@article{cepeda2006distributed,
title = {Distributed Practice in Verbal Recall Tasks: {{A}} Review and Quantitative Synthesis.},
author = {Cepeda, Nicholas J and Pashler, Harold and Vul, Edward and Wixted, John T and Rohrer, Doug},
date = {2006},
journaltitle = {Psychol. Bull.},
volume = {132},
number = {3},
pages = {354},
publisher = {{American Psychological Association}}
}
@article{cereda2020early,
title = {The Early Phase of the {{COVID-19}} Outbreak in {{Lombardy}}, {{Italy}}},
author = {Cereda, Diletta and Tirani, Marcello and Rovida, Francesca and Demicheli, Vittorio and Ajelli, Marco and Poletti, Piero and Trentini, Frédéric and Guzzetta, Giorgio and Marziano, Valentina and Barone, Angelica and others},
date = {2020},
publisher = {{Arxiv}}
}
@incollection{cevoliniNiklasLuhmannCard2016,
title = {Niklas {{Luhmann}}’s {{Card Index}}: {{Thinking Tool}}, {{Communication Partner}}, {{Publication Machine}}},
booktitle = {Forgetting {{Machines}}: {{Knowledge Management Evolution}} in {{Early Modern Europe}}},
author = {Cevolini, Alberto and Schmidt, Johannes},
date = {2016-10-11},
publisher = {{BRILL}},
doi = {10.1163/9789004325258},
isbn = {978-90-04-32525-8},
langid = {english},
file = {/home/src/Offline/Papers/cevolini_schmidt_2016_niklas luhmann’s card index.pdf}
}
@article{chakrabortySocialInequitiesDistribution2020,
title = {Social Inequities in the Distribution of {{COVID-19}}: {{An}} Intra-Categorical Analysis of People with Disabilities in the {{U}}.{{S}}.},
shorttitle = {Social Inequities in the Distribution of {{COVID-19}}},
author = {Chakraborty, Jayajit},
date = {2020-09},
journaltitle = {Disability and Health Journal},
pages = {101007},
issn = {19366574},
doi = {10.1016/j.dhjo.2020.101007},
abstract = {Background: While recent reports suggest that people with disabilities (PwDs) are likely to be adversely impacted by COVID-19 and face multiple challenges, previous research has not examined if COVID-19 burdens are unequally distributed with respect to the disability characteristics of the U.S. population. Objective: This article presents the first national scale study of the relationship between COVID-19 incidence and disability characteristics in the U.S. The objective is to determine whether COVID-19 incidence is significantly greater in counties containing higher percentages of socio-demographically disadvantaged PwDs, based on race, ethnicity, poverty status, age, and biological sex. Methods: This study integrates county-level data on confirmed COVID-19 cases from the Johns Hopkins Center for Systems Science and Engineering database with multiple disability variables from the 2018 American Community Survey. Statistical analyses are based on bivariate correlations and multivariate generalized estimating equations that consider spatial clustering in the data. Results: Greater COVID-19 incidence rate is significantly associated with: (1) higher percentages of PwDs who are Black, Asian, Hispanic, Native American, below poverty, under 18 years of age, and female; and (2) lower percentages of PwDs who are non-Hispanic White, above poverty, aged 65 or more years, and male, after controlling for spatial clustering. Conclusions: Socio-demographically disadvantaged PwDs are significantly overrepresented in counties with higher COVID-19 incidence compared to other PwDs. These findings represent an important starting point for more detailed investigation of the disproportionate impacts of COVID-19 on PwDs and highlight the urgent need for COVID-19 data collection systems to incorporate disability information.},
langid = {english},
file = {/home/src/Papers/chakraborty_2020_social inequities in the distribution of covid-19.pdf}
}
@article{champion2002trauma,
title = {Trauma Scoring},
author = {Champion, HR},
date = {2002},
journaltitle = {Scand. J. Surg.},
volume = {91},
number = {1},
pages = {12--22},
publisher = {{SAGE Publications Sage UK: London, England}}
}
@online{chan2020pact,
title = {Pact: {{Privacy}} Sensitive Protocols and Mechanisms for Mobile Contact Tracing},
author = {Chan, Justin and Gollakota, Shyam and Horvitz, Eric and Jaeger, Joseph and Kakade, Sham and Kohno, Tadayoshi and Langford, John and Larson, Jonathan and Singanamalla, Sudheesh and Sunshine, Jacob and others},
date = {2020},
shortjournal = {ArXiv Prepr. ArXiv200403544},
eprint = {2004.03544},
eprinttype = {arxiv},
archiveprefix = {arXiv}
}
@article{changMobilityNetworkModels2021,
title = {Mobility Network Models of {{COVID-19}} Explain Inequities and Inform Reopening},
author = {Chang, Serina and Pierson, Emma and Koh, Pang Wei and Gerardin, Jaline and Redbird, Beth and Grusky, David and Leskovec, Jure},
date = {2021-01-07},
journaltitle = {Nature},
volume = {589},
number = {7840},
pages = {82--87},
issn = {0028-0836, 1476-4687},
doi = {10.1038/s41586-020-2923-3},
langid = {english},
file = {/home/src/Papers/chang et al_2021_mobility network models of covid-19 explain inequities and inform reopening.pdf}
}
@article{chanMakingFairChoices2016,
title = {Making {{Fair Choices}} on the {{Path}} to {{Universal Health Coverage}}},
author = {Chan, Margaret},
date = {2016-01-02},
journaltitle = {Health Systems \& Reform},
volume = {2},
number = {1},
pages = {5--7},
issn = {2328-8604, 2328-8620},
doi = {10.1080/23288604.2015.1111288},
langid = {english},
file = {/home/src/Papers/chan_2016_making fair choices on the path to universal health coverage.pdf}
}
@article{charles2003skin,
title = {Skin Bleaching, Self-Hate, and Black Identity in {{Jamaica}}},
author = {Charles, Christopher AD},
date = {2003},
journaltitle = {J. Black Stud.},
volume = {33},
number = {6},
pages = {711--728},
publisher = {{Sage Publications}}
}
@online{chaykaLibraryLastResort,
title = {The {{Library}} of {{Last Resort}}},
author = {Chayka, Kyle},
url = {https://nplusonemag.com/online-only/online-only/the-library-of-last-resort/},
urldate = {2021-06-18}
}
@video{chenJuliaCon2017Taking,
title = {{{JuliaCon}} 2017 | {{Taking Vector Transposes Seriously}} | {{Jiahao Chen}}},
editor = {Chen, Jiahao},
url = {https://www.youtube.com/watch?v=C2RO34b_oPM},
urldate = {2020-06-03},
abstract = {Visit http://julialang.org/ to download Julia.},
editortype = {director}
}
@report{chenNursingHomeStaff2020,
title = {Nursing {{Home Staff Networks}} and {{COVID-19}}},
author = {Chen, M. Keith and Chevalier, Judith and Long, Elisa},
date = {2020-07},
number = {w27608},
pages = {w27608},
institution = {{National Bureau of Economic Research}},
location = {{Cambridge, MA}},
doi = {10.3386/w27608},
abstract = {Nursing homes and other long-term care facilities account for a disproportionate share of COVID-19 cases and fatalities worldwide. Outbreaks in U.S. nursing homes have persisted despite nationwide visitor restrictions beginning in mid-March. An early report issued by the Centers for Disease Control and Prevention identified staff members working in multiple nursing homes as a likely source of spread from the Life Care Center in Kirkland, Washington to other skilled nursing facilities. The full extent of staff connections between nursing homes—and the role these connections serve in spreading a highly contagious respiratory infection—is currently unknown given the lack of centralized data on cross-facility employment. We perform the first large-scale analysis of nursing home connections via shared staff and contractors using devicelevel geolocation data from 50 million smartphones, and find that 5.1 percent of smartphone users who visit a nursing home for at least one hour also visit another facility during our 11-week study period—even after visitor restrictions were imposed. We construct network measures of connectedness and estimate that nursing homes, on average, share connections with 7 other facilities. Controlling for demographic and other factors, a home’s staff-network connections and its centrality within the greater network strongly predict COVID-19 cases. Traditional federal regulatory metrics of nursing home quality are unimportant in predicting outbreaks, consistent with recent research. Multivariate regressions comparing demographically and geographically similar nursing homes suggest that 49 percent of COVID cases among nursing home residents are attributable to staff movement between facilities.},
langid = {english},
file = {/home/src/Papers/chen et al_2020_nursing home staff networks and covid-19.pdf}
}
@article{chenPedagogicalApproachCreate,
title = {A {{Pedagogical Approach}} to {{Create}} and {{Assess Domain-Specific Data Science Learning Materials}} in the {{Biomedical Sciences}}},
author = {Chen, Daniel Y},
pages = {200},
langid = {english},
file = {/Users/jzelko3/Knowledgebase/Papers/Chen_A Pedagogical Approach to Create and Assess Domain-Specific Data Science.pdf}
}
@article{chidambaram2020state,
title = {State Reporting of Cases and Deaths Due to {{COVID-19}} in Long-Term Care Facilities},
author = {Chidambaram, P},
date = {2020},
journaltitle = {San Franc. Kais. Fam. Found.}
}
@online{cho2020contact,
title = {Contact Tracing Mobile Apps for {{COVID-19}}: {{Privacy}} Considerations and Related Trade-Offs},
author = {Cho, Hyunghoon and Ippolito, Daphne and Yu, Yun William},
date = {2020},
shortjournal = {ArXiv Prepr. ArXiv200311511},
eprint = {2003.11511},
eprinttype = {arxiv},
archiveprefix = {arXiv}
}
@article{chowkwanyun2020racial,
title = {Racial Health Disparities and {{Covid-19}}—Caution and Context},
author = {Chowkwanyun, Merlin and Reed Jr, Adolph L},
date = {2020},
journaltitle = {N. Engl. J. Med.},
publisher = {{Mass Medical Soc}}
}
@online{clearZettelkastenHowOne2020,
title = {Zettelkasten — {{How One German Scholar Was So Freakishly Productive}}},
author = {Clear, David B.},
date = {2020-01-06T19:34:37},
url = {https://writingcooperative.com/zettelkasten-how-one-german-scholar-was-so-freakishly-productive-997e4e0ca125},
urldate = {2020-03-08},