نتایج جستجو برای: noureddine shirazi

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

Behzad nematdoost haghi Dara bagheri minasadat sadeghian mohammad mohiseni,

Using of phytobiotics as fish feed additives have been interestingly increased during the recent decade. The aim of the current study was to evaluate the effect of individual and combined level of thyme and vitamin E in common carp. Juveniles were separately fed by four distinct diets including control (commercial diet without any additive), supplemented with 1% ground Shirazi thyme, supplement...

Journal: :ادب فارسی 0
محمد علی جانی پور استادیار دانشگاه یاسوج

one of the prominent shophists lived in 4th and 5th hegira centuries (11th & 12th ad centuries) is ibn bakooyeh shirazi. in a poetic verse that saadi (14th ad century) mentioned baba koohi as pseudonym for ibn bakuyeh shirazi and within a phrase written by isa ibn joneid shirazi (15th ad cen.) at tazkereh-e- hezar mazar (literally hgiography of thousand tombs) book with title of babakoohi as we...

B. Nematdoost Haghi, D. Bagheri, M. Mohiseni, M. Sadeghian,

Using phytobiotics as fish feed additives has interestingly increased during the recent decade. The aim of the current study was to evaluate the effect of individual and combined levels of thyme and vitamin E in common carp. Juveniles were separately fed four distinct diets including a control diet (commercial diet without any additive), a diet supplemented with 1% ground Shirazi thyme, diet su...

Journal: :research on history of medicine 0
arman zargaran student research committee, research office for the history of persian medicine, shiraz university of medical sciences, shiraz, iran

fars province and the city of shiraz were important centers of medical sciences in ancient and medieval period. at present, also shiraz accommodates one of the most outstanding universities, as well as medical centers and hospitals both in iran and the middle east.1 in this regards, the research office for the history of persian medicine held a ceremony in shiraz to honor scholars in the field ...

Journal: :Theory and Practice in Language Studies 2021

Mysticism is a method of thinking not wildly shared by the majority people around entire world whereas unique individuals sap at roots this concept. Less coherent movement than way thinking, concept mysticism systematically defined as firm set ideas but more tended to be shaped dealing with In respect, each person carries notion in his further exploration on own accord since highly individualis...

2013
Noureddine AYOUB Mohamed BAHAJ Anas RACHID

A full discrete stabilized finite element scheme for the transient Navier-Stokes equations is proposed, based on the pressure projection and the extrapolated trapezoidal rule. The transient Navier-Stokes equations are fully discretized by the lowest equal-order finite elements in space and the reduced Crank-Nicolson scheme in time. This scheme is stable for the equal-order combination of discre...

Journal: :research on history of medicine 0
seyyed alireza golshani research ofce for the history of persian medicine, shiraz university of medical sciences, shiraz, iran

throughout the history, there have been deep cultural as well as scientic connections between iran and india. in medieval period, many persian physicians immigrated to india mainly because of political and social reasons. a good example of this was mirza mohammad hashem alavi khan shirazi who belonged to shiraz medical doctrine. he was born in shiraz, but immigrated to india and was in the cou...

Journal: :METAFIZIKA International Journal of Philosophy and Interdisciplinary Studies 2019

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

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

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