نتایج جستجو برای: gill and gut morphology

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

Journal: :molecular biology research communications 2014
sandya chinna rajesh sayani banerjee avijit patra gadadhar dash thangapalam abraham

as new pathogenic strains are emerging and threatening aquaculture development, myxosporeans (myxozoa) are receiving much attention in recent years. myxosporean taxonomy is traditionally based on morphology of the myxospore stage. molecular data on indian myxosporeans are rare. in this report, the 18s rrna gene sequence of myxobolus cuttacki infecting gill lamellae of minor carp labeo bata (ham...

Journal: :The Journal of experimental biology 1994
Kimura Ahearn Busquets-Turner Haley Nagao Couet

Epithelial plasma membranes from crustacean gut, kidney and gills have been shown recently to display an electrogenic 2Na+/1H+ antiporter that differs considerably in its physiological properties from the vertebrate electroneutral 1Na+/1H+ exchange paradigm. In this study, we describe the histological and cytological localization of an antigen associated with invertebrate electrogenic 2Na+/1H+ ...

Journal: :Environmental pollution 2016
Tamzin A Blewett Chris M Wood Chris N Glover

Inanga (Galaxias maculatus) are a euryhaline and amphidromous Southern hemisphere fish species inhabiting waters highly contaminated in trace elements such as nickel (Ni). Ni is known to exert its toxic effects on aquatic biota via three key mechanisms: inhibition of respiration, impaired ion regulation, and stimulation of oxidative stress. Inanga acclimated to freshwater (FW), 50% seawater (SW...

Journal: :Endocrinology 1997
M Reinecke A Schmid R Ermatinger D Loffing-Cueni

Using reverse transcription-PCR and molecular cloning, the complementary DNA sequence encoding preproinsulin-like growth factor I (IGF-I) of a teleost, the tilapia (Oreochromis mossambicus) was established from liver. At the amino acid level, tilapia IGF-I shows all residues necessary for the maintenance of tertiary structure and shares about 80% identity with IGF-I from other teleosts. The B a...

Gut microbiota regulates the production of signaling molecules, such as serotonin or 5-Hydroxytryptamine: 5-HT in the host. Serotonin is a biogenic amine that acts as a neurotransmitter in the gut and brain. There is a perfect interaction between human gastrointestinal microbiota and the serotonin system. The gut microbiota plays an important role in the serotonin signaling pathways through the...

Journal: Poultry Science Journal 2018
Ahmadipour B, Khajali F Sharifi MR

This study evaluates the effects of different levels of guanidinoacetic acid (GAA) supplement on growth performance and gut morphology in broilers (Ross 308 strain) raised at high altitude (2100 m). A total of 300 one-day-old male broiler chicks (Ross 308 strain) were used in a completely randomized design with five treatments and four replicate pens of 15 birds in each. Five dietary treatments...

Journal: :The Journal of experimental biology 2007
Göran E Nilsson

While a large respiratory surface area is good for gas exchange, it also poses several problems, including energetically unfavorable fluxes of water and ions. As a result, fishes appear to have a respiratory surface area that is matched to their oxygen demands. When faced with changes in their need for oxygen uptake, e.g. through altered physical activity or altered ambient oxygen levels, fishe...

Journal: :Marine pollution bulletin 2002
M A Gregory D J Marshall R C George A Anandraj T P McClurg

The accumulation of metal in soft tissues, filtration rate and gill filament morphology are correlated in the southern African rock mussel, Perna perna, during exposure to mercury (24 days) and recovery (24 days). The amount of Hg in soft tissues increased from 0.13 to 87.5 microg/g dry weight after 24 days exposure, and declined to 13 microg/g during recovery. Mean filtration rate fell from 3,...

2009
Daniel I. Bolnick Jeffrey S. Paull

Background: Many theoretical models of speciation and niche evolution assume that the ecological similarity between conspecific individuals depends on their phenotypic similarity. Thus, competition between individuals is expected to depend on their phenotypic similarity. Theoretical models often assume that this intraspecific competition function is Gaussian. Questions: Are morphological simila...

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

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

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