نتایج جستجو برای: and mythological stories

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

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه اصفهان - دانشکده زبانهای خارجی 1389

abstract the current study sets out 1) to investigate the strategic needs of iranian efl learners in reading literary and non-literary texts; 2) to shed some light on the differences between reading literary and non-literary texts; and 3) to specify the differences in the interaction of participants with texts while reading two literary subgenres ( i.e., short story and literary essays). to ...

2012
Carl Gustav Jung

In The Masks of God, Joseph Campbell recounts a curious phenomenon of animal behavior. Newly hatched chickens, bits of eggshells still clinging to their tails, will dart for cover when a hawk flies overhead; yet they remain unaffected by other birds. Furthermore, a wooden model of a hawk, drawn forward along a wire above their coop, will send them scurrying (if the model is pulled backward, how...

Journal: :Finance and society 2023

In Greek archaic literature and philosophy, Eros, the god of love desire, has numerous origin stories, which lead to different understandings his nature. These extend both orthodox heterodox texts within economic canon, whose definitions interest rearticulate mythological subtext desire. What might have happened if Western world had not discarded passions in its quest for material progress?

Journal: :Transcultural Journal of Humanities and Social Sciences (Print) 2022

Journal: :جستارهای ادبی 0

the old, rich and popular tradition of verbal story telling by narrators has been prevalent among all indo-europeans, especially aryans who were living in the iranian plateau, in the eastern parts of iran and khorasan. this tradition of oral narration has kept fiction and also historical events and has transmitted them to us. the writer of this article tries to evaluate this tradition and analy...

Myths are the human being’s responses to the most fundamental questions he has faced with. As time passes, such narratives would be elaborated, embellished and sometimes even transformed to something different. Myths are narrated and communicated through symbolic devices and parables and are accepted as a part of sacred beliefs in various societies. These mystic narratives throughout history we...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه کاشان - دانشکده علوم انسانی 1389

abstract poor reading comprehension can result in failure in using references, benefiting from professional gatherings and resources, keeping up with the growing body of knowledge in the virtual world of the internet, and failing to achieve in efl programs. the purpose of the present quasi-experimental study was to explore the effects of background knowledge and previewing narrative and expos...

Journal: :The Cormac McCarthy journal 2021

ABSTRACT This article discusses the importance of storytelling and plotting in Cormac McCarthy's The Road (2006). novel follows a father his son who, after devastating global disaster, move through an ashen landscape desperate search for food, while attempting to evade roaming bands cannibals. In this meaningless postcatastrophic world, insists on creating meaning himself as has been created mi...

Journal: :Advanced photonics research 2023

In this cover image, mythological stories are used to depict the content of article number 2200336 by Xintong Xu, Shuangchen Ruan, and co-workers. Sun Wukong is represent a scientific researcher. The six-sided cauldron represents hexagonal prism-shaped aluminophosphate (AFI) crystal, while mouth pore channel AFI crystal. Through mouth, selenium molecular chains introduced sky beam light. Sunlig...

Journal: :Aither 2023

The article focuses on Greek and Latin interpretation of Egyptian hieroglyphs its similarity possible relation to the classical art memory (almost lost) methods mnemonics. first part points differences between view script written sources, based mostly mythological stories about origin(s) writing. next briefly explains ancient hieroglyphs, focusing Horapollo’s Hieroglyphica other sources. third ...

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

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

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