نتایج جستجو برای: tadpoles

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

2002
Allan Adams John McGreevy Eva Silverstein

We argue that perturbative quantum field theory and string theory can be consistently modified in the infrared to eliminate, in a radiatively stable manner, tadpole instabilities that arise after supersymmetry breaking. This is achieved by deforming the propagators of classically massless scalar fields and the graviton so as to cancel the contribution of their zero modes. In string theory, this...

Journal: :Animal Behaviour 2021

The tendency to aggregate during the larval stage is widespread and highly variable among anuran species. Several studies have highlighted link between tadpole group density their activity level, confirming that, usually, living in groups brings several antipredator benefits. However, nearly all focused on average behavioural responses of tadpoles tested groups. In this study, we explored effec...

Journal: :Proceedings. Biological sciences 2013
Jessica Middlemis Maher Earl E Werner Robert J Denver

Amphibian tadpoles display extensive anti-predator phenotypic plasticity, reducing locomotory activity and, with chronic predator exposure, developing relatively smaller trunks and larger tails. In many vertebrates, predator exposure alters activity of the neuroendocrine stress axis. We investigated predator-induced effects on stress hormone production and the mechanistic link to anti-predator ...

Journal: :The Journal of experimental biology 2006
Eberhard R Horn

UNLABELLED During space flights, tadpoles of the clawed toad Xenopus laevis occasionally develop upward bended tails (tail lordosis). The tail lordosis disappears after re-entry to 1g within a couple of days. The mechanisms responsible for the induction of the tail lordosis are unknown; physical conditions such as weight de-loading or physiological factors such as decreased vestibular activity ...

Journal: :Journal of virology 2014
Leon Grayfer Francisco De Jesús Andino Jacques Robert

UNLABELLED The increasing prevalence of ranavirus (RV; Iridoviridae) infections of wild and commercially maintained aquatic species is raising considerable concerns. While Xenopus laevis is the leading model for studies of immunity to RV, amphibian antiviral interferon (IFN) responses remain largely uncharacterized. Accordingly, an X. laevis type I interferon was identified, the expression of t...

2011
Caren C. Helbing Mary J. Wagner Katherine Pettem Jill Johnston Rachel A. Heimeier Nik Veldhoen Frank R. Jirik Yun-Bo Shi Leon W. Browder

BACKGROUND INhibitor of Growth (ING) proteins belong to a large family of plant homeodomain finger-containing proteins important in epigenetic regulation and carcinogenesis. We have previously shown that ING1 and ING2 expression is regulated by thyroid hormone (TH) during metamorphosis of the Xenopus laevis tadpole. The present study investigates the possibility that ING proteins modulate TH ac...

2011
M. Audette-Stuart T. Yankovich

Adaptive responses were observed using the micronucleus frequency in bullfrog tadpoles. In tanks in which control tadpoles were placed in contact with tadpoles that were previously housed in tritiated water (3.0× 104 Bq/L), the cells from all animals responded as though they were “adapted”. This suggests that direct exposure to 3.0× 104 Bq/L tritium contributes to an increased resistance to a h...

Journal: :Journal of applied toxicology : JAT 2010
Katti Pancharatna Manjunath Ghodageri Prasad A Deshpande Rutesh Javalkar

Novaluron is an insect growth regulator (IGR) used against fruit-borers and domestic pests. In this study, effects of different concentrations (0.5, 0.75, 1.0, 1.5 microg l(-1)) of novaluron on the tail regeneration, limb development and metamorphosis were examined in Bufo melanostictus. Thyroxine (1.0, 2.0, 3.5, 5.0 microg l(-1)), which promotes amphibian development/metamorphosis, and vitamin...

Journal: :Developmental biology 1996
J C Robertson D B Kelley

Gonadal differentiation, the onset of androgen-stimulated laryngeal growth and the genesis of a sex difference in laryngeal innervation, all temporally coincide with thyroid hormone (TH)-induced metamorphosis in Xenopus laevis. To explore the role TH plays in the ontogeny of the Xenopus androgen-sensitive vocal neuromuscular system, we examined gonadal and laryngeal development in tadpoles in w...

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

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

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"; } -->