نتایج جستجو برای: mohsenin of abd al

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

2002
D. T. Kuhn

Abdominal-B (Abd-B) mutants of the bithorax-complex (BX-C) were studied in trans with tuh-3 to evaluate their interactions with this homeotic mutant and the maternal effect locus (tuh-I) controlling tuh-3 expression. Head defects occur in tuh-3 offspring from tuh-lh homozygous mothers, while genital defects occur in homozygous tuh-3 offspring from mothers carrying the tuh-Ig allele. The influen...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده ادبیات و علوم انسانی 1389

abstract abstract of thesis (includes summary, goals, execution methods, and results) story “al-obnosat al-bayza” is one of the short stories from “hanna mineh” collection. this story is a selection of lives of some humans during a voyage together, each of them is a symbol of human nature (love, mind, kindness) and examine social, cultural, and political aspects of governing system, and it...

Journal: :تاریخ علم 0
بابک خضرایی بنیاد دایره المعارف اسلامی

second chapters of the books, jami‘ al-alh?an, maq?s?id al-alh?an and sharh?-i adwar that are all important compilations dealing with music have written by ‘abd al-qadir maraghi appropriates to fretting the string instruments. maraghi has mentioned various methods, which are mainly based on s?af? al-din urmawi’s views, for determining the ratio between the notes, yet he has also contributed sev...

Journal: :Development 1992
M L Lamka A M Boulet S Sakonju

The Abdominal-B (Abd-B) gene, a member of the bithorax complex (BX-C), specifies the identities of parasegments (PS) 10-14 in Drosophila. Abd-B codes for two structurally related homeodomain proteins, ABD-B m and ABD-B r, that are expressed in PS10-13 and PS14-15, respectively. Although ABD-B m and r proteins have distinct developmental functions, ectopic expression of either protein during emb...

Journal: :Applied Mathematics and Computation 2011
A. M. Abd-Alla S. R. Mahmoud S. M. Abo-Dahab M. I. Helmy

Keywords: Incompressible Initial stress Anisotropic S-wave Gravity field a b s t r a c t In this paper, propagation of shear waves in a non-homogeneous anisotropic incompress-ible, gravity field and initially stressed medium is studied. Analytical analysis reveals that the velocity of propagation of the shear waves depends upon the direction of propagation, the anisotropy, gravity field, non-ho...

2012
Mahmoud Rushdi Abd Ellah

Free radicals are highly reactive substances produced continuously during metabolic processes. They participate mainly in physiological events such as the immune response, metabolism of unsaturated fatty acids, and inflammatory reaction. The balance between free radicals and antioxidants is disrupted in many diseases. This disruption may be attributed to a number of factors such as the inabilit...

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

commitment to social issues of human being is a dominant theme in contemporary poetry which introduces poets to the history who make an attempt to depict social concepts and solve the problems of society. abd al-wahhab al-bayyati and mehdi akhavan sales are two prominent poets who move along this atmosphere. they live in two communities with similar social conditions. due to common beliefs and ...

Journal: :Taqaddumi 2021

Throughout the history of tradition Islamic studies, there have been various works ‘ulum al-hadith that produced by hadith scholars. These differ in their writing methodology from one work to another. To understand differences, a study each and background author is very necessary be conducted reveal explain it. Thus, this aims introduce figures discipline named Sheikh ‘Abd al-Hay al-Laknawi (d....

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

in solvo-hydrothermal method, xrd pattern was indicated presence of intermediate of ammonium octatmolybdate and ammonium tetramolybdate, which were changed to stble phase of ?-moo3 annealing. sem images were indicated nanoparticle with semispheical morphology and tem image was demonstrated nanoparticles with a diameter size of 25nm. also in impregnate method. the xrd pattern was shown high crys...

Journal: :ISLAMICA: Jurnal Studi Keislaman 2014

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

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

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