Datasets:
Add additional points of clarification, resolve mis-described column value
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: cc-by-4.0
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- la
|
| 6 |
-
pretty_name:
|
| 7 |
tags:
|
| 8 |
- ecology
|
| 9 |
- animals
|
|
@@ -21,44 +21,37 @@ task_categories:
|
|
| 21 |
- image-classification
|
| 22 |
- image-segmentation
|
| 23 |
- object-detection
|
| 24 |
-
|
| 25 |
-
|
| 26 |
---
|
| 27 |
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
# Dataset Card for Hawaii_Beetles
|
| 31 |
|
| 32 |
-
|
| 33 |
|
| 34 |
## Dataset Details
|
| 35 |
|
| 36 |
### Dataset Description
|
| 37 |
<!--
|
| 38 |
- **Curated by:** Lisa Wu, S M Rayeed, Mridul Khurana, Alyson East, Samuel Stevens, Iuliia Eyriay, Scott Lowe, Graham Taylor, Sydne Record
|
| 39 |
-
- **Language(s):** English; Latin
|
| 40 |
-
- **Homepage:**
|
| 41 |
-
- **Repository:**
|
| 42 |
-
- **Paper:** [[Paper Link]](https://github.com/Imageomics-ABC-edu/final-project-beetles/blob/main/Beetle-Intake-report.pdf)
|
| 43 |
-
|
| 44 |
-->
|
|
|
|
| 45 |
|
| 46 |
## Dataset Description
|
| 47 |
|
| 48 |
-
This dataset comprises 1,614 high-resolution PNG images of individual ground-beetle
|
| 49 |
-
specimens (
|
| 50 |
-
|
| 51 |
-
at the Pu'u Maka'ala Natural Area Reserve [](https://www.neonscience.org/field-sites/puum)
|
| 52 |
-
on the Island of Hawai'i (the Big Island).
|
| 53 |
-
Each image is accompanied by trait annotations and measurements,
|
| 54 |
-
providing valuable data for morphological and ecological analyses of these ground-beetle species from the Hawaii NEON site.
|
| 55 |
|
| 56 |
|
| 57 |
### Key Uses
|
| 58 |
* species-level classification or retrieval
|
| 59 |
* object detection / instance segmentation on natural-history collections
|
| 60 |
* automated extraction of morphological traits (elytra length)
|
| 61 |
-
* ecological
|
| 62 |
|
| 63 |
|
| 64 |
## Dataset Structure
|
|
@@ -70,7 +63,6 @@ providing valuable data for morphological and ecological analyses of these groun
|
|
| 70 |
/individual_specimens
|
| 71 |
IMG_<id>_specimen_<number>_<taxonID>_<individualID>.png
|
| 72 |
...
|
| 73 |
-
|
| 74 |
images_metadata.csv
|
| 75 |
trait_annotations.csv
|
| 76 |
|
|
@@ -78,30 +70,31 @@ README.md
|
|
| 78 |
```
|
| 79 |
|
| 80 |
### Data Fields
|
|
|
|
| 81 |
**images_metadata.csv**:
|
| 82 |
-
- `
|
| 83 |
-
- `
|
| 84 |
-
- `individualID`: Unique identification number assigned to each individual beetle. This begins with NEON_BET.D20 to show that the unique ID corresponds to a beetle from the National Ecological Observatory Network's Domain 20, followed by six digits.
|
| 85 |
-
- `taxonID`: All pinned beetles in this dataset have been identified to genus and species. Here a six-letter code is given
|
| 86 |
-
- `ScientificName`: Binomial scientific name of the specimen.
|
| 87 |
-
- `plotID`: A code that corresponds to the NEON plot in which the individual beetle was collected.
|
| 88 |
-
- `trapID`: The cardinal direction (E - east, S - south, W - west) indicating which side of the plot the beetle was collected from.
|
| 89 |
-
- `plotTrapID`: A three letter code that corresponds to the NEON plot
|
| 90 |
-
- `collectDate`: The date
|
| 91 |
-
- `ownerInstitutionCode`: NEON owner code
|
| 92 |
-
- `catalogNumber`: NEON catalog number
|
| 93 |
|
| 94 |
<br>
|
| 95 |
|
| 96 |
**trait_annotations.csv**:
|
| 97 |
- `groupImageFilePath`: File path to grouped beetle specimen images. Format: `group_images/IMG_<id>.png`, where `IMG_<id>` corresponds to the unique image identifier assigned by the camera system.
|
| 98 |
- `BeetlePosition`: Ordinal position of the individual beetle specimen within the group image (dorsal view). Specimens are numbered sequentially from top to bottom: topmost specimen = 1, subsequent specimens = 2, 3, 4, etc.
|
| 99 |
-
- `individualID`: Unique identifier
|
| 100 |
-
- `coords_scalebar`: X and Y coordinate pairs defining the endpoints of the 1 cm reference scalebar, positioned in the upper or upper-left portion of each image.
|
| 101 |
-
- `coords_elytra_max_length`: X and Y coordinate pairs defining the endpoints of the maximum elytral length measurement. Measured from the midpoint of the elytro-pronotal suture (junction between pronotum and elytra) to the midpoint of the elytral apex (posterior terminus of the elytra).
|
| 102 |
-
- `coords_basal_pronotum_width`: X and Y coordinate pairs defining the endpoints of the basal pronotal width measurement at the elytro-pronotal junction.
|
| 103 |
-
- `coords_elytra_max_width`: X and Y coordinate pairs defining the endpoints of the maximum elytral width measurement. Represents the greatest transverse distance across both elytra, measured orthogonal to the elytral length axis.
|
| 104 |
-
- `px_scalebar`: Euclidean distance between coordinate endpoints of the reference scalebar (`coords_scalebar`) expressed in pixels.
|
| 105 |
- `px_elytra_max_length`: Euclidean distance between coordinate endpoints of the maximum elytral length (`coords_elytra_max_length`) expressed in pixels.
|
| 106 |
- `px_basal_pronotum_width`: Euclidean distance between coordinate endpoints of the basal pronotal width (`coords_basal_pronotum_width`) expressed in pixels.
|
| 107 |
- `px_elytra_max_width`: Euclidean distance between coordinate endpoints of the maximum elytral width (`coords_elytra_max_width`) expressed in pixels.
|
|
@@ -111,13 +104,12 @@ README.md
|
|
| 111 |
- `cm_elytra_max_width`: Calibrated maximum elytral width in centimeters, representing the greatest transverse dimension across the fused elytra, calculated by converting pixel measurements using the scalebar calibration factor.
|
| 112 |
|
| 113 |
|
| 114 |
-
|
| 115 |
## Dataset Creation
|
| 116 |
|
| 117 |
-
This dataset was compiled as part of the field component of the Experiential Introduction to AI and Ecology Course run by the Imageomics Institute and the AI and Biodiversity Change (ABC) Global
|
| 118 |
|
| 119 |
### Curation Rationale
|
| 120 |
-
|
| 121 |
Ground beetles (Coleoptera: Carabidae) serve as critical bioindicators for ecosystem health, providing valuable insights into biodiversity shifts driven by environmental changes. Understanding their distribution, morphological traits, and responses to environmental conditions is essential for ecological research and conservation efforts. While the National Ecological Observatory Network (NEON) maintains an extensive collection of carabid specimens, these primarily exist as physical collections, restricting widespread research access and large-scale analysis. Despite the ecological significance of invertebrates, global trait databases remain heavily biased toward vertebrates and plants, leaving a critical “invertebrate gap” that hinders comprehensive ecological analyses, particularly for hyper-diverse groups like carabids. Existing beetle datasets lack standardized, high-resolution trait measurements like those provided here, limiting trait-based ecological studies. Morphological traits, such as elytra length and width, are paramount because they directly link to ecological processes like dispersal, niche partitioning, and responses to environmental stressors, enabling predictive modeling of biodiversity under global change.
|
| 122 |
|
| 123 |
### Source Data
|
|
@@ -127,39 +119,60 @@ The specimens come from the PUUM [NEON site](https://www.neonscience.org/field-s
|
|
| 127 |
Our team photographed the beetles in 2025, using Canon EOS DSLR (model 7D).
|
| 128 |
|
| 129 |
#### Data Collection and Processing
|
| 130 |
-
|
| 131 |
-
This is what _you_ did to it following collection from the original source; it will be overall processing if you collected the data initially.
|
| 132 |
-
-->
|
| 133 |
Beetles were collected by PUUM NEON field technicians from 2018 through 2024.
|
| 134 |
|
| 135 |
-
Specimens and identification are provided by [NEON Ground beetles sampled from pitfall traps](https://data.neonscience.org/data-products/DP1.10022.001)
|
| 136 |
|
|
|
|
| 137 |
|
| 138 |
-
|
| 139 |
-
<!--
|
| 140 |
-
For instance, if your data includes people or endangered species. -->
|
| 141 |
-
Our data does not contain any personal and sensitive Information.
|
| 142 |
|
| 143 |
|
| 144 |
-
##
|
| 145 |
|
| 146 |
-
|
| 147 |
|
|
|
|
|
|
|
|
|
|
| 148 |
|
| 149 |
-
##
|
|
|
|
|
|
|
| 150 |
|
| 151 |
-
This work was supported by both the [Imageomics Institute](https://imageomics.org) and the [AI and Biodiversity Change (ABC) Global Center](https://www.biodiversityai.org/). The Imageomics Institute is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under [Award #2118240](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2118240) (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning).
|
| 152 |
-
The ABC Global Center is funded by the US National Science Foundation under [Award No. 2330423](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2330423&HistoricalAwards=false) and Natural Sciences and Engineering Research Council of Canada under [Award No. 585136](https://www.nserc-crsng.gc.ca/ase-oro/Details-Detailles_eng.asp?id=782440).
|
| 153 |
-
This dataset draws on research supported by the Social Sciences and Humanities Research Council.
|
| 154 |
|
| 155 |
-
|
| 156 |
|
| 157 |
-
|
| 158 |
|
| 159 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
|
| 162 |
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
```bibtex
|
| 164 |
@dataset{rayeed2025HawaiiBeetles,
|
| 165 |
title = {Hawaii Beetles},
|
|
@@ -170,3 +183,26 @@ Campolongo and Evan D. Donoso and Tanya Berger-Wolf and Hilmar Lapp and Charles
|
|
| 170 |
note = {Version 1.0, CC-BY-4.0},
|
| 171 |
doi = {}
|
| 172 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- la
|
| 6 |
+
pretty_name: Hawaii Beetles
|
| 7 |
tags:
|
| 8 |
- ecology
|
| 9 |
- animals
|
|
|
|
| 21 |
- image-classification
|
| 22 |
- image-segmentation
|
| 23 |
- object-detection
|
| 24 |
+
size_categories: 1K<n<10K
|
| 25 |
+
description: "Collection of individual ground-beetle (Coleoptera: Carabidae) specimen images with corresponding trait annotations and measurements for all 14 distinct species. All specimens were collected by the U.S. National Ecological Observatory Network (NEON) at the Pu'u Maka'ala Natural Area Reserve on the Island of Hawai'i (the Big Island)."
|
| 26 |
---
|
| 27 |
|
| 28 |
+
# Dataset Card for Hawaii Beetles
|
|
|
|
|
|
|
| 29 |
|
| 30 |
+
Collection of ground beetle specimen images; specimens collected by the [U.S. National Ecological Observatory Network (NEON)](https://www.neonscience.org/) at the [Pu'u Maka'ala Natural Area Reserve](https://www.neonscience.org/field-sites/puum) on the Island of Hawai'i (the Big Island). This collection includes both group images (by-tray) and the individual segmented individuals.
|
| 31 |
|
| 32 |
## Dataset Details
|
| 33 |
|
| 34 |
### Dataset Description
|
| 35 |
<!--
|
| 36 |
- **Curated by:** Lisa Wu, S M Rayeed, Mridul Khurana, Alyson East, Samuel Stevens, Iuliia Eyriay, Scott Lowe, Graham Taylor, Sydne Record
|
| 37 |
+
- **Language(s):** English; Latin
|
| 38 |
+
- **Homepage:**
|
| 39 |
+
- **Repository:**
|
|
|
|
|
|
|
| 40 |
-->
|
| 41 |
+
- **Paper:** [Coming Soon!]() <!-- Add arXiv link once up -->
|
| 42 |
|
| 43 |
## Dataset Description
|
| 44 |
|
| 45 |
+
This dataset comprises 1,614 high-resolution PNG images of individual ground-beetle specimens (Coleoptera: Carabidae) representing 14 distinct species. The group images from which the individuals were segmented are also included.
|
| 46 |
+
All specimens were collected by [NEON](https://www.neonscience.org/) at the [Pu'u Maka'ala Natural Area Reserve (PUUM)](https://www.neonscience.org/field-sites/puum) on the Island of Hawai'i (the Big Island).
|
| 47 |
+
Each image is accompanied by trait annotations and measurements, providing valuable data for morphological and ecological analyses of these ground-beetle species from the Hawaii NEON site.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
|
| 50 |
### Key Uses
|
| 51 |
* species-level classification or retrieval
|
| 52 |
* object detection / instance segmentation on natural-history collections
|
| 53 |
* automated extraction of morphological traits (elytra length)
|
| 54 |
+
* ecological modeling via linkage to NEON environmental streams
|
| 55 |
|
| 56 |
|
| 57 |
## Dataset Structure
|
|
|
|
| 63 |
/individual_specimens
|
| 64 |
IMG_<id>_specimen_<number>_<taxonID>_<individualID>.png
|
| 65 |
...
|
|
|
|
| 66 |
images_metadata.csv
|
| 67 |
trait_annotations.csv
|
| 68 |
|
|
|
|
| 70 |
```
|
| 71 |
|
| 72 |
### Data Fields
|
| 73 |
+
|
| 74 |
**images_metadata.csv**:
|
| 75 |
+
- `individualImageFilePath`: Path to the individually cropped beetle image, e.g., `individual_specimens/IMG_<id>_specimen_<number>_<taxonID>_<individualID>.png`, where `<id>` matches the group image and `<number>` indicates the beetle's position within that group image. Ex: `individual_specimens/IMG_0093_specimen_1_MECKON_NEON.BET.D20.000001.png`.
|
| 76 |
+
- `groupImageFilePath`: Path to grouped beetle images. e.g., `group_images/IMG_<id>.png` where `IMG_<id>` is the image name assigned by the camera roll. Ex: `group_images/IMG_0093.png`.
|
| 77 |
+
- `individualID`: Unique identification number assigned by NEON to each individual beetle. This begins with NEON_BET.D20 to show that the unique ID corresponds to a beetle from the National Ecological Observatory Network's Domain 20, followed by six digits. Ex: `NEON.BET.D20.000001`.
|
| 78 |
+
- `taxonID`: All pinned beetles in this dataset have been identified to genus and species. Here a six-letter code is given specifying the first three letters of the genus followed by the first three letters of the specific epithet. Ex: `MECKON`.
|
| 79 |
+
- `ScientificName`: Binomial scientific name of the specimen (`<Genus specific epithet>`, ex: `Mecyclothorax konanus`).
|
| 80 |
+
- `plotID`: A numeric code that corresponds to the NEON plot in which the individual beetle was collected (numbers, up to 18).
|
| 81 |
+
- `trapID`: The cardinal direction (`E` - east, `S` - south, `W` - west) indicating which side of the plot the beetle was collected from.
|
| 82 |
+
- `plotTrapID`: A three letter code that corresponds to the NEON plot from which the individual beetle was collected along with direction (ex: `006W` for `plotID` 6 and `trapID` W).
|
| 83 |
+
- `collectDate`: The date NEON staff collected the beetle specimen from the pitfall trap. It follows the `YYYYMMDD` format.
|
| 84 |
+
- `ownerInstitutionCode`: NEON owner code (`NEON`).
|
| 85 |
+
- `catalogNumber`: NEON catalog number (ex: `DP1.10022.001`).
|
| 86 |
|
| 87 |
<br>
|
| 88 |
|
| 89 |
**trait_annotations.csv**:
|
| 90 |
- `groupImageFilePath`: File path to grouped beetle specimen images. Format: `group_images/IMG_<id>.png`, where `IMG_<id>` corresponds to the unique image identifier assigned by the camera system.
|
| 91 |
- `BeetlePosition`: Ordinal position of the individual beetle specimen within the group image (dorsal view). Specimens are numbered sequentially from top to bottom: topmost specimen = 1, subsequent specimens = 2, 3, 4, etc.
|
| 92 |
+
- `individualID`: Unique identifier assigned by NEON to each individual beetle specimen. This begins with NEON_BET.D20 to show that the unique ID corresponds to a beetle from the National Ecological Observatory Network's Domain 20, followed by six digits. Ex: `NEON.BET.D20.000001`. This allows for linking to the `images_metadata.csv` and additional metadata provided through the [NEON data portal](https://www.neonscience.org/data).
|
| 93 |
+
- `coords_scalebar`: X and Y coordinate pairs defining the endpoints of the 1 cm reference scalebar, positioned in the upper or upper-left portion of each image. Ex: `"[[5713.91, 3045.68, 5701.21, 2265.92]]"`.
|
| 94 |
+
- `coords_elytra_max_length`: X and Y coordinate pairs defining the endpoints of the maximum elytral length measurement. Measured from the midpoint of the elytro-pronotal suture (junction between pronotum and elytra) to the midpoint of the elytral apex (posterior terminus of the elytra). Ex: `"[[3865.5, 1245.87, 3881.25, 1045.81]]"`.
|
| 95 |
+
- `coords_basal_pronotum_width`: X and Y coordinate pairs defining the endpoints of the basal pronotal width measurement at the elytro-pronotal junction. Ex: `"[[3922.92, 1046.2, 3872.53, 1035.06]]"`.
|
| 96 |
+
- `coords_elytra_max_width`: X and Y coordinate pairs defining the endpoints of the maximum elytral width measurement. Represents the greatest transverse distance across both elytra, measured orthogonal to the elytral length axis. Ex: `"[[3960.08, 1145.79, 3814.38, 1123.85]]"`.
|
| 97 |
+
- `px_scalebar`: Euclidean distance between coordinate endpoints of the reference scalebar (`coords_scalebar`) expressed in pixels, measured to ____ precision.
|
| 98 |
- `px_elytra_max_length`: Euclidean distance between coordinate endpoints of the maximum elytral length (`coords_elytra_max_length`) expressed in pixels.
|
| 99 |
- `px_basal_pronotum_width`: Euclidean distance between coordinate endpoints of the basal pronotal width (`coords_basal_pronotum_width`) expressed in pixels.
|
| 100 |
- `px_elytra_max_width`: Euclidean distance between coordinate endpoints of the maximum elytral width (`coords_elytra_max_width`) expressed in pixels.
|
|
|
|
| 104 |
- `cm_elytra_max_width`: Calibrated maximum elytral width in centimeters, representing the greatest transverse dimension across the fused elytra, calculated by converting pixel measurements using the scalebar calibration factor.
|
| 105 |
|
| 106 |
|
|
|
|
| 107 |
## Dataset Creation
|
| 108 |
|
| 109 |
+
This dataset was compiled as part of the field component of the Experiential Introduction to AI and Ecology Course run by the Imageomics Institute and the AI and Biodiversity Change (ABC) Global Center. This field work was done on the island of Hawai'i January 15-29, 2025.
|
| 110 |
|
| 111 |
### Curation Rationale
|
| 112 |
+
|
| 113 |
Ground beetles (Coleoptera: Carabidae) serve as critical bioindicators for ecosystem health, providing valuable insights into biodiversity shifts driven by environmental changes. Understanding their distribution, morphological traits, and responses to environmental conditions is essential for ecological research and conservation efforts. While the National Ecological Observatory Network (NEON) maintains an extensive collection of carabid specimens, these primarily exist as physical collections, restricting widespread research access and large-scale analysis. Despite the ecological significance of invertebrates, global trait databases remain heavily biased toward vertebrates and plants, leaving a critical “invertebrate gap” that hinders comprehensive ecological analyses, particularly for hyper-diverse groups like carabids. Existing beetle datasets lack standardized, high-resolution trait measurements like those provided here, limiting trait-based ecological studies. Morphological traits, such as elytra length and width, are paramount because they directly link to ecological processes like dispersal, niche partitioning, and responses to environmental stressors, enabling predictive modeling of biodiversity under global change.
|
| 114 |
|
| 115 |
### Source Data
|
|
|
|
| 119 |
Our team photographed the beetles in 2025, using Canon EOS DSLR (model 7D).
|
| 120 |
|
| 121 |
#### Data Collection and Processing
|
| 122 |
+
|
|
|
|
|
|
|
| 123 |
Beetles were collected by PUUM NEON field technicians from 2018 through 2024.
|
| 124 |
|
| 125 |
+
Specimens and identification are provided by [NEON Ground beetles sampled from pitfall traps](https://data.neonscience.org/data-products/DP1.10022.001).
|
| 126 |
|
| 127 |
+
#### Who are the source data producers?
|
| 128 |
|
| 129 |
+
This dataset is a collection of images taken of the ground beetle collection at the PUUM NEON field site, collected by their technicians from 2018 through 2024. The associated labels and metadata are provided by the NEON team and were recorded based on the labels associated to each pinned specimen.
|
|
|
|
|
|
|
|
|
|
| 130 |
|
| 131 |
|
| 132 |
+
### Annotations
|
| 133 |
|
| 134 |
+
After imaging all the specimens, the data curation team segmented the individuals and measured the elytra length and width for each.
|
| 135 |
|
| 136 |
+
#### Annotation process
|
| 137 |
+
[More Information Needed]
|
| 138 |
+
<!-- This section describes the annotation process such as annotation tools used, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
|
| 139 |
|
| 140 |
+
#### Who are the annotators?
|
| 141 |
+
[More Information Needed]
|
| 142 |
+
<!-- This section describes the people or systems who created the annotations. -->
|
| 143 |
|
|
|
|
|
|
|
|
|
|
| 144 |
|
| 145 |
+
### Personal and Sensitive Information
|
| 146 |
|
| 147 |
+
Our data does not contain any personal or sensitive Information.
|
| 148 |
|
| 149 |
+
## Considerations for Using the Data
|
| 150 |
+
[More Information Needed]
|
| 151 |
+
<!--
|
| 152 |
+
Things to consider while working with the dataset. For instance, maybe there are hybrids and they are labeled in the `hybrid_stat` column, so to get a subset without hybrids, subset to all instances in the metadata file such that `hybrid_stat` is _not_ "hybrid".
|
| 153 |
+
-->
|
| 154 |
+
|
| 155 |
+
### Bias, Risks, and Limitations
|
| 156 |
+
[More Information Needed]
|
| 157 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. Could also address misuse, malicious use, and uses that the dataset will not work well for.-->
|
| 158 |
+
|
| 159 |
+
<!-- For instance, if your data exhibits a long-tailed distribution (and why). -->
|
| 160 |
|
| 161 |
+
### Recommendations
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 164 |
+
|
| 165 |
+
|
| 166 |
+
## Licensing Information
|
| 167 |
+
|
| 168 |
+
Images and associated metadata: [Creative Commons Attribution 4.0](https://creativecommons.org/licenses/by/4.0/).
|
| 169 |
|
| 170 |
## Citation
|
| 171 |
+
|
| 172 |
+
If you use this dataset in your research, please cite both the dataset and our paper.
|
| 173 |
+
|
| 174 |
+
**Dataset:**
|
| 175 |
+
|
| 176 |
```bibtex
|
| 177 |
@dataset{rayeed2025HawaiiBeetles,
|
| 178 |
title = {Hawaii Beetles},
|
|
|
|
| 183 |
note = {Version 1.0, CC-BY-4.0},
|
| 184 |
doi = {}
|
| 185 |
}
|
| 186 |
+
|
| 187 |
+
|
| 188 |
+
**Paper:** Coming Soon!
|
| 189 |
+
|
| 190 |
+
<!--
|
| 191 |
+
|
| 192 |
+
```bibtex
|
| 193 |
+
|
| 194 |
+
```
|
| 195 |
+
-->
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
## Acknowledgements
|
| 199 |
+
|
| 200 |
+
This work was supported by both the [Imageomics Institute](https://imageomics.org) and the [AI and Biodiversity Change (ABC) Global Center](https://www.biodiversityai.org/). The Imageomics Institute is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under [Award #2118240](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2118240) (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning).
|
| 201 |
+
The ABC Global Center is funded by the US National Science Foundation under [Award No. 2330423](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2330423&HistoricalAwards=false) and Natural Sciences and Engineering Research Council of Canada under [Award No. 585136](https://www.nserc-crsng.gc.ca/ase-oro/Details-Detailles_eng.asp?id=782440).
|
| 202 |
+
This dataset draws on research supported by the Social Sciences and Humanities Research Council.
|
| 203 |
+
|
| 204 |
+
S. Record and A. East were additionally supported by the US National Science Foundation's [Award No. 242918](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2429418&HistoricalAwards=false) (EPSCOR Research Fellows: NSF: Advancing National Ecological Observatory Network-Enabled Science and Workforce Development at the University of Maine with Artificial Intelligence) and by Hatch project Award #MEO-022425 from the US Department of Agriculture’s National Institute of Food and Agriculture.
|
| 205 |
+
|
| 206 |
+
This material is based in part upon work supported by the [U.S. National Ecological Observatory Network (NEON)](https://www.neonscience.org/), a program sponsored by the [U.S. National Science Foundation (NSF)](https://www.nsf.gov/) and operated under cooperative agreement by [Battelle](https://www.battelle.org/). Furthermore, this material uses specimens and/or samples collected as part of the NEON Program.
|
| 207 |
+
|
| 208 |
+
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 US National Science Foundation, the US Department of Agriculture, the Natural Sciences and Engineering Research Council of Canada, or the Social Sciences and Humanities Research Council.
|