نتایج جستجو برای: islamic architectural literatures

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

2011
Dr. Khawaja Muhammad Saeed

Islamic Art is the art of civilization based on Islamic religion. Moreover, it not only concerned with particular region or particular people rather it is a combination of different civilizations and historical circumstances as painted with Islamic weltanschauung. The Arab civilization is probably more important. Although the Arabs have little art and even then, they developed Islamic art with ...

2007
HABIB AHMED

A large literature contends that legal systems that adapt efficiently to meet the contracting needs of the economy foster financial sector development. The paper discusses the adaptability features of Islamic law related to commercial transactions (Islamic commercial law) in light of contemporary financial system. After discussing the nature and way the common and civil law traditions can evolv...

2011

The Emergence of `Islamic Education Movement` is a response to the `secularization of education` faced by the ummah (muslim people) all over the world; in the sense that the `traditional Islamic Sciences` which are rooted in Islamic sources i.e. al-Qur’an (the Holy Book) and as-Sunnah (Tradition of the prophet) have been marginalized. Subsequently, Muslim scholars have made serious endeavors to...

ناری قمی, مسعود, نقره‌کار, سلمان,

“Islamic-Iranian Model of Architecture” is the strategic scape proposed for future of architecture of Iran. So guiding higher education courses towards this goal could be seen as their mission. In this respect and among architectural graduation courses the course of “architectural technology” has the potential to take leading place because it is attached directly to institute of technology as p...

2007
Shamshad Akhtar

Islamic finance has gripped the world with a strong fervor and passion. Interest in this discipline has proliferated to almost 60 countries, going beyond the Islamic world to the leading global financial centers. For quite sometime, United Kingdom has adopted an open door policy and provided a level playing field to Islamic finance and now Singapore is following its lead. Every day, Islamic fin...

2006
MUNAWAR IQBAL Munawar Iqbal

There is a serious lack of empirical studies on Islamic banking. This paper attempts to fill that gap to some extent. Using data for the 1990-98 period, several hypotheses and common perceptions about the practice of Islamic banking have been tested. The performance of Islamic banks has been evaluated using both trend and ratio analyses. For this purpose, some objective “benchmarks” for various...

The iwān is one of the most prominent spaces of Iranian architecture whose background can be traced to the historical site of Hasanlu IV (ninth to eleventh centuries B.C.). The inclusion of the iwān in Iranian architecture indicates that it is an historical model and a consistent feature of Iranian architecture, maintaining its continuity over centuries and millennia. This study investigates th...

2014
Ameneh McCullough Seyyed Hossein Nasr

Islamic art is unique because its form and function permeate both distance and time. Since the birth of Islam, Muslim artists around the world have created pieces of art that share an uncanny resemblance to pieces created by other Muslim artists through common themes, appearances, and applications. These similarities include calligraphic elements, exaggerated depictions of plants and animals, a...

دانایی‌فر, مطهره, قیومی بیدهندی, مهرداد,

The common division in Iranian architectural history to two separate periods - pre-Islamic and Islamic - which was once efficient, has gradually lost its motivating power. Such a cliché had consequences including disregarding the architecture of the very transitional era from the late Sassanid to the early Islamic period. Understanding the real changes, evolutions, breaks, and continuity...

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

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

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