نتایج جستجو برای: guo scheme

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

2013
Huatao Guo

clicking here. colleagues, clients, or customers by , you can order high-quality copies for your If you wish to distribute this article to others here. following the guidelines can be obtained by Permission to republish or repurpose articles or portions of articles ): March 12, 2013 www.sciencemag.org (this information is current as of The following resources related to this article are avail...

Journal: :J. Comput. Physics 2015
Anjie Hu Longjian Li Rizwan Uddin

Single component pseudo-potential lattice Boltzmann models have been widely studied due to their simplicity and stability in multiphase simulations. While numerous model have been proposed, comparative analysis and advantages and disadvantages of different force schemes is often lacking. A pseudo-potential model to simulate large density ratios proposed by Kupershtokh et al. [1] is analyzed in ...

Journal: :JCP 2013
Junwei Wu Yunlong Zhu Tao Ku Liang Wang

SPECIAL ISSUE PAPERS UWB-based Receiver Initiated MAC Protocol with Packet Aggregation and Selective Retransmission Dongsheng Ning, Xiaoyan Xu, Yanping Yu, Xinxin Liu, and Xiaoyan Wang A Novel Trust Evaluation Model Based on Gray Clustering Theory for Routing Networks Ting Han, Shoushan Luo, Hongliang Zhu, Yang Xin, and Yong Peng A Robust and Efficient Clustering Algorithm for Network MIMO Syst...

2009
Kiran S. Balagani Vir. V. Phoha S. S. Iyengar N. Balakrishnan

Abstract Recently, Guo and Nixon [1] proposed a feature selection method based on maximizing I(x; Y ), the multidimensional mutual information between feature vector x and class variable Y . Because computing I(x; Y ) can be difficult in practice, Guo and Nixon proposed an approximation of I(x; Y ) as the criterion for feature selection. We show that Guo and Nixon’s criterion originates from ap...

Journal: :Conservation biology : the journal of the Society for Conservation Biology 2008
Sarah A Berkessy Brendan A Wintle

The fervor with which carbon initiatives are being adopted (Capoor & Ambrosi 2007) presents a unique opportunity to restore biodiversity while creating new financial and marketing incentives for investors. We argue that current approaches to carbon offsetting that rely largely on investment in monoculture plantations will rapidly lose appeal as the public becomes aware of their dubious carbon b...

Journal: :Journal of International Social Research 2021

2014
Tiegang Liu Vladimir V. Shaidurov Ping Lin Zhenlin Guo John Lowengrub Boris S. Dobronets Hang Ding Hao-ran Liu

We will present some recent work on phase-field models for twophase fluids with variable densities. The Quasi-Incompressible Navier-Stokes-Cahn-Hilliard model with the gravitational force being incorporated in the thermodynamically consistent framework will be investigated. Under a minor reformulation of the system we show that there is a continuous energy law underlying the system. For the ref...

2017

GaN FETs offer superior advantages in high-voltage and high-temperature operation due to its large bandgap (3.4 eV) and high breakdown field strength (3.3 MV/cm). This combination of the large bandgap and high breakdown field makes these devices very attractive for power switching applications. In this regard, a key figure of merit is the breakdown voltage of the transistor, which must be high ...

2017

The project uses Hong Kong as an testing example to figure out the possibilities of combine digital space with physical public spaces, thus further reinforcing the social interaction. As the society of Hong Kong now is tending to be digitalized, the existing physical public space, which was designed in the past can not reflect changing and digitalizing society anymore. This makes the physical p...

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

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

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