-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCriticalOpenNeuro.bib
More file actions
15114 lines (14166 loc) · 713 KB
/
CriticalOpenNeuro.bib
File metadata and controls
15114 lines (14166 loc) · 713 KB
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
@book{Fleck1981,
address = {Chicago},
title = {Genesis and {Development} of a {Scientific} {Fact}},
isbn = {9780226253251},
language = {English},
timestamp = {2014-11-13 23:58:31},
publisher = {University of {Chicago} {Press}},
author = {Fleck, {Ludwik}},
editor = {Trenn, {Thaddeus} {J}. and {Merton}, {Robert} {K}.},
translator = {Bradley, {Frederick}},
collaborator = {Kuhn, {Thomas} {S}.},
month = aug,
year = {1981}
}
@article{Gorelick2014,
title = {Indigenous sciences are not pseudoscience},
volume = {7},
issn = {1918-3178},
doi = {10.4033/iee.v7i1.5150},
timestamp = {2014-08-04 15:06:32},
number = {1},
journal = {Ideas in {Ecology} and {Evolution}},
author = {Gorelick, {Root}},
month = may,
year = {2014},
file = {Gorelick_2014_Indigenous sciences are not pseudoscience.pdf:/home/feline/Documents/div3/resources/Gorelick_2014_Indigenous sciences are not pseudoscience.pdf:application/pdf;Indigenous sciences are not pseudoscience | Gorelick | Ideas in Ecology and Evolution:/home/feline/Documents/Zotero Files/storage/TWDJGXQG/5150.html:text/html}
}
@article{Langille2010,
title = {{BioTorrents}: {A} {File} {Sharing} {Service} for {Scientific} {Data}},
volume = {5},
shorttitle = {{BioTorrents}},
doi = {10.1371/journal.pone.0010071},
timestamp = {2014-11-02 18:16:22},
number = {4},
urldate = {2014-04-12},
journal = {{PLoS} {ONE}},
author = {Langille, {Morgan} {G}. {I}. and {Eisen}, {Jonathan} {A}.},
month = apr,
year = {2010},
pages = {e10071},
file = {PLoS Snapshot:/home/feline/Documents/Zotero Files/storage/XP3DURZ5/infodoi10.1371journal.pone.html:text/html}
}
@article{Valsiner2006,
title = {"{Open} {Access}" and its {Social} {Context}: {New} {Colonialism} in the {Making}?},
volume = {7},
copyright = {Upon submitting a contribution, the {FQS} editors have the right, after a successful peer review, to publish it. {After} the contribution appears in {FQS} , it is still possible to publish it elsewhere after the consent of the {FQS} editors and with reference to the place of the first publication. {The} contributions submitted should be original ones. {They} should not have been published or submitted for publishing at any other point in time in a similar form or with generally the same content. {It} is the responsibility of the author, not of {FQS} , to obtain permission to use any previously published and/or copyrighted material. {Reprints} of contributions already published elsewhere are only accepted if (a) it appeals to the interests of the {FQS} readers and it has not already reached a wide audience and if (b) it is assured that the copyright owner allows the reprint (in the case the submitting person is not the copyright owner). {If} these conditions are fulfilled, {FQS} may accept reprints, which will be published with reference to the place of the first publication. {FQS} has the right to publish any contribution e.g. on {CD}-{ROM} or for selected print editions at any time in the future. {In} that case, the respective authors will be informed. {Authors} will also be notified, if other publishers ask for reprints of contributions, originally published in {FQS} . {For} further questions, feel free to contact us via e-mail .},
issn = {1438-5627},
shorttitle = {Review {Essay}},
url = {http://www.qualitative-research.net/index.php/fqs/article/view/116},
language = {en},
timestamp = {2014-10-22 04:08:55},
number = {2},
urldate = {2014-04-12},
journal = {Forum {Qualitative} {Sozialforschung} / {Forum}: {Qualitative} {Social} {Research}},
author = {Valsiner, {Jaan}},
month = mar,
year = {2006},
keywords = {capital social,closing of access,colonialism,historia de revistas,history of journals,journal evaluation,knowledge,open access,Peer Review,scientific communication,social capital},
file = {Snapshot:/home/feline/Documents/Zotero Files/storage/QADTWUFZ/116.html:text/html;Valsiner_2006_Open Access and its Social Context.pdf:/home/feline/Documents/div3/resources/Valsiner_2006_Open Access and its Social Context.pdf:application/pdf}
}
@article{Knudsen2003,
title = {Scientific metaphors going public},
volume = {35},
issn = {0378-2166},
doi = {10.1016/S0378-2166(02)00187-X},
timestamp = {2014-11-02 18:16:16},
number = {8},
urldate = {2014-04-11},
journal = {Journal of {Pragmatics}},
author = {Knudsen, {Susanne}},
month = aug,
year = {2003},
keywords = {Academic discourse,Metaphor,Popularization,Scientific conceptualization},
pages = {1247--1263},
file = {Knudsen_2003_Scientific metaphors going public.pdf:/home/feline/Documents/div3/resources/Knudsen_2003_Scientific metaphors going public.pdf:application/pdf;ScienceDirect Snapshot:/home/feline/Documents/Zotero Files/storage/5EME3GUQ/S037821660200187X.html:text/html}
}
@article{Tkacz2012,
title = {From open source to open government: {A} critique of open politics},
volume = {12},
issn = {14732866},
shorttitle = {From open source to open government},
url = {http://libproxy.mit.edu/login?url=http://search.ebscohost.com/login.aspx?direct=true\&db=a9h\&AN=89082809\&site=eds-live},
timestamp = {2014-11-10 20:54:55},
number = {4},
urldate = {2014-11-10},
journal = {Ephemera: {Theory} \& {Politics} in {Organization}},
author = {Tkacz, {Nathaniel}},
month = nov,
year = {2012},
keywords = {GOVERNMENT accountability,HAYEK, Friedrich A. von (Friedrich August), 1899-1992,open access,open science,POLITICAL accountability,POLITICAL development,SOCIAL movements,TRANSPARENCY in government},
pages = {386--405},
file = {Tkacz_2012_From open source to open government.pdf:/home/feline/Documents/div3/resources/Tkacz_2012_From open source to open government.pdf:application/pdf}
}
@article{Seth2009,
title = {Putting knowledge in its place: science, colonialism, and the postcolonial},
volume = {12},
issn = {1368-8790},
shorttitle = {Putting knowledge in its place},
doi = {10.1080/13688790903350633},
timestamp = {2014-11-02 18:18:22},
number = {4},
urldate = {2014-04-11},
journal = {Postcolonial {Studies}},
author = {Seth, {Suman}},
year = {2009},
keywords = {CARTOGRAPHY -- History,IMPERIALISM \& science,melanie,POSTCOLONIAL analysis},
pages = {373--388},
file = {Snapshot:/home/feline/Documents/Zotero Files/storage/3QUSUEGC/13688790903350633.html:text/html}
}
@article{Cragin2010,
pmid = {20679120},
title = {Data sharing, small science and institutional repositories},
volume = {368},
issn = {1364-503X, 1471-2962},
doi = {10.1098/rsta.2010.0165},
language = {en},
timestamp = {2014-11-02 18:18:27},
number = {1926},
urldate = {2014-04-11},
journal = {Philosophical {Transactions} of the {Royal} {Society} {A}: {Mathematical}, {Physical} and {Engineering} {Sciences}},
author = {Cragin, {Melissa} {H}. and {Palmer}, {Carole} {L}. and {Carlson}, {Jacob} {R}. and {Witt}, {Michael}},
month = sep,
year = {2010},
keywords = {cyberinfrastructure,data sharing,institutional repositories,scientific data curation,small science},
pages = {4023--4038},
file = {Cragin et al_2010_Data sharing, small science and institutional.pdf:/home/feline/Documents/div3/resources/Cragin et al_2010_Data sharing, small science and institutional.pdf:application/pdf;Snapshot:/home/feline/Documents/Zotero Files/storage/XRSTPXBA/4023.html:text/html}
}
@article{Ghapanchi2011,
title = {{A} taxonomy for measuring the success of open source software projects},
volume = {16},
copyright = {Authors submitting a paper to {First} {Monday} automatically agree to confer a limited license to {First} {Monday} if and when the manuscript is accepted for publication. {This} license allows {First} {Monday} to publish a manuscript in a given issue. {Authors} have a choice of: 1. {Dedicating} the article to the public domain. {This} allows anyone to make any use of the article at any time, including commercial use. {A} good way to do this is to use the {Creative} {Commons} {Public} {Domain} {Dedication} {Web} form; see http://creativecommons.org/license/publicdomain-2?lang=en . 2. {Retaining} some rights while allowing some use. {For} example, authors may decide to disallow commercial use without permission. {Authors} may also decide whether to allow users to make modifications (e.g. translations, adaptations) without permission. {A} good way to make these choices is to use a {Creative} {Commons} license. * {Go} to http://creativecommons.org/license/ . * {Choose} and select a license. * {What} to do next {\textemdash} you can then e{\textendash}mail the license html code to yourself. {Do} this, and then forward that e{\textendash}mail to {First} {Monday}'s editors. {Put} your name in the subject line of the e{\textendash}mail with your name and article title in the e{\textendash}mail. {Background} information about {Creative} {Commons} licenses can be found at http://creativecommons.org/about/licenses/ . 3. {Retaining} full rights, including translation and reproduction rights. {Authors} may use the statement: {\textcopyright} {Author} 2008 {All} {Rights} {Reserved}. {Authors} may choose to use their own wording to reserve copyright. {If} you choose to retain full copyright, please add your copyright statement to the end of the article. {Authors} submitting a paper to {First} {Monday} do so in the understanding that {Internet} publishing is both an opportunity and challenge. {In} this environment, authors and publishers do not always have the means to protect against unauthorized copying or editing of copyright{\textendash}protected works.},
issn = {13960466},
url = {http://firstmonday.org/ojs/index.php/fm/article/view/3558},
language = {en},
timestamp = {2014-11-02 18:16:41},
number = {8},
urldate = {2014-04-14},
journal = {First {Monday}},
author = {Ghapanchi, {Amir} {Hossein} and {Aurum}, {Aybuke} and {Low}, {Graham}},
month = jul,
year = {2011},
keywords = {Open source software,Project activity,project performance.,project success,User interest},
file = {Ghapanchi et al. - 2011 - A taxonomy for measuring the success of open sourc:/home/feline/Documents/div3/resources/Ghapanchi et al. - 2011 - A taxonomy for measuring the success of open sourc:application/pdf;Snapshot:/home/feline/Documents/Zotero Files/storage/XWWHDNXM/3033.html:text/html}
}
@book{Kuhn1996,
address = {Chicago, {IL}},
edition = {3rd},
title = {The {Structure} of {Scientific} {Revolutions}, 3rd {Edition}},
isbn = {9780226458083},
language = {English},
timestamp = {2014-11-14 00:01:54},
publisher = {The {University} of {Chicago} {Press}},
author = {Kuhn, {Thomas} {S}.},
month = dec,
year = {1996}
}
@misc{zotero-null-225,
title = {Statistics' {Crisis} of {Reproducibility}},
url = {http://www.socialsciencespace.com/2014/07/statistics-crisis-of-reproducibility/},
timestamp = {2015-03-05 18:18:27},
urldate = {2015-03-05},
file = {Statistics’ Crisis of Reproducibility:/home/feline/Documents/Zotero Files/storage/KVQSQJNX/statistics-crisis-of-reproducibility.html:text/html}
}
@inproceedings{Coombe2000,
title = {Preserving {Cultural} {Diversity} through the {Preservation} of {Biological} {Diversity}: {Indigenous} {Peoples}, {Local} {Communities}, and the {Role} of {Digital} {Technologies}},
timestamp = {2014-09-27 14:47:19},
author = {Coombe, {Rosemary}},
month = jul,
year = {2000},
file = {cultural-diversity-through-biological_coombe:/home/feline/Documents/div3/resources/cultural-diversity-through-biological_coombe:application/pdf}
}
@book{Coleman2012,
address = {Princeton},
title = {Coding {Freedom}: {The} {Ethics} and {Aesthetics} of {Hacking}},
isbn = {9780691144610},
shorttitle = {Coding {Freedom}},
language = {English},
timestamp = {2015-02-17 19:39:05},
publisher = {Princeton {University} {Press}},
author = {Coleman, {Gabriella} {E}.},
month = dec,
year = {2012},
file = {Coleman_2013_Coding freedom.pdf:/home/feline/Documents/div3/resources/Coleman_2013_Coding freedom.pdf:application/pdf}
}
@book{Choudhury2011,
address = {Chichester, {West} {Sussex}},
edition = {1st},
title = {Critical {Neuroscience}: {A} {Handbook} of the {Social} and {Cultural} {Contexts} of {Neuroscience}},
isbn = {9781444333282},
shorttitle = {Critical {Neuroscience}},
language = {English},
timestamp = {2014-11-18 23:01:48},
publisher = {Wiley-{Blackwell}},
author = {Choudhury, {Suparna} and {Slaby}, {Jan}},
month = nov,
year = {2011},
file = {Critical Neuroscience\: A Handbook of the Social and Cultural Contexts of Neuroscience - Wiley Online Library:/home/feline/Documents/Zotero Files/storage/AMSEV6EN/9781444343359.html:text/html}
}
@article{Delfanti2010,
title = {Open science, a complex movement},
volume = {9},
copyright = {r {Creative} {Commons} {Attribution} - {Noncommercial} - {No} {Derivative} {Works} 3.0},
issn = {1824 {\textendash} 2049},
url = {http://jcom.sissa.it/archive/09/03/Jcom0903\%282010\%29E/Jcom0903\%282010\%29E.pdf},
timestamp = {2014-08-08 16:00:16},
number = {3},
urldate = {2014-08-08},
journal = {Journal of {Science} {Communication}},
author = {Delfanti, {Alessandro}},
month = sep,
year = {2010},
file = {Delfanti_2010_Open science, a complex movement.pdf:/home/feline/Documents/div3/resources/Delfanti_2010_Open science, a complex movement.pdf:application/pdf}
}
@misc{Simonite2013,
title = {The {Decline} of {Wikipedia}: {Even} {As} {More} {People} {Than} {Ever} {Rely} on {It}, {Fewer} {People} {Create} {It}},
shorttitle = {The {Decline} of {Wikipedia}},
url = {http://www.technologyreview.com/featuredstory/520446/the-decline-of-wikipedia/},
timestamp = {2014-08-18 14:48:18},
urldate = {2014-08-17},
journal = {{MIT} {Technology} {Review}},
author = {Simonite, {Tom}},
month = oct,
year = {2013},
keywords = {Wikia,Wikimedia},
file = {Snapshot:/home/feline/Documents/Zotero Files/storage/NJSGVARA/the-decline-of-wikipedia.html:text/html;Snapshot:/home/feline/Documents/Zotero Files/storage/6EBNH5FV/the-decline-of-wikipedia.html:text/html}
}
@article{Halfaker2013,
title = {The {Rise} and {Decline} of an {Open} {Collaboration} {System}: {How} {Wikipedia}'s {Reaction} to {Popularity} {Is} {Causing} {Its} {Decline}},
volume = {57},
issn = {0002-7642, 1552-3381},
shorttitle = {The {Rise} and {Decline} of an {Open} {Collaboration} {System}},
doi = {10.1177/0002764212469365},
language = {en},
timestamp = {2015-04-01 00:27:42},
number = {5},
urldate = {2014-08-18},
journal = {American {Behavioral} {Scientist}},
author = {Halfaker, {Aaron} and {Geiger}, {Stuart} and {Morgan}, {Jonathan} {T}. and {Riedl}, {John}},
month = may,
year = {2013},
pages = {664--688},
file = {Aaron Halfaker\: publications:/home/feline/Documents/Zotero Files/storage/8I7NK94T/The_Rise_and_Decline.html:text/html}
}
@misc{dejesus2013,
title = {The {Tyranny} of {Open}},
copyright = {http://creativecommons.org/licenses/by-sa/2.5/ca/},
url = {http://yorkspace.library.yorku.ca/xmlui/handle/10315/26315},
language = {en},
timestamp = {2015-03-26 02:39:49},
urldate = {2014-08-18},
author = {de jesus, nina},
month = sep,
year = {2013},
keywords = {feminism,FOSS,free software,open source},
file = {de_jesus-2013-The_Tyranny_of_Open.pdf:/home/feline/Documents/div3/resources/de_jesus-2013-The_Tyranny_of_Open.pdf:application/pdf}
}
@book{Foucault1994,
address = {New {York}},
edition = {Reissue},
title = {The {Order} of {Things}: {An} {Archaeology} of the {Human} {Sciences}},
isbn = {9780679753353},
shorttitle = {The {Order} of {Things}},
language = {English},
timestamp = {2014-11-14 00:02:02},
publisher = {Vintage},
author = {Foucault, {Michel}},
month = mar,
year = {1994}
}
@article{Hailey2008,
title = {Ubuntu: {A} literature review},
volume = {12},
shorttitle = {Ubuntu},
url = {http://www.tutufoundationuk.org/documents/UbuntuLiteratureReview_JH_Dec08.pdf},
timestamp = {2014-11-02 18:17:14},
urldate = {2014-08-18},
journal = {{A} paper prepared for the {Tutu} {Foundation}, {London}. {Retrieved} {February}},
author = {Hailey, {John}},
year = {2008},
pages = {2013},
file = {Hailey_2008_Ubuntu.pdf:/home/feline/Documents/div3/resources/Hailey_2008_Ubuntu.pdf:application/pdf;Hailey_2008_Ubuntu.pdf:/home/feline/Documents/div3/resources/Hailey_2008_Ubuntu.pdf:application/pdf}
}
@incollection{Narayan2004,
address = {New {York}},
title = {The {Project} of {Feminist} {Epistemology}: {Perspectives} from a {Nonwestern} {Feminist}},
timestamp = {2014-11-17 04:17:42},
booktitle = {The feminist standpoint theory reader: {Intellectual} and political controversies},
publisher = {Routledge},
author = {Narayan, {Uma}},
year = {2004},
note = {Chapter 15},
pages = {213--224},
file = {Narayan-2004-The_Project_of_Feminist_Epistemology.pdf:/home/feline/Documents/div3/resources/Narayan-2004-The_Project_of_Feminist_Epistemology.pdf:application/pdf}
}
@article{Nafus2012,
title = {'{Patches} don't have gender': {What} is not open in open source software},
volume = {14},
issn = {1461-4448, 1461-7315},
shorttitle = {'{Patches} don't have gender'},
doi = {10.1177/1461444811422887},
language = {en},
timestamp = {2015-02-17 19:39:37},
number = {4},
urldate = {2014-08-18},
journal = {New {Media} \& {Society}},
author = {Nafus, {Dawn}},
month = jun,
year = {2012},
pages = {669--683},
file = {Nafus_2012_'Patches don't have gender'.pdf:/home/feline/Documents/div3/resources/Nafus_2012_'Patches don't have gender'.pdf:application/pdf}
}
@misc{Romao2013,
title = {{A} debate about gendered pronouns on {GitHub} ignites the tech community},
url = {http://www.dailydot.com/news/github-gendered-pronoun-debate/},
timestamp = {2015-02-17 18:05:36},
urldate = {2014-08-18},
journal = {The {Daily} {Dot}},
author = {Romao, {Aja}},
month = dec,
year = {2013},
keywords = {gendered pronoun,github},
file = {Snapshot:/home/feline/Documents/Zotero Files/storage/SZ9MNTNJ/github-gendered-pronoun-debate.html:text/html}
}
@article{Ortega2009,
title = {The {Cerebral} {Subject} and the {Challenge} of {Neurodiversity}},
volume = {4},
issn = {1745-8552, 1745-8560},
doi = {10.1017/S1745855209990287},
timestamp = {2014-11-02 18:18:50},
number = {4},
urldate = {2014-07-27},
journal = {{BioSocieties}},
author = {Ortega, {Francisco}},
month = dec,
year = {2009},
pages = {425--445},
file = {Ortega_2009_The Cerebral Subject and the Challenge of.pdf:/home/feline/Documents/div3/resources/Ortega_2009_The Cerebral Subject and the Challenge of.pdf:application/pdf;Ortega_2009_The Cerebral Subject and the Challenge of.pdf:/home/feline/Documents/div3/resources/Ortega_2009_The Cerebral Subject and the Challenge of.pdf:application/pdf}
}
@misc{CERNPressRelease2011,
title = {{CERN} launches {Open} {Hardware} initiative},
url = {http://press.web.cern.ch/press-releases/2011/07/cern-launches-open-hardware-initiative},
timestamp = {2014-11-18 23:00:46},
urldate = {2014-09-09},
author = {{CERN Press Release}},
month = jul,
year = {2011},
file = {Snapshot:/home/feline/Documents/Zotero Files/storage/EI5EPXZT/cern-launches-open-hardware-initiative.html:text/html}
}
@misc{Nkrumah1965,
title = {Neo-{Colonialism}, the {Last} {Stage} of imperialism},
shorttitle = {The mechanisms of neo-colonialism},
url = {http://www.marxists.org/subject/africa/nkrumah/neo-colonialism/ch01.htm},
timestamp = {2014-09-09 22:59:14},
urldate = {2014-09-09},
author = {Nkrumah, {Kwame}},
year = {1965},
file = {Neo-Colonialism, the Last Stage of imperialism by Kwame Nkrumah:/home/feline/Documents/Zotero Files/storage/3F8WE4MH/ch01.html:text/html}
}
@article{Dahdouh-Guebas2003,
title = {Neo-colonial science by the most industrialised upon the least developed countries in peer-reviewed publishing},
volume = {56},
url = {http://www.akademiai.com/index/U102739854627461.pdf},
timestamp = {2014-11-02 18:17:39},
number = {3},
urldate = {2014-09-09},
journal = {Scientometrics},
author = {Dahdouh-{Guebas}, {Farid} and {Ahimbisibwe}, {Jennifer} and {Van} {Moll}, {Rita} and {Koedam}, {Nico}},
year = {2003},
pages = {329--343},
file = {Dahdouh-Guebasetal_2003_Scientometrics.pdf:/home/feline/Documents/Zotero Files/storage/SZ5PCTIZ/Dahdouh-Guebasetal_2003_Scientometrics.pdf:application/pdf;Dahdouh-Guebasetal_2003_Scientometrics.pdf:/home/feline/Documents/div3/resources/Dahdouh-Guebasetal_2003_Scientometrics.pdf:application/pdf}
}
@book{Sontag2001,
address = {New {York}},
edition = {1st edition},
title = {On {Photography}},
isbn = {9780312420093},
language = {English},
timestamp = {2014-09-09 23:01:34},
publisher = {Picador},
author = {Sontag, {Susan}},
month = aug,
year = {2001},
file = {Susan Sontag:/home/feline/Documents/Zotero Files/storage/KJ9XUJMA/onPhotographyExerpt.html:text/html}
}
@misc{Maidaborn2014,
title = {Open {Sourcing} {Feminism}: {The} {Challenge} of {Collective} {Intelligence} in 2014},
shorttitle = {Open {Sourcing} {Feminism}},
url = {http://blog.loomio.org/2014/03/08/open-sourcing-feminism-the-challenge-of-collective-intelligence-in-2014/},
timestamp = {2015-02-17 17:45:34},
urldate = {2014-09-09},
journal = {Loomio},
author = {Maidaborn, {Vivien}},
month = mar,
year = {2014},
file = {Snapshot:/home/feline/Documents/Zotero Files/storage/EQ25569W/open-sourcing-feminism-the-challenge-of-collective-intelligence-in-2014.html:text/html}
}
@article{Fausto-Sterling2003,
title = {Science {Matters}, {Culture} {Matters}},
volume = {46},
issn = {1529-8795},
doi = {10.1353/pbm.2003.0007},
timestamp = {2014-11-10 23:30:31},
number = {1},
journal = {Perspectives in {Biology} and {Medicine}},
author = {Fausto-{Sterling}, {Anne}},
year = {2003},
pages = {109--124},
file = {Fausto-Sterling_2003_Science Matters, Culture Matters.pdf:/home/feline/Documents/div3/resources/Fausto-Sterling_2003_Science Matters, Culture Matters.pdf:application/pdf}
}
@article{Petersen2001,
title = {Biofantasies: genetics and medicine in the print news media.},
volume = {52},
issn = {0277-9536},
url = {http://www.ncbi.nlm.nih.gov/pubmed/11281408},
timestamp = {2014-08-18 14:48:12},
number = {8},
journal = {Social science \& medicine},
author = {Petersen, {Alan}},
month = apr,
year = {2001},
keywords = {Animals,Australia,Cloning,Genetics,Humans,Imagination,Mass Media,Metaphor,Newspapers,Organism,Persuasive Communication,Public Opinion,Public Relations,Sheep},
pages = {1255--68}
}
@article{Choudhury2014,
title = {Big data, open science and the brain: lessons learned from genomics},
volume = {8},
issn = {1662-5161},
shorttitle = {Big data, open science and the brain},
doi = {10.3389/fnhum.2014.00239},
timestamp = {2014-11-02 18:18:37},
urldate = {2014-07-27},
journal = {Frontiers in {Human} {Neuroscience}},
author = {Choudhury, {Suparna} and {Fishman}, {Jennifer} {R}. and {McGowan}, {Michelle} {L}. and {Juengst}, {Eric} {T}.},
month = may,
year = {2014},
file = {Choudhury et al_2014_Big data, open science and the brain.pdf:/home/feline/Documents/div3/resources/Choudhury et al_2014_Big data, open science and the brain.pdf:application/pdf}
}
@article{Bisol2014,
title = {Perspectives on open science and scientific data sharing: an interdisciplinary workshop},
volume = {92},
shorttitle = {Perspectives on open science and scientific data sharing},
url = {http://www.isita-org.com/Jass/Contents/2014vol92/Destro/Destro.pdf},
timestamp = {2015-02-17 18:53:30},
urldate = {2014-07-27},
journal = {Journal of {Anthropological} {Sciences}},
author = {Bisol, {Giovanni} {Destro} and {Anagnostou}, {Paolo} and {Capocasa}, {Marco} and {Bencivelli}, {Silvia} and {Cerroni}, {Andrea} and {Contreras}, {Jorge} and {Enke}, {Neela} and {Fantini}, {Bernardino} and {Greco}, {Pietro} and {Heeney}, {Catherine}},
year = {2014},
pages = {179--200},
file = {Bisol et al_2014_Perspectives on open science and scientific data.pdf:/home/feline/Documents/div3/resources/Bisol et al_2014_Perspectives on open science and scientific data.pdf:application/pdf;Bisol et al_2014_Perspectives on open science and scientific data.pdf:/home/feline/Documents/div3/resources/Bisol et al_2014_Perspectives on open science and scientific data.pdf:application/pdf}
}
@article{Leonelli2013,
title = {Why the {Current} {Insistence} on {Open} {Access} to {Scientific} {Data}? {Big} {Data}, {Knowledge} {Production}, and the {Political} {Economy} of {Contemporary} {Biology}},
volume = {33},
shorttitle = {Why the {Current} {Insistence} on {Open} {Access} to {Scientific} {Data}?},
url = {http://bst.sagepub.com/content/33/1-2/6.short},
timestamp = {2014-11-02 18:17:43},
number = {1-2},
urldate = {2014-07-27},
journal = {Bulletin of {Science}, {Technology} \& {Society}},
author = {Leonelli, {Sabina}},
year = {2013},
keywords = {big data,open data,open science},
pages = {6--11},
file = {Leonelli_2013_Why the Current Insistence on Open Access to.pdf:/home/feline/Documents/div3/resources/Leonelli_2013_Why the Current Insistence on Open Access to.pdf:application/pdf;Leonelli_2013_Why the Current Insistence on Open Access to.pdf:/home/feline/Documents/div3/resources/Leonelli_2013_Why the Current Insistence on Open Access to.pdf:application/pdf}
}
@article{OseiTutu2011,
title = {Sui {Generis} {Regime} for {Traditional} {Knowledge}: {The} {Cultural} {Divide} in {Intellectual} {Property} {Law}, {A}},
volume = {15},
shorttitle = {Sui {Generis} {Regime} for {Traditional} {Knowledge}},
url = {http://heinonlinebackup.com/hol-cgi-bin/get_pdf.cgi?handle=hein.journals/marq15\§ion=6},
timestamp = {2014-11-02 18:17:05},
urldate = {2014-07-27},
journal = {Marq. {Intell}. {Prop}. {L}. {Rev}.},
author = {{OseiTutu}, {J}. {Janewa}},
year = {2011},
pages = {147},
file = {OseiTutu_2011_Sui Generis Regime for Traditional Knowledge2.pdf:/home/feline/Documents/div3/resources/OseiTutu_2011_Sui Generis Regime for Traditional Knowledge2.pdf:application/pdf}
}
@article{Bishop2001,
title = {Afya: {Social} and digital technologies that reach across the digital divide},
volume = {6},
shorttitle = {Afya},
url = {http://ptwich2.lib.uic.edu/ojs/index.php/fm/article/view/847},
timestamp = {2014-11-07 02:39:29},
number = {4},
urldate = {2014-07-27},
journal = {First {Monday}},
author = {Bishop, {Ann} {Peterson} and {Bazzell}, {Imani} and {Mehra}, {Bharat} and {Smith}, {Cynthia}},
year = {2001},
file = {Bishop et al_2001_Afya2.pdf:/home/feline/Documents/div3/resources/Bishop et al_2001_Afya2.pdf:application/pdf;Bishop et al_2001_Afya2.pdf:/home/feline/Documents/div3/resources/Bishop et al_2001_Afya2.pdf:application/pdf}
}
@article{Jolliffe2006,
title = {Aligning the ideals of free software and free knowledge with the {South} {African} {Freedom} {Charter}},
volume = {11},
url = {http://firstmonday.datingen.net/ojs/index.php/fm/article/view/1371},
timestamp = {2014-11-02 18:17:18},
number = {7},
urldate = {2014-07-27},
journal = {First {Monday}},
author = {Jolliffe, {Bob}},
year = {2006},
file = {Jolliffe_2006_Aligning the ideals of free software and free.pdf:/home/feline/Documents/div3/resources/Jolliffe_2006_Aligning the ideals of free software and free.pdf:application/pdf}
}
@article{Moglen1999,
title = {Anarchism triumphant: {Free} software and the death of copyright},
volume = {4},
shorttitle = {Anarchism triumphant},
url = {http://pear.accc.uic.edu/ojs/index.php/fm/article/viewArticle/684},
timestamp = {2014-11-02 18:17:44},
number = {8},
urldate = {2014-07-27},
journal = {First {Monday}},
author = {Moglen, {Eben}},
year = {1999},
file = {Moglen_1999_Anarchism triumphant2.pdf:/home/feline/Documents/div3/resources/Moglen_1999_Anarchism triumphant2.pdf:application/pdf;Moglen_1999_Anarchism triumphant2.pdf:/home/feline/Documents/div3/resources/Moglen_1999_Anarchism triumphant2.pdf:application/pdf}
}
@article{Paton2011,
title = {Asian students, critical thinking and {English} as an academic lingua franca},
volume = {32},
url = {https://www3.viterbo.edu/uploadedFiles/Academics/Letters_and_Sciences/humanities/philosophy/ATP/Paton.pdf},
timestamp = {2014-11-02 18:17:56},
number = {1},
urldate = {2014-07-27},
journal = {Analytic {Teaching} and {Philosophical} {Praxis}},
author = {Paton, {Michael}},
year = {2011},
pages = {27--39},
file = {Paton_2011_Asian students, critical thinking and English as.pdf:/home/feline/Documents/div3/resources/Paton_2011_Asian students, critical thinking and English as.pdf:application/pdf;Paton_2011_Asian students, critical thinking and English as.pdf:/home/feline/Documents/div3/resources/Paton_2011_Asian students, critical thinking and English as.pdf:application/pdf}
}
@article{Willinsky2005,
title = {The unacknowledged convergence of open source, open access, and open science},
volume = {10},
url = {http://ojphi.org/ojs/index.php/fm/article/view/1265},
timestamp = {2014-10-22 04:07:25},
number = {8},
urldate = {2014-07-27},
journal = {First {Monday}},
author = {Willinsky, {John}},
year = {2005},
file = {Willinsky_2005_The unacknowledged convergence of open source,.pdf:/home/feline/Documents/div3/resources/Willinsky_2005_The unacknowledged convergence of open source,.pdf:application/pdf;Willinsky_2005_The unacknowledged convergence of open source,.pdf:/home/feline/Documents/div3/resources/Willinsky_2005_The unacknowledged convergence of open source,.pdf:application/pdf}
}
@article{Pyati2007,
title = {{A} critical theory of open access: {Libraries} and electronic publishing},
volume = {12},
shorttitle = {{A} critical theory of open access},
url = {http://firstmonday.org/article/viewArticle/1970/1845},
timestamp = {2014-11-02 18:17:07},
number = {10},
urldate = {2014-07-27},
journal = {First {Monday}},
author = {Pyati, {Ajit}},
year = {2007},
file = {Pyati_2007_A critical theory of open access2.pdf:/home/feline/Documents/div3/resources/Pyati_2007_A critical theory of open access2.pdf:application/pdf}
}
@article{Delfanti2011,
title = {Hacking genomes. {The} ethics of open and rebel biology},
volume = {15},
url = {http://www.i-r-i-e.net/inhalt/015/015-Delfanti.pdf},
timestamp = {2014-11-07 02:39:39},
number = {09},
urldate = {2014-07-27},
journal = {International {Review} of {Information} {Ethics}},
author = {Delfanti, {Alessandro}},
year = {2011},
pages = {52--57},
file = {Delfanti_2011_Hacking genomes2.pdf:/home/feline/Documents/div3/resources/Delfanti_2011_Hacking genomes2.pdf:application/pdf}
}
@article{Yee1999,
title = {Development, ethical trading and free software},
volume = {4},
url = {http://firstmonday.org/htbin/cgiwrap/bin/ojs/index.php/fm/article/viewArticle/709/619},
timestamp = {2014-10-22 04:07:27},
number = {12},
urldate = {2014-07-27},
journal = {First {Monday}},
author = {Yee, {Danny}},
year = {1999},
file = {Yee_1999_Development, ethical trading and free software2.pdf:/home/feline/Documents/div3/resources/Yee_1999_Development, ethical trading and free software2.pdf:application/pdf}
}
@article{Tveden-Nyborg2013,
title = {Diffusing scientific knowledge to innovative experts},
volume = {12},
url = {http://jcom.sissa.it/archive/12/01/JCOM1201(2013)A03/JCOM_a03.pdf},
timestamp = {2014-10-22 04:08:03},
urldate = {2014-07-27},
journal = {{JCOM}},
author = {Tveden-{Nyborg}, {Svend} and {Misfeldt}, {Morten} and {Boelt}, {Birte}},
year = {2013},
pages = {01},
file = {Tveden-Nyborg et al_2013_Diffusing scientific knowledge to innovative.pdf:/home/feline/Documents/div3/resources/Tveden-Nyborg et al_2013_Diffusing scientific knowledge to innovative.pdf:application/pdf;Tveden-Nyborg et al_2013_Diffusing scientific knowledge to innovative.pdf:/home/feline/Documents/div3/resources/Tveden-Nyborg et al_2013_Diffusing scientific knowledge to innovative.pdf:application/pdf}
}
@article{Braun2007,
title = {Racial {Categories} in {Medical} {Practice}: {How} {Useful} {Are} {They}?},
volume = {4},
issn = {1549-1277, 1549-1676},
shorttitle = {Racial {Categories} in {Medical} {Practice}},
doi = {10.1371/journal.pmed.0040271},
language = {en},
timestamp = {2014-11-07 02:39:48},
number = {9},
urldate = {2014-07-27},
journal = {{PLoS} {Medicine}},
author = {Braun, {Lundy} and {Fausto}-{Sterling}, {Anne} and {Fullwiley}, {Duana} and {Hammonds}, {Evelynn} {M}. and {Nelson}, {Alondra} and {Quivers}, {William} and {Reverby}, {Susan} {M}. and {Shields}, {Alexandra} {E}.},
year = {2007},
pages = {e271},
file = {Braun et al_2007_Racial Categories in Medical Practice.pdf:/home/feline/Documents/div3/resources/Braun et al_2007_Racial Categories in Medical Practice.pdf:application/pdf;Braun et al_2007_Racial Categories in Medical Practice.pdf:/home/feline/Documents/div3/resources/Braun et al_2007_Racial Categories in Medical Practice.pdf:application/pdf}
}
@article{Coffin2006,
title = {An analysis of open source principles in diverse collaborative communities},
volume = {11},
url = {http://pear.accc.uic.edu/htbin/cgiwrap/bin/ojs/index.php/fm/article/viewArticle/1342},
timestamp = {2014-11-02 18:18:30},
number = {6},
urldate = {2014-07-27},
journal = {First {Monday}},
author = {Coffin, {Jill}},
year = {2006},
file = {Coffin_2006_An analysis of open source principles in diverse.pdf:/home/feline/Documents/div3/resources/Coffin_2006_An analysis of open source principles in diverse.pdf:application/pdf}
}
@article{Mylonas2011,
title = {Accumulation, control and contingency: {Towards} a critical understanding of intellectual property rights'`piracy'},
volume = {16},
shorttitle = {Accumulation, control and contingency},
url = {http://pear.accc.uic.edu/htbin/cgiwrap/bin/ojs/index.php/fm/article/viewArticle/3709},
timestamp = {2014-11-02 18:18:24},
number = {12},
urldate = {2014-07-27},
journal = {First {Monday}},
author = {Mylonas, {Yiannis}},
year = {2011},
file = {Mylonas_2011_Accumulation, control and contingency2.pdf:/home/feline/Documents/div3/resources/Mylonas_2011_Accumulation, control and contingency2.pdf:application/pdf}
}
@article{Gannon2002,
title = {{A} critique of evolutionary psychology},
volume = {4},
issn = {1461-6661},
doi = {10.1080/1461666031000063665},
language = {en},
timestamp = {2014-11-02 18:17:48},
number = {2},
urldate = {2014-07-27},
journal = {Psychology, {Evolution} \& {Gender}},
author = {Gannon, {Linda}},
month = jan,
year = {2002},
pages = {173--218},
file = {Gannon_2002_A critique of evolutionary psychology2.pdf:/home/feline/Documents/div3/resources/Gannon_2002_A critique of evolutionary psychology2.pdf:application/pdf;Gannon_2002_A critique of evolutionary psychology2.pdf:/home/feline/Documents/div3/resources/Gannon_2002_A critique of evolutionary psychology2.pdf:application/pdf}
}
@article{Dempsey2008,
title = {Always on: {Libraries} in a world of permanent connectivity},
volume = {14},
shorttitle = {Always on},
url = {http://firstmonday.org/htbin/cgiwrap/bin/ojs/index.php/fm/article/viewArticle/2291},
timestamp = {2014-11-07 02:39:31},
number = {1},
urldate = {2014-07-27},
journal = {First {Monday}},
author = {Dempsey, {Lorcan}},
year = {2008},
file = {Dempsey_2008_Always on.pdf:/home/feline/Documents/div3/resources/Dempsey_2008_Always on.pdf:application/pdf}
}
@article{Pykalainen2008,
title = {Adaption of {Linux} {SSL} servers across cultures},
volume = {13},
url = {http://ojs-prod-lib.cc.uic.edu/ojs/index.php/fm/article/view/2255},
timestamp = {2014-11-02 18:18:42},
number = {12},
urldate = {2014-07-27},
journal = {First {Monday}},
author = {Pykalainen, {Timo}},
year = {2008},
file = {Pykalainen_2008_Adaption of Linux SSL servers across cultures.pdf:/home/feline/Documents/div3/resources/Pykalainen_2008_Adaption of Linux SSL servers across cultures.pdf:application/pdf;Pykalainen_2008_Adaption of Linux SSL servers across cultures.pdf:/home/feline/Documents/div3/resources/Pykalainen_2008_Adaption of Linux SSL servers across cultures.pdf:application/pdf}
}
@article{Button2013,
title = {Power failure: why small sample size undermines the reliability of neuroscience},
volume = {14},
issn = {1471-003X, 1471-0048},
shorttitle = {Power failure},
doi = {10.1038/nrn3475},
timestamp = {2014-11-07 02:39:41},
number = {5},
urldate = {2014-07-27},
journal = {Nature {Reviews} {Neuroscience}},
author = {Button, {Katherine} {S}. and {Ioannidis}, {John} {P}. {A}. and {Mokrysz}, {Claire} and {Nosek}, {Brian} {A}. and {Flint}, {Jonathan} and {Robinson}, {Emma} {S}. {J}. and {Munaf}{\`o}, {Marcus} {R}.},
month = apr,
year = {2013},
pages = {365--376},
file = {Button et al_2013_Power failure2.pdf:/home/feline/Documents/div3/resources/Button et al_2013_Power failure2.pdf:application/pdf;Button et al_2013_Power failure2.pdf:/home/feline/Documents/div3/resources/Button et al_2013_Power failure2.pdf:application/pdf}
}
@article{Stodden2010,
title = {Open science: policy implications for the evolving phenomenon of user-led scientific innovation},
volume = {9},
shorttitle = {Open science},
url = {http://academiccommons.columbia.edu/catalog/ac:140127},
timestamp = {2014-10-22 04:07:39},
number = {1},
urldate = {2014-07-27},
journal = {Journal of {Science} {Communication}},
author = {Stodden, {Victoria} {C}.},
year = {2010},
pages = {A05},
file = {Stodden_2010_Open science2.pdf:/home/feline/Documents/div3/resources/Stodden_2010_Open science2.pdf:application/pdf;Stodden_2010_Open science2.pdf:/home/feline/Documents/div3/resources/Stodden_2010_Open science2.pdf:application/pdf}
}
@article{Wagenmakers2012,
title = {An {Agenda} for {Purely} {Confirmatory} {Research}},
volume = {7},
issn = {1745-6916, 1745-6924},
doi = {10.1177/1745691612463078},
language = {en},
timestamp = {2015-02-17 18:59:04},
number = {6},
urldate = {2014-07-27},
journal = {Perspectives on {Psychological} {Science}},
author = {Wagenmakers, {Eric}-{Jan} and {Wetzels}, {Ruud} and {Borsboom}, {Denny} and van der {Maas}, {Han} {L}. {J} and {Kievit}, {Rogier} {A}.},
month = nov,
year = {2012},
pages = {632--638},
file = {Wagenmakers et al_2012_An Agenda for Purely Confirmatory Research2.pdf:/home/feline/Documents/div3/resources/Wagenmakers et al_2012_An Agenda for Purely Confirmatory Research2.pdf:application/pdf}
}
@article{Barber1962,
title = {Resistance by scientists to scientific discovery},
timestamp = {2014-11-02 18:18:45},
journal = {The sociology of science},
author = {Barber, {Bernard}},
year = {1962},
pages = {539--556},
file = {Barber_1962_Resistance by scientists to scientific discovery2.pdf:/home/feline/Documents/div3/resources/Barber_1962_Resistance by scientists to scientific discovery2.pdf:application/pdf;Barber_1962_Resistance by scientists to scientific discovery2.pdf:/home/feline/Documents/div3/resources/Barber_1962_Resistance by scientists to scientific discovery2.pdf:application/pdf}
}
@article{Babich2003,
title = {From {Fleck}'s {Denkstil} to {Kuhn}'s paradigm: {Conceptual} schemes and incommensurability},
volume = {17},
issn = {0269-8595, 1469-9281},
shorttitle = {From {Fleck}'s {Denkstil} to {Kuhn}'s paradigm},
doi = {10.1080/02698590305236},
language = {en},
timestamp = {2014-11-02 18:16:52},
number = {1},
urldate = {2014-07-27},
journal = {International {Studies} in the {Philosophy} of {Science}},
author = {Babich, {Babette} {E}.},
month = mar,
year = {2003},
pages = {75--92},
file = {Babich_2003_From Fleck's Denkstil to Kuhn's paradigm2.pdf:/home/feline/Documents/div3/resources/Babich_2003_From Fleck's Denkstil to Kuhn's paradigm2.pdf:application/pdf;Babich_2003_From Fleck's Denkstil to Kuhn's paradigm2.pdf:/home/feline/Documents/div3/resources/Babich_2003_From Fleck's Denkstil to Kuhn's paradigm2.pdf:application/pdf}
}
@article{Carp2012,
title = {The secret lives of experiments: {Methods} reporting in the {fMRI} literature},
volume = {63},
issn = {1053-8119},
shorttitle = {The secret lives of experiments},
doi = {10.1016/j.neuroimage.2012.07.004},
timestamp = {2015-04-21 15:02:08},
number = {1},
urldate = {2015-04-21},
journal = {{NeuroImage}},
author = {Carp, {Joshua}},
month = oct,
year = {2012},
keywords = {Analysis methods,experimental design,fMRI,Methods reporting,Reproducibility,Statistical power},
pages = {289--300},
file = {Carp_2012-The_secret_lives_of_experiments_.pdf:/home/feline/Documents/div3/resources/Carp_2012-The_secret_lives_of_experiments_.pdf:application/pdf;ScienceDirect Snapshot:/home/feline/Documents/Zotero Files/storage/3HG33ANN/S1053811912007057.html:text/html}
}
@article{Kera2012,
title = {Hackerspaces and {DIYbio} in {Asia}: connecting science and community with open data, kits and protocols},
volume = {2},
shorttitle = {Hackerspaces and {DIYbio} in {Asia}},
url = {http://peerproduction.net/issues/issue-2/peer-reviewed-papers/diybio-in-asia/?format=pdf},
timestamp = {2014-11-02 18:18:47},
urldate = {2014-07-27},
journal = {Journal of {Peer} {Production}},
author = {Kera, {Denisa}},
year = {2012},
file = {Kera_2012_Hackerspaces and DIYbio in Asia.pdf:/home/feline/Documents/div3/resources/Kera_2012_Hackerspaces and DIYbio in Asia.pdf:application/pdf;Kera_2012_Hackerspaces and DIYbio in Asia.pdf:/home/feline/Documents/div3/resources/Kera_2012_Hackerspaces and DIYbio in Asia.pdf:application/pdf}
}
@article{Miranda2010,
title = {Exporting" failure": why research from rich countries may not benefit the developing world},
volume = {44},
shorttitle = {Exporting" failure"},
url = {http://www.scielosp.org/scielo.php?pid=S0034-89102010000100020\&script=sci_arttext},
timestamp = {2015-03-01 02:28:06},
number = {1},
urldate = {2015-03-01},
journal = {Revista de sa{\'u}de p{\'u}blica},
author = {Miranda, {J}. {Jaime} and {Zaman}, {M}. {Justin}},
year = {2010},
pages = {185--189},
file = {Miranda-Zaman-2010-Exporting_failure.pdf:/home/feline/Documents/div3/resources/Miranda-Zaman-2010-Exporting_failure.pdf:application/pdf}
}
@article{Adams2005,
title = {Patients with obsessive{\textendash}compulsive disorder have increased 5-{HT}2A receptor binding in the caudate nuclei},
volume = {8},
issn = {1461-1457, 1469-5111},
doi = {10.1017/S1461145705005055},
language = {en},
timestamp = {2015-03-01 02:28:12},
number = {3},
urldate = {2015-03-01},
journal = {The {International} {Journal} of {Neuropsychopharmacology}},
author = {Adams, {Karen} {H}. and {Hansen}, {Elsebeth} {S}. and {Pinborg}, {Lars} {H}. and {Hasselbalch}, {Steen} {G}. and {Svarer}, {Claus} and {Holm}, {S}{\o}ren and {Bolwig}, {Tom} {G}. and {Knudsen}, {Gitte} {M}.},
month = apr,
year = {2005},
pages = {391--401},
file = {Adams_et-al-2005-Patients_with_obsessive–compulsive_disorder_have.pdf:/home/feline/Documents/div3/resources/Adams_et-al-2005-Patients_with_obsessive–compulsive_disorder_have.pdf:application/pdf}
}
@article{Vollenweider2010,
title = {The neurobiology of psychedelic drugs: implications for the treatment of mood disorders},
volume = {11},
shorttitle = {The neurobiology of psychedelic drugs},
url = {http://www.nature.com/nrn/journal/v11/n9/abs/nrn2884.html},
timestamp = {2015-03-01 02:38:15},
number = {9},
urldate = {2014-10-07},
journal = {Nature {Reviews} {Neuroscience}},
author = {Vollenweider, {Franz} {X}. and {Kometer}, {Michael}},
year = {2010},
pages = {642--651},
file = {Vollenweider-Kometer-2010-The_neurobiology_of_psychedelic_drugs.pdf:/home/feline/Documents/div3/resources/Vollenweider-Kometer-2010-The_neurobiology_of_psychedelic_drugs.pdf:application/pdf}
}
@article{Anderson2009,
title = {From subjugated knowledge to conjugated subjects: science and globalisation, or postcolonial studies of science?},
volume = {12},
issn = {13688790},
shorttitle = {From subjugated knowledge to conjugated subjects},
doi = {10.1080/13688790903350641},
timestamp = {2015-01-15 04:21:19},
number = {4},
urldate = {2014-07-31},
journal = {Postcolonial {Studies}},
author = {Anderson, {Warwick}},
month = dec,
year = {2009},
keywords = {ACTOR-network theory,GLOBALIZATION,POSTCOLONIAL analysis,research,SCIENCE -- Social aspects,SOCIAL medicine,TECHNOLOGY -- Social aspects},
pages = {389--400},
file = {Anderson_2009_From subjugated knowledge to conjugated subjects.pdf:/home/feline/Documents/div3/resources/Anderson_2009_From subjugated knowledge to conjugated subjects.pdf:application/pdf;Anderson-2009-From_subjugated_knowledge_to_conjugated_subjects.pdf:/home/feline/Documents/div3/resources/Anderson-2009-From_subjugated_knowledge_to_conjugated_subjects.pdf:application/pdf}
}
@incollection{Wajcman1995,
address = {2455 {Teller} {Road}, {Thousand} {Oaks} {California} 91320 {United} {States}},
title = {Feminist {Theories} of {Technology}},
isbn = {9780761924982, 9781412990127},
url = {http://knowledge.sagepub.com/view/handbook-of-science-and-technology-studies/n9.xml},
timestamp = {2014-10-22 04:07:54},
urldate = {2014-10-14},
booktitle = {Handbook of {Science} and {Technology} {Studies}},
publisher = {{SAGE} {Publications}, {Inc}.},
author = {Wajcman, {Judy}},
year = {1995},
pages = {189--204},
file = {Wajcman_1995_Feminist Theories of Technology.pdf:/home/feline/Documents/div3/resources/Wajcman_1995_Feminist Theories of Technology.pdf:application/pdf}
}
@incollection{Cetina1995,
address = {2455 {Teller} {Road}, {Thousand} {Oaks} {California} 91320 {United} {States}},
title = {Laboratory {Studies}: {The} {Cultural} {Approach} to the {Study} of {Science}},
isbn = {9780761924982, 9781412990127},
shorttitle = {Laboratory {Studies}},
url = {http://knowledge.sagepub.com/view/handbook-of-science-and-technology-studies/n7.xml},
timestamp = {2014-11-02 18:17:59},
urldate = {2014-10-14},
booktitle = {Handbook of {Science} and {Technology} {Studies}},
publisher = {{SAGE} {Publications}, {Inc}.},
author = {Cetina, {Karin} {Knorr}},
year = {1995},
pages = {140--166},
file = {Cetina_1995_Laboratory Studies.pdf:/home/feline/Documents/div3/resources/Cetina_1995_Laboratory Studies.pdf:application/pdf}
}
@incollection{Watson-Verran1995,
address = {2455 {Teller} {Road}, {Thousand} {Oaks} {California} 91320 {United} {States}},
title = {Science and other {Indigenous} {Knowledge} {Systems}},
isbn = {9780761924982, 9781412990127},
url = {http://knowledge.sagepub.com/view/handbook-of-science-and-technology-studies/n6.xml},
timestamp = {2014-10-22 04:08:13},
urldate = {2014-10-14},
booktitle = {Handbook of {Science} and {Technology} {Studies}},
publisher = {{SAGE} {Publications}, {Inc}.},
author = {Watson-{Verran}, {Helen} and {Turnbull}, {David}},
year = {1995},
pages = {115--139},
file = {Watson-Verran- Turnbull_1995_Science and other Indigenous Knowledge Systems.pdf:/home/feline/Documents/div3/resources/Watson-Verran- Turnbull_1995_Science and other Indigenous Knowledge Systems.pdf:application/pdf}
}
@article{Jasanoff2003,
title = {Technologies of humility: citizen participation in governing science},
volume = {41},
shorttitle = {Technologies of humility},
url = {http://link.springer.com/article/10.1023/A:1025557512320},
timestamp = {2014-11-02 18:17:58},
number = {3},
urldate = {2014-07-31},
journal = {Minerva},
author = {Jasanoff, {Sheila}},
year = {2003},
pages = {223--244},
file = {Jasanoff_2003_Technologies of humility2.pdf:/home/feline/Documents/div3/resources/Jasanoff_2003_Technologies of humility2.pdf:application/pdf;Jasanoff_2003_Technologies of humility2.pdf:/home/feline/Documents/div3/resources/Jasanoff_2003_Technologies of humility2.pdf:application/pdf}
}
@article{Abi-Rached2010,
title = {The birth of the neuromolecular gaze},
volume = {23},
url = {http://hhs.sagepub.com/content/23/1/11.short},
timestamp = {2014-11-07 02:48:24},
number = {1},
urldate = {2014-11-07},
journal = {History of the human sciences},
author = {Abi-{Rached}, {Joelle} {M}. and {Rose}, {Nikolas}},
year = {2010},
pages = {11--36},
file = {Abi-Rached- Rose_2010_The birth of the neuromolecular gaze.pdf:/home/feline/Documents/div3/resources/Abi-Rached- Rose_2010_The birth of the neuromolecular gaze.pdf:application/pdf}
}
@article{Harding2009,
title = {Postcolonial and feminist philosophies of science and technology: convergences and dissonances},
volume = {12},
issn = {1368-8790},
shorttitle = {Postcolonial and feminist philosophies of science and technology},
doi = {10.1080/13688790903350658},
language = {en},
timestamp = {2015-01-15 04:21:05},
number = {4},
urldate = {2014-10-22},
journal = {Postcolonial {Studies}},
author = {Harding, {Sandra}},
month = dec,
year = {2009},
keywords = {colonial},
pages = {401--421},
file = {Harding-2009-Postcolonial_and_feminist_philosophies_of_science.pdf:/home/feline/Documents/div3/resources/Harding-2009-Postcolonial_and_feminist_philosophies_of_science.pdf:application/pdf}
}
@article{Larsen2010,
pmid = {20700371},
pmcid = {PMC2909426},
title = {The rate of growth in scientific publication and the decline in coverage provided by {Science} {Citation} {Index}},
volume = {84},
issn = {0138-9130},
doi = {10.1007/s11192-010-0202-z},
timestamp = {2014-11-02 18:17:22},
number = {3},