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

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

2003
Hong Liu Xi-li Sun Qianni Deng Xinda Lu

This paper presents a novel high performance computational (HPC) framework for multidisciplinary design optimization (MDO) of aero-craft shapes by using “Grid computing” technology. In this HPC framework, MDO computation is completed by using a genetic algorithm based optimization code and some performance evaluation codes. All those codes in the HPC system are named as “Grid Services” independ...

2014
Xiu-Hong Ge Shuai-Shuai Liu Hu-Sheng Shan Zhi-Min Wang Qian-Wen Li

Haemangiopericytoma (HPC) is a rare vascular tumor with borderline malignancy, considerable histological variability, and unpredictable clinical and biological behavior. HPC can present a diagnostic challenge because of its indeterminate clinical, radiological, and pathological features. HPC generally presents in adulthood and is equally frequent in both sexes. HPC can arise in any site in the ...

Journal: :Cell 2009
Takashi Kitamura Yoshito Saitoh Noriko Takashima Akiko Murayama Yosuke Niibori Hiroshi Ageta Mariko Sekiguchi Hiroyuki Sugiyama Kaoru Inokuchi

Acquired memory initially depends on the hippocampus (HPC) for the process of cortical permanent memory formation. The mechanisms through which memory becomes progressively independent from the HPC remain unknown. In the HPC, adult neurogenesis has been described in many mammalian species, even at old ages. Using two mouse models in which hippocampal neurogenesis is physically or genetically su...

2017
Yan Zhao Jun Ren Taizhe Tan Moulay-Rachid Babaa Zhumabay Bakenov Ning Liu Yongguang Zhang

The synthesis of highly porous carbon (HPC) materials from poplar catkin by KOH chemical activation and hydrothermal carbonization as a conductive additive to a lithium-sulfur cathode is reported. Elemental sulfur was composited with as-prepared HPC through a melt diffusion method to form a S/HPC nanocomposite. Structure and morphology characterization revealed a hierarchically sponge-like stru...

Journal: :Journal of Physics: Conference Series 2017

Journal: :The Journal of Computational Science Education 2020

2015
Mahendra Kumar Trivedi Gopal Nayak Shrikant Patil Rama Mohan Tallapragada Rakesh Mishra

Cellulose based polymers have shown tremendous potential as drug delivery carrier for oral drug delivery system (DDS). Hydroxyethyl cellulose (HEC) and hydroxypropyl cellulose (HPC) are widely explored as excipients to improve the solubility of poorly water soluble drugs and to improve self-life of dosage form. This work is an attempt to modulate the physicochemical properties of these cellulos...

Journal: :international archives of health sciences 0
gh. hosseindoost environmental health department, health faculty, kashan university of medical sciences, kashan, iran a. mazaheri tehrani environmental health department, health faculty, kashan university of medical sciences, kashan, iran h.r. ghilasi biostatistics & public health department, health faculty, kashan university of medical sciences, kashan, iran m. ahmadi marzaleh health, safety & environment faculty, shahid beheshti university of medical sciences, tehran, iran h. sabuhi english translation studies department, foreign language faculty, isfahan branch, islamic azad university, isfahan, iran miranzadeh m.b. post address: faculty of environment health, social determinant of health research center, kashan university of medical sciences, qotb-e-ravandi boulevard, kashan, iran

abstract aims: one of the consequences of taking ground water into surface is changing its chemical quality, specially increasing the concentration of dissolved salts. this research was performed in order to analyze growth possibility of heterotrophic bacteria in the membrane of active desalination plants in kashan city, iran. instrument & methods: this descriptive cross-sectional study was don...

Journal: :Skull base surgery 1995
J K Thiringer P D Costantino G Houston

Hemangiopericytoma (HPC) is a rare vascular tumor that can arise in any organ system, but occurs most frequently in skeletal muscle. We present a case of a primary sphenoid sinus HPC unusual for its spontaneous remission after biopsy. There have been approximately 55 cases of sinonasal HPC reported in the literature, representing less than 5% of all lesions. In general, HPC behaves aggressively...

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

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

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