Datasets:

Modalities:
Image
Text
Formats:
csv
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
ksmehrab commited on
Commit
c331a77
1 Parent(s): 9c1e500

Modified data sources with urls and citations

Browse files
README.md CHANGED
@@ -89,20 +89,63 @@ English, Latin
89
 
90
  ### Source Data
91
 
92
- #### Data Collection and Processing
93
-
94
  We collected images of three taxonomic groups of organisms: fish, birds, and butterflies, each containing around 10k images.
95
- Images for fish (Fish-10k) were curated from the larger image collection, FishAIR, which contains images from the Great Lakes Invasive Network Project (GLIN) and Integrated Digitized Biocollections (iDigBio).
96
- These images originate from various museum collections such as INHS, FMNH, OSUM, JFBM, UMMZ and UWZM. We created the Fish-10k dataset by randomly sampling 10K images and preprocessing the images to crop and remove the background. For consistency, we leverage GroundingDINO to crop the fish body from the background and Segment Anything Model (SAM) to remove the background.
97
- We curated the images for butterflies (Butterfly-10k) from the Jiggins Heliconius Collection dataset, which has images collected from various sources.
98
- We carefully sampled 10K images for Butterfly-10K from the entire collection to ensure the images capture unique specimens and represent a diverse set of species by adopting the following two steps. First, we filter out images with more than one image from the same view (i.e., dorsal or ventral).
99
- Second, we ensure each species has a minimum of 20 images and no more than 2,000 images. The images for birds (Bird-10k) are obtained from the CUB-200-2011 dataset by taking 190 species for which the common name to scientific name mapping is available. This results in a fairly balanced dataset with around 11K images in total.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
 
101
  ### Annotations
102
- The scientific names for the images of Fish-10k and Butterfly-10k were obtained directly from their respective sources.
103
- For Bird-10k, we obtained the scientific names from the iNatLoc500 dataset. We curated around 31K question-answer pairs in both open and multiple-choice (MC) question-formats for evaluating species classification tasks.
104
- The species-level trait presence/absence matrix for Fish-10k was manually curated with the help of biological experts co-authored in this paper. We leveraged the Phenoscape knowledge base with manual annotations to procure the presence-absence trait matrix.
105
- For Bird-10k, we obtained the trait matrix from the attribute annotations provided along with CUB-200-2011. We constructed approximately 380K question-answer pairs for trait identification tasks.
 
 
 
 
 
 
 
 
 
 
 
 
106
  For grounding and referring VQA tasks, the ground truths were manually annotated with the help of expert biologists on our team. We manually annotated bounding boxes corresponding to the traits of 500 fish specimens and 500 bird specimens, which are subsets of the larger Fish-10k and Bird-10k datasets, respectively.
107
  We used the CVAT tool for annotation.
108
 
@@ -121,7 +164,7 @@ The data (images) contain a variety of licensing restrictions ranging from [CC0]
121
 
122
 
123
  ## Citation
124
- Please cite the following:
125
 
126
  ```
127
  @misc{maruf2024vlm4bio,
@@ -135,13 +178,24 @@ Please cite the following:
135
  }
136
  ```
137
 
 
 
 
 
 
 
138
  ## Acknowledgements
139
 
140
  This work was supported by the Imageomics Institute, which is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under Award #2118240 (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning). Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
141
 
142
 
143
- ## Dataset Card Authors
 
 
 
 
 
 
144
 
145
- M. Maruf (Contact mail: marufm@vt.edu)
146
 
147
 
 
89
 
90
  ### Source Data
91
 
 
 
92
  We collected images of three taxonomic groups of organisms: fish, birds, and butterflies, each containing around 10k images.
