نتایج جستجو برای: per capita gross domestic product jel

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

Journal: :Anticancer research 2010
William B Grant

The primary risk-modifying factors for prostate cancer are still a matter of debate. This work proposes and examines the hypothesis that the apolipoprotein E epsilon4 (ApoE4) allele and diet are important risk factors for prostate cancer. The hypothesis was evaluated in an ecological study involving 122 countries for which prostate cancer rates for 2002, ApoE4 allele prevalence, dietary supply ...

2012
Susana Silva Isabel Soares Carlos Pinho

We analyze how an increasing share of Renewable Energy Sources on Electricity generation (RES-E) affects Gross Domestic Product (GDP) and Carbon Dioxide (CO2) emissions using a 3 variable Structural Vector Autoregressive (SVAR) methodology. We used a sample of four countries with different levels of economic development and social and economic structures but a common effort of investment in RES...

Journal: :iranian journal of medical sciences 0
esmaeil habibi zohreh mirhosseini mousa majidi

background: the number of scientific publication by a country is an important indication of its science generation and development. the aim of this study was to compare the publications in medical sciences of islamic countries from 2002-2009 with those of a number of developed countries.   methods: the pubmed and cia world fact book were used to extract the number of publications and socioecono...

2002
HENRI L.F. DE GROOT CEES A. WITHAGEN

This paper addresses the existence of an Environmental Kuznets Curve for China, using a sample of 30 regions, covering the period 1982–1997. The types of pollution included are wastewater, waste gas, and solid waste. We consider the development of the sources of pollution in a pooled cross-section analysis with pollution in absolute levels, in per capita terms, and relative to real Gross Region...

Journal: :IOP conference series 2022

Abstract The article considers the results of countries analysis by progressiveness degree waste management based on correlation between changes in volume accumulation and indicators wealth. author’s novelty is systematization quantitative qualitative criteria for grouping effectiveness handling system. As a result comparative analysis, three groups are presented: “Green” - European with small ...

2015
Paweł Kawalec Krzysztof Malinowski

OBJECTIVES The aim of the study was to investigate the association between activity of ankylosing spondylitis (AS) and decrease in quality of life as well as productivity loss of affected patients in a specified group of patients in the Polish setting. MATERIAL AND METHODS An questionnaire survey was conducted using the Bath Ankylosing Spondylitis Disease Activity Index (BASDAI) to assess dis...

Journal: : 2022

The purpose of this paper is to investigate the effect gross domestic product per capita, trade openness, renewable energy, energy consumption, foreign direct investment, carbon emission, and oil prices on innovation for selected 11 oil-importing oil-exporting countries compare results from both country groups see differences similarities. For purpose, we employ Poisson regression negative bino...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2008
Diego Garlaschelli Maria I Loffredo

The choice of free parameters in network models is subjective, since it depends on what topological properties are being monitored. However, we show that the maximum likelihood (ML) principle indicates a unique, statistically rigorous parameter choice, associated with a well-defined topological feature. We then find that, if the ML condition is incompatible with the built-in parameter choice, n...

2007
ROBERT B. KOZMA DANIEL A. WAGNER

Core indicators are, simply put, the ways we come to understand the inputs and outcomes of a program or project that we may or may not be able to observe directly. In Chapter 1, we identify a variety of factors that can impact program outcomes. In this chapter, we concentrate on those indicators that are most relevant and immediate to ICT-supported educational programs and projects, what we ter...

2013
Donald Marron

HOW BIG A ROLE THE GOVERNMENT SHOULD play in the economy is always a central issue in political debates. But measuring the size of government is not simple. People often use shorthand measures, such as the ratio of spending to gross domestic product (GDP) or of tax revenues to GDP. But those measures leave out important aspects of government action. For example, they do not capture the ways gov...

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

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

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