نتایج جستجو برای: روش hpc

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

2017
Carola M Morell Romina Fiorotto Marica Meroni Aileen Raizner Barbara Torsello Massimiliano Cadamuro Gaia Spagnuolo Eleanna Kaffe Salvatore Sutti Emanuele Albano Mario Strazzabosco

BACKGROUND AND OBJECTIVE Persistent hepatic progenitor cells (HPC) activation resulting in ductular reaction (DR) is responsible for pathologic liver repair in cholangiopathies. Also, HPC/DR expansion correlates with fibrosis in several chronic liver diseases, including steatohepatitis. Increasing evidence indicates Notch signaling as a key regulator of HPC/DR response in biliary and more in ge...

Journal: :Communications of the ACM 2021

Journal: :Journal of Information Processing 2021

Journal: :Journal of Parallel and Distributed Computing 2021

Many HPC applications suffer from a bottleneck in the shared caches, instruction execution units, I/O or memory bandwidth, even though remaining resources may be underutilized. It is hard for developers and runtime systems to ensure that all critical are fully exploited by single application, so an attractive technique increasing system utilization colocate multiple on same server. When share r...

2011
Ying-Chuan Chen Shuen-Tai Wang Hsi-Ya Chang Te-Ming Chen Chin-Hung Li

Virtualization Technology is an interesting research topic in current cloud computing and service. Using the Virtualization Technology in cloud or cluster computing can obtain a lot of benefits, such as ability to deploy any virtual platforms rapidly, easiness to manage all precious resources, and cost reduction. In order to discover optimal performance for virtual platforms, several well-known...

2011
Stephen L. Scott Geoffroy Vallée Thomas Naughton

The emergence of virtualization enabled hardware, such as the latest generation AMD and Intel processors, has raised significant interest in High Performance Computing (HPC) community. In particular, system-level virtualization provides an opportunity to advance the design and development of operating systems, programming environments, administration practices, and resource management tools. Th...

2011
Fraser T. Sparks Hugo Lehmann Khadaryna Hernandez Robert J. Sutherland

Damage to the hippocampus (HPC) using the excitotoxin N-methyl-D-aspartate (NMDA) can cause retrograde amnesia for contextual fear memory. This amnesia is typically attributed to loss of cells in the HPC. However, NMDA is also known to cause intense neuronal discharge (seizure activity) during the hours that follow its injection. These seizures may have detrimental effects on retrieval of memor...

Journal: :Blood 2008
Marc Tjwa Stefan Janssens Peter Carmeliet

The role of proteinases in the mobilization of hematopoietic progenitor cells (HPCs) after granulocyte colony-stimulating factor (G-CSF) remains unclear. Here we report that genetic loss of the plasminogen activator inhibitor Pai-1 or of the plasmin inhibitor alpha2-antiplasmin increases HPC mobilization in response to G-CSF. Moreover, thrombolytic agents, such as tenecteplase and microplasmin,...

Journal: :Health Problems of Civilization 2023

AMA Reimisz P. EFFECT OF ZERO CALORIE DRINKS ON SENSORY-SPECIFIC SATIETY. Health Problems of Civilization. 2023. doi:10.5114/hpc.2023.127590. APA Reimisz, (2023). https://doi.org/10.5114/hpc.2023.127590 Chicago Patryk. "EFFECT SATIETY". Harvard MLA SATIETY." Civilization, Vancouver

Journal: :Cancer research 2001
L Wang S K McDonnell D A Elkins S L Slager E Christensen A F Marks J M Cunningham B J Peterson S J Jacobsen J R Cerhan M L Blute D J Schaid S N Thibodeau

The HPC2/ELAC2 gene on chromosome 17p was recently identified as a candidate gene for hereditary prostate cancer (HPC). To confirm these findings, we screened 300 prostate cancer patients (2 affected members/family) from 150 families with HPC for potential germ-line mutations using conformation-sensitive gel electrophoresis, followed by direct sequence analysis. The minimum criteria for our fam...

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

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

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