نتایج جستجو برای: information access divide

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

2007
Enrico Ferro José Ramón Gil-García Natalie Helbig

Not having access or having a disadvantaged access to information, in an information-based society may be considered as a handicap (Compaine, 2001). In the last two decades scholars have gradually refined the conceptualization of digital divide, moving from a dichotomous model mainly based on access to a multidimensional model accounting for differences in usage levels and perspectives. While m...

2010
David J. Yates Girish J. Gulati Joseph W. Weiss

A new digital divide is emerging both within and between nations that is due to inequalities in broadband Internet access. Most previous research has focused on the broadband divide in developed countries and the role of several factors in bridging this divide, including competition specifically to provide broadband service. There seems to be very little research, however, that provides compreh...

2015
Arshia U. Zaidi Shanti Fernando Nawal Ammar

This paper presents exploratory research on the use of information communication technologies (ICTs) or computer mediated technologies (CMCs) (i.e., cell phones and the internet) among immigrant women who are intimate partner violence survivors (IPV) in Canada. The discussion begins with a presentation of initial data examining the impact of such technology on the level and extent of violence e...

2006
Leona F. Fass

Deployed e-Gov systems and intended users’ access are analyzed. Included are national and local e-services, evoting and a local e-Gov system presenting information integration and security concerns. Semantic Web-based improvements are suggested to resolve security issues, provide an integration platform and facilitate use. Expected outcomes are user-centric e-Gov development, a reduced socio-te...

2002
Scott Wallsten

Policy makers are simultaneously concerned about the consequences of a worsening “digital divide” between rich and poor countries and hopeful that information and computing technologies (ICTs) could increase economic growth in developing countries. Very little research, however, has explored the reasons for the digital divide beyond noting that it is strongly correlated with standard developmen...

Journal: :InformingSciJ 2009
Elisabeth Donat Roman Brandtweiner Johann Kerschbaum

Information and Communication Technologies (ICTs) are the most important way of getting informed in our society. Unfortunately not all people have access to the internet and ICTs (first order digital divide), and an amazingly large number of people do not have the abilities to use the ICTs in a proper way and, therefore, cannot draw advantages from its usage (second order digital divide). Clear...

2005
Sonia Liff Adrian Shepherd

This Issue Brief takes a fresh look at the factors surrounding what has appeared to be a closing of the gender divide among those using the Internet and other information and communication technologies (ICTs). Empirical evidence based primarily on the Oxford Internet Survey (OxIS) is used to identify key dimensions of ‘access’ whose measurement can help to reveal some detailed emerging differen...

2006

1 Contextual issues 4 1.1 Defining the Digital Divide 1.1.1 Project framework 5 1.1.2 Definitions 6 1.1.3 E-learning – a supply or demand driven process? 7 1.1.4 Digital literacy 7 1.2 Quantifying the Digital Divide 9 1.2.1 Connectivity in the wider Australian community 1.2.2 Online delivery in the VTE system 10 1.3 Benefits from bridging the Divide 10 2 Barriers sustaining the Divide 12 2.1 Co...

Journal: :مدیریت اطلاعات سلامت 0
هادی لطف نژاد افشار مربی آموزش مدارک پزشکی، دانشگاه علوم پزشکی ارومیه شفیع حبیبی مربی کتابداری و اطلاع رسانی پزشکی دانشگاه علوم پزشکی تبریز فیروز قادری پاکدل استادیار فیزیولوژی دانشگاه علوم پزشکی ارومیه

introduction: the drive for health care and medical sciences to become evidence-based has been accelerated during recent years and therefore quick access to relevant information without the use of information and communication technology seems impossible. the aim of this study was to evaluate medical students' knowledge of computers and information science in urmia university. methods: this sur...

Journal: :JGIM 2015
Younghoon Chang Hyerin Kim Siew Fan Wong Myeong-Cheol Park

The digital divide between countries is a critical phenomenon that places developing countries in a disadvantaged position economically, politically, and socially. While the phenomenon has drawn the attention of many, a theoretical account using empirical test of primary data is lacking. Building on a three-level digital divide framework, this study tested the effect of country development inde...

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

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

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