نتایج جستجو برای: 5h4

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

1999
Gautam Kaul K. K. Gandhi

The zona pellucida (ZP) in a majority of species consists of three antigenic families with wide inter species cross reactivity. The glocoproteins of heat solubilized goat zona pellucida (gZP) were isolated into three families by high performance liquid chromatography on a gel ®ltration column. Their molecular identities were 180, 95 and 75 kDa for gZP1, gZP2 and gZP3 respectively. However under...

Journal: :Journal of reproductive immunology 2002
Akiko Hasegawa Yukari Hamada Minoru Shigeta Koji Koyama

Previously, we produced a fertilization-blocking monoclonal antibody (MAb-5H4) to find a candidate peptide for a contraceptive vaccine. MAb-5H4 recognized a linear amino acid sequence of ZPA (No. 50-67) in pigs, humans and rabbits. In the present study, 18mer peptides corresponding to the sequence were conjugated with diphtheria toxoid as a carrier protein before immunization in rabbits. All th...

Journal: :Journal of virology 1999
R Kurg J Parik E Juronen T Sedman A Abroi I Liiv U Langel M Ustav

The bovine papillomavirus type 1 (BPV-1) E2 protein is the master regulator of papillomavirus replication and transcription. We have raised a panel of monoclonal antibodies (MAbs) against the BPV-1 E2 protein and used them to probe the structure and function of the protein. Five MAbs reacted with linear epitopes, and four MAbs recognized conformation-dependent epitopes which mapped within the C...

2017
Hye Sun Kim Ouk Kyu Han Youn-Sig Kwak

To process silage, rye is usually removed before the heading stage but the rye biomass increased up to 30% after the heading stage. However, after the heading stage, lignification rapidly accelerated and it resulted in a poor NDF digestibility problem. This has led to a demand for a strong fibrinolytic enzyme-producing probiotic for rye silage. The Gram-positive Leuconostoc holzapfelii 5H4 was ...

Journal: :The Journal of general virology 2003
Naoko Nakagawa Ritsuko Kubota Toshimasa Nakagawa Yoshinobu Okuno

To study the neutralizing epitopes of influenza B virus Yamagata group strains, two monoclonal antibodies (mAbs) were used to select escape mutants of the virus. mAbs 5H4 and 3A12 were found to react with B/Yamagata group strains in haemagglutination inhibition and neutralization tests; no reactivity with B/Victoria group strains was observed. Most of the mutants reacted poorly to polyclonal fe...

2014
Louis Gendron Nitish Mittal Hélène Beaudry Wendy Walwyn

Département de physiologie et biophysique, Institut de pharmacologie de Sherbrooke, Faculté de médecine et des sciences de la santé, Université de Sherbrooke, Sherbrooke, QC, Canada, Hatos Center for Neuropharmacology, David Geffen School of Medicine, University of California in Los Angeles, Los Angeles, CA, USA Correspondences Louis Gendron, Department of Physiology and Biophysics, Faculty of ...

Journal: :Physics of Fluids 2021

We report the first definitive Nusselt number scale of thermal boundary layers from curved surfaces characterized by proposed non-dimensional curvature parameter ξ = R0/(HRa−1/4), where R0 denotes radius a surface, H corresponding finite height, and Ra global Rayleigh virtual reference layer on vertical flat surface. The is given Nu ∼ ξ−1/5Ra1/4 in which Ra1/4 for surface case, revealing that c...

2013
Max Herberhold Thomas Hofmann Stefanie Weinberger Bernd Wrackmeyer

Mixed manganese sandw ich complexes containing a silyl-substituted cyclopentadienyl ring, e. g. (rj5 -C5 H4-R)Mn(7/6-C6H6) (3a c) and (775-C 5H4-R)M n(r/6-C6H5-Ph) (4a c); (R = SiM e3 (a), Si2M e_5 (b) and SiM e^'Bu (c)), were obtained in low yield via interm ediates {(r^-CsH*R)M nCl} and their reaction with phenyl G rignard reagents. Use o f the 4-trim ethylsilyl-phenyl m agnesium halide in th...

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

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

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