نتایج جستجو برای: الگوی mori

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

2009
F. MONSERRAT

We use a family of algebraic foliations given by A. Lins Neto to provide new evidences to a conjecture, related to the Harbourne-Hirschowitz's one and implying the Nagata's conjecture, which concerns the structure of the Mori cone of blow-ups of P 2 at very general points. Also, we give an explicit family of smooth projective rational surfaces X such that the set of faces of the Mori cone N E(X...

2015
Jane Prophet Zoran Josipovic

This paper discusses the author’s artwork, Neuro Memento Mori, a self-portrait comprising digital animations and live action video projection-mapped onto a 3D print. The life-sized sculpture of the head and neck, dissected to reveal the artist’s brain, was produced from MRI data gathered as the artist viewed memento mori paintings and meditated on death. The production of the artwork, made with...

Journal: :The Journal of chemical physics 2006
Vania Calandrini Godehard Sutmann Antonio Deriu Gerald R Kneller

The theoretical description of the dynamics of liquids by the theory of Mori and Zwanzig is in practice mostly applied to simple liquids, where the molecules have no internal structure. Recently a second-order Mori-Zwanzig model for the incoherent intermediate scattering function has been employed in order to interpret quasielastic neutron scattering QENS experiments on water and aqueous soluti...

2013
Sauro Pierucci Ariane C. Barbosa Gabriela C. Lopes Leonardo M. Rosa Milton Mori Waldir P. Martignoni

Three Dimensional Simulation of Catalytic Cracking Reactions in an Industrial Scale Riser Using a 11-lump Kinetic Model Ariane C. Barbosa, Gabriela C. Lopes, Leonardo M. Rosa, Milton Mori* Waldir P. Martignoni School of Chemical Engineering, University of Campinas, 500 Albert Einstein Avenue,13083-970 Campinas-SP, Brazil Department of Chemical Engineering, University Federal of São Carlos, Wash...

2008
Devi M. Mamatha Vijaya K. Kanji Hari H.P. Cohly M. Rajeswara Rao

Use of Juvenile Hormone Analogues (JHA) in sericulture practices has been shown to boost good cocoon yield; their effect has been determined to be dose-dependent. We studied the impact of low doses of JHA compounds such as methoprene and fenoxycarb on selected key enzymatic activities of the silkworm Bombyx mori. Methoprene and fenoxycarb at doses of 1.0 microg and 3.0 fg/larvae/48 hours showed...

2010
Kohji Yamamoto Yoichi Aso Hiroshi Fujii

The minichromosome maintenance protein (MCM) family is involved in the regulatory role of DNA replication in eukaryotic organisms. A cDNA encoding of an MCM of the silkworm, Bombyx mori L. (Lepidoptera: Bombycidae), was cloned by reverse transcriptase-polymerase chain reaction (RT-PCR) and sequenced. The resultant amino acid sequence and phylogenetic analysis revealed high identity to MCM, and ...

2002
Hitoshi Watanabe

The silkworm, Bombyx mori is infected by a number of viruses: Bombyx mori nuclear polyhedrosis virus (BmNPV), cytoplasmic polyhedrosis virus (CPV), infectious flacherie virus (IFV) and densonucleosis virus (DNV). Except DNV, resistance of silkworms to the virus is controlled by polygenes. Serologically, two DNV types, DNV-1 and DNV-2 are identified. The non-susceptibility to DNV types is confer...

Journal: :iranian journal of public health 0
h. khazan g. masuoud

hook worm (necator americanus) is one of the major pathogenic parasites in the north of iran. neonatal hamsters 1-3 days old showed a high degree of susceptibility to necator americanus infection and the parasite reached to sexually mature stages in six weeks following skin exposure. this method could be used for production of egg, larvae and adult worms. in this study neonatal hamsters were in...

Journal: :Journal of Pure and Applied Algebra 1999

Journal: :Frontières 2011

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

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

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