نتایج جستجو برای: ماده 47

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

2000
STEPHEN D. MCCORMICK SHUNSUKE MORIYAMA THRANDUR BJÖRNSSON

STEPHEN D. MCCORMICK,1 SHUNSUKE MORIYAMA,2 AND B. THRANDUR BJÖRNSSON3 1Conte Anadromous Fish Research Center, Biological Resources Division, US Geological Survey, Turners Falls, Massachusetts 01376; 2Laboratory of Molecular Endocrinology, School of Fisheries, Kitasato University, Sanriku, Iwate, Japan; and 3Fish Endocrinology Laboratory, Department of Zoology, Göteborg University, Göteborg, Sweden

1999
RICHARD STEPHENSON RAVI M. MOHAN JAMES DUFFIN Ravi M. Mohan James Duffin

Stephenson, Richard, Ravi M. Mohan, James Duffin, and Tim M. Jarsky. Circadian rhythms in the chemoreflex control of breathing. Am. J. Physiol. Regulatory Integrative Comp. Physiol. 278: R282–R286, 2000.—Mechanisms underlying the circadian rhythm in lung ventilation were investigated. Ten healthy male subjects were studied for 36 h using a constant routine protocol to minimize potentially confo...

1999
CÉLINE BOUDREAU-LARIVIÈRE DAVID J. PARRY David J. Parry

Boudreau-Larivière, Céline, David J. Parry, and Bernard J. Jasmin. Myotubes originating from single fast and slow satellite cells display similar patterns of AChE expression. Am. J. Physiol. Regulatory Integrative Comp. Physiol. 278: R140–R148, 2000.—Slowand fast-contracting skeletal muscles of both rats and mice display significant differences in their patterns of acetylcholinesterase (AChE) e...

2000
CORINNE E. GUSTAFSON TOSHIYA KATSURA MARY MCKEE RICHARD BOULEY JAMES E. CASANOVA DENNIS BROWN Toshiya Katsura Mary McKee Richard Bouley James E. Casanova

Gustafson, Corinne E., Toshiya Katsura, Mary McKee, Richard Bouley, James E. Casanova, and Dennis Brown. Recycling of AQP2 occurs through a temperatureand bafilomycin-sensitive trans-Golgi-associated compartment. Am. J. Physiol. Renal Physiol. 278: F317–F326, 2000.—The exoand endocytotic pathway in which aquaporin-2 (AQP2) travels between the plasma membrane and intracellular vesicles is only p...

2000
TERRY N. THRASHER HONG-GEN CHEN LANNY C. KEIL

Thrasher, Terry N., Hong-Gen Chen, and Lanny C. Keil. Arterial baroreceptors control plasma vasopressin responses to graded hypotension in conscious dogs. Am. J. Physiol. Regulatory Integrative Comp. Physiol. 278: R469– R475, 2000.—We studied the role of cardiac and arterial baroreceptors in the reflex control of arginine vasopressin (AVP) and renin secretion during graded hypotension in consci...

2000
DAVID FULTON ANDREAS PAPAPETROPOULOS XIAOPING ZHANG JOHN D. CATRAVAS THOMAS H. HINTZE WILLIAM C. SESSA

DAVID FULTON,1 ANDREAS PAPAPETROPOULOS,1 XIAOPING ZHANG,2 JOHN D. CATRAVAS,3 THOMAS H. HINTZE,2 AND WILLIAM C. SESSA1 1Department of Pharmacology, Boyer Center for Molecular Medicine, Yale University School of Medicine, New Haven, Connecticut 06536-0812; 2Department of Physiology, New York Medical College, Valhalla, New York 10595; and 3Vascular Biology Center and Department of Pharmacology and...

2000
G. SUPINSKI

Supinski, G., D. Nethery, T. M. Nosek, L. A. Callahan, D. Stofan, and A. DiMarco. Endotoxin administration alters the force vs. pCa relationship of skeletal muscle fibers. Am J Physiol Regulatory Integrative Comp Physiol 278: R891–R896, 2000.—Recent work indicates that endotoxemia elicits severe reductions in skeletal muscle force-generating capacity. The subcellular alterations responsible for...

1999
ALAN RANDICH WILLIAM J. TYLER JAMES E. COX STEPHEN T. MELLER GARY R. KELM SATINDER S. BHARAJ

Randich, Alan, William J. Tyler, James E. Cox, Stephen T. Meller, Gary R. Kelm, and Satinder S. Bharaj. Responses of celiac and cervical vagal afferents to infusions of lipids in the jejunum or ileum of the rat. Am. J. Physiol. Regulatory Integrative Comp. Physiol. 278: R34–R43, 2000.— Multiunit celiac and single-unit cervical recordings of vagal afferents were performed before and during infus...

2000
HERSHEL RAFF ERIC D. BRUDER BARBARA M. JANKOWSKI Eric D. Bruder Barbara M. Jankowski

HERSHEL RAFF,1,2 ERIC D. BRUDER,1 BARBARA M. JANKOWSKI,1 AND THEODORE L. GOODFRIEND3 1Endocrine Research Laboratory, St. Luke’s Medical Center, Milwaukee 53215; 2Department of Medicine, Medical College of Wisconsin, Milwaukee 53226; and 3Wm. S. Middleton Memorial Veterans Hospital and the Departments of Medicine and Pharmacology, University of Wisconsin School of Medicine, Madison, Wisconsin 53705

2000
GERHARD GSTRAUNTHALER THOMAS HOLCOMB ELISABETH FEIFEL WENLIN LIU NIKOLAUS SPITALER NORMAN P. CURTHOYS

Gstraunthaler, Gerhard, Thomas Holcomb, Elisabeth Feifel, Wenlin Liu, Nikolaus Spitaler, and Norman P. Curthoys. Differential expression and acid-base regulation of glutaminase mRNAs in gluconeogenic LLC-PK1FBPase1 cells. Am. J. Physiol. Renal Physiol. 278: F227– F237, 2000.—LLC-PK1-FBPase cells, which are a gluconeogenic substrain of porcine renal LLC-PK1 cells, exhibit enhanced oxidative meta...

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

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

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