نتایج جستجو برای: infrastructure capabilities

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

2012
Tomoya Takenaka Hiroshi Mineno Tadanori Mizuno

Ad-hoc networking capabilities have provided the flexibility needed to construct various types of networks without infrastructure base stations. Emerging products for sensor networks, such as Zigbee (1), use ad-hoc networking capabilities to construct networks. These sensor nodes can construct the network such as in outdoor fields and inside buildings without much effort on establishing the bas...

1993
Victoria L. Mitchell

It is generally recognized that an organization's information technology (IT) infrastructure can facilitate organizational change, particularly when the information needs of the business process are clearly defined and the capabilities of the IT infrastructure fully explored. Unfortunately, firms engaged in business process redesign (BPR) often struggle to meet these two conditions as outmoded ...

ژورنال: بیمارستان 2018

Background: Responsiveness is one of the main goals of the health system for policymakers and managers. Information Technology (IT) capabilities typically affect organization performance in cases like customer responsiveness and provide high standards of its business. This study aimed to investigate the relationship between information technology capabilities and the responsiveness of Baharlo h...

2013
Shaobo Wei Hefu Liu Weiling Ke Kwok Kee Wei Zhongsheng Hua

It is well touted that embedding information technology (IT) capabilities in supply chain processes would allow firms to derive competitive advantage. Yet the outcomes of such embeddedness vary greatly across companies. Investigating how a firm configures appropriate IT capabilities with supply chain integration (SCI) to achieve superior performance is of significance. Drawing upon the dynamic ...

2002
Adekunle Okunoye Helena Karsten

Information technology infrastructure (ITI) is said to play a significant role in knowledge management (KM) efforts. Yet, there is little research that focuses on how availability and use of IT infrastructure enable or constrain KM efforts. To explore this, we conducted an empirical study in six research organisations in subSaharan Africa. We compared the availability of IT infrastructure and i...

2004
Leonardo Candela Donatella Castelli Pasquale Pagano Manuele Simi

The architecture of a digital library service system strongly influences its capabilities. In this paper we report our experience with the OpenDLib system, which is based on a service-oriented architecture, and we describe how, in the attempt to better satisfy the user requirements, we decided to develop a digital library service-oriented infrastructure on Grid. We also briefly introduce this i...

2012
T. Avudaiappan B. S. Balamurugan L. srinivasan C. Pradeep

Grid computing is a next level of infrastructure that provides dependable, consistent, pervasive, and inexpensive access to high-end computational capabilities with variety of shared resources. In this high end computing infrastructure job scheduling is a complex one due to grid infrastructures. This proposal gives a detail analysis of various scheduling algorithm based on different criteria su...

Journal: :IEEE Journal on Selected Areas in Communications 2001
Tilman Wolf Jonathan S. Turner

Active networking is a general approach to incorporating general-purpose computational capabilities within the communications infrastructure of data networks. This paper studies the key design issues that must be resolved to allow active networking to become a mainstream technology.

Journal: :Computer Science (AGH) 2011
Slawomir Zielinski Tomasz Handzlik Tomasz Lewicki

The paper introduces a Universal Plug and Play based discovery and management toolkit that facilitates collaboration between cloud infrastructure providers and users. The presented tools construct a unified hierarchy of devices and their management-related services, that represents the current deployment of users’ (virtual) infrastructures in the provider’s (physical) infrastructure as well as ...

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

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

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