نتایج جستجو برای: social media quality

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

حیدری, علی, روشندل اربطانی, طاهر,

Introduction: Mass media plays a crucial role in information distribution and thus in the political market and public policy making. Theory predicts that the information provided by mass media reflects the media’s incentives to provide news to different types of groups in society, and affects these groups’ influence in policy-making. A few empirical studies have tried to assess the effect of me...

2013
Jiliang Tang Huan Liu

Feature selection is widely used in preparing highdimensional data for effective data mining. Attributevalue data in traditional feature selection differs from social media data, although both can be large-scale. Social media data is inherently not independent and identically distributed (i.i.d.), but linked. Furthermore, there is a lot of noise. The quality of social media data can vary drasti...

2013
Lenard Lesser Dan Clark Tammy Chang Vineet Chopra Catherine Zhang Susan J Woolford

BACKGROUND Social media applications are promising adjuncts to online weight management interventions through facilitating education, engagement, and peer support. However, the precise impact of social media on weight management is unclear. OBJECTIVE The objective of this study was to systematically describe the use and impact of social media in online weight management interventions. METHO...

حیدری, علی, روشندل اربطانی, طاهر,

Introduction: Mass media plays a crucial role in information distribution and thus in the political market and public policy making. Theory predicts that the information provided by mass media reflects the media’s incentives to provide news to different types of groups in society, and affects these groups’ influence in policy-making. A few empirical studies have tried to assess the effect of me...

2011
Masaki Murata Tomohiro Ohno Shigeki Matsubara

By appearance of social media, people are coming to be able to transmit information easily on a personal level. However, because users of social media generally spend little time on describing information, low-quality texts are transmitted and it blocks the spread of information. On transmitted texts in social media, commas and linefeeds are inserted incorrectly, and it becomes a factor of low-...

2016
Matthias Moi Nikolai Rodehutskors Rainer Koch

As social media services are on the rise, people increasingly share information about emergencies on social media. Sometimes information about disasters even finds its way faster to social media websites than it reaches regular news companies and emergency services. Yet emergency services still have not found a way to put this potential to an effective use. Within our project “EmerGent”, we are...

2014

The purpose of this study is to explore the applicability of the E‐S‐QUAL instrument in the context of libraries’ social media services. As libraries have increased their use of social media such as Facebook and Twitter to interact with users and share information, the evaluation of the services has been emphasized to improve service strategies and meet user needs. However, there are no criteri...

2015
Tom H van de Belt Lucien J L P G Engelen Lise M Verhoef Marian J A van der Weide Lisette Schoonhoven Rudolf B Kool

BACKGROUND Social media has become mainstream and a growing number of people use it to share health care-related experiences, for example on health care rating sites. These users' experiences and ratings on social media seem to be associated with quality of care. Therefore, information shared by citizens on social media could be of additional value for supervising the quality and safety of heal...

2014
Michele P Hamm Jocelyn Shulhan Gillian Williams Andrea Milne Shannon D Scott Lisa Hartling

BACKGROUND Social media use is highly prevalent among children, youth, and their caregivers, and its use in healthcare is being explored. The objective of this study was to conduct a systematic review to determine: 1) for what purposes social media is being used in child health and its effectiveness; and 2) the attributes of social media tools that may explain how they are or are not effective....

The 2017 prevalence of obesity among children (age 5–17 years) in the United Arab Emirates (UAE) is 13.68%. Childhood obesity is one of the 10 top health priorities in the UAE. This study examines the quality, frequency, sources, scope and framing of childhood obesity in popular social media and three leading UAE newspapers from 2014 to 2017. During the review period, 152 newspaper articles fro...

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

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

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