نتایج جستجو برای: 40 40 basal midtillering

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

Journal: :Chemical communications 2014
A J Falzone J Nguyen W W Weare R D Sommer P D Boyle

A terminal and unsupported chromium(III) hydroxide is reported. The terminal hydroxide is used to synthesize the first example of a heterobimetallic Ti-O-Cr compound containing an unsupported μ-oxo bridge. The heterobimetallic complex exhibits a new absorbance at 288 nm (4.32 eV), which is assigned to a metal-to-metal charge transfer (MMCT) transition.

Journal: :Zeitschrift fur Naturforschung. Section C, Biosciences 1979
J van der Bosch H Maier

3T3 cells are shown to reduce SV40-3T3 cell population growth in a denisty-dependent manner in co-cultures of 3T3 and SV40-3T3 cells. The development of this inhibitory activity roughly parallels the development of density-dependent inhibition of growth in homogeneous 3T3 control cultures. The extent of reduction of SV40-3T3 growth can be manipulated by pretreatment of 3T3 cells with a high ser...

2016
F. F. Strother Smith

to the operation the patient is too much meddled with. After the usual dark-room examination the pa'.ient is put to bed, given a purge, the eye lashes and eye-briow shaved, an antiseptic dressing applied the night before operation. A weak solution of cocaine is used for the operation and several drops are put in the eye at intervals of ten mfinutes before the operation. The patient .is then bro...

Journal: :Journal of immunology 1979
L R Gooding

T lymphocyte effectors to syngeneic SV40-transformed cells, generated by secondary in vitro sensitization of immune spleen cells, lyse SV40 transformed targets that are syngeneic at the H-2 locus. In this study we have employed recombinants within the H-2 region to examine in detail this H-2 specificity. H-2b effectors were found to lyse SV40-transformed targets from recombinants bearing either...

Journal: :Journal of virology 1999
H Y Kim B A Barbaro W S Joo A E Prack K R Sreekumar P A Bullock

The regions of the simian virus 40 (SV40) core origin that are required for stable assembly of virally encoded T antigen (T-ag) and the T-ag origin binding domain (T-ag-obd(131-260)) have been determined. Binding of the purified T-ag-obd(131-260) is mediated by interactions with the central region of the core origin, site II. In contrast, T-ag binding and hexamer assembly requires a larger regi...

Journal: :Journal of virology 1997
W S Joo X Luo D Denis H Y Kim G J Rainey C Jones K R Sreekumar P A Bullock

To better define protein-DNA interactions at a eukaryotic origin, the domain of simian virus 40 (SV40) large T antigen that specifically interacts with the SV40 origin has been purified and its binding to DNA has been characterized. Evidence is presented that the affinity of the purified T antigen DNA-binding domain for the SV40 origin is comparable to that of the full-length T antigen. Further...

1999
YOLANDA B. LOMBARDO CYNTHIA SERDIKOFF MANIKKAVASAGAR THAMOTHARAN HARBHAJAN S. PAUL SIAMAK A. ADIBI

Lombardo, Yolanda B., Cynthia Serdikoff, Manikkavasagar Thamotharan, Harbhajan S. Paul, and Siamak A. Adibi. Inverse alterations of BCKA dehydrogenase activity in cardiac and skeletal muscles of diabetic rats. Am. J. Physiol. 277 (Endocrinol. Metab. 40): E685–E692, 1999.— Rat cardiac and skeletal muscles, which have been used as model tissues for studies of regulation of branched-chain a-keto a...

1999
JOCELYN DUPUIS ANDREAS J. SCHWAB ANDRÉ SIMARD PETER CERNACEK DUNCAN J. STEWART CARL A. GORESKY Andreas J. Schwab André Simard Peter Cernacek Duncan J. Stewart

JOCELYN DUPUIS,1 ANDREAS J. SCHWAB,2 ANDRÉ SIMARD,2 PETER CERNACEK,1 DUNCAN J. STEWART,3 AND CARL A. GORESKY†,2,4,5 1Department of Medicine, Montreal Heart Institute, Montreal H1T 1C8, 2McGill University Medical Clinic in the Montreal General Hospital, Departments of 4Medicine and 5Physiology, McGill University, Montreal, Quebec H3G 1A4, and 3Department of Medicine, St. Michael’s Hospital, Toro...

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

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

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