نتایج جستجو برای: in vitro activity

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

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

in the past couple of decades sociocultural theory of sla and its implications in efl contexts have attracted attentions of research circles worldwide and aroused some controversies. firth and wagner (1997) have questioned the principles of the cognitive view which gives importance to mental constructs in favor of sociocultural view which highlights social and contextual constructs. but if soci...

Journal: :jundishapur journal of natural pharmaceutical products 0
farzad esavand heydari department of parasitology, faculty of medical sciences, tarbiat modares university, tehran, ir iran fatemeh ghaffarifar department of parasitology, faculty of medical sciences, tarbiat modares university, tehran, ir iran; department of parasitology, faculty of medical sciences, tarbiat modares university, p.o.box: 14115-331, tehran, ir iran. tel: +98-2182884553, fax: +98-2182884555 saied soflaei department of parasitology, faculty of medical sciences, tarbiat modares university, tehran, ir iran abdolhosein dalimi department of parasitology, faculty of medical sciences, tarbiat modares university, tehran, ir iran

results the results obtained for each drug were compared with other drugs and also with the results of the control groups. the results related to promastigote and amastigote assays showed that when the dose of both drugs increased, the parasite number is reduced in comparison with the control groups. moreover, the parasitic burden in the test cultures decreased significantly. macrophage assay r...

Journal: :journal of family and reproductive health 0
muhammad fakhrildin department of clinical reproductive physiology, ivf institute of embryo research and infertility tre

objective: to evaluate the efficacy of in vitro sperm activation (isa) using non-liquefied versus liquefied asthenozoospermic semen samples for improvement of sperm parameters. materials and methods: fifty six oligoasthenozoospermic (oa) patients (age range: 22-44 years; mean: 32.089 years) were enrolled in this study. oa patients were classified according to type of infertility. also, duration...

Journal: :مجله علوم اعصاب شفای خاتم 0
sajad sahab negah a. shefa neuroscience research center, khatam alanbia hospital, tehran, iran. b. histology and embryology group, basic science department, faculty of veterinary medicine, shiraz university, shiraz, iran. hadi aligholi shefa neuroscience research center, khatam alanbia hospital, tehran, iran. shahin mohammad sadeghi a. shefa neuroscience research center, khatam alanbia hospital, tehran, iran. b. department of plastic and reconstructive surgery, shahid beheshti university of medical sciences, tehran, iran. mostafa modarres mousavi shefa neuroscience research center, khatam alanbia hospital, tehran, iran.

traumatic brain injury (tbi) is caused by rapid deformation of the brain, resulting in a cascade of pathological events and ultimately neurodegeneration. in vitro models of tbi can help us to describe the pathobiological mechanisms. in vitro models of brain injury support a platform for performing repeatable, well-controlled, environmentally isolated experiments. other advantages of in vitro mo...

Background Male infertility management has made significant progress during the past three decades, especially after the introduction of intracytoplasmic sperm injection (ICSI) in 1992. However, many boys and men still suffer from primary testicular failure due to acquired or genetic causes. New and novel treatments are needed to address these issues. Spermatogenesis originates from spermatogon...

A. A. Malik, A. R. Wani F. A. Bhat F. A. Lone K. A. Sofi M. Z. Khan

A study was conducted to investigate the effect of follicular size (small,

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

abstract translation has become a cultural act which plays a significant role in human life. with the emergence of functional translation theories, and skopos theory in particular, translation has been considered as a purposeful, interpersonal and intercultural activity which is produced for particular recipients and directed by a specific purpose. this purpose determines the translatio...

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

چکیده این پژوهش به منظور بررسی تغییرات ترکیب شیمیایی و بهبود قابلیت هضم سیلوی علف نی با افزودن اوره و تفاله مرکبات به روش in vitro و in situ انجام شد. جهت بررسی تغییرات ترکیبات شیمیایی، ابتدا 50 کیلوگرم علف نی جمع آوری و به قطعات 2-4 سانتی متری خرد گردید. سپس علوفه نی با سطوح (5/2 و 5 درصد اوره و 5، 10 و 15 درصد تفاله مرکبات) مخلوط و در سطل های پلاستیکی سیلو گردید. ترکیبات شیمیایی اندازه گیری...

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

with the increasing population and the need for more food, as well as with the development of science and technology, human approach to unnatural and often chemical inputs to increase agricultural production has been a great expansion and problems such as increased cancers, chronic diseases has created environmental pollution. implementation of organic organic is a solution to these problems . ...

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

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

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