نتایج جستجو برای: ethical guideline

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

2017

It explores the way in which local cultural experience frames the way in which the links between people and the planet are understood. Perspectives on hybridity and interconnectedness and the implications for ethics shape what globalisation means locally. The global homogeneity does not only shape human beings ‘from above’ through powerful agents, it can also be reshaped from below. The central...

Journal: :journal of medical ethics and history of medicine 0
mina mobasher medical ethics phd candidates, medical ethics and history of medicine research center, and medical ethics department, faculty of medicine, tehran university of medical sciences, tehran, iran. kiarash aramesh associate professor, medical ethics and history of medicine research center, tehran university of medical sciences, tehran, iran. farzaneh zahedi md, medical ethics and history of medicine research center, and endocrinology and metabolism research centre,tehran university of medical sciences, tehran, iran. nouzar nakhaee professor, neuroscience research center, kerman university of medical sciences, kerman, iran. mamak tahmasebi assistant professor, palliative care department, cancer institute, tehran university of medical sciences, tehran, iran. bagher larijani professor, medical ethics and history of medicine research center, and endocrinology and metabolism research centre,tehran university of medical sciences, tehran, iran.

recent advances in life-sustaining treatments and technologies, have given rise to newly-emerged, critical and sometimes, controversial questions regarding different aspects of end-of-life decision-making and care. since religious values are among the most influential factors in these decisions, the present study aimed to examine the islamic scholars' views on end-of-life care. a structured int...

Journal: :Annals of internal medicine 2015
Wendy P Battisti Elizabeth Wager Lise Baltzer Dan Bridges Angela Cairns Christopher I Carswell Leslie Citrome James A Gurr LaVerne A Mooney B Jane Moore Teresa Peña Carol H Sanes-Miller Keith Veitch Karen L Woolley Yvonne E Yarker

This updated Good Publication Practice (GPP) guideline, known as GPP3, builds on earlier versions and provides recommendations for individuals and organizations that contribute to the publication of research results sponsored or supported by pharmaceutical, medical device, diagnostics, and biotechnology companies. The recommendations are designed to help individuals and organizations maintain e...

2012
Edit Tukacs Agnes Korotij Zsuzsanna Maros-Szabo Agnes Marta Molnar Andras Hajdu Zsolt Torok

UNLABELLED Biobanks are essential tools in diagnostics and therapeutics research and development related to personalized medicine. Several international recommendations, standards and guidelines exist that discuss the legal, ethical, technological, and management requirements of biobanks. Today's biobanks are much more than just collections of biospecimens. They also store a huge amount of data...

Journal: :Human reproduction 2008
W L D M Nelen R W van der Pluijm R P M G Hermens C Bergh P de Sutter K G Nygren A M M Wetzels R P T M Grol J A M Kremer

BACKGROUND Clinical practice guidelines bridge the gap between the evidence from literature and clinical practice, and they may provide guidance in ethical, legal and societal dilemmas. To explore the potentials for future international guideline development within the field of human reproduction and embryology, we assessed the quality of existing guidelines produced by the European Society of ...

Journal: :مدیریت شهری 0
rasool sarihi asfestani mehraban hadi peykani akbar eetebaryan khorasgani

concurrently, organizations must respond effectively to social expectations and moral law and to achieve success in all areas and by respecting professional ethics adopt an appropriate procedure to achieve these expectations align with organizational goals to facilitates promotion of social accountability and realization of higher goals. in this study, we have formulated a framework by reviewin...

Journal: :The Journal of trauma 2008
Laura R Brosch John B Holcomb Jennifer C Thompson Paul R Cordts

Extensive United States combat operations commenced for the first time in over decade in 2003. Early in 2004 there was no human research protection regulatory review and approval mechanism based in a deployed military combatant command. The absence of such a system presented a critical impediment to implementation of the time-honored tradition of a robust combat casualty care research effort. A...

2014
Jennifer Williamson Gina Mills Chris Freeman

Species-specific effects of elevated ozone on wetland plants and decomposition processes. The NERC and CEH trade marks and logos ('the Trademarks') are registered trademarks of NERC in the UK and other countries, and may not be used without the prior written consent of the Trademark owner.

Journal: :Revista peruana de medicina experimental y salud publica 2010
Salomón Zavala

Por otro lado, la capacitación es otro aspecto que debe de considerarse, en ese sentido, el Reglamento de tengan en ética en investigación y uno de sus miembros debe tener capacitación en bioética El costo de la capacitación es un tema que no ha sido cuenta que el trabajo que realizan los miembros de los exige no solo es de tres a cuatro horas de sesión que se hace como parte de la carga labora...

Journal: :Journal of the Royal Society of Medicine 2014
Peter Ebongue Mbondji Derege Kebede Chris Zielinski Wenceslas Kouvividila Issa Sanou Paul-Samson Lusamba-Dikassa

OBJECTIVE To assess the state of national health research systems of countries in the World Health Organization (WHO) African Region. DESIGN A questionnaire-based survey METHODS: Structured questionnaires were used to solicit health research systems' relevant information from key informants in each country. SETTING Forty-six Member States of the WHO African Region. PARTICIPANTS Key inform...

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

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

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