نتایج جستجو برای: professional value

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

Journal: :Journal of Workplace Learning 2022

Purpose The purpose of this study is to explore Swedish police education teachers’ informal workplace learning and its perceived value for their professional development. Two categories teachers, teachers university with different knowledge experience, work together at the unit. Design/methodology/approach method used was in-depth interviews working a Findings Informal by both teacher groups be...

Journal: :Health policy 2010
Cecilia Bernsten Karolina Andersson Yves Gariepy Steven Simoens

OBJECTIVES Pharmacists provide a wide range of professional services to support the appropriate use of medicines by patients. This study aims to conduct an international, comparative analysis of remuneration models for pharmaceutical professional services. METHODS Information about remuneration models was derived from a literature review and a semi-structured questionnaire completed by expert...

2011
Lydia Katrova

The purpose of this study is to present the traditional and contemporary views on autonomous management of the dental profession in Bulgaria during the period of transition. Methods: The interdependence between the professionalism and ethics was analyzed and the concept of system approach in ethical conduct of the practicing doctor is defined. Results: Dynamic of social relationship shaped by t...

2004
Helen Simons

The purpose of this article is to reexamine the current use of what is to count as evaluation evidence to inform professional practice. The provision of evaluation evidence to inform decision making has long been an aspiration, albeit with varying degrees of success. However the need to reexamine the utility of this endeavour has arisen in the contemporary culture of evidence-based policy and p...

Journal: :international journal of agricultural science, research and technology in extension and education systems 0
neda nasir pour graduate student agricultural management, shoushtar branch, islamic azad university, shoushtar, iran azadeh n. noorivandi assistant professor agricultural management, shoushtar branch, islamic azad university, shoushtar, iran

the purpose of this research was identifying mechanisms for the development of human resources in khouzestan sugarcane agro industrial company, iran. this is an applied study and the research method was descriptive correlative. the population consisted of employees working in the sugarcane agro industrial company in the province of khuzestan, iran(n=315). one hundred and seventy five people wer...

2000
Dieter Fink

The paper explores the nature of professional intellect and the requirements for managing it, an area acknowledged as being under-researched. Five case studies in the professional accounting services sector were conducted and the findings were used to identify the structure and evolution towards a knowledge-based accounting practice using Venkatraman’s (1995) model of the virtual organisation. ...

Journal: :Archives of pediatrics & adolescent medicine 2008
Joel S Tieder Darren S Migita Charles A Cowan Sanford M Melzer

OBJECTIVE To describe financial outcomes and physician productivity associated with the inclusion of well-newborn services in a pediatric hospitalist program in a community hospital. DESIGN Retrospective review of professional billing records and physician activity logs for newborn and inpatient care, consultations, and procedures. SETTING Pediatric hospitalist program in a community hospit...

2014
Fiona Muir Mairi Scott Kevin McConville Kenneth Watson Kazem Behbehani Faten Sukkar

OBJECTIVE The purpose of this research was to explore the value of reflection and its application to practice through the implementation of educational modules within a new Diabetes Care and Education Master Degree Programme in Kuwait, and to realise how this teaching intervention informs changes in practice. METHODS A small exploratory case study was conducted within the Dasman Diabetes Inst...

Journal: Iranian Economic Review 2003

Since the advent of Islamic Revolution in 1979 and due to foreign exchange controls by the Central Bank of Iran, the black market value of the Iranian rial had declined substantially as compared to its official value. In several articles published in professional journals I have first identified factors which has caused the rial to decline. I have then investigated the impact on Iranian economy...

2002
Shu Ching Yang Shu Fang Liu

Taiwan’s Digital School (DS) was established to suport online K-12 Teacher Professional Development. At the core of the online TPD center is platform-independent, webbased environment designed to meet the needs of a large and diverse community of education professionals. DS provides a powerful set of synchronous and asynchronous communication systems, and support tools. DS offers teaching commu...

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

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

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