Dinosaurs
ODP - A comprehensive database of limb bone measurements for dinosaurs
@kaggle.joebeachcapital_dinosaurs
ODP - A comprehensive database of limb bone measurements for dinosaurs
@kaggle.joebeachcapital_dinosaurs
Open Dinosaur Project
What is the ODP?
The ODP (Open Dinosaur Project) is a collaborative research effort, focused on developing a comprehensive database of limb bone measurements for dinosaurs. By collaborative, we truly mean it – anyone is allowed to contribute to the database. We will focus on measurements in the literature as well as “original” measurements taken directly from specimens. For Phase I of the project, we will use the data to look at patterns of limb bone evolution in ornithischian dinosaurs, and how it relates to the evolution of locomotion in this group. Preliminary results and analyses will be blogged at this website, and all participants will be included as junior authors on the resulting scientific paper, unless they request otherwise.
CREATE TABLE odp_public_data_checked_data (
"clade" VARCHAR,
"genus" VARCHAR,
"species" VARCHAR,
"genusfinal" VARCHAR,
"speciesfinal" VARCHAR,
"specimen" VARCHAR,
"reference" VARCHAR,
"page" VARCHAR,
"r_l" VARCHAR,
"l_l" VARCHAR,
"l" VARCHAR,
"r_l_1" VARCHAR,
"l_l_1" VARCHAR,
"l_1" VARCHAR,
"r_l_2" VARCHAR,
"l_l_2" VARCHAR,
"l_2" VARCHAR,
"r_l_3" VARCHAR,
"l_l_3" VARCHAR,
"l_3" VARCHAR,
"l_min_shaft_w" VARCHAR,
"r_min_shaft_w" VARCHAR,
"min_shaft_w" VARCHAR,
"r_circ" DOUBLE,
"l_circ" VARCHAR,
"circ" VARCHAR,
"r_l_4" VARCHAR,
"l_l_4" VARCHAR,
"l_4" VARCHAR,
"r_l_5" VARCHAR,
"l_l_5" VARCHAR,
"l_5" VARCHAR,
"mc_i_l" VARCHAR,
"mc_ii_l" VARCHAR,
"mc_iii_l" VARCHAR,
"mc_iv_l" VARCHAR,
"mc_v_l" VARCHAR,
"i_1_l" VARCHAR,
"i_2_l" VARCHAR,
"ii_1_l" VARCHAR,
"ii_2_l" VARCHAR,
"ii_3_l" VARCHAR,
"iii_1_l" VARCHAR,
"iii_2_l" VARCHAR,
"iii_3_l" VARCHAR,
"iii_4_l" VARCHAR,
"iv_1_l" VARCHAR,
"iv_2_l" VARCHAR,
"iv_3_l" VARCHAR,
"v_1_l" VARCHAR,
"v_2_l" VARCHAR,
"v_3_l" VARCHAR,
"v_4_l" DOUBLE,
"r_l_6" VARCHAR,
"l_l_6" VARCHAR,
"l_6" VARCHAR,
"r_circ_1" VARCHAR,
"l_circ_1" VARCHAR,
"circ_1" VARCHAR,
"r_midshaft_ml_w" VARCHAR,
"l_midshaft_ml_w" VARCHAR,
"midshaft_ml_w" VARCHAR,
"r_midshaft_ap_l" VARCHAR,
"l_shaft_ap_l" VARCHAR,
"shaft_ap_l" VARCHAR,
"r_l_7" VARCHAR,
"l_l_7" VARCHAR,
"l_7" VARCHAR,
"r_l_8" VARCHAR,
"l_l_8" VARCHAR,
"l_8" VARCHAR,
"mt_i_l" VARCHAR,
"mt_ii_l" VARCHAR,
"mt_iii_l" VARCHAR,
"mt_iv_l" VARCHAR,
"mt_v_l" VARCHAR,
"i_1_l_1" VARCHAR,
"i_2_l_1" VARCHAR,
"ii_1_l_1" VARCHAR,
"ii_2_l_1" VARCHAR,
"ii_3_l_1" VARCHAR,
"iii_1_l_1" VARCHAR,
"iii_2_l_1" VARCHAR,
"iii_3_l_1" VARCHAR,
"iii_4_l_1" VARCHAR,
"iv_1_l_1" VARCHAR,
"iv_2_l_1" VARCHAR,
"iv_3_l_1" VARCHAR,
"iv_4_l" VARCHAR,
"iv_5_l" VARCHAR,
"entry_1" VARCHAR,
"entry_2" VARCHAR,
"unnamed_92" VARCHAR -- Unnamed: 92,
"unnamed_93" VARCHAR -- Unnamed: 93,
"unnamed_94" VARCHAR -- Unnamed: 94,
"unnamed_95" VARCHAR -- Unnamed: 95,
"unnamed_96" VARCHAR -- Unnamed: 96,
"unnamed_97" VARCHAR -- Unnamed: 97,
"total_entries" DOUBLE,
"fem_entries" DOUBLE
);
Anyone who has the link will be able to view this.