LeoZhangzaolin
commited on
Commit
•
59013c3
1
Parent(s):
57f0427
Create readme.md
Browse files
readme.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Graptoloidea Specimens Imaging Dataset
|
2 |
+
**NetID:** zz332
|
3 |
+
**Name:** Zaolin Zhang
|
4 |
+
|
5 |
+
## Summary
|
6 |
+
This dataset offers a detailed examination of Graptoloidea specimens, featuring attributes like image file paths, suborder, infraorder, family (including subfamily), tagged species names, geological stages, mean age values, and locality details (with coordinates and horizon information), complemented by original reference citations for each specimen. It serves as a comprehensive resource for paleontological research, emphasizing morphological and stratigraphic analysis of these ancient colonial animals.
|
7 |
+
|
8 |
+
## Supported Tasks
|
9 |
+
- **Paleontological Analysis and Classification**: Utilizing the dataset for detailed classification of Graptoloidea species, including sorting by suborder, infraorder, and family. Fundamental for researchers in paleontology to understand evolutionary trends and species distinctions.
|
10 |
+
- **Age Estimation and Stratigraphic Correlation**: Leveraging mean age values and stage data to estimate the geological age of specimens and correlate them with stratigraphic layers. Crucial for geologists and paleontologists in mapping the geological timeline and understanding the Earth's history.
|
11 |
+
- **Geographical Distribution Study**: Analyzing locality data to study the geographical distribution and migration patterns of Graptoloidea species. Can reveal insights into ancient ecological conditions and biogeographic events.
|
12 |
+
- **Morphological Analysis**: Using the provided specimen images for morphological studies, enabling the identification of unique features and variations within the Graptoloidea order. Important for taxonomic classification and evolutionary studies.
|
13 |
+
- **Data-Driven Paleobiology**: Applying machine learning and statistical methods to uncover patterns and relationships in Graptoloidea evolution, diversity, and extinction events.
|
14 |
+
- **Morphometric Analysis**: Employing image processing techniques to measure and analyze morphological features of the specimens, such as length, shape, branching patterns, and other key characteristics.
|
15 |
+
- **Virtual Reconstruction and 3D Modeling**: Using specimen images to create detailed 3D models of Graptoloidea for virtual reality experiences, aiding in both research and educational endeavors.
|
16 |
+
- **Educational and Outreach Tools**: Developing interactive tools and applications for educational purposes, using specimen images to engage and teach students and the public about Graptoloidea and paleontology.
|
17 |
+
- **Crowdsourcing and Citizen Science Projects**: Allowing citizen scientists to access and annotate the images, contributing to data collection and analysis efforts.
|
18 |
+
|
19 |
+
## Data Fields
|
20 |
+
- `suborder` (string): Suborder of the graptoloidea.
|
21 |
+
- `infraorder` (string): Infraorder of the graptoloidea.
|
22 |
+
- `family` (string): Family of the graptoloidea (with subfamily).
|
23 |
+
- `tagged species name` (string): The tagged name for the graptoloidea.
|
24 |
+
- `image` (string): File path for the image file.
|
25 |
+
- `stage` (string): Which period is this graptoloidea in.
|
26 |
+
- `mean age value` (float): About how long has this specimen lasts.
|
27 |
+
- `locality` (str): Where found the specimen (with longitude, latitude, and horizon).
|
28 |
+
- `reference` (str): Who first publish this specimen.
|
29 |
+
|
30 |
+
## Methodology
|
31 |
+
- **Data Collection**: Source link: [Zenodo Record](https://zenodo.org/records/6194943)
|
32 |
+
- **Data Converting**: Convert data to CSV.
|
33 |
+
- **Data Extract**: Extract all photos to appear exactly once for 1 specimen with a scale bar.
|
34 |
+
- **Column Emerging**: Merge some columns so that the dataset is more concise (like merge subfamily with family, merge longitude, latitude, horizon with locality).
|
35 |
+
|
36 |
+
## Bias, Risks, and Limitations
|
37 |
+
- **Technological and Methodological Constraints**: Utility is tied to current state of paleontological methodologies and technologies. Future advancements might necessitate reevaluation.
|
38 |
+
- **External Environmental Factors**: Might not fully account for the environmental conditions under which the specimens lived or were fossilized.
|
39 |
+
- **Imaging and Interpretation Limitations**: Quality and resolution of specimen images can vary, affecting morphological analyses. Interpretations based on images are subject to observer's expertise and bias.
|
40 |
+
|
41 |
+
## Citation
|
42 |
+
DOI: [10.5281/zenodo.5205215](https://doi.org/10.5281/zenodo.5205215)
|