نتایج جستجو برای: complementary research

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

Journal: :The British journal of general practice : the journal of the Royal College of General Practitioners 2009
Fiona Barlow George Lewith

The ethics of complementary therapy research recruitment: a case study We suggest that physicians responsible for the clinical care of their patients have a moral and ethical duty to thoughtfully consider recruitment to appropriately approved, funded, and peer reviewed research that may possibly help the people for whom they are responsible. This facilitates the sustained development of evidenc...

2015
Wei Jia Aiping Lu Kelvin Chan Mats G Gustafsson Ping Liu

1Center for Translational Medicine, Shanghai Jiao Tong University Affiliated Sixth People’s Hospital, Shanghai 200233, China 2Cancer Epidemiology, University of Hawaii Cancer Center, Honolulu, HI 96813, USA 3School of Chinese Medicine, Hong Kong Baptist University, Kowloon Tong, Hong Kong 4Faculty of Pharmacy, The University of Sydney, NSW 2006, Australia 5The National Institute of Complementar...

Journal: :Evidence-based Complementary and Alternative Medicine 2004
Marja J. Verhoef

© Oxford University Press 2004 *President, ISCMR, E-mail: mverhoef@ucalgary.ca On November 22, 2003, delegates of the 10th Annual Symposium on Complementary Healthcare packed into the main lecture hall of the Royal College of Physicians in London to take a momentous step in the history of complementary medicine research. Sara Warber (USA) and Edzard Ernst (UK) chaired the meeting and began by i...

Journal: :Evidence-based Complementary and Alternative Medicine 2005
Francesco Chiappelli Paolo Prolo Olivia S. Cajulis

Contemporary Western medicine has witnessed a fragmentation of our conceptualization of the medical endeavor into 'traditional medicine' and 'non-traditional medicine'. The former is meant to refer to the Western medical tradition, the latter encompasses both 'complementary' and 'alternative' medical practices. Complementary medicine complements conventional medical treatments, and alternative ...

Journal: :JAMA 2004
Matko Marusic

The use of complementary and alternative medicine (CAM) has grown dramatically in recent years, as has research into the safety and efficacy of CAM treatments. Minimal attention, however, has been given to the ethical issues relating to research on CAM. The needs of public health and safety demand rigorous research evaluating CAM therapies, adhering to the same ethical requirements applied to a...

2017
Natallia Pashkevich Darek M. Haftor

The identification of the factors that condition a software programmer’s productivity remains a key challenge for both scholars and practitioners. While a number of studies have focused on the impact of one or a few particular factors, the way these factors jointly condition programmer productivity is still unknown. This paper presents a conceptual model aimed at a comprehensive understanding o...

Journal: :Forschende Komplementarmedizin 2015
Claudia M Witt Jürgen Barth Claudia Canella

rently, there are about 57,500 CAM trials from all over the world registered in the Cochrane Central Register of Controlled Trials and about 690 systematic CAM reviews in the Cochrane Database. Berman presented a few examples of systematic CAM reviews before concluding with future challenges, such as conducting reliable subgroup analyses (e.g., individual patient data meta-analysis or network m...

Journal: :مهندسی صنایع 0
عباس کرامتی دانشگاه تهران حسن حاله دانشگاه صنعتی اصفهان بهداد بنان دانشگاه تهران نوید مجیر دانشگاه تهران علی درخشانی دانشگاه تهران

during the past decade in iran, information technology (it) has had a deep impact on economy. many companies have invested on it and it’s complementary. despite a vast percentage of firm’s budget is spent on it continues increasingly, there are evidence which has been illustrate on failure of firms in obtaining the benefits of these expenditures within expected period. this fact nevertheless ha...

Background and Objectives: In response to the community need, it is necessary for nursing staff to use complementary therapies in their professional performance. The related facilitators in various clinical settings are different and the exploration of these factors are essential and important. So, this study was designed to assess clinical nurses' perceptions about the facilitators of using co...

Journal: :nutrition and food sciences research 0
nahid salarkia 46, west arghavan st., farahzadi blv. shahrak-e-qods tehran maryam amini , west arghavan st., farahzadi blv. shahrak-e-qods tehran morteza abdollahi , west arghavan st., farahzadi blv. shahrak-e-qods tehran babak eshrati arak university of medical sciences tirang reza neyestani , west arghavan st., farahzadi blv. shahrak-e-qods tehran

background and objectives: food insecurity may be associated with poor nutrition, which in turn can increase the risk of adverse nutrition and health outcomes among infants and toddlers. this study was undertaken in 2008 to gain an insight of mothers' views on complementary feeding practices and food security. materials and methods: in this qualitative study, data were collected through 10...

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

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

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