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

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

Journal: :Cancer research 2012
Erin D Giles Elizabeth A Wellberg David P Astling Steven M Anderson Ann D Thor Sonali Jindal Aik-Choon Tan Pepper S Schedin Paul S Maclean

Obese postmenopausal women have increased risk of breast cancers with poorer clinical outcomes than their lean counterparts. However, the mechanisms underlying these associations are poorly understood. Rodent model studies have recently identified a period of vulnerability for mammary cancer promotion, which emerges during weight gain after the loss of ovarian function (surgical ovariectomy; OV...

Journal: :Image : Jurnal Riset Manajemen 2022

This study aims to examine environmental changes in determining the value of social media and business growth growth. is an explanative/associative research which accompanied by hypothesis testing. The was conducted at creative industry center with a population 265 players, sample size 53 respondents, purposive sampling method for data collection.The results path analysis show that directly sig...

Journal: :فرهنگی - تربیتی زنان و خانواده 0
ایمان عرفان منش سهیلا صادقی فسایی

using discourse analysis theories and methods, the authors try to analyze the elements of the civil modern family pattern as an outcome and objective adequacy of the civil society in the three descriptive, interpretative and explanative levels in the perspective of the contemporary socio-political history of the iranian society. to this end, the authors develop and employ a synthetic model (bas...

Journal: :Jurnal Pertahanan: Media Informasi tentang Kajian dan Strategi Pertahanan yang mengedepankan Identity, Nasionalism & Integrity 2021

<div><p class="Els-history-head">Threats to the security of Republic Indonesia are classified as military and non-military threats. One threats is danger an epidemic, which includes a threat with public safety dimension. The growth novel coronavirus (2019-nCoV) cases has been very fast. As August 4, 2020, globally 18.14 million were confirmed worldwide 691,013 deaths or Case Fatalit...

Journal: :Insignia 2022

Abstract
 
 This article aims to explain the reason United Arab Emirates (UAE) normalized ties within Israel through Abraham Accord. The normalization of UAE-Israel contra with position UAE as a part members Gulf Cooperation Council (GCC) and League that have long been conflicting Israel, due Israel's annexation over Palestinians. Utilize explanative type constructivism paradigm based...

Journal: :Komuniti: Jurnal Komunikasi dan Teknologi Informasi 2022

Abstrak Fenomena penggunaan Instagram yang semakin merebak dimanfaatkan berbagai pihak untuk tujuan. Dalam situasi pandemi seperti saat ini sebagai media mengedukasi dan menginformasi masyarakat terkait Covid-19 vaksin . Tujuan dari penelitian mengetahui bagaimana pengaruh terpaan berita lonjakan kasus pada akun kemenkes_ri terhadap minat followers kemenkes_ri. Teori dalam menggunakan teori SOR...

2012
Jon Mason

Much has been said and documented about the key role that reflection can play in the ongoing development of e-portfolios, particularly e-portfolios utilised for teaching and learning. A review of e-portfolio platforms reveals that a designated space for documenting and collating personal reflections is a typical design feature of both open source and commercial off-the-shelf software. Further i...

2001
David Tall David Smith Cynthia Piez

Of all the areas in mathematics, Calculus has received the most interest and investment in the use of Technology. Initiatives around the world have introduced a range of innovative approaches from programming numerical algorithms in various languages, use of graphic software to explore calculus concepts, and on to fully featured computer algebra systems such as Mathematica, Maple, Derive, Theor...

Journal: :Amerta 2021

Abstract. Settlement Type and Characteristic of ‘Sampung Culture’ at Lawa Cave Site, Ponorogo. Cave, located in Sampung (Ponorogo, East Java), is an eponym site for the Sampungian culture. Its status within cultural framework Javanese prehistory remains unclear. This article aims to reveal type characteristic settlement including its position historical cave habitation archipelago. The descript...

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

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

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