نتایج جستجو برای: descurainia sophia l

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

2011
Eric Madelaine

This paper presents a formal behavioural specification framework for specifying and verifying the correct behaviour of distributed Fractal components. The first contribution is a parameterised and hierarchical behavioural model called pNets that serves as a lowlevel semantic framework for expressing the behaviour of various classes of distributed languages and as a common internal format for ou...

Journal: :Revista espanola de enfermedades digestivas : organo oficial de la Sociedad Espanola de Patologia Digestiva 2016
Miguel Mínguez Antonio López Higueras Javier Júdez

OBJECTIVE The objective of this study was to evaluate in an analytical and descriptive manner the evidence published so far on the use of polyethylene glycol (PEG), with or without electrolytes, in the management of functional constipation and the treatment of fecal impaction. METHODOLOGY Search on MEDLINE, EMBASE and Cochrane databases until May 2016 of all publications adjusted to the follo...

2009
D. Coudert A. Ferreira S. Perennes

An attractive way of implementing efficient local interconnection networks is to use the Optical Transpose Interconnecting System (OTIS) architecture proposed in [8]. This system allows to optically interconnect some set of processors in a Free Space of Optical Interconnections (FSOI). Briefly, it consists of two lenslet arrays allowing a large number of optical interconnections from a set of t...

2015
Laurent Baratchart Juliette Leblond Fabien Seyfert

We study some approximation problems on a strict subset of the circle by analytic functions of the Hardy space H of the unit disk (in C), whose modulus satisfy a pointwise constraint on the complentary part of the circle. Existence and uniqueness results, as well as pointwise saturation of the constraint, are established. We also derive a critical point equation which gives rise to a dual formu...

2017
Konstantin Brenner Mayya Groza Cindy Guichard Roland Masson K. Brenner M. Groza C. Guichard R. Masson

This paper presents a finite volume discretization of two-phase Darcy flows in discrete fracture networks taking into account the mass exchange between the matrix and the fracture. We consider the asymptotic model for which the fractures are represented as interfaces of codimension one immersed in the matrix domain, leading to the so called hybrid dimensional Darcy flow model. The pressures at ...

2016
Eric Lombaert Thomas Guillemaud Emeline Deleury

3 Eric Lombaert, Thomas Guillemaud & Emeline Deleury 4 5 1 Inra, UMR 1355 ISA, 06903 Sophia-Antipolis, France 6 2 Université de Nice Sophia Antipolis, UMR ISA, 06903 Sophia-Antipolis, France 7 3 CNRS, UMR 7254 ISA, 06903 Sophia-Antipolis, France 8 9

2012
Thierry Coupez Ghina Jannoun Jeremy Veysset Elie Hachem

1 MINES ParisTech, UMR CNRS 7635, BP 207, 06904 Sophia-Antipolis, France thierry.coupez@mines-paristech.fr 2 MINES ParisTech, UMR CNRS 7635, BP 207, 06904 Sophia-Antipolis, France ghina.el jannoun@mines-paristech.fr 3 MINES ParisTech, UMR CNRS 7635, BP 207, 06904 Sophia-Antipolis, France jeremy.veysset@mines-paristech.fr 4 MINES ParisTech, UMR CNRS 7635, BP 207, 06904 Sophia-Antipolis, France e...

Jaundice is the commonest ailments affecting the citizens of both developed and poor Asians countries including Iran. An ethnobotanical survey of plants used by the traditional healers for the treatment of jaundice was conducted in the Mashhad city, Northeastern Iran. A total of 37 plants belonging to 32 genera and 26 families have been documented for their therapeutic use against jaundice. The...

مگس‌های خانواده‌ی Syrphidae نقش مهمی در کنترل بیولوژیک شته‌ها دارند. مگس‌های بالغ برای تامین نیازهای حیاتی خود وابسته‌ به شهد و گرده‌ی گل‌های گیاهان میزبان هستند. این منابع در گونه‌های شکارگر Eupoedes corollae، Episyrphus balteatus، Sphaerophoria scripta و Scaeva albomaculata طی سال‌های 95-1394 در کشت‌بوم‌های گندم، کلزا، سیب و درختان میوه هسته‌دار کرمانشاه ارزیابی شد. دفعات دیدار روی گیاهان ملا...

2011
Charlotte L. Mattsson Robert I. Csikasz Ekaterina Chernogubova Daniel L. Yamamoto Helena T. Hogberg Ez-Zoubir Amri Dana S. Hutchinson Tore Bengtsson

Charlotte L. Mattsson, Robert I. Csikasz, Ekaterina Chernogubova, Daniel L. Yamamoto, Helena T. Hogberg, Ez-Zoubir Amri, Dana S. Hutchinson, and Tore Bengtsson Department of Physiology, The Wenner-Gren Institute, Arrhenius Laboratories F3, Stockholm University, Stockholm, Sweden; Institute of Developmental Biology and Cancer, Université de Nice Sophia-Antipolis, Centre National de la Recherche ...

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

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

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