نتایج جستجو برای: textile marouflage of vank cathedral

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

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

there are specific forms of mural paintings in some iranian churches that are different from other usual wall paintings in materials, methods as well as implementation techniques. unfortunately, these mural paintings are not studied until now. the aim of this paper is the identification of history of development, and used materials and techniques in these historic paintings by field and literat...

Gilding on stone is a worthwhile ornaments. These ornaments are vulnerable because of their multilayer structure. This art has been used in the objects and architectural ornaments. Nowadays, a few of these ornaments has been identified. Perhaps this is related to vulnerability of gilding. In this research the technical characteristics of a sample of these decorations in Vank Cathedral belonging...

احمدی, حسین, حمزوی, یاسر, وطن‌دوست, رسول,

Murals are the main, media of human culture and civilization and the place and its long history in Iranian art is clear. There are specific forms of mural paintings in some Iranian architecture that are different from other usual wall paintings in materials, methods as well as implementation techniques. Unfortunately, these mural paintings are not studied certainly until now. Therefore, further...

Journal: :Journal of bacteriology 1999
D A D'Argenio A Segura W M Coco P V Bünz L N Ornston

VanK is the fourth member of the ubiquitous major facilitator superfamily of transport proteins to be identified that, together with PcaK, BenK, and MucK, contributes to aromatic catabolism in Acinetobacter sp. strain ADP1. VanK and PcaK have overlapping specificity for p-hydroxybenzoate and, most clearly, for protocatechuate: inactivation of both proteins severely impairs growth with protocate...

Journal: :Microbiology 2007
Muhammad Tausif Chaudhry Yan Huang Xi-Hui Shen Ansgar Poetsch Cheng-Ying Jiang Shuang-Jiang Liu

Genome-wide data mining indicated that six genes (ncgl1031, ncgl2302, ncgl2325, ncgl2326, ncgl2922 and ncgl2953) encoding putative transport proteins are involved in uptake of various aromatic compounds that are further degraded through the beta-ketoadipate, gentisate and resorcinol pathways in Corynebacterium glutamicum. The gentisate (GenK/NCgl2922) and vanillate (VanK/NCgl2302) transporters ...

حمزه‌نژاد, مهدی, رهروی پوده, ساناز,

Places of worship, as symbolic spaces, have played a key role in all religions. In this respect, they differ from other buildings with different functions. However, the presence of places of worship belonging to different religions in the same city or town has been based on identity differentiations. Given the rapidly growing virtual communications in today›s world, it has become even more impo...

2013
Gwenaelle Gueguen Marta E. Kalamarz Johnny Ramroop Jeffrey Uribe Shubha Govind

Polydnaviruses are mutualists of their parasitoid wasps and express genes in immune cells of their Lepidopteran hosts. Polydnaviral genomes carry multiple copies of viral ankyrins or vankyrins. Vankyrin proteins are homologous to IκB proteins, but lack sequences for regulated degradation. We tested if Ichnoviral Vankyrins differentially impede Toll-NF-κB-dependent hematopoietic and immune signa...

Journal: :Molecular microbiology 2004
Hee-Jeon Hong Matthew I Hutchings John M Neu Gerard D Wright Mark S B Paget Mark J Buttner

Vancomycin is the front-line therapy for treating problematic infections caused by methicillin-resistant Staphylococcus aureus (MRSA), and the spread of vancomycin resistance is an acute problem. Vancomycin blocks cross-linking between peptidoglycan intermediates by binding to the D-Ala-D-Ala termini of bacterial cell wall precursors, which are the substrate of transglycosylase/transpeptidase. ...

ژورنال: پژوهش هنر 2017
احمدی, حسین, حمزوی, یاسر, وطن دوست, رسول,

In previous studies on canvas-marouflaged murals, some researchers put these works in the group of easel paintings and other researchers categorized them as wall paintings whereas they are indeed the combination of easel painting and wall painting. Moreover, the emergence and evolution of these works have not been studied in particular and mentioned yet, and thus there is not sufficient knowled...

Journal: :Medical History 1992
T Anderson

INTRODUCTION At the invitation of the Dean and Chapter of Rochester Cathedral, the Canterbury Archaeological Trust carried out an excavation within the Lay cemetery of the Cathedral during April and May 1990. This project, funded by the Cathedral authorities, was undertaken before work began on the consolidation of the foundations of the Chair Store, which is situated between the west side of t...

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

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

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