نتایج جستجو برای: bridging generalized

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

1994
Athman Bouguettaya

Advances in wide area networking is making the goal of achieving a worldwide interoperable database system closer than ever. Because of the large environment , new problems have surfaced that need to be addressed. We distinguish several reasons for a new design approach. Traditional approaches like global integration and federated approaches are better suited to small and medium scale heterogen...

E. Leusheva V. Morenov,

Filtration of the drilling mud is one of it's most important parameters, especially when drilling-in producing formation. Decrease of filtration characteristics allows reducing both solid and liquid phases's penetration zone into the formation. The study of the effect of the weighting-bridging agent's fractional composition on the filtration rate allows selecting of optimal composition of the s...

2011
Martha Brhane Chutima Boonthum-Denecke

The main goal of this study is to identify bridging reading strategy -a strategy that a reader uses to make a connection from the current sentence to previous sentences to help understanding the meaning of the text. For a specific target sentence, there are two types of bridging: local and distal. Benchmarks were created to help represent each type of bridging. The two immediate prior sentences...

Journal: :Organization Science 2012
Maxim Sytch Adam Tatarynowicz Ranjay Gulati

This study investigates the determinants of bridging ties within networks of interconnected firms. Bridging ties are defined as nonredundant connections between firms located in different network communities. We highlight how firms can enter into these relationships because of the incentives and opportunities for action that are embedded in the existing network structure. Specifically, we propo...

1998
Kristian Wiklund Tomas Magnusson Peter Dahlgren

This paper investigates the degradation in diagnosability of bridging faults caused by situations of active feedback and logically unresolvable intermediate values under different fault modeling assumptions. The experimental results show that active feedback may reduce the fault coverage by as much as 7% for stuck-at test sets and realistic bridging fault sets. A test generation method for full...

Journal: :J. Cases on Inf. Techn. 2013
Cees Th. Smit Sibinga Maruff Akinwale Oladejo

Health care includes supportive services such as laboratory, radiology and blood transfusion. To manage blood supply centres and hospital blood transfusion services, leadership development is paramount. In 2000, a post-academic Master course for Management of Transfusion Medicine (MMTM) was initiated, focused on restricted economy countries. E-learning has become a common approach in teaching a...

2016
Luis Fariñas del Cerro Pedro Cabalar Martín Diéguez Andreas Herzig David Pearce Luis Fariñas Martín Dieguez Philippe Balbiani Ivo Düntsch Ewa Orłowska Tinko Tinchev Marta Cialdea Mayer

Possibility theory and modal logic are two knowledge representation frameworks that share some common features, such as the duality between possibility and necessity, as well as some obvious di↵erences since possibility theory is graded but is not primarily a logical setting. In the last thirty years there have been a series of attempts, reviewed in this paper, for bridging the two frameworks i...

2014
Jung-hyun Kim Young Kim Yijung Chung

[Purpose] The aim of this study was to investigate the influence of an unstable surface on trunk and lower extremity muscle activities during various types of bridging exercises. [Subjects] Thirty healthy female adults voluntarily participated in this study. [Methods] All subjects were asked to perform 3 different bridging exercises (bridging exercise, single leg lift bridging exercise, single ...

A. Abbasi, A. Badiei M. Najafi

A number of redox-active coordination polymers (CPs) or metal- organic frameworks (MOFs) have been successfully synthesized using transition metals and bridging ligands. This article aims to deal with gathering the aforementioned disperse issues regarding the electroactive CPs. It also goes towards illustrating the effects of various factors on the electrochemical behavior of CPs including...

Journal: :IJIDE 2010
David J. Yates Joseph W. Weiss

A new digital divide is emerging both within and between nations that is due to inequalities in broadband Internet access. We show using data from the OECD and the International Telecommunication Union (ITU) that this new digital divide is a global problem that can be observed in both developed and developing countries. To bridge the global broadband divide, organizations and individuals must c...

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

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

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