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

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

Journal: :Journal of animal science 2007
J M Gonzalez J N Carter D D Johnson S E Ouellette S E Johnson

The objective of this study was to evaluate the effects of coadministration of ractopamine-HCl (RAC) and trenbolone acetate plus estradiol (TBA) on LM fiber cross-sectional area (CSA), diameter, fiber-associated myonuclei, and satellite cell number. Culled crossbred beef cows (n = 98; 11 +/- 1.8 yr old; BCS 4.3 +/- 0.03) from a single ranch in south Florida were fed a concentrate diet for 92 d ...

Journal: :The Journal of experimental biology 2008
Nicolai Konow Christopher P J Sanford

A tongue-bite apparatus (TBA) governs raking behaviors in two major and unrelated teleost lineages, the osteoglossomorph and salmoniform fishes. We present data on comparative morphology and kinematics from two representative species, the rainbow trout (Oncorhynchus mykiss) and the Australian arowana (Scleropages jardinii), which suggest that both the TBA and raking are convergently derived in ...

2012
Elena Vlad Costin Sorin Bildea Grigore Bozga

Design, economics, and plantwide control of a glycerol-tert-butyl alcohol (TBA) etherification plant are presented. The reaction takes place in liquid phase, in a plug flow reactor, using Amberlyst 15 as a catalyst. The products' separation is achieved by two distillation columns where high-purity ethers are obtained and a section involving extractive distillation with 1,4-butanediol as solvent...

1997
Predrag Novak Zlatko Meić Janez Plavec

Deuteriumand N-induced isotope effects on H and C chemical shifts of the imino moiety of 16 trans-N-benzylideneaniline (tBA) isotopomers were determined and analysed. These effects appear to be a sensitive probe of molecular conformation and its changes. All determined deuterium isotope effects on the imino-proton are small and negative and are spread in the range from −0.88 ppb in 4-H-tBA to −...

2002
HAASE W. L.

The UV absorption method and the thiobarbituric acid (TBA) test for oxidation of an aqueous suspension of linoleate were compared. The absorption method depends on the formation of hydroperoxides having conjugated double bonds that absorb strongly at 233 nm. The absorption at 233 nm increased markedly during oxidation of linoleate catalyzed by either ascorbic acid or cupric ions. The concentrat...

2014
Bhaveshkumar D. Dhorajiya Bharatkumar Z. Dholakiya Ahmed S. Ibrahim Farid A. Badria

A number of nucleobase-based barbiturates have been synthesized by combination of nucleic acid bases and heterocyclic amines and barbituric acid derivatives through green and efficient multicomponent route and one pot reaction. This approach was accomplished efficiently using aqueous medium to give the corresponding products in high yield. The newly synthesized compounds were characterized by s...

2015
Emir Al-Sayed Amir Blazevic Alexander Roller Annette Rompel

Four aromatic hybrid Anderson polyoxomolybdates with Fe(3+) or Mn(3+) as the central heteroatom have been synthesized by using a pre-functionalization protocol and characterized by using single-crystal X-ray diffraction, FTIR, ESI-MS, (1) H NMR spectroscopy, and elemental analysis. Structural analysis revealed the formation of (TBA)3 [FeMo6 O18 {(OCH2 )3 CNHCOC6 H5 }2 ]⋅3.5 ACN (TBA-FeMo6 -bzn;...

Journal: :Journal of animal science 2011
T W Geary K J Wells D M deAvila J deAvila V A Conforti D J McLean A J Roberts R W Waterman J J Reeves

The objectives of this study were 1) to evaluate the ability of trenbolone acetate (TBA) administered in tandem with LHRH immunization to suppress reproductive function in bulls and 2) to examine the effects of LHRH and androgen (TBA) signaling on pituitary gland function. Forty-four Angus × Hereford crossbred calves (BW=225 ± 2 kg; age=187 ± 6 d) received castration, LHRH immunization, or TBA ...

Journal: :Catalysts 2023

Metal oxide clusters composed of group 5 metal ions, such as Nb and Ta, exhibit catalytic activities for CO2 fixation to styrene (SO) due the highly negative natural bonding charge terminal O atoms that could work activation sites. In this study, tetrabutylammonium (TBA) salts [TaxNb6−xO19]8− (TBA-TaxNb6−x, x = 0–6) were prepared Ta-substitution effect on properties TBA-TaxNb6−x SO was investig...

2013
Hamid Reza Gheisari

The aim of this study was correlation determination between fat putrefaction indices and antioxidative enzymes in chicken, cattle and camel meat during refrigerated storage. Longissimus dorsi muscle of three Iranian dromedary one humped camel and three Holstein cattle and breast muscle of three broiler breeder chicken were obtained from the carcasses 3 days postmortem. The samples were ground a...

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

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

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