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

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

Journal: :انسان پژوهی دینی 0
اسحاق طاهری سرتشنیزی دانشیار فلسفه مجتمع آموزش عالی شهید محلاتی مریم السادات موسوی کارشناس ارشد فلسفه و کلام اسلامی

imam ali (a) has paid special attention to human awareness of death and the necessity for remembering death. he attempts to lead man to a high degree of self-knowledge and meaningfulness of life through a comprehensive understanding of death. as is considered, death is essentially interrelated to life and, therefore, every lack of correct knowledge toward the former would affect human self-know...

ژورنال: مطالعات تفسیری 2011
Golsanamlu, Zeinolabedin , movahhidi Moheb, Abdollah ,

Imam Ali (a) in his speeches and letters of which some can be seen in Naj-Albalaghe, describing mutual rights and duties of governors and citizens, has always emphasized them. He knows government as an opportunity for approximating God. Imam, therefore, addresses his officials to perform political, social, economical and cultural rights of citizens and asks citizen to be loyal to their allegian...

Journal: :پژوهش های تعلیم و تربیت اسلامی 0

0

Journal: :روش‏ شناسی علوم انسانی 0
محمدرضا قایمی مقدم عضو پژوهشگاه حوزه و دانشگاه

from among the most effective educational methods in the qur'an and in the conduct of the religious leaders is the admonition style. admonition is a state which brings about esoteric knowledge to one when faced with observed or apparant realities. this state, though cannot be called a method, has the function of a method. the similarity between different people or various nations in the wa...

Journal: :بحوث فی اللغه العربیه 0
انسیه طالبی مشهد، میدان آزادی، دانشگاه فردوسی مشهد، خوابگاه پردیس 1، اتاق 134

there were some great scientists like austin and searle in the growth stage of pragmatics, especially searle who has offered an executive procedure was completed by some discourse analysis elements, and it has completed the speech acts theory of austin. this survey considers the sermon of jihad in nahj ul-baläghah book by using its speech acts. by considering five speech acts, their direct and...

Journal: :ادب عربی 0
رضا ناظمیان استادیار دانشگاه علامه طباطبایی حسام حاج مؤمن کارشناس ارشد در رشته زبان و ادبیات عربی

due to its specific characteristics, special theoretical principles are involved in translation of religious text. the texts of this genre are classified into two categories of divine and non-divine each with its own considerations in the act of translation. nahj-al-balaghah is one of the non-divine islamic texts. two of the well-known translations of it into persian are those by seyed jafar sh...

Since ancient times, humankind has aspired to create an ideal society and live in an environment free of problems and difficulties, a utopia with high levels of excellence, bringing him happiness and satisfaction. Great western philosophers and eminent oriental sages have articulated their ideas and revealed their dreams about the characteristics of people and traits of governors of such ideal ...

The aim of this study is to find out the bibliographic relationships between the metadata records in the National Library and Archives of Iran (NLAI) according to FRBR model, in order to represent the Knowledge network of Iranian-Islamic publications. To achieve this objective, the content analysis method was used. The study population includes metadata records for books in NLAI for four biblio...

Intertextuality points to the fact that any text at some point in time, under the influence of earlier and earlier works by changing the identity of the new text to unravel Ast. given text can be clearly and accurately reflect references to the before works . If we want to explain this is to say that the author of the foundation and the basis of ideas and thoughts can be thoughts, ideas and tho...

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

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

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