نتایج جستجو برای: contemporary egyptian poet

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

Journal: :ادب عربی 0
علی نجفی ایوکی استادیار دانشگاه کاشان

the calling of the ancient characters in modern arabic poem that inspires the poets needs some more researches to clear the content of the odes. this paper attempts to study the influence of the ancient characters in the poem of the famous contemporary egyptian poet, amal donqol (1941-1983). the poet tries to taking advantage from three techniques: name, role and speech. in his poem and change ...

Journal: :دراسات الادب المعاصر 0
علی نجفی ایوکی عضو هیئة التدریس فی قسم اللغة العربیة وآدابها بجامعة کاشان، کاشان، ایران(أستاذ مشارک).

the technique of applying mask is one of the most important techniques in arabic contemporary poetry in which the ancient characters would be recalled by mentioned technique in order to express the desired concepts. this literary technique plays an important role in egyptian modernism contemporary poetry. thus the present research intends to survey the lexical and expressional meaning of mask a...

Journal: :کتابت قرآن 0
طیبه سیفی أستاذة مساعدة بجامعة الشهید بهشتی کبری خسروی أستاذة مساعدة بجامعة لرستان

the phenomenon of intertextuality is the important phenomena critique at contemporary critics. it is a common relationship between two texts or number of texts in an evoking manner. contemporary critics consider this phenomenon of different aspects such as sources, forms and species. religion and religious heritage of the most important sources that inspired poets and writers since ancient and ...

Journal: :إضاءت نقدیه فی الأدبین العربی و الفارسی 0
مهدی ممتحن جامعة آزاد الإسلامیة فی جیرفت، إیران. (أستاذ مشارک)

considered ibrahim naji from rowe ed renewal and media contemporary arabic poetry and the mode of the contract between the poets egyptian glory dean, who tat by poets of the modern era . renewal has going on in different angles, some t. new in the music and poetry in his imagination, but in the and methods . this research tries in the subject renewal music when the poet's glory d on the ro...

ژورنال: :بوستان ادب 2012
فرهاد رجبی

contemporary arabic and persian poetry is a process seeking to reflect all human concerns. feelings, aims, accomplishments, failures and all human-related issues have a significant place in contemporary poetry. one of the humanistic issues in the modern age refers to the limitations preventing human beings from reaching the intended aim. these limitations, sometimes, emerge in the form of eleme...

amouri, naim, Bavan Puri, msvd,

One of the subjects of contemporary literary criticism is the intertextuality (Altanas) phenomenonthat generally means taking advantage of an earlier or contemporary text in speech. The poems of Maroof Abdul Majid, the contemporary Shiite Egyptianpoet,are distinguished for this feature. Among existing intertextualities in his poetry, Quranic intertextuality has allocated a considerable proporti...

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

today, persian poetry is of great importance to many scholars around the world. the interest and attention of various cultures toward such a fine literature has given quite a good motivation for a comparative study. the major concern of the study is to investigate how nature is depicted through the works of the great english poet, william wordsworth (1770-1850) and the outstanding contemporary ...

Journal: :Philosophy, Ethics, and Humanities in Medicine 2006
Joel Weishaus

Peter Pereira is a family physician and a poet. I weave excerpts from Dr. Pereira's poems into a brief history of medicine's mythological and historical roots, beginning with the Egyptian god Thoth, and the Greek physician Hippocrates. Along the way, I touch on the European Middle Ages and the Islamic World. Finally, I quote poet-critic T.S. Eliot, who was an early influence on Dr. Pereira's de...

Journal: :زبان و ادبیات عربی 0

the subject of love has been a source of inspiration for poets and men of letters as well as a basic element for many literary works in the world and especially in the oriental literary works. arabic poets have also placed the subject of love as the progenitor of the seminal and enduring works and have presented different interpretations of it depending on their personality, their life experien...

Journal: :إضاءت نقدیه فی الأدبین العربی و الفارسی 0
رقیة رستم پورملکی أستاذة مشارکة فی فرع اللغة العربیة وآدابها بجامعة الزهراء (س)، طهران، إیران إنسیة خزعلی أستاذة مشارکة فی فرع اللغة العربیة وآدابها بجامعة الزهراء (س)، طهران، إیران مریم غلامی طالبة الدکتوراه فی فرع اللغة العربیة وآدابها بجامعة الزهراء (س)، طهران، إیران

irony is a mysterious communicative language between writer and reader and among its beauties, brevity and oddity and duality of meaning can be referred to. so it is considered as one of the best means of interpretation in an indirect way to reform society. this article elaborates on irony in terms of language and terminology with emphasis on the most important available works in this area. the...

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

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

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