Life History Strategies Of Stream Fishes Linked To Predictors Of Hydrologic Stability
Department of the Interior
@usgov.doi_gov_life_history_strategies_of_stream_fishes_linke_86172559
Department of the Interior
@usgov.doi_gov_life_history_strategies_of_stream_fishes_linke_86172559
Open Access Data. Hitt, NP, Landsman, AP, and Raesly, RL. 2022. Life history strategies of stream fishes linked to predictors of hydrologic stability. Ecology and Evolution 12.e8861.
Organization: Department of the Interior
Last updated: 2025-09-14T17:54:00.117987
Tags: ecological-framework-biological-integrity-focal-species-or-communities-fishes, ecological-framework-biological-integrity-focal-species-or-communities-freshwater-communities, freshwater-fish, hydrology, karst, life-history, streams
CREATE TABLE hitt_et_al_sample_sites (
"site_code" VARCHAR,
"site_name" VARCHAR,
"decimal_degrees_north_nad83" DOUBLE -- Decimal Degrees North (NAD83),
"decimal_degrees_west_nad83" VARCHAR -- Decimal Degrees West (NAD83)
);CREATE TABLE hitt_et_al_species_abundances (
"species_code" VARCHAR,
"site_1" VARCHAR,
"site_2" VARCHAR,
"site_3" VARCHAR,
"site_4" VARCHAR,
"site_5" VARCHAR,
"site_6" VARCHAR,
"site_7" VARCHAR,
"site_8" VARCHAR,
"site_9" VARCHAR,
"site_10" VARCHAR,
"site_11" VARCHAR,
"site_12" VARCHAR,
"site_13" VARCHAR,
"site_14" VARCHAR,
"site_15" VARCHAR,
"site_16" VARCHAR,
"site_17" VARCHAR,
"site_18" VARCHAR,
"site_19" VARCHAR,
"site_20" VARCHAR
);CREATE TABLE hitt_et_al_species_names (
"family" VARCHAR,
"species_name" VARCHAR,
"code" VARCHAR,
"common_name" VARCHAR
);Anyone who has the link will be able to view this.