نتایج جستجو برای: abad and kurd

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

Journal: :تولید گیاهان زراعی 0

environmental conditions including metrological parameters (precipitation, temperature, humidity and etc.) various stresses and nutrition, could affect  germination and  seeds vigor during of development, ripping and leven after harvesting of soybean seed. for this, experiments of completely randomized design ( as nested)by four replications were performed in seed laboratory of gorgon universit...

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

today the image of a permanent skeletal space of cities affected by some forces or mechanisms is put in time with social-economic development and while imposes a new face and perspective to physical anatomy of cities, and prepares field to changes in content and social- economic structures of cities too. simultaneously with quitting villages in order to settle in cities by villagers, the phen...

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

tourism , today as one of the ways to make money, create jobs , and social and political interactions is considered. this paper aims to examine the strengths and weaknesses of tourism development in mahmoud abad ( mazandaran ). the research method in this study is " descriptive - analytical " and to collection of data used field methods such as questionnaires and documentation - library. the sa...

Journal: :Journal of The Royal Central Asian Society 1922

Journal: :Science 2004
Joyce W Lustbader Maurizio Cirilli Chang Lin Hong Wei Xu Kazuhiro Takuma Ning Wang Casper Caspersen Xi Chen Susan Pollak Michael Chaney Fabrizio Trinchese Shumin Liu Frank Gunn-Moore Lih-Fen Lue Douglas G Walker Periannan Kuppusamy Zay L Zewier Ottavio Arancio David Stern Shirley ShiDu Yan Hao Wu

Mitochondrial dysfunction is a hallmark of beta-amyloid (Abeta)-induced neuronal toxicity in Alzheimer's disease (AD). Here, we demonstrate that Abeta-binding alcohol dehydrogenase (ABAD) is a direct molecular link from Abeta to mitochondrial toxicity. Abeta interacts with ABAD in the mitochondria of AD patients and transgenic mice. The crystal structure of Abeta-bound ABAD shows substantial de...

2013
Xu Wang Yi Yang Mingyue Jia Chi Ma Mingyu Wang Lihe Che Yu Yang Jiang Wu

Amyloid β peptide binding alcohol dehydrogenase (ABAD) decoy peptide (DP) can competitively antagonize binding of amyloid β peptide to ABAD and inhibit the cytotoxic effects of amyloid β peptide. Based on peptide aptamers, the present study inserted ABAD-DP into the disulfide bond of human thioredoxin (TRX) using molecular cloning technique to construct a fusion gene that can express the TRX1-A...

Journal: :Current Alzheimer research 2014
Koteswara R Valaasani Qinru Sun Gang Hu Jianping Li Fang Du Yaopeng Guo Emily A Carlson Xueqi Gan Shirley S Yan

Amyloid beta (Aβ) binding alcohol dehydrogenase (ABAD) is a cellular cofactor for promoting (Aβ)-mediated mitochondrial and neuronal dysfunction, and cognitive decline in transgenic Alzheimer's disease (AD) mouse models. Targeting mitochondrial ABAD may represent a novel therapeutic strategy against AD. Here, we report the biological activity of small molecule ABAD inhibitors. Using in vitro su...

2017
Antonio Arnaiz-Villena Jose Palacio-Grüber Ester Muñiz Cristina Campos Javier Alonso-Rubio Eduardo Gomez-Casado Shadallah Fareq Salih Manuel Martin-Villa Rawand Al-Qadi

Kurds from Iraq (Dohuk and Erbil Area, North Iraq) have been analyzed for HLA genes. Their HLA genetic profile has been compared with that of other Kurd groups from Iran and Tbilisi (Georgia, Caucasus) and also Worldwide populations. A total of 7,746 HLA chromosomes have been used. Genetic distances, NJ dendrograms and correspondence analyses have been carried out. Haplotype HLA-B*52-DRB1*15 is...

Journal: :Kant-Studien 1911

Journal: :Journal of Nippon Medical School = Nippon Ika Daigaku zasshi 2014
Hideki Miyachi Shiro Onozawa Koichi Akutsu Wataru Shimizu Shin-Ichiro Kumita Keiji Tanaka Satoru Murata

Patients with acute type B aortic dissection (ABAD) are often treated medically. However, ABAD is a potentially serious emergency if complicated by acute organ ischemia. The therapeutic strategy for ABAD with visceral malperfusion remains controversial. Because emergent surgery has a high mortality rate, emergent endovascular treatment can be performed instead. We report a case of endovascular ...

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

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

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