Data From: Host Specificity Of Aphelinus Species Considered For Introduction To Control Diuraphis Noxia
Department of Agriculture
@usgov.usda_gov_data_from_host_specificity_of_aphelinus_speci_e8c097cf
Department of Agriculture
@usgov.usda_gov_data_from_host_specificity_of_aphelinus_speci_e8c097cf
Diuraphis noxia, the Russian wheat aphid, has become a major pest of wheat and barley since first being detected in the western USA in 1986. However, it is rarely a pest in Eurasia, its area of origin, and research has shown that natural enemies can limit its abundance there. Among the most important of natural enemies of D. noxia in Eurasia are parasitoids in the genus Aphelinus. These data are results of laboratory experiments on host specificity of ten populations of seven species from two species complexes in the genus Aphelinus. Host specificity was not related to host plant species or the phylogenetic relatedness of the aphids or the parasitoids. While some species had very broad host ranges and others had intermediate host ranges, Aphelinus hordei had a very narrow host range, being restricted primarily to species in the genus Diuraphis, and especially D. noxia. We also report the results of experiments on the mechanisms of this host specificity. Most of the host specificity of A. hordei can be explained by differences in the behavior of females when they encountered different aphid species. Females of A. hordei rarely approach, sting, oviposit or host feed on aphids outside the genus Diuraphis, and they oviposit most frequently in D. noxia. From these results, we conclude that A. hordei is an excellent candidate for introduction into the USA to control D. noxia.
Organization: Department of Agriculture
Last updated: 2024-03-30T11:18:52.140144
Tags: aphelinus-asychis-complex, aphelinus-hordei, aphelinus-varipes-complex, ars, biological-control, data-gov, np304, russian-wheat-aphid
CREATE TABLE aphelinus_grain_aphids_host_use (
"block" BIGINT,
"location" BIGINT,
"species" VARCHAR,
"country" VARCHAR,
"population" VARCHAR,
"year" BIGINT,
"orghost" VARCHAR,
"sourceid" VARCHAR,
"exphost" VARCHAR,
"datein" TIMESTAMP,
"timein" VARCHAR,
"dateout" VARCHAR,
"timeout" VARCHAR,
"waspfate" VARCHAR,
"plantfate" VARCHAR,
"nmum" VARCHAR,
"nemer" VARCHAR,
"nadults" VARCHAR,
"nmales" VARCHAR,
"nfemales" VARCHAR
);CREATE TABLE aphelinus_hordei_behavior_detailed (
"block" BIGINT,
"order" BIGINT,
"exphost" VARCHAR,
"datexp" TIMESTAMP,
"aphidid" BIGINT,
"location" VARCHAR,
"approaches" VARCHAR,
"stings" VARCHAR,
"misses" VARCHAR,
"leg" VARCHAR,
"longstingord" VARCHAR,
"sapprmin" VARCHAR,
"spprsec" VARCHAR,
"eapprmin" VARCHAR,
"eapprsec" VARCHAR,
"sstingmin" VARCHAR,
"sstingsec" VARCHAR,
"estingmin" VARCHAR,
"estingsec" VARCHAR,
"shfmin" VARCHAR,
"shfsec" VARCHAR,
"ehfmin" VARCHAR,
"ehfsec" VARCHAR,
"hf" VARCHAR,
"jump" VARCHAR,
"visits" VARCHAR,
"disturb" VARCHAR,
"up" VARCHAR,
"wave" VARCHAR,
"buck" VARCHAR,
"kick" VARCHAR,
"rotate" VARCHAR,
"walk" BIGINT,
"corn" VARCHAR,
"drop" VARCHAR,
"twitch" VARCHAR,
"notwalk" VARCHAR,
"fall" VARCHAR
);CREATE TABLE aphelinus_hordei_behavior_summary (
"species" VARCHAR,
"country" VARCHAR,
"population" VARCHAR,
"year" BIGINT,
"orghost" VARCHAR,
"sourceid" VARCHAR,
"subpop" BIGINT,
"block" BIGINT,
"location" BIGINT,
"exphost" VARCHAR,
"aphid_treat" VARCHAR,
"age" BIGINT,
"date" TIMESTAMP,
"time_preexp" VARCHAR,
"nhf_preexp" VARCHAR,
"time_aphid" VARCHAR,
"timein" VARCHAR,
"timeout" VARCHAR,
"obs_time" BIGINT,
"leave_time" BIGINT,
"flit" BIGINT,
"naphids" BIGINT,
"nappr" VARCHAR,
"nstung" VARCHAR,
"nhf" VARCHAR,
"naphids_diss" VARCHAR,
"neggs_aphids" VARCHAR,
"neggs_wasp" VARCHAR,
"novar" VARCHAR,
"naphids_rear" VARCHAR,
"nmum" VARCHAR,
"naphids_surv" VARCHAR,
"nemer" VARCHAR,
"nadults" VARCHAR,
"nmales" VARCHAR,
"nfamles" VARCHAR
);CREATE TABLE aphelinus_hordei_host_use_round2 (
"species" VARCHAR,
"country" VARCHAR,
"population" VARCHAR,
"year" BIGINT,
"orghost" VARCHAR,
"sourceid" VARCHAR,
"subpop" BIGINT,
"block" BIGINT,
"location" BIGINT,
"exphost" VARCHAR,
"datein" TIMESTAMP,
"timein" VARCHAR,
"dateout" TIMESTAMP,
"timeout" VARCHAR,
"waspfate" VARCHAR,
"plantfate" VARCHAR,
"nmum" BIGINT,
"nemer" BIGINT,
"nadults" BIGINT,
"nmales" BIGINT,
"massmales" VARCHAR,
"nfemales" BIGINT,
"massfemales" VARCHAR
);CREATE TABLE aphelinus_hordei_with_diuraphis_species (
"species" VARCHAR,
"country" VARCHAR,
"population" VARCHAR,
"year" BIGINT,
"orghost" VARCHAR,
"sourceid" VARCHAR,
"subpop" BIGINT,
"block" BIGINT,
"location" BIGINT,
"exphost" VARCHAR,
"datein" TIMESTAMP,
"timein" VARCHAR,
"dateout" TIMESTAMP,
"timeout" VARCHAR,
"waspfate" VARCHAR,
"plantfate" VARCHAR,
"nmum" BIGINT,
"nemer" BIGINT,
"nadults" BIGINT,
"nmales" VARCHAR,
"massmales" VARCHAR,
"nfemales" VARCHAR,
"massfemales" VARCHAR
);CREATE TABLE data_dictionary_host_specificity_of_aphelinus (
"csv_data_file" VARCHAR,
"element_or_value_display_name" VARCHAR,
"description_concentration_units" VARCHAR -- Description, Concentration Units,
"data_type" VARCHAR,
"character_length" BIGINT,
"acceptable_values" VARCHAR,
"required" VARCHAR -- Required?,
"accepts_null_value" VARCHAR -- Accepts Null Value?
);Anyone who has the link will be able to view this.