نتایج جستجو برای: cd index

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

Journal: :International journal of medical microbiology : IJMM 2014
Mireia Lopez-Siles Margarita Martinez-Medina David Busquets Miriam Sabat-Mir Sylvia H Duncan Harry J Flint Xavier Aldeguer L Jesús Garcia-Gil

BACKGROUND Crohn's disease (CD) and ulcerative colitis (UC) diagnosis requires comprehensive examination of the patient. Faecalibacterium prausnitzii and Escherichia coli have been reported as representatives of Inflammatory Bowel Disease (IBD) dysbiosis. The aim was to determine whether or not quantification of these species can be used as a complementary tool either for diagnostic or prognost...

2007
Richard Ehrenborg Kalle Karu

We prove a decomposition theorem for the cd-index of a Gorenstein* poset analogous to the decomposition theorem for the intersection cohomology of a toric variety. From this we settle a conjecture of Stanley that the cd-index of Gorenstein* lattices is minimized on Boolean algebras.

Journal: :European journal of paediatric dentistry : official journal of European Academy of Paediatric Dentistry 2010
A Tsami P Petropoulou J Panayiotou Z Mantzavinos E Roma-Giannikou

AIM To evaluate the factors that influence the oral hygiene and the periodontal treatment needs of children and adolescents with coeliac disease (CD) in Greece. METHODS The sample consisted of 35 children and adolescents, aged 4-18 years. The evaluation included consideration of the detailed medical history, the duration of CD and of gluten-free diet, the history of oral mucosal findings and ...

1991
EUGENE GARFIELD

The hfarerirds Science Cimrion Index w on CD-ROM, a new specialty index launched by the Institute for Scientific Information’@, is discussed. The index contains searchable author abstracts,

Journal: :Journal of Information Processing and Management 1996

Journal: :Proceedings of the American Mathematical Society 2000

To evaluate the interaction of Cd and SA on seed germination of Safflower (Carthamus tinctorius L. cv. Soffe), this experiment was carried out as a factorial based on CRD with four replications in 2012, in Yasouj University seed lab. Factors included of four levels of seed priming with SA (0, 0.3, 0.6, and 0.9 mM) and eight levels of cadmium nitrate (0, 5, 10, 15, 20, 25, 30 and 35 mM). In all ...

Journal: :Psychiatria Danubina 2016
Emil Babić Milenko Bevanda Maja Karin Mile Volarić Danijel Bevanda Daniela Bevanda Glibo Ante Bogut

BACKGROUND To explore correlation between clinical and endoscopic indices in inflammatory bowel disease (IBD) patients. SUBJECTS AND METHODS There were 112 patients with inflammatory bowel disease. All patients with diagnosed IBD was established a degree of clinical and endoscopic disease activity. CDAI (Crohn's disease activity index) was used as clinical and SES-CD (Simplified Endoscopic Cr...

Water and sediment samples have been collected from five different stations, located along Djendjen River between February and June, 2016 so that the concentrations of Cd, Ni, Zn, and Cu could be determined. The extent of the sediment pollution has been assessed, using the multiple pollution indices, namely Contamination Factor (CF), Pollution Load Index (PLI), and the geoaccumulation index (Ig...

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

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

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