93
+
94
+ ##### Fish
95
+
96
+ Images for fish (Fish-10k) were curated from the larger image collection, [Fish-AIR](https://fishair.org/), which contains images from the [Great Lakes Invasives Network (GLIN)](https://greatlakesinvasives.org/portal/index.php) and [Integrated Digitized Biocollections (iDigBio)](https://www.idigbio.org/).
97
+
98
+ These images originate from various museum collections, including the following:
99
+
100
+ - [Illinois Natural History Survey (INHS)](https://biocoll.inhs.illinois.edu/portal/index.php)
101
+ - [Minnesota Biodiversity Atlas, Bell Museum](https://bellatlas.umn.edu/index.php)
102
+ - [University of Michigan Museum of Zoology (UMMZ), Division of Fishes](https://ipt.lsa.umich.edu/resource?r=ummz\_fish)
103
+ - [University of Wisconsin-Madison Zoological Museum - Fish](http://zoology.wisc.edu/uwzm/)
104
+ - [Field Museum of Natural History (Zoology, FMNH) Fish Collection](https://fmipt.fieldmuseum.org/ipt/resource?r=fmnh_fishes)
105
+ - [The Ohio State University Fish Division, Museum of Biological Diversity (OSUM), Occurrence dataset](https://doi.org/10.15468/subsl8)
106
+
107
+ [Phenoscape](https://kb.phenoscape.org/about/phenoscape/kb) and [FishBase](https://www.fishbase.se/search.php) were used to obtain the information on traits.
108
+
109
+ ##### Bird
110
+
111
+ We create the Bird-10k dataset from the [CUB-200-2011 dataset](https://www.vision.caltech.edu/datasets/cub_200_2011/). We obtain the scientific names from the [iNatLoc dataset](https://data.caltech.edu/records/ts54e-1jr46).
112
+
113
+ ##### Butterflies
114
+
115
+ We created the Butterfly-10k dataset from the [Heliconius Collection (Cambridege Butterfly) dataset](https://huggingface.co/datasets/imageomics/Heliconius-Collection_Cambridge-Butterfly).
116
+
117
+ #### Data Processing
118
+
119
+ ##### Fish
120
+ We created the Fish-10k dataset by randomly sampling 10K images and preprocessing the images to crop and remove the background. For consistency, we leverage [GroundingDINO](https://arxiv.org/abs/2303.05499) to crop the fish body from the background and [Segment Anything Model (SAM)](https://arxiv.org/abs/2304.02643) to remove the background.
121
+
122
+ ##### Bird
123
+
124
+ For Bird-10k, we take 190 species for which the common name to scientific name mapping is available. This results in a fairly balanced dataset.
125
+
126
+ ##### Butterfly
127
+ For the Butterfly-10k, we carefully sampled 10K images from the Heliconius Collection dataset to ensure the images capture unique specimens and represent a diverse set of species. We adopt the following steps:
128
+
129
+ - We filter out images with more than one image from the same view (i.e., dorsal or ventral).
130
+ - We ensure each species has a minimum of 20 images and no more than 2,000 images.
131
 
132
  ### Annotations
133
+
134
+ ##### Scientific Names
135
+ The scientific names for the images of **Fish-10k** and **Butterfly-10k** were obtained directly from their respective sources.
136
+
137
+ For **Bird-10k**, we obtained the scientific names from the [iNatLoc dataset](https://data.caltech.edu/records/ts54e-1jr46).
138
+
139
+ In total, we curated around 31K question-answer pairs in both open and multiple-choice (MC) question-formats for evaluating species classification tasks.
140
+
141
+ ##### Trait information
142
+ The species-level trait presence/absence matrix for Fish-10k was manually curated with the help of biological experts co-authored in this paper. We leveraged the [Phenoscape knowledge base](https://kb.phenoscape.org/about/phenoscape/kb) and [FishBase](https://www.fishbase.se/search.php) along with manual annotations to procure the presence-absence trait information. We constructed approximately xK question-answer pairs for Fish-10k
143
+
144
+ For Bird-10k, we obtained the trait matrix from the attribute annotations provided along with CUB-200-2011.
145
+
146
+ In total, we constructed approximately 380K question-answer pairs for trait identification tasks.
147
+
148
+ ##### Grounding and referring
149
  For grounding and referring VQA tasks, the ground truths were manually annotated with the help of expert biologists on our team. We manually annotated bounding boxes corresponding to the traits of 500 fish specimens and 500 bird specimens, which are subsets of the larger Fish-10k and Bird-10k datasets, respectively.
150
  We used the CVAT tool for annotation.
151
 
 
164
 
165
 
166
  ## Citation
167
+ Please cite our work as follows:
168
 
169
  ```
170
  @misc{maruf2024vlm4bio,
 
178
  }
179
  ```
180
 
181
+ Please be sure to **also cite the original data sources** using all of the citations provided in the following:
182
+
183
+ - Sources for Fish-10k: [metadata/fish-data-bib.bib](metadata/fish-data-bib.bib).
184
+ - Sources for Bird-10k: [metadata/bird-data-bib.bib](metadata/bird-data-bib.bib)
185
+ - Sources for Butterfly-10k: [metadata/butterfly-data-bib.bib](metadata/butterfly-data-bib.bib)
186
+
187
  ## Acknowledgements
188
 
189
  This work was supported by the Imageomics Institute, which is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under Award #2118240 (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning). Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
190
 
191
 
192
+ ## Dataset Card Authors
193
+
194
+ M. Maruf, Kazi Sajeed Mehrab and Elizabeth G. Campolongo
195
+
196
+ ## Dataset Card Contact
197
+
198
+ marufm@vt.edu, ksmehrab@vt.edu
199
 
 
200
 
201
 
metadata/bird-data-bib.bib ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @techreport{WahCUB_200_2011,
2
+ Title = ,
3
+ Author = {Wah, C. and Branson, S. and Welinder, P. and Perona, P. and Belongie, S.},
4
+ Year = {2011}
5
+ Institution = {California Institute of Technology},
6
+ Number = {CNS-TR-2011-001}
7
+ }
8
+
9
+ @inproceedings{cole2022label,
10
+ title={On label granularity and object localization},
11
+ author={Cole, Elijah and Wilber, Kimberly and Van Horn, Grant and Yang, Xuan and Fornoni, Marco and Perona, Pietro and Belongie, Serge and Howard, Andrew and Aodha, Oisin Mac},
12
+ booktitle={European Conference on Computer Vision},
13
+ pages={604--620},
14
+ year={2022},
15
+ organization={Springer}
16
+ }
metadata/butterfly-data-bib.bib ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @misc{lawrence_campolongo_j2024,
2
+ author = {Christopher Lawrence and Elizabeth G. Campolongo},
3
+ title = {Heliconius Collection (Cambridge Butterfly)},
4
+ year = 2024,
5
+ publisher = {Hugging Face},
6
+ url = {https://huggingface.co/datasets/imageomics/Heliconius-Collection_Cambridge-Butterfly}
7
+ }
8
+
9
+ @misc{but1_gabriela_montejo_kovacevich_2020_4289223,
10
+ author = {Gabriela Montejo-Kovacevich and Eva van der Heijden and Nicola Nadeau and Chris Jiggins},
11
+ title = {Cambridge butterfly wing collection batch 10},
12
+ month = nov,
13
+ year = 2020,
14
+ publisher = {Zenodo},
15
+ doi = {10.5281/zenodo.4289223},
16
+ url = {https://doi.org/10.5281/zenodo.4289223}
17
+ }
18
+
19
+ @misc{but2_patricio_a_salazar_2020_4288311,
20
+ author = {Patricio A. Salazar and Nicola Nadeau and Gabriela Montejo-Kovacevich and Chris Jiggins},
21
+ title = {{Sheffield butterfly wing collection - Patricio Salazar, Nicola Nadeau, Ikiam broods batch 1 and 2}},
22
+ month = nov,
23
+ year = 2020,
24
+ publisher = {Zenodo},
25
+ doi = {10.5281/zenodo.4288311},
26
+ url = {https://doi.org/10.5281/zenodo.4288311}
27
+ }
28
+
29
+ @misc{but3_montejo_kovacevich_2019_2677821,
30
+ author = {Montejo-Kovacevich, Gabriela and Jiggins, Chris and Warren, Ian},
31
+ title = {Cambridge butterfly wing collection batch 2},
32
+ month = may,
33
+ year = 2019,
34
+ publisher = {Zenodo},
35
+ doi = {10.5281/zenodo.2677821},
36
+ url = {https://doi.org/10.5281/zenodo.2677821}
37
+ }
38
+
39
+ @misc{but4_jiggins_2019_2682458,
40
+ author = {Jiggins, Chris and Montejo-Kovacevich, Gabriela and Warren, Ian and Wiltshire, Eva},
41
+ title = {Cambridge butterfly wing collection batch 3},
42
+ month = may,
43
+ year = 2019,
44
+ publisher = {Zenodo},
45
+ doi = {10.5281/zenodo.2682458},
46
+ url = {https://doi.org/10.5281/zenodo.2682458}
47
+ }
48
+
49
+ @misc{but5_montejo_kovacevich_2019_2682669,
50
+ author = {Montejo-Kovacevich, Gabriela and Jiggins, Chris and Warren, Ian},
51
+ title = {Cambridge butterfly wing collection batch 4},
52
+ month = may,
53
+ year = 2019,
54
+ publisher = {Zenodo},
55
+ doi = {10.5281/zenodo.2682669},
56
+ url = {https://doi.org/10.5281/zenodo.2682669}
57
+ }
58
+
59
+ @misc{but6_montejo_kovacevich_2019_2684906,
60
+ author = {Montejo-Kovacevich, Gabriela and Jiggins, Chris and Warren, Ian and Wiltshire, Eva},
61
+ title = {Cambridge butterfly wing collection batch 5},
62
+ month = may,
63
+ year = 2019,
64
+ publisher = {Zenodo},
65
+ doi = {10.5281/zenodo.2684906},
66
+ url = {https://doi.org/10.5281/zenodo.2684906}
67
+ }
68
+
69
+ @misc{but7_warren_2019_2552371,
70
+ author = {Warren, Ian and Jiggins, Chris},
71
+ title = {{Miscellaneous Heliconius wing photographs (2001-2019) Part 1}},
72
+ month = feb,
73
+ year = 2019,
74
+ publisher = {Zenodo},
75
+ doi = {10.5281/zenodo.2552371},
76
+ url = {https://doi.org/10.5281/zenodo.2552371}
77
+ }
78
+
79
+ @misc{but8_warren_2019_2553977,
80
+ author = {Warren, Ian and Jiggins, Chris},
81
+ title = {{Miscellaneous Heliconius wing photographs (2001-2019) Part 3}},
82
+ month = feb,
83
+ year = 2019,
84
+ publisher = {Zenodo},
85
+ doi = {10.5281/zenodo.2553977},
86
+ url = {https://doi.org/10.5281/zenodo.2553977}
87
+ }
88
+
89
+ @misc{but9_montejo_kovacevich_2019_2686762,
90
+ author = {Montejo-Kovacevich, Gabriela and Jiggins, Chris and Warren, Ian and Wiltshire, Eva},
91
+ title = {Cambridge butterfly wing collection batch 6},
92
+ month = may,
93
+ year = 2019,
94
+ publisher = {Zenodo},
95
+ doi = {10.5281/zenodo.2686762},
96
+ url = {https://doi.org/10.5281/zenodo.2686762}
97
+ }
98
+
99
+ @misc{but10_jiggins_2019_2549524,
100
+ author = {Jiggins, Chris and Warren, Ian},
101
+ title = {{Cambridge butterfly wing collection - Chris Jiggins 2001/2 broods batch 1}},
102
+ month = jan,
103
+ year = 2019,
104
+ publisher = {Zenodo},
105
+ version = 1,
106
+ doi = {10.5281/zenodo.2549524},
107
+ url = {https://doi.org/10.5281/zenodo.2549524}
108
+ }
109
+
110
+ @misc{but11_jiggins_2019_2550097,
111
+ author = {Jiggins, Chris and Warren, Ian},
112
+ title = {{Cambridge butterfly wing collection - Chris Jiggins 2001/2 broods batch 2}},
113
+ month = jan,
114
+ year = 2019,
115
+ publisher = {Zenodo},
116
+ version = 1,
117
+ doi = {10.5281/zenodo.2550097},
118
+ url = {https://doi.org/10.5281/zenodo.2550097}
119
+ }
120
+
121
+ @misc{but12_joana_i_meier_2020_4153502,
122
+ author = {Joana I. Meier and Patricio Salazar and Gabriela Montejo-Kovacevich and Ian Warren and Chris Jggins},
123
+ title = {{Cambridge butterfly wing collection - Patricio Salazar PhD wild specimens batch 3}},
124
+ month = oct,
125
+ year = 2020,
126
+ publisher = {Zenodo},
127
+ doi = {10.5281/zenodo.4153502},
128
+ url = {https://doi.org/10.5281/zenodo.4153502}
129
+ }
130
+
131
+ @misc{but13_montejo_kovacevich_2019_3082688,
132
+ author = {Montejo-Kovacevich, Gabriela and Jiggins, Chris and Warren, Ian},
133
+ title = {{Cambridge butterfly wing collection batch 1- version 2}},
134
+ month = may,
135
+ year = 2019,
136
+ publisher = {Zenodo},
137
+ doi = {10.5281/zenodo.3082688},
138
+ url = {https://doi.org/10.5281/zenodo.3082688}
139
+ }
140
+
141
+ @misc{but14_montejo_kovacevich_2019_2813153,
142
+ author = {Montejo-Kovacevich, Gabriela and Jiggins, Chris and Warren, Ian and Salazar, Camilo and Elias, Marianne and Gavins, Imogen and Wiltshire, Eva and Montgomery, Stephen and McMillan, Owen},
143
+ title = {{Cambridge and collaborators butterfly wing collection batch 10}},
144
+ month = may,
145
+ year = 2019,
146
+ publisher = {Zenodo},
147
+ doi = {10.5281/zenodo.2813153},
148
+ url = {https://doi.org/10.5281/zenodo.2813153}
149
+ }
150
+
151
+ @misc{but15_salazar_2018_1748277,
152
+ author = {Salazar, Patricio and Montejo-Kovacevich, Gabriela and Warren, Ian and Jiggins, Chris},
153
+ title = {{Cambridge butterfly wing collection - Patricio Salazar PhD wild and bred specimens batch 1}},
154
+ month = dec,
155
+ year = 2018,
156
+ publisher = {Zenodo},
157
+ doi = {10.5281/zenodo.1748277},
158
+ url = {https://doi.org/10.5281/zenodo.1748277}
159
+ }
160
+
161
+ @misc{but16_montejo_kovacevich_2019_2702457,
162
+ author = {Montejo-Kovacevich, Gabriela and Jiggins, Chris and Warren, Ian and Wiltshire, Eva},
163
+ title = {Cambridge butterfly wing collection batch 7},
164
+ month = may,
165
+ year = 2019,
166
+ publisher = {Zenodo},
167
+ doi = {10.5281/zenodo.2702457},
168
+ url = {https://doi.org/10.5281/zenodo.2702457}
169
+ }
170
+
171
+ @misc{but17_salazar_2019_2548678,
172
+ author = {Salazar, Patricio and Montejo-Kovacevich, Gabriela and Warren, Ian and Jiggins, Chris},
173
+ title = {{Cambridge butterfly wing collection - Patricio Salazar PhD wild and bred specimens batch 2}},
174
+ month = jan,
175
+ year = 2019,
176
+ publisher = {Zenodo},
177
+ doi = {10.5281/zenodo.2548678},
178
+ url = {https://doi.org/10.5281/zenodo.2548678}
179
+ }
180
+
181
+ @misc{but18_pinheiro_de_castro_2022_5561246,
182
+ author = {Pinheiro de Castro, Erika and Jiggins, Christopher and Lucas da Silva-Brand\u00e3o, Karina and Victor Lucci Freitas, Andre and Zikan Cardoso, Marcio and Van Der Heijden, Eva and Meier, Joana and Warren, Ian},
183
+ title = {{Brazilian Butterflies Collected December 2020 to January 2021}},
184
+ month = feb,
185
+ year = 2022,
186
+ publisher = {Zenodo},
187
+ doi = {10.5281/zenodo.5561246},
188
+ url = {https://doi.org/10.5281/zenodo.5561246}
189
+ }
190
+
191
+ @misc{but19_montejo_kovacevich_2019_2707828,
192
+ author = {Montejo-Kovacevich, Gabriela and Jiggins, Chris and Warren, Ian and Wiltshire, Eva},
193
+ title = {Cambridge butterfly wing collection batch 8},
194
+ month = may,
195
+ year = 2019,
196
+ publisher = {Zenodo},
197
+ doi = {10.5281/zenodo.2707828},
198
+ url = {https://doi.org/10.5281/zenodo.2707828}
199
+ }
200
+
201
+ @misc{but20_montejo_kovacevich_2019_2714333,
202
+ author = {Montejo-Kovacevich, Gabriela and Jiggins, Chris and Warren, Ian and Wiltshire, Eva and Gavins, Imogen},
203
+ title = {Cambridge butterfly wing collection batch 9},
204
+ month = may,
205
+ year = 2019,
206
+ publisher = {Zenodo},
207
+ doi = {10.5281/zenodo.2714333},
208
+ url = {https://doi.org/10.5281/zenodo.2714333}
209
+ }
210
+
211
+ @misc{but21_gabriela_montejo_kovacevich_2020_4291095,
212
+ author = {Gabriela Montejo-Kovacevich and Eva van der Heijden and Chris Jiggins},
213
+ title = {{Cambridge butterfly collection - GMK Broods Ikiam 2018}},
214
+ month = nov,
215
+ year = 2020,
216
+ publisher = {Zenodo},
217
+ doi = {10.5281/zenodo.4291095},
218
+ url = {https://doi.org/10.5281/zenodo.4291095}
219
+ }
220
+
221
+ @misc{but22_montejo_kovacevich_2021_5526257,
222
+ author = {Montejo-Kovacevich, Gabriela and Paynter, Quentin and Ghane, Amin},
223
+ title = {{Heliconius erato cyrbia, Cook Islands (New Zealand) 2016, 2019, 2021}},
224
+ month = sep,
225
+ year = 2021,
226
+ publisher = {Zenodo},
227
+ doi = {10.5281/zenodo.5526257},
228
+ url = {https://doi.org/10.5281/zenodo.5526257}
229
+ }
230
+
231
+ @misc{but23_warren_2019_2553501,
232
+ author = {Warren, Ian and Jiggins, Chris},
233
+ title = {{Miscellaneous Heliconius wing photographs (2001-2019) Part 2}},
234
+ month = feb,
235
+ year = 2019,
236
+ publisher = {Zenodo},
237
+ doi = {10.5281/zenodo.2553501},
238
+ url = {https://doi.org/10.5281/zenodo.2553501}
239
+ }
240
+
241
+ @misc{but24_salazar_2019_2735056,
242
+ author = {Salazar, Camilo and Montejo-Kovacevich, Gabriela and Jiggins, Chris and Warren, Ian and Gavins, Imogen},
243
+ title = {{Camilo Salazar and Cambridge butterfly wing collection batch 1}},
244
+ month = may,
245
+ year = 2019,
246
+ publisher = {Zenodo},
247
+ doi = {10.5281/zenodo.2735056},
248
+ url = {https://doi.org/10.5281/zenodo.2735056}
249
+ }
250
+
251
+ @misc{but25_mattila_2019_2555086,
252
+ author = {Mattila, Anniina and Jiggins, Chris and Warren, Ian},
253
+ title = {{University of Helsinki butterfly collection - Anniina Mattila bred specimens}},
254
+ month = feb,
255
+ year = 2019,
256
+ publisher = {Zenodo},
257
+ doi = {10.5281/zenodo.2555086},
258
+ url = {https://doi.org/10.5281/zenodo.2555086}
259
+ }
metadata/fish-data-bib.bib ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @dataset{inhs,
2
+ title ={INHS collections data} ,
3
+ journal ={http://biocoll.inhs.illinois.edu/portal/index.php} ,
4
+ year ={2022}
5
+ }
6
+
7
+ @article{jfbm,
8
+ title ={JFBM Bell Atlas} ,
9
+ journal = {http://bellatlas.umn.edu/index.php} ,
10
+ year = 2022
11
+ }
12
+
13
+ @article{ummz,
14
+ title ={UMMZ University of Michigan Museum of Zoology, Division of Fishes},
15
+ journal = {https://ipt.lsa.umich.edu/resource?r=ummz\_fish}
16
+ }
17
+
18
+ @article{umadison,
19
+ title ={University of Wisconsin-Madison Zoological Museum - Fish} ,
20
+ journal ={http://zoology.wisc.edu/uwzm/}
21
+ }
22
+
23
+ @article{fmnh,
24
+ title ={FMNH Field Museum of Natural History (Zoology) Fish Collection} ,
25
+ journal ={Field Museum. https://fmipt.fieldmuseum.org/ipt/resource?r=fmnh_fishes}
26
+ }
27
+
28
+ @article{osum,
29
+ author ={Daly M, Johnson N} ,
30
+ title ={Ohio State University Fish Division (OSUM)} ,
31
+ journal ={Museum of Biological Diversity, The Ohio State University. Occurrence dataset, https://doi.org/10.15468/subsl8},
32
+ year = 2018
33
+ }
34
+
35
+ @article{fishair,
36
+ title ={Multimedia of Fish Specimen and associated metadata. Fish-AIR},
37
+ journal ={Biology guided Neural Network. Tulane University Biodiversity Research Institute (https://fishair.org).}
38
+ }
39
+
40
+ @article{Morphbank,
41
+ title ={Morphbank: Biological Imaging (https://www.morphbank.net/)} ,
42
+ journal ={Florida State University, Department of Scientific Computing, Tallahassee, FL 32306-4026 USA.}
43
+ }
44
+ @article{glin,
45
+ title ={Great Lakes Invasives Network Project},
46
+ journal = {https://greatlakesinvasives.org/portal/index.php}
47
+ }
48
+
49
+ @article{IDigBio,
50
+ title ={iDigBio } ,
51
+ journal ={http://www.idigbio.org/portal},
52
+ year = {2020}
53
+ }
54
+
55
+ @incollection{mabee2018phenoscape,
56
+ title={Phenoscape: semantic analysis of organismal traits and genes yields insights in evolutionary biology},
57
+ author={Mabee, Paula M and Dahdul, Wasila M and Balhoff, James P and Lapp, Hilmar and Manda, Prashanti and Uyeda, Josef and Vision, Todd and Westerfield, Monte},
58
+ booktitle={Application of Semantic Technology in Biodiversity Science},
59
+ pages={207--224},
60
+ year={2018},
61
+ publisher={IOS Press}
62
+ }
63
+
64
+ @online{fishbase,
65
+ author = {Froese, R. and Pauly, D.},
66
+ title = {FishBase},
67
+ year = {2024},
68
+ note = {World Wide Web electronic publication. Version 02/2024},
69
+ url = {http://www.fishbase.org}
70
+ }
71
+
72
+ @article{edmunds2015phenoscape,
73
+ title={Phenoscape: identifying candidate genes for evolutionary phenotypes},
74
+ author={Edmunds, Richard C and Su, Baofeng and Balhoff, James P and Eames, B Frank and Dahdul, Wasila M and Lapp, Hilmar and Lundberg, John G and Vision, Todd J and Dunham, Rex A and Mabee, Paula M and others},
75
+ journal={Molecular Biology and Evolution},
76
+ volume={33},
77
+ number={1},
78
+ pages={13--24},
79
+ year={2015},
80
+ publisher={Society for Molecular Biology and Evolution}
81
+ }
82
+
83
+ @article{mabee2012500,
84
+ title={500,000 fish phenotypes: The new informatics landscape for evolutionary and developmental biology of the vertebrate skeleton},
85
+ author={Mabee, Paula and Balhoff, James P and Dahdul, Wasila M and Lapp, Hilmar and Midford, Peter E and Vision, Todd J and Westerfield, Monte},
86
+ journal={Journal of Applied Ichthyology},
87
+ volume={28},
88
+ number={3},
89
+ pages={300--305},
90
+ year={2012},
91
+ publisher={Wiley Online Library}
92
+ }