نتایج جستجو برای: phc

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

2017
Charlotte Marchand CHARLOTTE MARCHAND

Marchand, Charlotte (2017). Phytoremediation of petroleum hydrocarbons and trace elements contaminated soil, Linnaeus University Dissertation No 279/2017, ISBN: 978-91-88357-63-2. Written in English with a summary in Swedish and French. The rapid urbanization and industrialization has led to an increase of disposal petroleum hydrocarbons (PHC) and trace elements (TE) into the environment. These...

Journal: :ASP transactions on pattern recognition and intelligent systems 2021

The Principle of Homology Continuity (PHC) based covering learning method is an effective to solve the pattern recognition problem. However, PHC and existence optimal coverage are not mathematical proven. To address this issue, we firstly give description theoretical proof PHC. On basis, definition introduced. Optimal can determine internal connections among samples as prior knowledge use neuro...

Journal: :Clinical hemorheology and microcirculation 2008
A Vayá M Martínez Triguero E Réganon V Vila V Martínez Sales E Solá A Hernández Mijares A Ricart

There are conflicting results regarding the erythrocyte membrane cholesterol and phospholipid content in patients with primary hypercholesterolemia (PHC), due to methodological problems in obtaining haemoglobin-free ghosts. At the same time, the different units used and the fact that the cholesterol and phospholipids are not expressed in relation with integral protein membrane content, produces...

2017
Roger Lauener Philippe A Eigenmann Jacqueline Wassenberg Andreas Jung Sandra Denery-Papini Sigrid Sjölander Sophie Pecquet Rodolphe Fritsché Adrian Zuercher Antoine Wermeille Massimo Fontanesi Annick Mercenier Yvonne M Vissers Sophie Nutten

To date, only few studies have assessed oral immunotherapy (OIT) for wheat allergy and often describe severe adverse reactions during therapy. We developed partially hydrolyzed wheat-based cereals (pHC), which were used in a multicenter, open-label, OIT pilot study, in immunoglobulin E-mediated wheat allergy children (NCT01332084). The primary objective of the study was to test whether wheat al...

Journal: :Family practice 2013
Amirhossein Takian Leila Doshmangir Arash Rashidian

BACKGROUND The primary health care (PHC) network contributed considerably to improving health outcomes in rural Iran. However, the health system suffers from inadequate responses to ever-increasing demands. In 2005, a reform comprised of a family physician (FP) programme and universal health insurance was implemented in all rural areas and cities with a population of <20 000. We explored the ro...

Journal: :Journal of diabetes research 2016
Juan Wang Lirong Teng Yange Liu Wenji Hu Wenqi Chen Xi Hu Yingwu Wang Di Wang

Paecilomyces hepiali is a fungus widely used in Asian countries for various potential pharmacological activities. The present study aims to evaluate the antidiabetic and antinephritic effects of the Paecilomyces hepiali mycelium water extract (PHC) in diabetic rat, which is established by eight-week high-fat diet administration followed by one-week tail intravenous injection of 25 mg/kg strepto...

Journal: :Ciencia & saude coletiva 2011
Ana Sollazzo Rosario Berterretche

The article examines the results of the overview of PHC (Primary Healthcare) in Uruguay in 2009, within the context of the multicentric study of PHC with a view to identifying possibilities of redefining PHC as a strategy to achieve universal healthcare systems, taking into account the healthcare system's segmentation and fragmentation. The methodology included document analysis, key informant ...

Journal: :Neurosciences 2003
Abdallah D Al-Khathami Abdullah M Mangoud Sheikh I Rahim Mahdi S Abumadini

OBJECTIVE The objective of this study was to measure changes in the Primary Health Care (PHC) physicians` knowledge towards mental illnesses after a short-term training course. METHODS The interventive study consisted of a sample of 31 PHC physicians randomly selected from different PHC centers in Eastern Saudi Arabia. The physicians were exposed to a 4-day intensive training course in mental...

2001
Caroline Dubertret Philip Gorwood

The distinction between schizophrenia and chronic delusional syndromes (including the French concept of "psychose hallucinatoire chronique" [PHC] or chronic psychotic hallucinations, paraphrenia, and late paraphrenia) is currently used in various European countries, although there are no international criteria for chronic and bizarre delusions. The French concept of PHC is characterized by late...

2015
Yuta Ooka Tomohiro Tetsumoto Akihiro Fushimi Wataru Yoshiki Takasumi Tanabe

Progress on the fabrication of ultrahigh-Q photonic-crystal nanocavities (PhC-NCs) has revealed the prospect for new applications including silicon Raman lasers that require a strong confinement of light. Among various PhC-NCs, the highest Q has been recorded with silicon. On the other hand, microcavity is one of the basic building blocks in silicon photonics. However, the fusion between PhC-NC...

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

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

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