نتایج جستجو برای: colonies

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

Journal: :Cancer research 1987
T Ito Y Ishikawa S Okano T Hattori R Fujii T Shinozawa A Shibuya

An in vitro methylcellulose technique was used in an attempt to culture neuroblastoma cells from 25 bone marrows from eight children with neuroblastoma. Colonies appeared within 5 days in histologically positive bone marrows. Light microscopy, linearity study, and marker study provided evidence for the neuroblastoma origin of the colonies. These colonies could be distinguished from other coloni...

Journal: :Blood 1983
J Cashman D Henkelman K Humphries C Eaves A Eaves

Erythropoietic progenitors from peripheral blood of normal individuals or patients with polycythemia vera (PV) were cultured in methylcellulose medium containing 2.5 U/ml of erythropoietin (Ep). After 7-9 days, colonies considered to be early stage large bursts were individually removed, resuspended in a small volume of fresh methylcellulose medium, and then divided between 2 dishes. To one of ...

Journal: :Cancer research 1984
F L Meyskens S P Thomson T E Moon

The number of cells within tumor colonies has not been determined accurately in prior reports because, in all but small clusters, cells grow too closely and stacked to allow direct counting of cells by inverted microscopy. Therefore, we stained colonies formed in agar from 38 tumor cell samples of diverse histological origin, removed them with a micropipet, and directly counted the number of ce...

Journal: :The Journal of Cell Biology 1975
J E Barker W F Anderson A W Nienhuis

Erythroid colonies were generated in response to erythropoietin in plasma clot cultures of sheep and goat bone marrow cells. At low concentration erythropoietin only hemoglobin A (betaA globin) was synthesized in goat cultures, but at high concentrations 50% of the hemoglobin synthesized was hemoglobin C (betaC globin). This effect of erythropoietin on the expression of a specific beta globin g...

ژورنال: علوم آب و خاک 2007
غلامحسین طهماسبی, , رحیمه سپهری, , میرجمال جلالی زنوز, ,

During the honeybee breeding project in central Iran, sex alleles homozygoty and sex alleles number in the third generation of 364 colonies were studied in 2003. Sex alleles homozygoty was measured based on Ruttner (1988) and Tarpy and Page (2002) methods. The total area of worker brood area, stored pollen, and drone brood area were measured on the combs. The whole extracted honey weight and re...

ژورنال: Hormozgan Medical Journal 2009
Barati, B, Ghahri, M, Sorouri , R,

Introduction: Many studies have shown an association between respiratory distress, allergic reactions and the presence of bacteria and fungi in air. We aimed to compare the air micro flora of Qeshm Island with those of other provinces. Methods: This experimental study was consisted of grown colonies on PDA, SC media for fungi and BHI, TSA media for bacteria. Samples were taken by Air Trapping...

ژورنال: Anatomical Sciences Journal 2010
Tavakolifar, Faranak, Baharvand, Hossein, Korouji, Syyed Morteza, Pirouz , Mahdi, Shahverdi , Shahverdi, Shakeri, Malek,

Purpose: To compare the effect of laminin and gelatin on short-term culture of spermatogonial stem cells (SSCs) from neonatal mouse testes.Materials and Methods: Cell suspension containing SSCs were isolated from testes of 6 day-old mice and cultured in the presence of Glial-derived neuroterophic factor (GDNF), Epidermal Growth Factor (EGF) and Basic Fibroblastic Growth Factor (bFGF) on laminin...

Journal: :Cancer research 1993
T Mitaka K Norioka G L Sattler H C Pitot Y Mochizuki

The proliferation of primary cultured rat hepatocytes was observed in serum-free modified Dulbecco's modified Eagle's medium supplemented with 10 mM nicotinamide and 10 ng/ml of epidermal growth factor. These proliferating cells were mainly mononucleate and formed small-cell colonies after Day 4. The small cells in focal colonies were surrounded by typical hepatocytes and were stained immunocyt...

Journal: :Journal of economic entomology 2007
Robert G Danka Lorraine D Beaman

Flight activity was compared in colonies of Russian honey bees, Apis mellifera L. (Hymenoptera: Apidae), and Italian bees during commercial pollination of lowbush blueberries (principally Vaccinium angustifolium Aiton) in Washington Co., ME, in late May and early June in 2003 and 2004. Colonies of the two stocks were managed equally in Louisiana during autumn through early spring preceding obse...

Journal: :The Journal of experimental biology 2010
T Mass D I Kline M Roopin C J Veal S Cohen D Iluz O Levy

Depth zonation on coral reefs is largely driven by the amount of downwelling, photosynthetically active radiation (PAR) that is absorbed by the symbiotic algae (zooxanthellae) of corals. The minimum light requirements of zooxanthellae are related to both the total intensity of downwelling PAR and the spectral quality of the light. Here we used Stylophora pistillata colonies collected from shall...

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

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

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