نتایج جستجو برای: t14 t8 t2

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

Journal: :International Journal of Enviornment and Climate Change 2023

A field experiment was conducted during the rabi season of 2022 at Karunya Institute Technology and Sciences, Division Agronomy, Coimbatore, to study different sources organic manures in comparison with RDF on growth yield sorghum (Sorghum bicolor (L.) Moench). The laid out a randomized block design eight treatments replicated thrice. treatment consisted T1 - Absolute control, T2 100% (Inorgani...

Journal: :International Journal of Enviornment and Climate Change 2023

Dragon fruit is perishable in nature and available only season. Value added product from dragon will be throughout the year Product recipe needed to developed for maintaining quality acceptability consumers. The present experiment was carried out during 2022 Post Harvest Laboratory of Department Horticulture, SHUATS, Prayagraj. conducted Completely Randomized Design with 9 treatment replicated ...

Journal: :Human Reproduction 2023

Abstract Study question Is there any difference in the embryo morphokinetic parameters between embryos generated from Capacitation – In-vitro maturation (CAPA-IVM) and Controlled ovarian stimulation ICSI (COS-ICSI)? Summary answer Embryos CAPA-IVM cycles reached tPNa, t2, t4, t8, tSC, tM, tSB, tB significantly later than COS-ICSI embryos. What is known already IVF with hyperstimulation has limi...

Journal: :Behring Institute Mitteilungen 1981
J S Smolen T A Luger T M Chused A D Steinberg

Isolated human T4+ cells proliferate in the autologous mixed lymphocyte reaction (AMLR), whereas isolated T8+ cells do not. However, in the presence of Interleukin 2 or T4+ cells, the T8+ cells demonstrated substantial proliferation. These studies suggest that T8+ cells recognize signals from autologous non-T cells, but require an additional factor for the subsequent proliferative response. Sin...

2008
M.A.G. Quaresma I. Trigo Rodrigues R. Pereira Silva N. Santos J. Breda R.J.B. Bessa J.P.C. Lemos J.A.M. Prates A. S. Barreto

Conjugated isomers of linoleic acid (CLA) occur naturally in ruminant fats, although information on the CLA isomeric profile in venison is scarce. The objective of this study was to evaluate the CLA content of wild Iberian red deer from Montado (savannah-like pastures where cork and holm oaks are the predominant trees). Twenty adult wild Iberian red deers shot during the morning period, were se...

Journal: :Blood 1984
G Chikkappa P G Phillips

The influence of T lymphocyte (T cell) subsets on the proliferation of the blood neutrophilic, macrophagic, and eosinophilic cluster and colony (aggregate) forming cells (CFC) was evaluated. The T cells and the CFC-enriched B-null cells (mononuclear cells depleted of monocytes and T cells) and null cells (B-null) cells depleted of B lymphocytes) were separated from the blood of normal individua...

Journal: :The Journal of clinical investigation 1985
J B Margolick D J Volkman H C Lane A S Fauci

Purified helper-inducer (T4+) and suppressor-cytotoxic (T8+) lymphocytes from eight patients with acquired immunodeficiency syndrome (AIDS) and eight healthy heterosexual donors were examined by limiting dilution analysis for their ability to be clonally expanded. It was demonstrated that viable T4+ and T8+ lymphocytes from patients with AIDS had markedly reduced proportions of clonable cells c...

زهرا سلطانی, علیرضا فرجی, محمد حسین عزیزی

نان ماده غذایی اصلی در رژیم غذایی مردم ایران می­باشد و با توجه به کمبودهای مواد معدنی نظیر کلسیم، منیزیم، ید، روی، آهن، اسید فولیک و انواع ویتامین­ها که در میان افراد جامعه وجود دارد، ساده­ترین راه جبران این کمبودها غنی­سازی نان می­باشد. در این پژوهش اثر غنی­سازی نان تست چاودار با کلسیم، منیزیم و ویتامین D3 بر خواص شیمیایی آن (نظیر گلوتن خشک، گلوتن مرطوب، عدد گلوتن، پروتئین خام، رطوب...

2016
Samuel Balbeur Bernard Grisart Benoit Parmentier Daniel Sartenaer Pierre‐Emmanuel Leonard Urielle Ullmann Sébastien Boulanger Luc Leroy Placide Ngendahayo Constantin Lungu‐Silviu Philippe Lysy Isabelle Maystadt

Maternal uniparental disomy of chromosome 14 (upd(14)mat) is responsible for a Prader-Willi-like syndrome with precocious puberty. Although upd(14) is often hypothesized to result from trisomy rescue mechanism, T14 cell lines are usually not found with postnatal cytogenetic investigations. We report the coexistence of both chromosomal abnormalities in a 15-year-old girl.

2014
Tatsuro Suzuki Toshikazu Morishita Yuji Mukasa Shigenobu Takigawa Satoshi Yokota Koji Ishiguro Takahiro Noda

Here, we developed a new Tartary buckwheat cultivar 'Manten-Kirari', whose flour contains only trace amounts of rutinosidase and lacked bitterness. The trace-rutinosidase breeding line 'f3g-162' (seed parent), which was obtained from a Nepalese genetic resource, was crossed with 'Hokkai T8' (pollen parent), the leading variety in Japan, to improve its agronomic characteristics. The obtained pro...

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

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

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