-
Notifications
You must be signed in to change notification settings - Fork 3
/
citations_all.json
9172 lines (9172 loc) · 611 KB
/
citations_all.json
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
[
{
"name": "rgbif",
"doi": "10.1093/biosci/biw022",
"citation": "Amano, T., Lamming, J. D. L., & Sutherland, W. J. (2016). Spatial Gaps in Global Biodiversity Information and the Role of Citizen Science. BioScience, 66(5), 393–400. <https://doi.org/10.1093/biosci/biw022>"
},
{
"name": "taxize",
"doi": "10.1017/s0960428615000256",
"citation": "Baden, H. M., Särkinen, T., Conde, D. A., Matthews, A. C., Vandrot, H., Chicas, S., Harris, D. J. (2015). A botanical inventory of forest on karstic limestone and metamorphic substrate in the Chiquibul Forest, Belize, with focus on woody taxa. Edinburgh Journal of Botany, 73(01), 39–81. <https://doi.org/10.1017/s0960428615000256>"
},
{
"name": "Reol",
"doi": "10.1002/ece3.1109",
"citation": "Banbury, B. L., & O’Meara, B. C. (2014). Reol: R interface to the Encyclopedia of Life. Ecology and Evolution, 4(12), 2577–2583. <https://doi.org/10.1002/ece3.1109>"
},
{
"name": "rgbif",
"doi": "10.1111/ele.12170",
"citation": "Bartomeus, I., Park, M. G., Gibbs, J., Danforth, B. N., Lakso, A. N., & Winfree, R. (2013). Biodiversity ensures plant-pollinator phenological synchrony against climate change. Ecol Lett, 16(11), 1331–1338. <https://doi.org/10.1111/ele.12170>"
},
{
"name": "rgbif",
"doi": "10.1016/j.ecoinf.2014.08.008",
"citation": "Barve, V. (2014). Discovering and developing primary biodiversity data from social networking sites: A novel approach. Ecological Informatics, 24, 194–199. <https://doi.org/10.1016/j.ecoinf.2014.08.008>"
},
{
"name": "taxize",
"doi": "10.1016/j.ecoinf.2015.05.004",
"citation": "Vanden Berghe, E., Coro, G., Bailly, N., Fiorellato, F., Aldemita, C., Ellenbroek, A., & Pagano, P. (2015). Retrieving taxa names from large biodiversity data collections using a flexible matching workflow. Ecological Informatics, 28, 29–41. <https://doi.org/10.1016/j.ecoinf.2015.05.004>"
},
{
"name": "taxize",
"doi": "10.1111/2041-210x.12327",
"citation": "Bocci, G. (2015). TR8: an R package for easily retrieving plant species traits. Methods in Ecology and Evolution, 6(3), 347–350. <https://doi.org/10.1111/2041-210x.12327>"
},
{
"name": "rgbif",
"doi": "10.1111/nph.13572",
"citation": "Bone, R. E., Smith, J. A. C., Arrigo, N., & Buerki, S. (2015). A macro-ecological perspective on crassulacean acid metabolism (CAM) photosynthesis evolution in Afro-Madagascan drylands: Eulophiinae orchids as a case study. New Phytol, 208(2), 469–481. <https://doi.org/10.1111/nph.13572>"
},
{
"name": "rnoaa",
"doi": "10.1016/j.cageo.2015.02.013",
"citation": "Bowman, D. C., & Lees, J. M. (2015). Near real time weather and ocean model data access with rNOMADS. Computers & Geosciences, 78, 88–95. <https://doi.org/10.1016/j.cageo.2015.02.013>"
},
{
"name": "taxize",
"doi": "10.1007/s10530-015-0970-8",
"citation": "Bradie, J., Pietrobon, A., & Leung, B. (2015). Beyond species-specific assessments: an analysis and validation of environmental distance metrics for non-indigenous species risk assessment. Biological Invasions, 17(12), 3455–3465. <https://doi.org/10.1007/s10530-015-0970-8>"
},
{
"name": "rgbif",
"doi": "10.3897/bdj.3.e4162",
"citation": "Collins, R., Duarte Ribeiro, E., Nogueira Machado, V., Hrbek, T., & Farias, I. (2015). A preliminary inventory of the catfishes of the lower Rio Nhamundá, Brazil (Ostariophysi, Siluriformes). Biodiversity Data Journal, 3, e4162. <https://doi.org/10.3897/bdj.3.e4162>"
},
{
"name": "helminthR",
"doi": "10.1038/srep13185",
"citation": "Dallas, T., & Cornelius, E. (2015). Co-extinction in a host-parasite network: identifying key hosts for network stability. Scientific Reports, 5, 13185. <https://doi.org/10.1038/srep13185>"
},
{
"name": "taxize",
"doi": "10.1111/ddi.12351",
"citation": "Dodd, A. J., Burgman, M. A., McCarthy, M. A., & Ainsworth, N. (2015). The changing patterns of plant naturalization in Australia. Diversity Distrib., 21(9), 1038–1050. <https://doi.org/10.1111/ddi.12351>"
},
{
"name": "rgbif",
"doi": "10.2478/cszma-2013-0004",
"citation": "Drozd, P., & Šipoš, J. (2013). R for all (I): Introduction to the new age of biological analyses. Casopis Slezskeho Zemskeho Muzea A, 62(1). <https://doi.org/10.2478/cszma-2013-0004>"
},
{
"name": "rdryad",
"doi": "10.2478/cszma-2013-0004",
"citation": "Drozd, P., & Šipoš, J. (2013). R for all (I): Introduction to the new age of biological analyses. Casopis Slezskeho Zemskeho Muzea A, 62(1). <https://doi.org/10.2478/cszma-2013-0004>"
},
{
"name": "rfisheries",
"doi": "10.2478/cszma-2013-0004",
"citation": "Drozd, P., & Šipoš, J. (2013). R for all (I): Introduction to the new age of biological analyses. Casopis Slezskeho Zemskeho Muzea A, 62(1). <https://doi.org/10.2478/cszma-2013-0004>"
},
{
"name": "RMendeley",
"doi": "10.2478/cszma-2013-0004",
"citation": "Drozd, P., & Šipoš, J. (2013). R for all (I): Introduction to the new age of biological analyses. Casopis Slezskeho Zemskeho Muzea A, 62(1). <https://doi.org/10.2478/cszma-2013-0004>"
},
{
"name": "treeBASE",
"doi": "10.2478/cszma-2013-0004",
"citation": "Drozd, P., & Šipoš, J. (2013). R for all (I): Introduction to the new age of biological analyses. Casopis Slezskeho Zemskeho Muzea A, 62(1). <https://doi.org/10.2478/cszma-2013-0004>"
},
{
"name": "rfishbase",
"doi": "10.2478/cszma-2013-0004",
"citation": "Drozd, P., & Šipoš, J. (2013). R for all (I): Introduction to the new age of biological analyses. Casopis Slezskeho Zemskeho Muzea A, 62(1). <https://doi.org/10.2478/cszma-2013-0004>"
},
{
"name": "taxize",
"doi": "10.2478/cszma-2013-0004",
"citation": "Drozd, P., & Šipoš, J. (2013). R for all (I): Introduction to the new age of biological analyses. Casopis Slezskeho Zemskeho Muzea A, 62(1). <https://doi.org/10.2478/cszma-2013-0004>"
},
{
"name": "rsnsps",
"doi": "10.2478/cszma-2013-0004",
"citation": "Drozd, P., & Šipoš, J. (2013). R for all (I): Introduction to the new age of biological analyses. Casopis Slezskeho Zemskeho Muzea A, 62(1). <https://doi.org/10.2478/cszma-2013-0004>"
},
{
"name": "rvertnet",
"doi": "10.2478/cszma-2013-0004",
"citation": "Drozd, P., & Šipoš, J. (2013). R for all (I): Introduction to the new age of biological analyses. Casopis Slezskeho Zemskeho Muzea A, 62(1). <https://doi.org/10.2478/cszma-2013-0004>"
},
{
"name": "rentrez",
"doi": "10.2478/cszma-2013-0004",
"citation": "Drozd, P., & Šipoš, J. (2013). R for all (I): Introduction to the new age of biological analyses. Casopis Slezskeho Zemskeho Muzea A, 62(1). <https://doi.org/10.2478/cszma-2013-0004>"
},
{
"name": "rfishbase",
"doi": "10.1016/j.aquaculture.2016.04.018",
"citation": "Froehlich, H. E., Gentry, R. R., & Halpern, B. S. (2016). Synthesis and comparative analysis of physiological tolerance and life-history growth traits of marine aquaculture species. Aquaculture, 460, 75–82. <https://doi.org/10.1016/j.aquaculture.2016.04.018>"
},
{
"name": "taxize",
"doi": "10.12688/f1000research.2-191.v1",
"citation": "Chamberlain, S. A., & Szöcs, E. (2013). taxize: taxonomic search and retrieval in R. F1000Research, 2, 191. <https://doi.org/10.12688/f1000research.2-191.v1>"
},
{
"name": "rplos",
"doi": "10.7717/peerj.1935",
"citation": "Hartgerink, C. H. J., van Aert, R. C. M., Nuijten, M. B., Wicherts, J. M., & van Assen, M. A. L. M. (2016). Distributions ofp-values smaller than .05 in psychology: what is going on? PeerJ, 4, e1935. <https://doi.org/10.7717/peerj.1935>"
},
{
"name": "taxize",
"doi": "10.1111/mec.13026",
"citation": "Hodgins, K. A., Bock, D. G., Hahn, M. A., Heredia, S. M., Turner, K. G., & Rieseberg, L. H. (2015). Comparative genomics in the Asteraceae reveals little evidence for parallel evolutionary change in invasive taxa. Mol Ecol, 24(9), 2226–2240. <https://doi.org/10.1111/mec.13026>"
},
{
"name": "ropensci",
"doi": "10.1890/es14-00198.1",
"citation": "Jørgensen, P. S., Barraquand, F., Bonhomme, V., Curran, T. J., Cieraad, E., Ezard, T. G., … Zimmerman, N. (2015). Connecting people and ideas from around the world: global innovation platforms for next-generation ecology and beyond. Ecosphere, 6(4), art68. <https://doi.org/10.1890/es14-00198.1>"
},
{
"name": "rgbif",
"doi": "10.1371/journal.pone.0128295",
"citation": "Kong, X., Huang, M., & Duan, R. (2015). SDMdata: A Web-Based Software Tool for Collecting Species Occurrence Records. PLoS ONE, 10(6), e0128295. <https://doi.org/10.1371/journal.pone.0128295>"
},
{
"name": "taxize",
"doi": "10.1186/s40709-015-0032-5",
"citation": "Lapatas, V., Stefanidakis, M., Jimenez, R. C., Via, A., & Schneider, M. V. (2015). Data integration in biological research: an overview. J of Biol Res-Thessaloniki, 22(1). <https://doi.org/10.1186/s40709-015-0032-5>"
},
{
"name": "rfishbase",
"doi": "10.1126/science.aab0800",
"citation": "McGee, M. D., Borstein, S. R., Neches, R. Y., Buescher, H. H., Seehausen, O., & Wainwright, P. C. (2015). A pharyngeal jaw evolutionary innovation facilitated extinction in Lake Victoria cichlids. Science, 350(6264), 1077–1079. <https://doi.org/10.1126/science.aab0800>"
},
{
"name": "ropensci",
"doi": "10.1080/07317131.2015.1059681",
"citation": "Mitchell, E. T. (2015). Reproducibility and Its Application to Technical Service Processes. Technical Services Quarterly, 32(4), 402–413. <https://doi.org/10.1080/07317131.2015.1059681>"
},
{
"name": "taxize",
"doi": "10.1111/2041-210x.12600",
"citation": "Niedballa, J., Sollmann, R., Courtiol, A., & Wilting, A. (2016). camtrapR: an R package for efficient camera trap data management. Methods in Ecology and Evolution. <https://doi.org/10.1111/2041-210x.12600>"
},
{
"name": "taxize",
"doi": "10.1002/pca.2520",
"citation": "Ningthoujam, S. S., Choudhury, M. D., Potsangbam, K. S., Chetia, P., Nahar, L., Sarker, S. D., … Talukdar, A. D. (2014). NoSQL Data Model for Semi-automatic Integration of Ethnomedicinal Plant Data from Multiple Sources. Phytochemical Analysis, 25(6), 495–507. <https://doi.org/10.1002/pca.2520>"
},
{
"name": "taxize",
"doi": "10.3897/zookeys.552.6934",
"citation": "Pérez-Luque, A. J., Barea-Azcón, J. M., Álvarez-Ruiz, L., Bonet-García, F. J., & Zamora, R. (2016). Dataset of Passerine bird communities in a Mediterranean high mountain (Sierra Nevada, Spain). ZK, 552, 137–154. <https://doi.org/10.3897/zookeys.552.6934>"
},
{
"name": "rbrefdata",
"doi": "10.1002/ece3.1547",
"citation": "Pfaff, C.-T., König-Ries, B., Lang, A. C., Ratcliffe, S., Wirth, C., Man, X., & Nadrowski, K. (2015). rBEFdata: documenting data exchange and analysis for a collaborative data management platform. Ecology and Evolution, 5(14), 2890–2897. <https://doi.org/10.1002/ece3.1547>"
},
{
"name": "AntWeb",
"doi": "10.1111/een.12306",
"citation": "PIE, M. R. (2016). The macroevolution of climatic niches and its role in ant diversification. Ecological Entomology, 41(3), 301–307. <https://doi.org/10.1111/een.12306>"
},
{
"name": "rfishbase",
"doi": "10.1007/s11538-016-0143-7",
"citation": "Plank, M. J., Pitchford, J. W., & James, A. (2016). Evolutionarily Stable Strategies for Fecundity and Swimming Speed of Fish. Bull Math Biol, 78(2), 280–292. <https://doi.org/10.1007/s11538-016-0143-7>"
},
{
"name": "taxize",
"doi": "10.4033/iee.2015.8.8.f",
"citation": "Poisot, T. (2015). Best publishing practices to improve user confidence in scientific software. IEE, 8. <https://doi.org/10.4033/iee.2015.8.8.f>"
},
{
"name": "ropensci",
"doi": "10.1002/ece3.508",
"citation": "Poisot, T., Péquin, B., & Gravel, D. (2013). High-Throughput Sequencing: A Roadmap Toward Community Ecology. Ecology and Evolution, 3(4), 1125–1139. <https://doi.org/10.1002/ece3.508>"
},
{
"name": "taxize",
"doi": "10.1002/ece3.1246",
"citation": "Pos, E., Guevara Andino, J. E., Sabatier, D., Molino, J.-F., Pitman, N., Mogollón, H., … ter Steege, H. (2014). Are all species necessary to reveal ecologically important patterns? Ecology and Evolution, 4(24), 4626–4636. <https://doi.org/10.1002/ece3.1246>"
},
{
"name": "rfishbase",
"doi": "10.1098/rspb.2015.1428",
"citation": "Price, S. A., Friedman, S. T., & Wainwright, P. C. (2015). How predation shaped fish: the impact of fin spines on body form evolution across teleosts. Proc. R. Soc. B, 282(1819), 20151428. <https://doi.org/10.1098/rspb.2015.1428>"
},
{
"name": "rgbif",
"doi": "10.2989/20702620.2014.999305",
"citation": "Richardson, D. M., Le Roux, J. J., & Wilson, J. R. (2015). Australian acacias as invasive species: lessons to be learnt from regions with long planting histories. Southern Forests: a Journal of Forest Science, 77(1), 31–39. <https://doi.org/10.2989/20702620.2014.999305>"
},
{
"name": "rfishbase",
"doi": "10.1111/ecog.01348",
"citation": "Sagouis, A., Cucherousset, J., Villéger, S., Santoul, F., & Boulêtreau, S. (2015). Non-native species modify the isotopic structure of freshwater fish communities across the globe. Ecography, 38(10), 979–985. <https://doi.org/10.1111/ecog.01348>"
},
{
"name": "rgbif",
"doi": "10.1002/ece3.1599",
"citation": "Turner, K. G., Fréville, H., & Rieseberg, L. H. (2015). Adaptive plasticity and niche expansion in an invasive thistle. Ecology and Evolution, 5(15), 3183–3197. <https://doi.org/10.1002/ece3.1599>"
},
{
"name": "ropensci",
"doi": "10.3390/jmse3041448",
"citation": "Vandepitte, L., Vanhoorne, B., Decock, W., Dekeyzer, S., Trias Verbeeck, A., Bovit, L., … Mees, J. (2015). How Aphia—The Platform behind Several Online and Taxonomically Oriented Databases—Can Serve Both the Taxonomic Community and the Field of Biodiversity Informatics. Journal of Marine Science and Engineering, 3(4), 1448–1473. <https://doi.org/10.3390/jmse3041448>"
},
{
"name": "paleobioDB",
"doi": "10.1111/ecog.01154",
"citation": "Varela, S., González-Hernández, J., Sgarbi, L. F., Marshall, C., Uhen, M. D., Peters, S., & McClennen, M. (2014). paleobioDB: an R package for downloading, visualizing and processing data from the Paleobiology Database. Ecography, 38(4), 419–425. <https://doi.org/10.1111/ecog.01154>"
},
{
"name": "rgbif",
"doi": "10.1111/nph.13623",
"citation": "Verheijen, L. M., Aerts, R., Bönisch, G., Kattge, J., & Van Bodegom, P. M. (2015). Variation in trait trade-offs allows differentiation among predefined plant functional types: implications for predictive ecology. New Phytol, 209(2), 563–575. <https://doi.org/10.1111/nph.13623>"
},
{
"name": "rplos",
"doi": "10.4033/iee.2015.8.9.c",
"citation": "White, E. (2015). Some thoughts on best publishing practices for scientific software. IEE, 8. <https://doi.org/10.4033/iee.2015.8.9.c>"
},
{
"name": "rgbif",
"doi": "10.1101/032755",
"citation": "Zizka, A., & Antonelli, A. (2015). speciesgeocodeR: An R package for linking species occurrences, user-defined regions and phylogenetic trees for biogeography, ecology and evolution. <https://doi.org/10.1101/032755>"
},
{
"name": "plotly",
"doi": "10.1161/circinterventions.115.002569",
"citation": "Rothman, A. M. K., Arnold, N. D., Chang, W., Watson, O., Swift, A. J., Condliffe, R., … Lawrie, A. (2015). Pulmonary Artery Denervation Reduces Pulmonary Artery Pressure and Induces Histological Changes in an Acute Porcine Model of Pulmonary Hypertension. Circulation: Cardiovascular Interventions, 8(11), e002569–e002569. <https://doi.org/10.1161/circinterventions.115.002569>"
},
{
"name": "taxize",
"doi": "10.1890/15-1397.1",
"citation": "Bachelot, B., Uriarte, M., Zimmerman, J. K., Thompson, J., Leff, J. W., Asiaii, A., … McGuire, K. (2016). Long-lasting effects of land use history on soil fungal communities in second-growth tropical rain forests. Ecol Appl. <https://doi.org/10.1890/15-1397.1>"
},
{
"name": "rfishbase",
"doi": "10.1111/zsc.12098",
"citation": "Boeger, W. A., Marteleto, F. M., Zagonel, L., & Braga, M. P. (2014). Tracking the history of an invasion: the freshwater croakers (Teleostei: Sciaenidae) in South America. Zool Scr, 44(3), 250–262. <https://doi.org/10.1111/zsc.12098>"
},
{
"name": "rgbif",
"doi": "10.1111/rec.12381",
"citation": "Butterfield, B. J., Copeland, S. M., Munson, S. M., Roybal, C. M., & Wood, T. E. (2016). Prestoration: using species in restoration that will persist now and into the future. Restoration Ecology. <https://doi.org/10.1111/rec.12381>"
},
{
"name": "ropensci",
"doi": "10.1071/mf15108",
"citation": "Dafforn, K. A., Johnston, E. L., Ferguson, A., Humphrey, C. L., Monk, W., Nichols, S. J., … Baird, D. J. (2016). Big data opportunities and challenges for assessing multiple stressors across scales in aquatic ecosystems. Marine and Freshwater Research, 67(4), 393. <https://doi.org/10.1071/mf15108>"
},
{
"name": "rgbif",
"doi": "10.1111/nph.13694",
"citation": "Dellinger, A. S., Essl, F., Hojsgaard, D., Kirchheimer, B., Klatt, S., Dawson, W., … Dullinger, S. (2015). Niche dynamics of alien species do not differ among sexual and apomictic flowering plants. New Phytol, 209(3), 1313–1323. <https://doi.org/10.1111/nph.13694>"
},
{
"name": "rgbif",
"doi": "10.1590/0102-33062014abb3711",
"citation": "Feitosa, Y. O., Absy, M. L., Latrubesse, E. M., & Stevaux, J. C. (2015). Late Quaternary vegetation dynamics from central parts of the Madeira River in Brazil. Acta Botanica Brasilica, 29(1), 120–128. <https://doi.org/10.1590/0102-33062014abb3711>"
},
{
"name": "rgbif",
"doi": "10.1111/jvs.12301",
"citation": "Malhado, A. C. M., Oliveira-Neto, J. A., Stropp, J., Strona, G., Dias, L. C. P., Pinto, L. B., & Ladle, R. J. (2015). Climatological correlates of seed size in Amazonian forest trees. Journal of Vegetation Science, 26(5), 956–963. <https://doi.org/10.1111/jvs.12301>"
},
{
"name": "ropensci",
"doi": "10.1007/s10816-015-9272-9",
"citation": "Marwick, B. (2016). Computational Reproducibility in Archaeological Research: Basic Principles and a Case Study of Their Implementation. Journal of Archaeological Method and Theory. <https://doi.org/10.1007/s10816-015-9272-9>"
},
{
"name": "rfishbase",
"doi": "10.1111/1365-2656.12471",
"citation": "Mindel, B. L., Webb, T. J., Neat, F. C., & Blanchard, J. L. (2016). A trait-based metric sheds new light on the nature of the body size-depth relationship in the deep sea. J Anim Ecol, 85(2), 427–436. <https://doi.org/10.1111/1365-2656.12471>"
},
{
"name": "rfishbase",
"doi": "10.1371/journal.pone.0073535",
"citation": "Miya, M., Friedman, M., Satoh, T. P., Takeshima, H., Sado, T., Iwasaki, W., … Nishida, M. (2013). Evolutionary Origin of the Scombridae (Tunas and Mackerels): Members of a Paleogene Adaptive Radiation with 14 Other Pelagic Fish Families. PLoS ONE, 8(9), e73535. <https://doi.org/10.1371/journal.pone.0073535>"
},
{
"name": "ropensci",
"doi": "10.1109/mcse.2014.93",
"citation": "Pawlik, A., Segal, J., Sharp, H., & Petre, M. (2015). Crowdsourcing Scientific Software Documentation: A Case Study of the NumPy Documentation Project. Computing in Science & Engineering, 17(1), 28–36. <https://doi.org/10.1109/mcse.2014.93>"
},
{
"name": "taxize",
"doi": "10.3897/phytokeys.46.9116",
"citation": "Pérez-Luque, A. J., Sánchez-Rojas, C. P., Zamora, R., Pérez-Pérez, R., & Bonet, F. J. (2015). Dataset of Phenology of Mediterranean high-mountain meadows flora (Sierra Nevada, Spain). PhytoKeys, 46, 89–107. <https://doi.org/10.3897/phytokeys.46.9116>"
},
{
"name": "taxize",
"doi": "10.1111/ecog.01941",
"citation": "Poisot, T., Gravel, D., Leroux, S., Wood, S. A., Fortin, M.-J., Baiser, B., … Stouffer, D. B. (2015). Synthetic datasets and community tools for the rapid testing of ecological hypotheses. Ecography, 39(4), 402–408. <https://doi.org/10.1111/ecog.01941>"
},
{
"name": "rfishbase",
"doi": "10.1007/s00338-015-1326-7",
"citation": "Price, S. A., Claverie, T., Near, T. J., & Wainwright, P. C. (2015). Phylogenetic insights into the history and diversification of fishes on reefs. Coral Reefs, 34(4), 997–1009. <https://doi.org/10.1007/s00338-015-1326-7>"
},
{
"name": "ropensci",
"doi": "10.1111/ecog.01880",
"citation": "Read, J. S., Walker, J. I., Appling, A. P., Blodgett, D. L., Read, E. K., & Winslow, L. A. (2015). geoknife: reproducible web-processing of large gridded datasets. Ecography, 39(4), 354–360. <https://doi.org/10.1111/ecog.01880>"
},
{
"name": "paleobioDB",
"doi": "10.1111/ecog.01880",
"citation": "Read, J. S., Walker, J. I., Appling, A. P., Blodgett, D. L., Read, E. K., & Winslow, L. A. (2015). geoknife: reproducible web-processing of large gridded datasets. Ecography, 39(4), 354–360. <https://doi.org/10.1111/ecog.01880>"
},
{
"name": "chromer",
"doi": "10.1016/bs.abr.2016.02.001",
"citation": "Sessa, E. B., & Der, J. P. (2016). Evolutionary Genomics of Ferns and Lycophytes. Genomes and Evolution of Charophytes, Bryophytes, Lycophytes and Ferns, 215–254. <https://doi.org/10.1016/bs.abr.2016.02.001>"
},
{
"name": "taxize",
"doi": "10.5194/bg-13-2537-2016",
"citation": "Wagner, F. H., Hérault, B., Bonal, D., Stahl, C., Anderson, L. O., Baker, T. R., … Botosso, P. C. (2016). Climate seasonality limits leaf carbon assimilation and wood productivity in tropical forests. Biogeosciences, 13(8), 2537–2562. <https://doi.org/10.5194/bg-13-2537-2016>"
},
{
"name": "rgbif",
"doi": "10.1073/pnas.1424030112",
"citation": "Werner, G. D. A., Cornwell, W. K., Cornelissen, J. H. C., & Kiers, E. T. (2015). Evolutionary signals of symbiotic persistence in the legume–rhizobia mutualism. Proc Natl Acad Sci USA, 112(33), 10262–10269. <https://doi.org/10.1073/pnas.1424030112>"
},
{
"name": "rgbif",
"doi": "10.1111/ecog.02118",
"citation": "Robertson, M. P., Visser, V., & Hui, C. (2016). Biogeo: an R package for assessing and improving data quality of occurrence record datasets. Ecography, 39(4), 394–401. <https://doi.org/10.1111/ecog.02118>"
},
{
"name": "rfishbase",
"doi": "10.1111/jzs.12103",
"citation": "Collins, R. A., Britz, R., & Rüber, L. (2015). Phylogenetic systematics of leaffishes - Teleostei: Polycentridae, Nandidae. Journal of Zoological Systematics and Evolutionary Research. 53(4), 259–272. <https://doi.org/10.1111/jzs.12103>"
},
{
"name": "rgbif",
"doi": "10.1126/science.aab1161",
"citation": "Davison, J., Moora, M., Opik, M., Adholeya, A., Ainsaar, L., Ba, A., … Zobel, M. (2015). Global assessment of arbuscular mycorrhizal fungus diversity reveals very low endemism. Science, 349(6251), 970–973. <https://doi.org/10.1126/science.aab1161>"
},
{
"name": "ritis",
"doi": "10.1111/1365-2745.12135",
"citation": "Goring, S., Lacourse, T., Pellatt, M. G., & Mathewes, R. W. (2013). Pollen assemblage richness does not reflect regional plant species richness: a cautionary tale. Journal of Ecology, 101(5), 1137–1145. <https://doi.org/10.1111/1365-2745.12135>"
},
{
"name": "ropensci",
"doi": "10.3201/eid2108.141156",
"citation": "Olson, S. H., Benedum, C. M., Mekaru, S. R., Preston, N. D., Mazet, J. A. K., Joly, D. O., & Brownstein, J. S. (2015). Drivers of Emerging Infectious Disease Events as a Framework for Digital Detection. Emerging Infectious Diseases, 21(8), 1285–1292. <https://doi.org/10.3201/eid2108.141156>"
},
{
"name": "rfishbase",
"doi": "10.1080/00028487.2015.1111253",
"citation": "Schaefer, J., Frazier, N., & Barr, J. (2015). Dynamics of Near-Coastal Fish Assemblages following the Deepwater Horizon Oil Spill in the Northern Gulf of Mexico. Transactions of the American Fisheries Society, 145(1), 108–119. <https://doi.org/10.1080/00028487.2015.1111253>"
},
{
"name": "taxize",
"doi": "10.7717/peerj-cs.56",
"citation": "Schwery, O., & O’Meara, B. C. (2016). MonoPhy : a simple R package to find and visualize monophyly issues . PeerJ Computer Science, 2, e56. <https://doi.org/10.7717/peerj-cs.56>"
},
{
"name": "monkeylearn",
"citation": "Maëlle Salmon. Analyzing #first7jobs tweets with MonkeyLearn and R <https://blog.monkeylearn.com/analyzing-first7jobs-tweets-monkeylearn-r/>"
},
{
"name": "ropenaq",
"citation": "Christa Hasenkopf. Open Air Quality Fun with Fireworks <https://medium.com/@openaq/open-air-quality-fun-with-fireworks-13f9bd47ba36#.j64syt9tm>"
},
{
"name": "ropenaq",
"citation": "Maëlle Salmon. Personalizing the Data Points: Following the Open Data Trail to Coyhaique <https://medium.com/@openaq/personalizing-the-data-points-following-the-open-data-trail-to-coyhaique-40604278bf71#.qkm2slfv4>"
},
{
"name": "riem",
"citation": "Kan Nishida. riem Package — Getting World Weather Data in Super Easy Way <https://blog.exploratory.io/riem-package-getting-world-weather-data-in-super-easy-way-78aa94ed45f5#.q58jjkuo4>"
},
{
"name": "gutenbergr",
"citation": "Julia Silge and David Robinson. Tidy Text Mining with R <http://tidytextmining.com/tidytext.html#the-gutenbergr-package>"
},
{
"name": "ropensci",
"doi": "10.1093/sysbio/syw066",
"citation": "Antonelli, A., Hettling, H., Condamine, F. L., Vos, K., Nilsson, R. H., Sanderson, M. J., … Vos, R. A. (2016). Towards a Self-Updating Platform for Estimating Rates of Speciation and Migration, Ages, and Relationships of Taxa (SUPERSMART). Systematic Biology, syw066. <https://doi.org/10.1093/sysbio/syw066>"
},
{
"name": "rgbif",
"citation": "Arnaud, E., Castañeda-Álvarez, N. P., Cossi, J. G., Endresen, D. T. F., Jahanshiri, E., & Vigouroux, Y. (2016). Final Report of the Task Group on GBIF Data Fitness for Use in Agrobiodiversity. <https://www.duo.uio.no/handle/10852/50041>"
},
{
"name": "rgbif",
"citation": "Bach, R. (2016). Observing the Change in Southeastern Species’ Habitat Areas Due to Climate Change. Chicago. <https://smartech.gatech.edu/handle/1853/55385>"
},
{
"name": "ropensci",
"citation": "Boehmke, B. (2016). Data Wrangling with R. <http://link.springer.com/book/10.1007/978-3-319-45599-0>"
},
{
"name": "taxize",
"doi": "10.1111/jbi.12894",
"citation": "Bradie, J., & Leung, B. (2016). A quantitative synthesis of the importance of variables used in MaxEnt species distribution models. Journal of Biogeography. <https://doi.org/10.1111/jbi.12894>"
},
{
"name": "taxize",
"doi": "10.1111/nph.14077",
"citation": "Bufford, J. L., Hulme, P. E., Sikes, B. A., Cooper, J. A., Johnston, P. R., & Duncan, R. P. (2016). Taxonomic similarity, more than contact opportunity, explains novel plant-pathogen associations between native and alien taxa. New Phytol. <https://doi.org/10.1111/nph.14077>"
},
{
"name": "pdftools",
"doi": "10.1101/073460",
"citation": "Cole, C. B., Patel, S., French, L., & Knight, J. (2016). Semi-Automated Identification of Ontological Labels in the Biomedical Literature with goldi. <https://doi.org/10.1101/073460>"
},
{
"name": "taxize",
"citation": "Costello, M. J., Basher, Z., McLeod, L., Asaad, I., Claus, S., Vandepitte, L., et al. (2017). Methods for the Study of Marine Biodiversity. In The GEO Handbook on Biodiversity Observation Networks (pp. 129-163). Springer International Publishing. <http://link.springer.com/chapter/10.1007/978-3-319-27288-7_6>"
},
{
"name": "taxize",
"doi": "10.1111/jbi.12911",
"citation": "Cramer, M. D., & Verboom, G. A. (2016). Measures of biologically relevant environmental heterogeneity improve prediction of regional plant species richness. Journal of Biogeography. <https://doi.org/10.1111/jbi.12911>"
},
{
"name": "rgbif",
"doi": "10.1371/journal.pone.0166407",
"citation": "Curtis, C. A., & Bradley, B. A. (2016). Plant Distribution Data Show Broader Climatic Limits than Expert-Based Climatic Tolerance Estimates. PLOS ONE, 11(11), e0166407. <https://doi.org/10.1371/journal.pone.0166407>"
},
{
"name": "rplos",
"citation": "Dennis, T. (2016). Using R and ggvis to Create Interactive Graphics for Exploratory Data Analysis. Data Visualization: A Guide to Visual Storytelling for Libraries, 149. <https://books.google.com/books?id=wxrMDAAAQBAJ&dq=A+Guide+to+Visual+Storytelling+for+Libraries&source=gbs_navlinks_s>"
},
{
"name": "plotly",
"doi": "10.1016/j.bbr.2016.09.044",
"citation": "Doyle, J. M., Merovitch, N., Wyeth, R. C., Stoyek, M. R., Schmidt, M., Wilfart, F., … Croll, R. P. (2017). A simple automated system for appetitive conditioning of zebrafish in their home tanks. Behavioural Brain Research, 317, 444–452. <https://doi.org/10.1016/j.bbr.2016.09.044>"
},
{
"name": "rgbif",
"doi": "10.1111/geb.12512",
"citation": "Dullinger, I., Wessely, J., Bossdorf, O., Dawson, W., Essl, F., Gattringer, A., … Dullinger, S. (2016). Climate change will increase the naturalization risk from garden plants in Europe. Global Ecol. Biogeogr. <https://doi.org/10.1111/geb.12512>"
},
{
"name": "testdat",
"citation": "Döhmen, T. R. (2016). Multi-Hypothesis Parsing of Tabular Data in Comma-Separated Values (CSV) Files (Doctoral dissertation, Vrije Universiteit Amsterdam). <http://homepages.cwi.nl/~boncz/msc/2016-Doehmen.pdf>"
},
{
"name": "rAltmetric",
"citation": "Erdt, M., Aw, A. S., Aung, H. H., Mohammadi, E., & Theng, Y. L. (2016, October). Investigating Singapore's altmetric landscape. In Proceedings of the 79th ASIS&T Annual Meeting: Creating Knowledge, Enhancing Lives through Information & Technology (p. 29). American Society for Information Science. <http://dl.acm.org/citation.cfm?id=3017476>"
},
{
"name": "taxize",
"citation": "Eriksson, Björn. 2016. Diversity of ecosystems: Variation in network structure among food webs. <http://www.diva-portal.org/smash/get/diva2:951404/FULLTEXT01.pdf>"
},
{
"name": "taxize",
"doi": "10.1101/071019",
"citation": "Foster, Z. S. L., Sharpton, T., & Grunwald, N. J. (2016). MetacodeR: An R package for manipulation and heat tree visualization of community taxonomic data from metabarcoding. <https://doi.org/10.1101/071019>"
},
{
"name": "rgbif",
"doi": "10.1111/1365-2664.12767",
"citation": "Groom, Q., Weatherdon, L., & Geijzendorffer, I. R. (2016). Is citizen science an open science in the case of biodiversity observations? Journal of Applied Ecology. <https://doi.org/10.1111/1365-2664.12767>"
},
{
"name": "taxize",
"doi": "10.1017/s1479262116000344",
"citation": "Halse-Gramkow, M., Ernst, M., Rønsted, N., Dunn, R. R., & Saslis-Lagoudakis, C. H. (2016). Using evolutionary tools to search for novel psychoactive plants. Plant Genetic Resources, 1–10. <https://doi.org/10.1017/s1479262116000344>"
},
{
"name": "geonames",
"doi": "10.1371/journal.pone.0159184",
"citation": "Harsch, M. A., & HilleRisLambers, J. (2016). Climate Warming and Seasonal Precipitation Change Interact to Limit Species Distribution Shifts across Western North America. PLOS ONE, 11(7), e0159184. <https://doi.org/10.1371/journal.pone.0159184>"
},
{
"name": "plotly",
"doi": "10.1016/j.nlm.2016.09.018",
"citation": "Hertler, B., Buitrago, M. M., Luft, A. R., & Hosp, J. A. (2016). Temporal course of gene expression during motor memory formation in primary motor cortex of rats. Neurobiology of Learning and Memory, 136, 105–115. <https://doi.org/10.1016/j.nlm.2016.09.018>"
},
{
"name": "rcrossref",
"doi": "10.7717/peerj.2323",
"citation": "Jahn, N., & Tullney, M. (2016). A study of institutional spending on open access publication fees in Germany. PeerJ, 4, e2323. <https://doi.org/10.7717/peerj.2323>"
},
{
"name": "rgbif",
"doi": "10.1111/nph.13856",
"citation": "Janssens, S. B., Vandelook, F., De Langhe, E., Verstraete, B., Smets, E., Vandenhouwe, I., & Swennen, R. (2016). Evolutionary dynamics and biogeography of Musaceae reveal a correlation between the diversification of the banana family and the geological and climatic history of Southeast Asia. New Phytol, 210(4), 1453–1465. <https://doi.org/10.1111/nph.13856>"
},
{
"name": "ropensci",
"doi": "10.1111/1755-0998.12558",
"citation": "Kamvar, Z. N., López-Uribe, M. M., Coughlan, S., Grünwald, N. J., Lapp, H., & Manel, S. (2016). Developing educational resources for population genetics in R: an open and collaborative approach. Mol Ecol Resour. [https://doi.org/10.1111/1755-0998.12558](https://doi.org/10.1111/1755-0998.12558)"
},
{
"name": "ropensci",
"citation": "Kraker, P., Kittel, C., & Enkhbayar, A. (2016). Open Knowledge Maps: Creating a Visual Interface to the World’s Scientific Knowledge Based on Natural Language Processing. Journal for Library Culture, 4(2), 98-103. <http://0277.ch/ojs/index.php/cdrs_0277/article/view/157>"
},
{
"name": "gender",
"citation": "Ladam, C., Harden, J. J., & Windett, J. H. (2016). Does the Election of a Female Governor Influence Women’s Political Ambition? <https://www.princeton.edu/csdp/events/Harden%2010062016/Harden-10062016.pdf>"
},
{
"name": "rcrossref",
"doi": "10.6087/kcse.75",
"citation": "Lammey, R. (2016). Using the Crossref Metadata API to explore publisher content. Sci Ed, 3(2), 109–111. <https://doi.org/10.6087/kcse.75>"
},
{
"name": "ropensci",
"doi": "10.6087/kcse.75",
"citation": "Lammey, R. (2016). Using the Crossref Metadata API to explore publisher content. Sci Ed, 3(2), 109–111. <https://doi.org/10.6087/kcse.75>"
},
{
"name": "ropensci",
"citation": "Lane, R. J. (2016). Revisiting Open Source Software Development Models for Community-Based Digital Humanities Research Generation. Scholarly and Research Communication, 7(2). Chicago <http://src-online.ca/index.php/src/article/view/254>"
},
{
"name": "taxize",
"doi": "10.1126/science.aaf8957",
"citation": "Liang, J., Crowther, T. W., Picard, N., Wiser, S., Zhou, M., Alberti, G., et al. (2016). Positive biodiversity-productivity relationship predominant in global forests. Science, 354(6309), aaf8957–aaf8957. <https://doi.org/10.1126/science.aaf8957>"
},
{
"name": "ropensci",
"doi": "10.1111/jors.12293",
"citation": "Lovelace, R. (2016). The Data Revolution: Big Data, Open Data, Data Infrastructures and Their Consequences. Journal of Regional Science, 56(4), 722–723. <https://doi.org/10.1111/jors.12293>"
},
{
"name": "stplanr",
"citation": "Lovelace, R., Goodman, A., Aldred, R., Berkoff, N., Abbas, A., & Woodcock, J. (2015). The Propensity to Cycle Tool: An open source online system for sustainable transport planning. arXiv preprint arXiv:1509.04425 <http://arxiv.org/abs/1509.04425>"
},
{
"name": "ropensci",
"citation": "MacDonald, A. A. M. (2016). Abiotic and biotic factors creating variation among bromeliad communities (Doctoral dissertation, University of British Columbia). <https://open.library.ubc.ca/cIRcle/collections/ubctheses/24/items/1.0308741>"
},
{
"name": "rAltmetric",
"doi": "10.1177/0886260516657914",
"citation": "Madden, K., Evaniew, N., Scott, T., Domazetoska, E., Dosanjh, P., Li, C. S., … Sprague, S. (2016). Knowledge Dissemination of Intimate Partner Violence Intervention Studies Measured Using Alternative Metrics Results From a Scoping Review. Journal of Interpersonal Violence. <https://doi.org/10.1177/0886260516657914>"
},
{
"name": "plotly",
"doi": "10.1101/070144",
"citation": "Meyer, A. G. (2016). Analysis of infection biomarkers within a Bayesian framework reveals their role in pneumococcal pneumonia diagnosis in HIV patients. <https://doi.org/10.1101/070144>"
},
{
"name": "rotl",
"doi": "10.1111/2041-210x.12593",
"citation": "Michonneau, F., Brown, J. W., & Winter, D. J. (2016). rotl: an R package to interact with the Open Tree of Life data. Methods in Ecology and Evolution. <https://doi.org/10.1111/2041-210x.12593>"
},
{
"name": "traits",
"doi": "10.1111/2041-210x.12593",
"citation": "Michonneau, F., Brown, J. W., & Winter, D. J. (2016). rotl: an R package to interact with the Open Tree of Life data. Methods in Ecology and Evolution. <https://doi.org/10.1111/2041-210x.12593>"
},
{
"name": "gender",
"doi": "10.1371/journal.pone.0165367",
"citation": "Mihaljević-Brandt, H., Santamaría, L., & Tullney, M. (2016). The Effect of Gender in the Publication Patterns in Mathematics. PLOS ONE, 11(10), e0165367. <https://doi.org/10.1371/journal.pone.0165367>"
},
{
"name": "taxize",
"doi": "10.1007/s00468-016-1442-1",
"citation": "Nath, C. D., Munoz, F., Pélissier, R., Burslem, D. F. R. P., & Muthusankar, G. (2016). Growth rings in tropical trees: role of functional traits, environment, and phylogeny. Trees. <https://doi.org/10.1007/s00468-016-1442-1>"
},
{
"name": "taxize",
"doi": "10.1111/2041-210x.12600",
"citation": "Niedballa, J., Sollmann, R., Courtiol, A., & Wilting, A. (2016). camtrapR: an R package for efficient camera trap data management. Methods in Ecology and Evolution. <https://doi.org/10.1111/2041-210x.12600>"
},
{
"name": "ropensci",
"citation": "O'Neill, Jill (2016) NISO Recommended Practice: Outputs of the Alternative Assessment Metrics Project. Collaborative Librarianship: Vol. 8: Iss. 3, Article 4. <http://digitalcommons.du.edu/collaborativelibrarianship/vol8/iss3/4>"
},
{
"name": "ropensci",
"doi": "10.3201/eid2108.141156",
"citation": "Olson, S. H., Benedum, C. M., Mekaru, S. R., Preston, N. D., Mazet, J. A. K., Joly, D. O., & Brownstein, J. S. (2015). Drivers of Emerging Infectious Disease Events as a Framework for Digital Detection. Emerging Infectious Diseases, 21(8), 1285–1292. <https://doi.org/10.3201/eid2108.141156>"
},
{
"name": "ropensci",
"doi": "10.1016/j.enpol.2016.11.046",
"citation": "Pfenninger, S., DeCarolis, J., Hirth, L., Quoilin, S., & Staffell, I. (2017). The importance of open data and software: Is energy research lagging behind? Energy Policy, 101, 211–215. <https://doi.org/10.1016/j.enpol.2016.11.046>"
},
{
"name": "webchem",
"doi": "10.1016/j.jmgm.2016.07.008",
"citation": "Pirhadi, S., Sunseri, J., & Koes, D. R. (2016). Open Source Molecular Modeling. Journal of Molecular Graphics and Modelling. <https://doi.org/10.1016/j.jmgm.2016.07.008>"
},
{
"name": "rgbif",
"doi": "10.1186/s12862-016-0752-7",
"citation": "Sanyal, A., & Decocq, G. (2016). Adaptive evolution of seed oil content in angiosperms: accounting for the global patterns of seed oils. BMC Evolutionary Biology, 16(1). <https://doi.org/10.1186/s12862-016-0752-7>"
},
{
"name": "taxize",
"doi": "10.1101/065425",
"citation": "Sclavi, B., & Herrick, J. (2016). Genome size variation and species diversity in salamander families. <https://doi.org/10.1101/065425>"
},
{
"name": "RSelenium",
"citation": "Silva, D., Meireles, F. (2015). Ciência Política na era do Big Data: automação na coleta de dados digitais. Politica Hoje, v.2, (pp. 87-102) <https://github.com/meirelesff/meirelesff.github.io/raw/master/files/bigdata2016.pdf>"
},
{
"name": "pangaear",
"citation": "Simpson, Gavin. 2016. Pangaea and R and open palaeo data. <http://www.fromthebottomoftheheap.net/2016/12/16/pangaea-r-open-palaeo-data/>"
},
{
"name": "paleobioDB",
"doi": "10.1016/j.ympev.2016.09.017",
"citation": "Springer, M. S., Emerling, C. A., Meredith, R. W., Janečka, J. E., Eizirik, E., & Murphy, W. J. (2016). Waking the undead: implications of a soft explosive model for the timing of placental mammal diversification. Molecular Phylogenetics and Evolution. <https://doi.org/10.1016/j.ympev.2016.09.017>"
},
{
"name": "geonames",
"citation": "Ummel, K. (2012). CARMA revisited: an updated database of carbon dioxide emissions from power plants worldwide. Center for Global Development Working Paper, (304). <http://www.cgdev.org/publication/carma-revisited-updated-database-carbon-dioxide-emissions-power-plants-worldwide-working>"
},
{
"name": "taxize",
"doi": "10.1111/evo.13012",
"citation": "Vincze, O. (2016). Light enough to travel or wise enough to stay? Brain size evolution and migratory behaviour in birds. Evolution. <https://doi.org/10.1111/evo.13012>"
},
{
"name": "taxize",
"doi": "10.1111/jvs.12432",
"citation": "Wagner, V. (2016). A review of software tools for spell-checking taxon names in vegetation databases. Journal of Vegetation Science. <https://doi.org/10.1111/jvs.12432>"
},
{
"name": "gender",
"citation": "Wais, Kamil. 2016. Gender Prediction Methods Based on First Names with genderizeR. R JOURNAL 8.1, 17-37. <https://journal.r-project.org/archive/accepted/wais.pdf>"
},
{
"name": "USABoundaries",
"doi": "10.1007/s40980-016-0029-1",
"citation": "Walker, K. E. (2016). Tools for Interactive Visualization of Global Demographic Concepts in R. Spatial Demography, 4(3), 207–220. <https://doi.org/10.1007/s40980-016-0029-1>"
},
{
"name": "plotly",
"citation": "Walker, Kyle. (in press). tigris: An R Package to Access and Work with Geographic Data from the US Census Bureau. <https://journal.r-project.org/archive/accepted/walker.pdf>"
},
{
"name": "taxize",
"doi": "10.1093/aob/mcw118",
"citation": "Weber, M. G., Porturas, L. D., & Taylor, S. A. (2016). Foliar nectar enhances plant–mite mutualisms: the effect of leaf sugar on the control of powdery mildew by domatia-inhabiting mites. Annals of Botany, mcw118. <https://doi.org/10.1093/aob/mcw118>"
},
{
"name": "rfigshare",
"citation": "Winslow, L. A., Chamberlain, S., Appling, A. P., & Read, J. S. sbtools: A Package Connecting R to Cloud-based Data for Collaborative Online Research. <https://journal.r-project.org/archive/2016-1/winslow-chamberlain-appling-etal.pdf>"
},
{
"name": "ckanr",
"citation": "Winslow, L. A., Chamberlain, S., Appling, A. P., & Read, J. S. sbtools: A Package Connecting R to Cloud-based Data for Collaborative Online Research. <https://journal.r-project.org/archive/2016-1/winslow-chamberlain-appling-etal.pdf>"
},
{
"name": "taxize",
"doi": "10.1111/jvs.12419",
"citation": "Wiser, S. K. (2016). Achievements and challenges in the integration, reuse and synthesis of vegetation plot data. Journal of Vegetation Science. <https://doi.org/10.1111/jvs.12419>"
},
{
"name": "traits",
"doi": "10.1111/gcbb.12420",
"citation": "LeBauer, D., Kooper, R., Mulrooney, P., Rohde, S., Wang, D., Long, S. P., & Dietze, M. C. (2017). BETYdb: a yield, trait, and ecosystem service database applied to second‐generation bioenergy feedstock production. GCB Bioenergy. <https://doi.org/10.1111/gcbb.12420>"
},
{
"name": "geojsonio",
"citation": "Nishida, Kan. 2017. Making Maps for Canada’s Provisions and Census Divisions in R. <https://blog.exploratory.io/making-maps-for-canadas-provisions-and-census-divisions-in-r-c189b88ccd8a#.gzi5khrh6>"
},
{
"name": "rAltmetric",
"citation": "Sonkkila, Tuja. 2017. Semi-automatic IT at work. <https://blogs.aalto.fi/suoritin/2017/01/02/impact/>"
},
{
"name": "rgbif",
"doi": "10.3897/phytokeys.74.9723",
"citation": "Gilles, D., Zaiss, R., Blach-Overgaard, A., Catarino, L., Damen, T., Deblauwe, V., et al. (2016). RAINBIO: a mega-database of tropical African vascular plants distributions. PhytoKeys, 74, 1–18. <https://doi.org/10.3897/phytokeys.74.9723>"
},
{
"name": "rgbif",
"doi": "10.1093/jxb/erw451",
"citation": "Lundgren, M. R., & Christin, P.-A. (2016). Despite phylogenetic effects, C3-C4 lineages bridge the ecological gap to C4 photosynthesis. Journal of Experimental Botany, erw451. <https://doi.org/10.1093/jxb/erw451>"
},
{
"name": "taxize",
"doi": "10.1093/bib/bbw122",
"citation": "Galata, V., Backes, C., Laczny, C. C., Hemmrich-Stanisak, G., Li, H., Smoot, L., et al. (2016). Comparing genome versus proteome-based identification of clinical bacterial isolates. Briefings in Bioinformatics, bbw122. <https://doi.org/10.1093/bib/bbw122>"
},
{
"name": "bold",
"doi": "10.1111/ecog.02623",
"citation": "Hassall, C., Owen, J., & Gilbert, F. (2016). Phenological shifts in hoverflies (Diptera: Syrphidae): linking measurement and mechanism. Ecography. <https://doi.org/10.1111/ecog.02623>"
},
{
"name": "rentrez",
"doi": "10.1890/es14-00402.1",
"citation": "Hampton, S. E., Anderson, S. S., Bagby, S. C., Gries, C., Han, X., Hart, E. M., et al. (2015). The Tao of open science for ecology. Ecosphere, 6(7), art120. <https://doi.org/10.1890/es14-00402.1>"
},
{
"name": "rentrez",
"doi": "10.1371/journal.pcbi.1003472",
"citation": "Nguyen, N. T., Zhang, X., Wu, C., Lange, R. A., Chilton, R. J., Lindsey, M. L., & Jin, Y.-F. (2014). Integrative Computational and Experimental Approaches to Establish a Post-Myocardial Infarction Knowledge Map. PLoS Computational Biology, 10(3), e1003472. <https://doi.org/10.1371/journal.pcbi.1003472>"
},
{
"name": "rotl",
"doi": "10.1111/jfb.13195",
"citation": "Killen, S. S., Norin, T., & Halsey, L. G. (2016). Do method and species lifestyle affect measures of maximum metabolic rate in fishes? Journal of Fish Biology. <https://doi.org/10.1111/jfb.13195>"
},
{
"name": "rotl",
"doi": "10.1038/sdata.2016.56",
"citation": "Estrada-Peña, A., & de la Fuente, J. (2016). Species interactions in occurrence data for a community of tick-transmitted pathogens. Scientific Data, 3, 160056. <https://doi.org/10.1038/sdata.2016.56>"
},
{
"name": "fulltext",
"citation": "Bauer, P. C., Barbera, P., & Munzert, S. (2016). The Quality of Citations: Towards Quantifying Qualitative Impact in Social Science Research. <https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2874549>"
},
{
"name": "rcrossref",
"citation": "Bauer, P. C., Barbera, P., & Munzert, S. (2016). The Quality of Citations: Towards Quantifying Qualitative Impact in Social Science Research. <https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2874549>"
},
{
"name": "rsnps",
"doi": "10.1093/molbev/msw004",
"citation": "Mackinnon, M. J., Ndila, C., Uyoga, S., Macharia, A., Snow, R. W., Band, G., et al. (2016). Environmental Correlation Analysis for Genes Associated with Protection against Malaria. Molecular Biology and Evolution, 33(5), 1188–1204. <https://doi.org/10.1093/molbev/msw004>"
},
{
"name": "rsnps",
"citation": "Söderholm, S. (2016). The Complex Genetics of Multiple Sclerosis: A preliminary study of MS-associated SNPs prior to a larger genotyping project. <http://www.diva-portal.org/smash/record.jsf?pid=diva2%3A939390&dswid=-3564>"
},
{
"name": "geonames",
"doi": "10.17713/ajs.v45i1.88",
"citation": "Kolb, J.-P. (2016). Visualizing GeoData with R. Austrian Journal of Statistics, 45(1), 45. <https://doi.org/10.17713/ajs.v45i1.88>"
},
{
"name": "geonames",
"citation": "Kevin Ummel. 2012. “CARMA Revisited: An Updated Database of Carbon Dioxide Emissions from Power Plants Worldwide.” CGD Working Paper 304. Washington, D.C.: Center for Global Development. <http://www.cgdev.org/content/publications/detail/1426429>"
},
{
"name": "ropenaq",
"citation": "Munkhbat, Oyungerel. 2017. Putting a magnifying glass on air pollution. The UB Post. <http://theubpost.mn/2017/01/12/putting-a-magnifying-glass-on-air-pollution>"
},
{
"name": "taxize",
"citation": "Lucas, T. C. (2016). The role of population structure and size in determining bat pathogen richness (Doctoral dissertation, UCL (University College London)). <http://discovery.ucl.ac.uk/1531925/>"
},
{
"name": "rnoaa",
"citation": "Rebecca Cain. (2015). NCDC API: an R Interface with many NOAA Data Sources. <http://spatialecology.weebly.com/r-code--data/34>"
},
{
"name": "ropensci",
"doi": "10.1038/nj7638-563a",
"citation": "Baker, M. (2017). Scientific computing: Code alert. Nature, 541(7638), 563–565. <https://doi.org/10.1038/nj7638-563a>"
},
{
"name": "brranching",
"doi": "10.1038/nature21027",
"citation": "Mayor, J. R., Sanders, N. J., Classen, A. T., Bardgett, R. D., Clément, J.-C., Fajardo, A., et al. (2017). Elevation alters ecosystem properties across temperate treelines globally. Nature, 542(7639), 91–95. <https://doi.org/10.1038/nature21027>"
},
{
"name": "taxize",
"citation": "Szöcs, E. (2017). Statistical eco (-toxico) logy: improving the utilisation of data for environmental risk assessment (Doctoral dissertation, Dissertation, Landau, Universität Koblenz-Landau, Campus Landau, 2017). <https://portal.dnb.de/opac.htm?method=simpleSearch&cqlMode=true&query=idn%3D1124465774>"
},
{
"name": "taxize",
"doi": "10.1111/2041-210x.12753",
"citation": "Réjou-Méchain, M., Tanguy, A., Piponiot, C., Chave, J., & Hérault, B. (2017). BIOMASS: An R Package for estimating aboveground biomass and its uncertainty in tropical forests. Methods in Ecology and Evolution. <https://doi.org/10.1111/2041-210x.12753>"
},
{
"name": "ropensci",
"citation": "Puschmann, C., & Ausserhofer, J. (2017). Social Data APIs. <http://cbpuschmann.net/pubs/social_data_apis.pdf>"
},
{
"name": "rerddap",
"doi": "10.1371/journal.pone.0172705",
"citation": "Shabangu, F. W., Yemane, D., Stafford, K. M., Ensor, P., & Findlay, K. P. (2017). Modelling the effects of environmental conditions on the acoustic occurrence and behaviour of Antarctic blue whales. PLOS ONE, 12(2), e0172705. <https://doi.org/10.1371/journal.pone.0172705>"
},
{
"name": "rfishbase",
"doi": "10.1007/s10641-017-0584-3",
"citation": "Bezerra, L. A. V., Padial, A. A., Mariano, F. B., Garcez, D. S., & Sánchez-Botero, J. I. (2017). Fish diversity in tidepools: assembling effects of environmental heterogeneity. Environmental Biology of Fishes. <https://doi.org/10.1007/s10641-017-0584-3>"
},
{
"name": "taxize",
"doi": "10.7717/peerj.3044",
"citation": "O’Donnell JL, Kelly RP, Shelton AO, Samhouri JF, Lowell NC, Williams GD. (2017) Spatial distribution of environmental DNA in a nearshore marine habitat. PeerJ 5:e3044 <https://doi.org/10.7717/peerj.3044>"
},
{
"name": "taxize",
"doi": "10.1016/j.watres.2017.02.057",
"citation": "Mohiuddin, M. M., Salama, Y., Schellhorn, H. E., & Golding, G. B. (2017). Shotgun metagenomic sequencing reveals freshwater beach sands as reservoir of bacterial pathogens. Water Research. <https://doi.org/10.1016/j.watres.2017.02.057>"
},
{
"name": "rgbif",
"doi": "10.1371/journal.pntd.0005420",
"citation": "Rai, K., Bhattarai, N. R., Vanaerschot, M., Imamura, H., Gebru, G., Khanal, B., … Van der Auwera, G. (2017). Single locus genotyping to track Leishmania donovani in the Indian subcontinent: Application in Nepal. PLOS Neglected Tropical Diseases, 11(3), e0005420. <https://doi.org/10.1371/journal.pntd.0005420>"
},
{
"name": "rplos",
"citation": "The WIPO Manual on Open Source Patent Analytics: Scientific Literature with Rplos, <https://wipo-analytics.github.io/scientific-literature-with-rplos.html>"
},
{
"name": "plotly",
"citation": "The WIPO Manual on Open Source Patent Analytics: Patent Analytics with Plotly, <https://wipo-analytics.github.io/patent-analytics-with-plotly.html>"
},
{
"name": "rfishbase",
"citation": "Allen, P. E., Barquero, M. D., Bermúdez, E., Calderón, J. C., Hilje, B., Pineda, W., ... & Chacón-Madrigal, E. (2017). Calling for more accurate information in aquarium trade: analysis of live-fish import permits in Costa Rica. Chicago <http://www.reabic.net/journals/mbi/2017/Accepted/MBI_2017_Allen_etal_correctedproof.pdf>"
},
{
"name": "taxize",
"doi": "10.1371/journal.pone.0176343",
"citation": "Andruszkiewicz, E. A., Starks, H. A., Chavez, F. P., Sassoubre, L. M., Block, B. A., & Boehm, A. B. (2017). Biomonitoring of marine vertebrates in Monterey Bay using eDNA metabarcoding. PLOS ONE, 12(4), e0176343. <https://doi.org/10.1371/journal.pone.0176343>"
},
{
"name": "rgbif",
"doi": "10.1111/mec.14123",
"citation": "Balao, F., Trucchi, E., Wolfe, T., Hao, B.-H., Lorenzo, M. T., Baar, J., … Paun, O. (2017). Adaptive sequence evolution is driven by biotic stress in a pair of orchid species (Dactylorhiza) with distinct ecological optima. Molecular Ecology. <https://doi.org/10.1111/mec.14123>"
},
{
"name": "ropensci",
"citation": "Baumer, B. S. (2017). A Grammar for Reproducible and Painless Extract-Transform-Load Operations on Medium Data. arXiv preprint arXiv:1708.07073. <https://arxiv.org/pdf/1708.07073.pdf>"
},
{
"name": "rredlist",
"doi": "10.3897/BDJ.5.e20530",
"citation": "Cardoso P (2017) red - an R package to facilitate species red list assessments according to the IUCN criteria. Biodiversity Data Journal 5: e20530. <https://doi.org/10.3897/BDJ.5.e20530>"
},
{
"name": "rgbif",
"doi": "10.1111/ele.12753",
"citation": "Carvajal-Endara, S., Hendry, A. P., Emery, N. C., & Davies, T. J. (2017). Habitat filtering not dispersal limitation shapes oceanic island floras: species assembly of the Galápagos archipelago. Ecology Letters, 20(4), 495–504. <https://doi.org/10.1111/ele.12753>"
},
{
"name": "rgbif",
"doi": "10.1038/s41477-017-0019-3",
"citation": "Mounce, R., Smith, P., & Brockington, S. (2017). Ex situ conservation of plant diversity in the world’s botanic gardens. Nature Plants, 3(10), 795–802. <https://doi.org/10.1038/s41477-017-0019-3>"
},
{
"name": "taxize",
"doi": "10.7717/peerj.3729",
"citation": "Olson, N. D., Zook, J. M., Morrow, J. B., & Lin, N. J. (2017). Challenging a bioinformatic tool’s ability to detect microbial contaminants using in silico whole genome sequencing data. PeerJ, 5, e3729. <https://doi.org/10.7717/peerj.3729>"
},
{
"name": "taxize",
"doi": "10.1111/1365-2435.12899",
"citation": "Ordano, M., Blendinger, P. G., Lomáscolo, S. B., Chacoff, N. P., Sánchez, M. S., Núñez Montellano, M. G., … Valoy, M. (2017). The role of trait combination in the conspicuousness of fruit display among bird-dispersed plants. Functional Ecology. <https://doi.org/10.1111/1365-2435.12899>"
},
{
"name": "worrms",
"doi": "10.1371/journal.pone.0175739",
"citation": "O’Hara, C. C., Afflerbach, J. C., Scarborough, C., Kaschner, K., & Halpern, B. S. (2017). Aligning marine species range data to better serve science and conservation. PLOS ONE, 12(5), e0175739. <https://doi.org/10.1371/journal.pone.0175739>"
},
{
"name": "ropensci",
"doi": "10.1016/j.compenvurbsys.2017.05.003",
"citation": "Palomino, J., Muellerklein, O. C., & Kelly, M. (2017). A review of the emergent ecosystem of collaborative geospatial tools for addressing environmental challenges. Computers, Environment and Urban Systems, 65, 79–92. <https://doi.org/10.1016/j.compenvurbsys.2017.05.003>"
},
{
"name": "taxize",
"citation": "Smits, P. D. (2017). Remodeling the Fossil Record: Analysis of Emergent Evolutionary and Ecological Patterns (Doctoral dissertation, The University of Chicago). <https://search.proquest.com/openview/2a353f0e54c8c3ee37a0d8d2bcd8ad6d/1?pq-origsite=gscholar&cbl=18750&diss=y>"
},
{
"name": "magick",
"doi": "10.5194/essd-2017-52",
"citation": "Stachelek, J., Ford, C., Kincaid, D., King, K., Miller, H., & Nagelkirk, R. (2017). The National Eutrophication Survey: lake characteristics and historical nutrient concentrations. Earth System Science Data Discussions, 1–11. <https://doi.org/10.5194/essd-2017-52>"
},
{
"name": "tesseract",
"doi": "10.5194/essd-2017-52",
"citation": "Stachelek, J., Ford, C., Kincaid, D., King, K., Miller, H., & Nagelkirk, R. (2017). The National Eutrophication Survey: lake characteristics and historical nutrient concentrations. Earth System Science Data Discussions, 1–11. <https://doi.org/10.5194/essd-2017-52>"
},
{
"name": "rfishbase",
"doi": "10.1038/sdata.2017.141",
"citation": "Tedesco, P. A., Beauchard, O., Bigorne, R., Blanchet, S., Buisson, L., Conti, L., … Oberdorff, T. (2017). A global database on freshwater fish species occurrence in drainage basins. Scientific Data, 4, 170141. <https://doi.org/10.1038/sdata.2017.141>"
},
{
"name": "ckanr",
"citation": "Williams, G. J. (2017). The Essentials of Data Science: Knowledge Discovery Using R. CRC Press. Chicago <https://www.crcpress.com/The-Essentials-of-Data-Science-Knowledge-Discovery-Using-R/Williams/p/book/9781498740005>"
},
{
"name": "rgbif",
"doi": "10.1002/ece3.3163",
"citation": "Alfsnes, K., Leinaas, H. P., & Hessen, D. O. (2017). Genome size in arthropods: different roles of phylogeny, habitat and life history in insects and crustaceans. Ecology and Evolution. <https://doi.org/10.1002/ece3.3163>"
},
{
"name": "spocc",
"doi": "10.1002/ece3.3163",
"citation": "Alfsnes, K., Leinaas, H. P., & Hessen, D. O. (2017). Genome size in arthropods: different roles of phylogeny, habitat and life history in insects and crustaceans. Ecology and Evolution. <https://doi.org/10.1002/ece3.3163>"
},
{
"name": "taxize",
"doi": "10.1111/oik.04507",
"citation": "Bartomeus, I., Cariveau, D. P., Harrison, T., & Winfree, R. (2017). On the inconsistency of pollinator species traits for predicting either response to land-use change or functional contribution. Oikos. <https://doi.org/10.1111/oik.04507>"
},
{
"name": "taxize",
"doi": "10.1101/072132",
"citation": "Bartomeus, I., Cariveau, D., Harrison, T., & Winfree, R. (2016). On the inconsistency of pollinator species traits for predicting either response to agricultural intensification or functional contribution. <https://doi.org/10.1101/072132>"
},
{
"name": "rgbif",
"doi": "10.7287/peerj.preprints.3304v1",
"citation": "Chamberlain SA, Boettiger C. (2017) R Python, and Ruby clients for GBIF species occurrence data. PeerJ Preprints 5:e3304v1 <https://doi.org/10.7287/peerj.preprints.3304v1>"
},
{
"name": "textreuse",
"doi": "10.1093/ahr/123.1.132",
"citation": "Funk, K. R., & Mullen, L. A. (2017). The Spine of American Law: Digital Text Analysis and US Legal Practice. The American Historical Review. <https://doi.org/10.1093/ahr/123.1.132>"
},
{
"name": "rplos",
"doi": "10.1007/s11192-017-2330-1",
"citation": "Gálvez, R. H. (2017). Assessing author self-citation as a mechanism of relevant knowledge diffusion. Scientometrics. <https://doi.org/10.1007/s11192-017-2330-1>"
},
{
"name": "bomrang",
"doi": "10.21105/joss.00411",
"citation": "H Sparks, A., Padgham, M., Parsonage, H., & Pembleton, K. (2017). bomrang: Fetch Australian Government Bureau of Meteorology Data in R. The Journal of Open Source Software, 2(17). <https://doi.org/10.21105/joss.00411>"
},
{
"name": "rentrez",
"citation": "Lee, Y. Y., Foster, E. D., Polley, D. E., & Odell, J. Using the 'rentrez' R Package to Identify Repository Records for NCBI LinkOut. Code4lib Journal. <http://journal.code4lib.org/articles/12792>"
},
{
"name": "ropensci",
"citation": "Lee, Y. Y., Foster, E. D., Polley, D. E., & Odell, J. Using the 'rentrez' R Package to Identify Repository Records for NCBI LinkOut. Code4lib Journal. <http://journal.code4lib.org/articles/12792>"
},
{
"name": "ropensci",
"doi": "10.3390/su9050858",
"citation": "Lehmann, A., Chaplin-Kramer, R., Lacayo, M., Giuliani, G., Thau, D., Koy, K., … Jr., R. S. (2017). Lifting the Information Barriers to Address Sustainability Challenges with Data from Physical Geography and Earth Observation. Sustainability, 9(6), 858. <https://doi.org/10.3390/su9050858>"
},
{
"name": "taxize",
"doi": "10.1016/j.jviromet.2017.08.016",
"citation": "Leung, W. T. M., Thomas-Walters, L., Garner, T. W. J., Balloux, F., Durrant, C., & Price, S. J. (2017). A quantitative-PCR based method to estimate ranavirus viral load following normalisation by reference to an ultraconserved vertebrate target. Journal of Virological Methods. <https://doi.org/10.1016/j.jviromet.2017.08.016>"
},
{
"name": "taxize",
"citation": "Love-Anderegg, L. D. (2017). On the variation of traits and tree range constraints (Doctoral dissertation, The University of Washington). <https://digital.lib.washington.edu/researchworks/bitstream/handle/1773/39962/LoveAnderegg_washington_0250E_17084.pdf?sequence=1>"
},
{
"name": "rgbif",
"doi": "10.1007/s12526-017-0740-1",
"citation": "Ludt, W. B., Morgan, L., Bishop, J., & Chakrabarty, P. (2017). A quantitative and statistical biological comparison of three semi-enclosed seas: the Red Sea, the Persian (Arabian) Gulf, and the Gulf of California. Marine Biodiversity. <https://doi.org/10.1007/s12526-017-0740-1>"
},
{
"name": "taxize",
"doi": "10.1016/j.anbehav.2017.02.017",
"citation": "Malcolm F. Rosenthal, Matthew Gertler, Angela D. Hamilton, Sonal Prasad, Maydianne C.B. Andrade, Taxonomic bias in animal behaviour publications. Animal Behaviour, Volume 127, 2017, pgs. 83-89. <https://doi.org/10.1016/j.anbehav.2017.02.017>"
},
{
"name": "rAltmetric",
"doi": "10.1108/oir-02-2016-0058",
"citation": "Na, J.-C., & Ye, Y. E. (2017). Content Analysis of Scholarly Discussions of Psychological Academic Articles on Facebook. Online Information Review, 41(3). <https://doi.org/10.1108/oir-02-2016-0058>"
},
{
"name": "taxize",
"doi": "10.1016/j.celrep.2017.08.066",
"citation": "Reznik, E., Christodoulou, D., Goldford, J. E., Briars, E., Sauer, U., Segrè, D., & Noor, E. (2017). Genome-Scale Architecture of Small Molecule Regulatory Networks and the Fundamental Trade-Off between Regulation and Enzymatic Activity. Cell Reports, 20(11), 2666–2677. <https://doi.org/10.1016/j.celrep.2017.08.066>"
},
{
"name": "rgbif",
"doi": "10.3897/rio.3.e13414",
"citation": "Vanderhoeven, S., Adriaens, T., Desmet, P., Strubbe, D., Backeljau, T., Barbier, Y., … Groom, Q. (2017). Tracking Invasive Alien Species (TrIAS): Building a data-driven framework to inform policy. Research Ideas and Outcomes, 3, e13414. <https://doi.org/10.3897/rio.3.e13414>"
},
{
"name": "spocc",
"doi": "10.3897/rio.3.e13414",
"citation": "Vanderhoeven, S., Adriaens, T., Desmet, P., Strubbe, D., Backeljau, T., Barbier, Y., … Groom, Q. (2017). Tracking Invasive Alien Species (TrIAS): Building a data-driven framework to inform policy. Research Ideas and Outcomes, 3, e13414. <https://doi.org/10.3897/rio.3.e13414>"
},
{
"name": "rgbif",
"doi": "10.1038/sdata.2017.49",
"citation": "Aedo, C., & Pando, F. (2017). A distribution and taxonomic reference dataset of Geranium in the New World. Scientific Data, 4, 170049. <https://doi.org/10.1038/sdata.2017.49>"
},