نتایج جستجو برای: reproduction success

تعداد نتایج: 233624  

Journal: :Sustainability 2021

Farmland species face many threats, including habitat loss and malnutrition during key periods of their life cycle. This is aggravated in conventionally managed monocultures, leading to nutrient deficiencies that impair the survival reproduction farmland wildlife. For instance, protein wheat or vitamin B3 deficiency maize reduce by up 87% reproductive success critically endangered common hamste...

Journal: :Archives of environmental contamination and toxicology 2001
K J Fernie J E Smits G R Bortolotti D M Bird

The reproductive success of wild birds has been affected by exposure to multiple contaminants. Reproduction of captive American kestrels (Falco sparverius) was suppressed when adult birds were exposed to dietary polychlorinated biphenyls (PCBs). In this study, the reproductive effects of in ovo exposure to PCBs is explored, along with determining effects on reproduction in second-generation bir...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه فردوسی مشهد - دانشکده ادبیات و علوم انسانی 1392

the purpose of this quantitative study was to investigate the relation between efl teachers’ self-efficacy beliefs and their success. moreover, the study was an analysis of the teacher age, gender and years of teaching experience, to examine the manner in which these factors relate to teacher self-efficacy as defined by bandura (1997) and teaching effectiveness as evaluated by their own student...

اسدی, ناهید, ایلخانی‌زاده ،, بهروز, حاجی‌شفیع‌ها, معصومه , دلدار, یعقوب, سعیدی, ویدا , صدقیانی , مهرزاد , نانبخش , فریبا , نهالی مقدم , علی , کیارنگ , نازیلا ,

 Received: 23 Apr , 2013 Accepted: 28 Jun , 2013 Abstract Background & Aims: Concentrations of certain substances in follicular fluid (FF) may related to fertilization outcome. The study aim was to identify FF markers with which to predict embryo implantation potential.  Materials & Methods: Concentrations of selected hormones, cytokines and growth factors in FF samples obtained during assi...

2016
Mitch D. Weegman Stuart Bearhop Geoff M. Hilton Alyn Walsh Anthony David Fox

Variation in fitness between individuals in populations may be attributed to differing environmental conditions experienced among birth (or hatch) years (i.e., between cohorts). In this study, we tested whether cohort fitness could also be explained by environmental conditions experienced in years post-hatch, using 736 lifelong resighting histories of Greenland white-fronted geese (Anser albifr...

Journal: :Annals of botany 2016
Antonio R Castilla Nathaniel Pope Shalene Jha

BACKGROUND AND AIMS Global pollinator declines and continued habitat fragmentation highlight the critical need to understand reproduction and gene flow across plant populations. Plant size, conspecific density and local kinship (i.e. neighbourhood genetic relatedness) have been proposed as important mechanisms influencing the reproductive success of flowering plants, but have rarely been simult...

2016
Mathilde Capelli Pierre-Éric Lauri Frédéric Normand

Irregular fruit production across successive years is a major issue that limits the profitability of most temperate and tropical fruit crops. It is particularly affected by the reciprocal relationships between vegetative and reproductive growth. The concept of the costs of reproduction is defined in terms of losses in the potential future reproductive success caused by current investment in rep...

2010
Ami Schlesinger Esti Kramarsky-Winter Hanna Rosenfeld Rachel Armoza-Zvoloni Yossi Loya

Traits that influence reproductive success and contribute to reproductive isolation in animal and plant populations are a central focus of evolutionary biology. In the present study we used an experimental approach to demonstrate the occurrence of environmental effects on sexual and asexual reproduction, and provide evidence for sexual plasticity and inter-clonal fertilization in laboratory-cul...

2010
Michele A. Gaston Akiko Fuji Floyd W. Weckerly Michael R. J. Forstner

Effective management of wetland quantity and quality is crucial for effective conservation of declining amphibian populations. In particular, frogs and toads that employ aggregative breeding strategies may suffer negative population impacts in response to changes in availability of aquatic breeding habitat, including overabundance of suitable habitat, if density of conspecifics attending aggreg...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->