نتایج جستجو برای: qualitative studies

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

Journal: :Inf. Res. 2000
Thomas D. Wilson

This paper was commissioned by Professor Gernot Wersig of the Freie Universität, Berlin in 1980, as part of his Project, Methodeninstrumentarium zur Benutzforschung in Information und Dokumentation. It attempted to set out what was, for the time, a novel perspective on appropriate methodologies for the study of human information seeking behaviour, focusing on qualitative methods and action rese...

The discourse of the discussion in research articles is regarded to be of considerable significance—as in this section the findings are interpreted in light of previous research and the authors’ argumentations are put forward as a major contribution (see Hyland, 1999). For this reason, the content and structure of the discussion section have been explored in several studies; however, little att...

Journal: :Genetics 1991
B Griffing R L Scholl

G ENETIC research involving Arabidopsis thaliana dates back to the 1940s. A renewed interest has developed recently, however, due to recognition of the unique genomic properties of Arabidopsis, which make it an ideal system for molecular studies of flowering plants. This interest has increased to such a point that the international community of Arabidopsis geneticists organized a formal Arabido...

Journal: :International journal of technology assessment in health care 2011
Nicola Ring Ruth Jepson Karen Ritchie

OBJECTIVES Synthesizing qualitative research is an important means of ensuring the needs, preferences, and experiences of patients are taken into account by service providers and policy makers, but the range of methods available can appear confusing. This study presents the methods for synthesizing qualitative research most used in health research to-date and, specifically those with a potentia...

Journal: :Journal of biomedical informatics 2005
Alan F. Rose Jeffrey L. Schnipper Elyse R. Park Eric G. Poon Qi Li Blackford Middleton

The adoption of electronic medical records (EMRs) and user satisfaction are closely associated with the system's usability. To improve the usability of a results management module of a widely deployed web-based EMR, we conducted two qualitative studies that included multiple focus group and field study sessions. Qualitative research can help focus attention on user tasks and goals and identify ...

2016
Jun Jin Susan Bridges

INTRODUCTION Problem-based learning (PBL) has had a profound impact on education worldwide. While the implementation of PBL has gradually extended from clinical to nonclinical disciplines (Lu, Bridges, & Hmelo-Silver, 2014), the majority of research studies in PBL have been conducted in health sciences educational contexts such as medicine (Schmidt, Ver-meulen, & van der Molen, 2006) and dentis...

Journal: :Ciencia & saude coletiva 2012
Cilene Volkmer Marisa Monticelli Kenya Schmidt Reibnitz Odaléa Maria Brüggemann Fabiana Flores Sperandio

Urinary incontinence has broad repercussions on female daily life. The objective of this study was to conduct a systematic review seeking to analyze results of qualitative research concerning female urinary incontinence published prior to 2009. After an electronic search, 53 research reports were identified with 30 fulfilling the exclusion and inclusion criteria. After classification according ...

2003

Clinical scenario You work on a palliative care unit where you have many opportunities to discuss end of life decisions with patients and family members. In a recent team meeting of your unit’s providers, the topic of “appropriate” treatment choices for patients at end of life comes up. Some providers believe that they should counsel patients and family members to “help them make better end of ...

2003

Clinical scenario You work on a palliative care unit where you have many opportunities to discuss end of life decisions with patients and family members. In a recent team meeting of your unit’s providers, the topic of “appropriate” treatment choices for patients at end of life comes up. Some providers believe that they should counsel patients and family members to “help them make better end of ...

2008
Marja Pitkänen Paula Naumanen Kari Ojanen Veikko Louhevaara

The Ergonetti is a Finnish web-based university-level instructional learning program about ergonomics and workplace health promotion. The Ergonetti program is open to all applicants and it is intended to serve the needs of commercial enterprises. The aim of this study was to evaluate the Ergonetti program. Its evaluation was based on the experiences of the participants in the Ergonetti program ...

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

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

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