نتایج جستجو برای: government agencies

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

Journal: :CMAJ : Canadian Medical Association journal = journal de l'Association medicale canadienne 1997
M F Shapiro

As Dr. Joel Lexchin makes painfully obvious in this issue (see pages 351 to 356), regulatory processes governing pharmaceutical advertising in Canada and elsewhere are seriously compromised. However, the remedial measures Lexchin proposes are not sufficient. Financial sanctions against improper advertising are likely to be regarded by manufacturers as the cost of doing business, and any regulat...

2005
Russell Abratt RUSSELL ABRATT

Literature abounds on the subjects of corporate identity and corporate image. Much of this literature has been written at a fairly superficial level by executives of design and marketing communications consultancies (Anspach 1983, Chajet 1984, Couretas 1984, Diefenbach 1986, French 1981, Hamilton 1983, Yarnell 1986). On the other hand, marketing journals and texts mention image regularly, but d...

Journal: :Revista panamericana de salud publica = Pan American journal of public health 2011
C James Hospedales T Alafia Samuels Rudolph Cummings Gayle Gollop Edward Greene

The Caribbean's long history of cooperation in health now focuses on noncommunicable diseases (NCDs), given that Caribbean Community (CARICOM) countries have the highest NCD burden in the Americas. The heads of government convened a first in the world one-day summit on NCDs, largely due to advocacy by George Alleyne and others, on the health, social, and economic impact of NCDs; the need for up...

2011
Shahidul Hassan John Glenn

Although fairness is critical to effective human resource management, little effort has been made to assess the role fairness plays in facilitating positive and preventing negative employee outcomes in government agencies. Using data collected through a survey of 764 professional employees from a large state agency, this study examined the relationship between perceived organizational justice a...

2013
Erin McCreless Piero Visconti Josie Carwardine Chris Wilcox Robert J. Smith

The financial cost of biodiversity conservation varies widely around the world and such costs should be considered when identifying countries to best focus conservation investments. Previous global prioritizations have been based on global models for protected area management costs, but this metric may be related to other factors that negatively influence the effectiveness and social impacts of...

Journal: :Science 1995
D E Bloom

This article analyzes public opinion data on environmental issues collected in two major surveys. The data reveal substantial concern about the environment in both developing and industrial countries along with perceptions that the quality of the environment has declined and will continue to decline. Developing country respondents rate their local and national environmental quality lower than d...

Journal: :Proceedings. Biological sciences 2015
David White P Jonathon Phillips Carina A Hahn Matthew Hill Alice J O'Toole

Forensic facial identification examiners are required to match the identity of faces in images that vary substantially, owing to changes in viewing conditions and in a person's appearance. These identifications affect the course and outcome of criminal investigations and convictions. Despite calls for research on sources of human error in forensic examination, existing scientific knowledge of f...

Journal: :British journal of sports medicine 2010
Hoon Chin Lim Jeffery Cutter Weng Kee Lim Adrian Ee Yoong Cheong Wong Boon Keng Tay

From 29 June to 7 July 2009, Singapore hosted the inaugural Asian Youth Games (AYG), which brought 1210 athletes and 810 officials from 43 participating countries. On 11 June, just 1 week before the Games Village Medical Centre started operations, the World Health Organization officially declared a global H1N1 2009 pandemic. Working in close partnership with the Olympic Council of Asia Medical ...

2001
THOMAS R. WHYTE LARRY R. KIMBALL

In the spring of 1990, a prehistoric burial site in a small cave in Cherokee National Forest, Johnson County, Tennessee was almost completely destroyed by artifact collectors. Archaeological investigation of the disturbed deposits, conducted with the consent of the Eastern Band of Cherokee, yielded thousands of human skeletal remains, faunal remains, and artifacts. There may be hundreds of simi...

Journal: :Revista panamericana de salud publica = Pan American journal of public health 2001
T L Byrd J VanDerslice S K Peterson

OBJECTIVE Since communicating risk related to environmental hazards has consistently presented a challenge to government agencies and industries, our objective was to better understand the attitudes and beliefs of three communities, so as to help agencies and industries develop better risk communication interventions. METHODS We explored attitudes and beliefs about environmental risks in thre...

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

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

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