نتایج جستجو برای: country ownership

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

2009
Kiarash Aramesh

Using human dead body for medical purposes is a common practice in medical schools and hospitals throughout the world. Iran, as an Islamic country is not an exception. According to the Islamic view, the body, like the soul, is a "gift" from God; therefore, human being does not possess absolute ownership on his or her body. But, the ownership of human beings on their bodies can be described as a...

2002
Ross Levine

This paper examines the impact of restricting foreign bank entry on bank net interest margins while controlling for (a) impediments to domestic bank entry, (b) the degree of foreign bank ownership of the domestic banking industry, (c) an array of bankspecific characteristics, (c) banking sector concentration, and (d) various country traits. Using data on almost 1200 banks across 47 countries, t...

خیرالدین, رضا, دلایی میلان, ابراهیم, کامیار, غلامرضا,

Urban development plans define the process of planning for urban improvement based on both Islamic regulations and substantial principals of urbanism. The rights of private ownership are basically emphasized in Iranian constitution. Attempts of urban redevelopment plans are inherently in contrast with the private rights of ownership.  Rules and regulations governing the urban systems are con...

1999
J. Pucher

Similar to virtually all formerly socialist countries in Central and Eastern Europe, the Czech Republic has been experiencing a transport revolution since the shift from socialism to capitalism a decade ago. From 1988 to 1998, per-capita car ownership rose by 63% in the country as a whole, and by 93% in the capital city of Prague. Vehicle km of motor vehicle use have more than doubled. Converse...

Journal: :Academic medicine : journal of the Association of American Medical Colleges 2014
Lyn Middleton Andrea A Howard Jennifer Dohrn Deborah Von Zinkernagel Deborah Parham Hopson Barbara Aranda-Naranjo Carolyn Hall Address Malata Thokozani Bvumbwe Adeline Chabela Nthabiseng Molise Wafaa M El-Sadr

The nursing and midwifery workforce is key to improving the performance of the health system overall. Health workforce shortages are significantly influenced by the productive capacity of health professions education institutions. Long-standing underinvestment in preservice nursing and midwifery education severely limits the capacity of institutions to educate nurses and midwives in sufficient ...

2007
Matthew Cole Robert J.R. Elliott Supreeya Virakul

This paper investigates the relationship between firm heterogeneity and a firm’s decision to export, using the annual survey of Thai manufacturing firms from 2001 to 2004. A significant contribution of this paper is that we are, for the first time, able to break down FDI by country of origin to observe whether the behavior of MNEs differs by region of origin. We find that entry sunk costs and f...

2011
P. Christopher Zegras

Little quantitative research has focused on how factors influencing travel behavior change in rapidly developing and motorizing cities. We examine the particular case of household motor vehicle ownership, focusing on potential variations in preferences revealed through vehicle choice models estimated for Santiago de Chile in 1991 and 2001, and including zonal-level measures of relative location...

2016
Brigitte Hoogendoorn Cornelius A Rietveld André van Stel

This cross-country study adopts a competing theories approach in which both a value perspective and a social capital perspective are used to understand the relation between religion and a country's business ownership rate. We distinguish among four dimensions of religion: belonging to a religious denomination, believing certain religious propositions, bonding to religious practices, and behavin...

2017
Carla AbouZahr Ties Boerma Daniel Hogan

BACKGROUND The MDG era relied on global health estimates to fill data gaps and ensure temporal and cross-country comparability in reporting progress. Monitoring the Sustainable Development Goals will present new challenges, requiring enhanced capacities to generate, analyse, interpret and use country produced data. OBJECTIVE To summarize the development of global health estimates and discuss ...

Journal: :Journal of experimental child psychology 2013
Marco F H Schmidt Hannes Rakoczy Michael Tomasello

Human social life is structured by social norms creating both obligations and entitlements. Recent research has found that young children enforce simple obligations against norm violators by protesting. It is not known, however, whether they understand entitlements in the sense that they will actively object to a second party attempting to interfere in something that a third party is entitled t...

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

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

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