نتایج جستجو برای: private partnership ppp

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

2000
Andrew Cotton

The extension of the mains to marginal urban areas does indeed require considerable investment and implies supplying disadvantaged population groups whose ability to pay presents significant collection problems (Lyonnaise des Eaux, Lyonnaise des Eaux also suggests the use of order of priority within contracts, in order to prioritise services in the order of most pressing need, as follows (Lyonn...

Journal: :International journal of recent technology and engineering 2021

The new metro rail policy was enacted by the government of India in year 2017. Under this policy, under section xiv, Government (GOI) made it compulsory to seek Public-Private Partnership (PPP) for projects which are intending financial assistance from central government. Hyderabad Metro is far largest project be executed PPP, but successful? This paper investigates various factors that affecte...

Journal: :International journal of academic research in business & social sciences 2022

There has been a huge shift in infrastructure development since the introduction of public-private partnership. However, one government's challenges continues to be absence private sector engagement such an arrangement. Therefore, purpose this study is explore non-financial factors that influence investors' decisions fund PPP projects. This specifically aims present conceptual examination how i...

Journal: :Economic Thought journal 2021

Public-private partnership (PPP) in school education Bulgaria is an unknown but possible practice that can meet the main challenges both management and its implementation impact. Arguments for adequacy value be found good international practices, experience gained, of PPP social services since 2004 existence relevant legislation. The article aims to develop present possibilities using Bulgaria....

Journal: :Review of applied management and social sciences 2023

The study is to gain a better understanding of how the asset pricing model interacts with Public Private Partnership (PPP) in larger domain monetary policy. We employ policy components that include Panel least square test, and we apply it panel data set contains 131 countries 15 years on investment energy sector. According findings, Policy rate critical factor determining minimum annual require...

Journal: :International Public Management Journal 2021

The aim of this article is to determine whether there opportunistic behavior in local government decisions related contracting out, public-private partnership (PPP) and/or public externalization. Analysis the results obtained from applying a fixed effects panel data model sample 2,274 Spanish municipalities supports existence asymmetric behavior. Specifically, strong evidence that preelection y...

Journal: :Journal of economics, finance and management studies 2023

Indonesia as a country that is currently carrying out developments requires lot of funds to carry infrastructure development. The methods used development by implementing Public Private Partnership or PPP scheme. Several experts have put forward the definition PPP, which contained in No. 38 2015 Presidential Regulation concerning Government Cooperation with Business Entities Provision Infrastru...

ژورنال: بیمارستان 2022

Introduction: Despite many challenges, public-private partnership in hospitals is recognized as one of the most attractive investment platforms for the private sector. This study conducted to assess the challenges of private sector partnership with public hospitals using the public-private partnership model in public hospitals in Yazd. Methods: The present qualitative research conducted in 202...

2016
Zhengfeng Huang Pengjun Zheng Yanqiang Ma Xuan Li Wenjun Xu Wanlu Zhu

The choice of investment strategy has a great impact on the performance of transport infrastructure. Positive projects such as the "Subway plus Property" model in Hong Kong have created sustainable financial profits for the public transport projects. Owing to a series of public debt and other constraints, public-private partnership (PPP) was introduced as an innovative investment model to addre...

Journal: :World hospitals and health services : the official journal of the International Hospital Federation 2012
Dominic Montagu April Harding

Public Private Partnerships (PPP) have been common in infrastructure for many years and are increasingly being considered as a means to finance, build, and manage hospitals. However, the growth of hospital PPPs in the past two decades has led to confusion about what sorts of contractual arrangements between public and private partners consititute a PPP, and what key differences distinguish publ...

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

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

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