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

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

2009
MICHAEL S. BENNETT William Keeling

In late 1988, the Indonesian government adopted a number of reforms aimed at deregulating the country's banking sector.' Since the reforms, Indonesia's banking system has been undergoing a transformation from an inefficient system dominated by a relatively small number of state-owned banks, to a more volatile system, in which competition among state and privately owned banks is encouraged.' Thi...

2012
Henry Etzkowitz

An entrepreneurially oriented educational institution that transfers existing knowledge and/or creates new knowledge has the capacity to generate significant economic growth. This is the case of Stanford University, which had a key role in the development of Silicon Valley, reinforced by government support that made it possible for the region to become a world innovation hub, attracting and cir...

2016
Sungmin Park

The present study compares the performance creation behavior between for-profit institutions and not-for-profit institutions within a national technology innovation research and development (R&D) program. Based on the stepwise performance creation chain structure of typical R&D logic models, a series of successive binary logistic regression models is newly proposed. Using the models, a sample o...

2013
S. Prema A. Saraswathi K. Chitra V. Gopal

International Journal of Pharmaceutical Sciences Review and Research Available online at www.globalresearchonline.net 314 S. Prema, A. Saraswathi, K. Chitra, V. Gopal 1. Faculty of pharmacy, Sri Ramachandra University, Porur, Chennai-600116, Tamil Nadu, India. 2. Director -inCharge, Captain Srinivasa Murti Drug Research Institute for Ayurveda (CSMDRIA), (CCRAS) Arumbakkam, Chennai 600 106, Tami...

Journal: :Journal of rehabilitation medicine 2007
Heikki Suoyrjö Katariina Hinkka Mika Kivimäki Timo Klaukka Jaana Pentti Jussi Vahtera

OBJECTIVE To study the allocation of rehabilitation measures provided by the Finnish Social Insurance Institution in relation to the characteristics and health status of rehabilitants. DESIGN A register linkage study. SUBJECTS A total of 67,106 full-time local government employees with a minimum of 10-month job contracts in 10 Finnish towns during the period 1994-2002. METHODS Data on the...

2014
P. Gayathri

The large amount of data is used in corporate and government institution. The sequence of releases is more identify by adversary. So, the user’s privacy is violated. To avoid this to use privacy protection techniques are applied here. Privacy preserving serial data publishing on dynamic databases has relied on unrealistic assumptions of the nature of dynamic databases. In many applications, som...

2000
P. L. Galbraith

Pressure on Australian universities to meet priorities of the major funding authority continues to exert a dominant influence on institutional management decision making. Because faculties are unequally positioned with respect to the alignment of their core business with changing government initiatives, stresses are created whenever an institution moves to change its own priorities in line with...

2015
Robert Harper Daniel R. Licata Carlo Angiuli Ed Morehouse

∗This research was sponsored in part by the National Science Foundation under grant numbers CCF-1116703 and CCF-1445995 (REU). The views and conclusions contained in this document are those of the author and should not be interpreted as representing the official policies, either expressed or implied, of any sponsoring institution, the U.S. government or any other entity. See http://homotopytype...

2011
M. Walcott

Carefully constructed urban fieldwork enriches students' geographic education in ways impossible to reconstruct in the classroom. Geographic literature lacks good examples from human geography of how this might be accomplished. This research extends fieldwork application to the urban setting at a level most appropriate for college students, particularly those in an urban institution. The resear...

Journal: :مطالعات حقوق خصوصی 0
نسرین طباطبائی حصاری دانشگاه تهران

registration institution guarantees economic and legal security. human societies always noted this point and created several registration systems. land title registration should be simple, reliable…and well suited to the society it serves. with regard to social conditions, every society fallows from one of these systems. iranian registration system has enough capacity to establish legal securit...

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

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

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