نتایج جستجو برای: hatching was noticeable

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

Journal: :Journal of Synthetic Organic Chemistry, Japan 1959

Journal: :international journal of aquatic biology 0
seyyed morteza hoseini faculty of fisheries and environmental sciences, gorgan university of agricultural sciences and natural resources mohammad hadi abolhassani faculty of fisheries and environmental sciences, gorgan university of agricultural sciences and natural resources rasool ghorbani faculty of fisheries and environmental sciences, gorgan university of agricultural sciences and natural resources

in the present study, sulfuric acid was used for artemia cysts decapsulation. cysts of artemia franciscana were hatched out in regular manner or following hypochlorite or acid decapsulation. two acid concentrations (1 and 5%), three acid immersion times (10, 30 and 50 min) were used and hatching rates were recorded after 15, 18 and 24 h incubation. hatching rates increased but hatching time dec...

Journal: :Journal of experimental psychology. Human perception and performance 2015
Markus Rank Massimiliano Di Luca

There is a well-known tradeoff between speed and accuracy in judgments made under uncertainty. Diffusion models have been proposed to capture the increase in response time for more uncertain decisions and the change in performance due to a prioritization of speed or accuracy in the responses. Experimental paradigms have been confined to the visual modality and model analysis have mostly used qu...

2017
Yohei Onodera Kazumasa Takahashi Mayumi Goto Mibuki Anzai Natsuki Ono Hiromitsu Shirasawa Wataru Sato Hiroshi Miura Naoki Sato Akira Sato Yukiyo Kumazawa Yukihiro Terada

The hatching of a blastocyst where the blastocyst portions on the inside and the outside of the zona pellucida feature a figure-of-eight shape is termed "8"-shaped hatching; this type of hatching has been reported to affect the proper presentation of the inner cell mass (ICM) in both human and mouse embryos. Here, our aim was to investigate the factors that affect ICM presentation during "8"-sh...

ژورنال: توسعه آبزی پروری 2023

In an experiment to investigate the bio-excitatory effect of ozone gas on the hatching of artemia cysts, it was found that limited blown ozone gas has an effect on significant increasing of the hatching time of artemia cysts, though artemia cycsts are very resistant to ozone. The cysts hatching were done intitialy using 50, 35, 15, 10 and 5 mg of ozone blowing into one-liter containers that las...

al et S. Dorafshan,

The optimum dose of ultraviolet (UV) irradiation to produce gynogenetic Caspian salmon, Salmo trutta caspius, with emphasis on the "Hertwig effect" and photoreactivation (PR) were investigated. The sperm of Caspian salmon was irradiated with UV at 2010 ? 200 ?w.cm-2 in different times including 0, 1, 3, 5, 8, 10, 15, 20, 25, 35 and 45 min and was allowed to fertilize normal ova; the fertilizati...

2017
Ronald A. Rensink

For scatterplots with gaussian distributions of dots, the perception of Pearson correlation r can be described by two simple laws: a linear one for discrimination, and a logarithmic one for perceived magnitude (Rensink & Baldridge, 2010). The underlying perceptual mechanisms, however, remain poorly understood. To cast light on these, four different distributions of datapoints were examined. The...

B. Mojazi Amiri M. Pourkazemi M.R. Kalbasi, S. Dorafshan,

Abstract:  The optimum dose of UV irradiation to produce gynogenesis rainbow trout, Oncorhynchus mykiss with emphasis of Hertwing effect and photoreactivation (PR) was investigated. For this purpose, the sperm of rainbow trout were inadiated with UV at 2010±200 µw.cm-2 intensity in different alternatives of 0, 1, 3, 5, 8, 10, 15, 20, 25, 35 and 45 minutes and allowed to fertilize normal ova; th...

2014
Hiromi Mukai Mantaro Hironaka Sumio Tojo Shintaro Nomakuchi

Hatching care has been reported for many taxonomic groups, from invertebrates to vertebrates. The sophisticated care that occurs around hatching time is expected to have an adaptive function supporting the feeble young. However, details of the characteristics of the adaptive function of hatching care remain unclear. This study investigated the hatching care of the subsocial shield bug, Parastra...

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

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

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