نتایج جستجو برای: channa punctatus

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

2014
P. Banerjee D. Das P. Mitra M. Sinha S. Chakrabarti

Azo dye and hexavalent chromium are two carcinogenic and toxic pollutants present in industrial wastewater. Zinc oxide nanoparticles can be used for the treatment of these pollutants with solar energy. However the nanoparticles themselves generally have some inherent toxicity for aquatic life. In this work, we have selected Channa punctatus as the model aquatic animal and examined whether the n...

2013
K. K. SHUKLA DIWAKAR RAM TRIPATHI ANURADHA SHUKLA

Present study has been undertaken to assess the toxicity of cadmium in vitro for viability of hepatocytes, lactate dehydrogenase leakage, glutathione and lipid peroxidation in Channa punctatus (Bloch), a freshwater snake head fish. Three concentrations of cadmium as cadmium chloride (0.1μg/ml; 3.0μg/ml and 5.0μg/ml) besides one control has been selected. Observations reveal that except lowest c...

Journal: :World Journal Of Advanced Research and Reviews 2023

The aim of this study was to investigate fungal infections in Channa punctatus and striatus twenty specimens each species were studied for the presence infections. Infected fish’s shows clinical signs such as growth on skin, fins, eyes, eroded fins scales, hemorrhages body surface abdominal distension. ability aquatic fungi cause diseases fish is well known potentially all freshwater fishes the...

Journal: :International Journal of Fisheries and Aquatic Studies 2023

Environmental Protection includes programs that are aimed to reducing risks the environment from hazardous materials and chemical wastes. Nowadays, 17α-ethinylestradiol, a synthetic estrogen, has become one of most commonly used active ingredients for oral contraception, interfere with normal functioning endocrine systems, thus affecting reproduction development in wildlife. The fresh water foo...

2014
Pallavi Srivastava Ajay Singh

The purpose of this study was to assess the water qualities and genotoxicity of Maheshara Lake situated near Gorakhpur, India. The lake receives many types of pollutants from two industries, agricultural run-off and domestic sewages. A total of five sampling stations were established for measurement of water pollution and the measurement of cytogenetic alterations in vivo is considered an initi...

2014
Neeraj Gupta Anish Dua

In the present study different regions in the scales of Channa punctatus were investigated for elemental composition to see the impact of mercury on them. Five sublethal concentrations of mercury were used after calculating the LC50 value which is 1.21mg/L in 96 hours. When focal and lepidontal regions of scales were seen under electron probe analysis (JEOL 8600M), they were composed of four ma...

2016
Alka Mishra Aditi Poddar Ravi Shankar Shukla

The aim of this study was to examine the histological changes in the liver of fish Channa punctatus (Bloch) for a short term (8day) and long term (30 days) exposure in response to the Phenolic Industrial effluents of Bhilai Steel plant. Fishes were exposed in different concentration (low .01%, .015%, .02, .025%) and ( high concentration 10%, 20%, 30%) of Phenolic effluent. Tissu sections of the...

Journal: :Brazilian journal of medical and biological research = Revista brasileira de pesquisas medicas e biologicas 1998
S K Srivastav A K Srivastav

Adult Channa punctatus murrels of both sexes (60-80 g) were collected locally from Ramgarh Lake during the second week of every month (10 individuals of each sex/month) throughout the year. Blood samples were collected and analyzed for serum calcium and phosphate levels by the methods of Trinder (1960) and Fiske and Subbarow (1925), respectively. Gonads were fixed to judge the state of maturati...

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

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

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