نتایج جستجو برای: bst dna polymerase

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

2001
MICHAEL A. SAVAGEAU DOUGLAS H. IRVINE

Biochemical Systems Theorv (BST) was developed in the late 1960s to explicate the integrated behavior of intact biochemical systems-specific dynamic behavior as well as general principles of design-in relation to the properties of their underlying molecular elements. This approach was used successfully in a number of biochemical and other biological applications throughout the 1970s and 1980s. ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1994
T Kaisho J Ishikawa K Oritani J Inazawa H Tomizawa O Muraoka T Ochi T Hirano

Bone marrow stromal cells are essential for B-lymphocyte development. However, how stromal cells regulate B lymphopoiesis is not clear. In this paper, we report the molecular cloning of a stromal cell line-derived glycosyl-phosphatidylinositol-anchored molecule, BST-1, that facilitates pre-B-cell growth. The deduced amino acid sequence of BST-1 exhibited 33% identity with CD38. BST-1 was expres...

Journal: :The Onderstepoort journal of veterinary research 2014
Christopher J Kasanga Wataru Yamazaki Valerie Mioulet Donald P King Misheck Mulumba Ezekia Ranga Jimis Deve Cornelius Mundia Patrick Chikungwa Laureta Joao Philemon N Wambura Mark M Rweyemamu

Speed is paramount in the diagnosis of highly infectious diseases, such as foot-and-mouth disease (FMD), as well as for emerging diseases; however, simplicity is required if a test is to be deployed in the field. Recent developments in molecular biology have enabled the specific detection of FMD virus (FMDV) by reverse-transcription loop-mediated isothermal amplification (RT-LAMP), real-time re...

Mahin Ganjkhani, Masoumeh Hatam

Background: The areas of the bed nucleus of the stria terminalis (BST) with a high density of estrogen receptors are involved in cardiovascular regulation and send axonal projections to the rostroventrolateral medulla (RVLM). We aimed to find the contribution of the RVLM to cardiovascular responses elicited by glutamate microinjection into the BST. Methods: Experiments were done in α-ch...

Journal: :Journal of dairy science 1996
P J Eppard J J Veenhuizen W J Cole P G Comens-Keller G F Hartnell R L Hintz L Munyakazi P K Olsson R H Sorbet T C White C A Baile R J Collier J P Goff R L Horst

Thirty-eight dry, pregnant Jersey cows were assigned to diet and bST treatment in a 2 x 2 factorial design. During the dry period, half of the cows were fed a normal TMR (0.4% Ca; 0.3 to 0.4% P), and half of the cows were fed a high Ca TMR (1.5 to 1.6% Ca; 0.4 to 0.7% P). The high Ca diets were designed to induce milk fever and were relatively cationic (194 to 293 meq/kg) compared with the norm...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 1997
Y C Liu J D Salamone B D Sachs

The goal of these studies was to assess the regulatory roles of the medial preoptic area (MPOA) and the bed nucleus of the stria terminalis (BST) in sexual arousal, inferred from noncontact erection (NCE) evoked in male rats by remote cues from estrous females. NCE and copulatory behavior were recorded before and after quinolinic acid or radiofrequency (RF) lesions were made in the MPOA (Experi...

2016
Xiaojian Fu Xinxi Zeng Tie Jun Cui Chuwen Lan Yunsheng Guo Hao Chi Zhang Qian Zhang

We investigate the resonant modes of split-ring resonator (SRR) metamaterials that contain high-permittivity BST block numerically and experimentally. We observe interesting mode-jumping phenomena from the BST-included SRR absorber structure as the excitation wave is incident perpendicularly to the SRR plane. Specifically, when the electric field is parallel to the SRR gap, the BST block in the...

Journal: :The British journal of nutrition 1993
J M Aldrich L D Muller G A Varga

Lack of sufficient methionine and lysine delivered post-ruminally may limit milk production response to bovine somatotropin (bST). To test this hypothesis, four Holstein cows fitted with rumen and duodenal cannulas were used in a 4 x 4 Latin square design with 14 d periods. Treatments were: (1) control, (2) continuous duodenal infusion of 8 g methionine and 24 g lysine/d, (3) injection of 25 mg...

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

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

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