نتایج جستجو برای: explanative

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

Journal: :Jurnal Pamator 2022

Leadership can be seen as an instrument in effort to influence and control a person or group of people cooperate achieving certain goals. The Blue Economy is expected able answer the dependence between economy ecosystem well negative impacts economic activities including climate change global warming. principles contained blue golden key national development planning. purpose this study find ou...

Journal: :Insignia 2022

This paper reviews the importance of NGO-corporate partnerships towards sustainable development for Indian children. Specifically, this analyzes CRY India and three big corporations – Marks & Spencer, Microsoft, Bajaj Finserv as research subject. The are crucial in process. Moreover, India, number child labor is increasing. Thus, order to achieve development, issue must be tackled right way...

Journal: :Jurnal Ilmiah Universitas Batanghari Jambi 2023

This study aims to determine the level of influence work stress, environment, and compensation system on performance at PT. Starfood International Kandangsemangkon Lamongan. research is an explanative using a quantitative approach. The subjects this were employees Paciran With sample 33 respondents, data collection questionnaires, interviews, observations, sampling technique cluster , because w...

Journal: :Mandala 2022

The problem of climate change is one the most crucial issues today. various impacts that have occurred due to increased world community's awareness effects in future. This was exacerbated by existence U.S. foreign policy when Trump administration voted exit Paris Agreement. lack research into impact U.S withdrawal from Agreement on tackling global has prompted study. paper will analyze what ari...

Journal: :Information Technology & People 2021

Purpose The purpose of this article is to identify how the organisations are able improve their business value through acquisition analytics capabilities and by improving performance. Design/methodology/approach With help literature survey, along with standard resource-based view framework, a conceptual model has been developed. These have statistically tested collecting data using survey quest...

Many social researchers and experts has emphasized on the importance of confidence in the society. Municipality as one of the biggest social organizations can enjoy more productivity and efficiency when attracts citizens' confidence as a social and spiritual capital, and uses it in the way of organizational objectives and town development. This research aims to examine the extent of citizens' c...

ربانی, رسول, هاشمیان فر, علی, کلانتری, صمد,

Social inequality and countinues of class interval is one of the most important problems of human beings. Class interval with injustice, countinues and deepness of inequalities can cause an important and hard question in a society. This study is seeking the effective causes of inequalities within societies. For to explication of the subject form a new outlook, the social capital as an inde...

ربانی, رسول, هاشمیان فر, علی, کلانتری, صمد,

Social inequality and countinues of class interval is one of the most important problems of human beings. Class interval with injustice, countinues and deepness of inequalities can cause an important and hard question in a society. This study is seeking the effective causes of inequalities within societies. For to explication of the subject form a new outlook, the social capital as an inde...

Journal: :JEMSI (Jurnal Ekonomi, Manajemen, dan Akuntansi) 2023

Some of the factors identified as influencing profitability Islamic banks include asset growth, volume financing, low non-performing financing ratios, optimal distribution, large income spreads, low-cost funds, professional internal management, prudential principles in channeling and several other that have an influence on banking. This research is explanatory (explanative research). Explanator...

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

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

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