نتایج جستجو برای: old adult

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

Journal: :The American journal of physiology 1971
L Goldstein

GOLDSTEIN, LEON Ammonia metabolism in kidneys of suckling rats. Am. J. Physiol. 220( 1) : 213-217. 1971.-The response of renal ammonia excretion to an acid load was significantly less in rats l-2 weeks old than in adults. A response similar to that observed in adults appeared between 14 and 16 days after birth. General functional differentiation of the nephron, judged by the ability of isolated...

Journal: :health scope 0
hossein ansari health promotion research center, department of epidemiology and biostatistics, zahedan university of medical sciences, zahedan, ir iran; health promotion research center, department of epidemiology and biostatistics, zahedan university of medical sciences, zahedan, ir iran. tel: +98-9126309480, fax: +98-5412425375 asghar mohammadpoorasl department of public health, school of health, qazvin university of medical sciences, qazvin, ir iran

2009
E. PEREIRA

19 juvenile members of known genealogies in two wild baboon groups were studied over a 16month period. Males and females in two age classes were compared regarding third-party aggression and support given and received during agonistic interaction. Young juvenile males and females (1-2.5 years-old) were supported predominantly by their probable fathers. The adult males supported without regard t...

2002
Valeri S. Chekanov Michelle Maternowski Gary Zander Pavel Karakozov

We hypothesized that the conditioned muscles of elderly organisms have different responses to electrical stimulation than that of young adult organisms. One-year-old sheep and eight-year-old elderly sheep were used for this investigation. Results. The latissimus dorsi muscle (LDM) of old sheep has less fatigue resistance than LDM of younger animals. In all animals, LDH-5 fractions decreased aft...

2017
Walter Krause Neto Wellington de Assis Silva Adriano P. Ciena Romeu R. de Souza Carlos A. Anaruma Eliane F. Gama

The present study aimed to analyze the morphology of the peripheral nerve, postsynaptic compartment, skeletal muscles and weight-bearing capacity of Wistar rats at specific ages. Twenty rats were divided into groups: 10 months-old (ADULT) and 24 months-old (OLD). After euthanasia, we prepared and analyzed the tibial nerve using transmission electron microscopy and the soleus and plantaris muscl...

Journal: :iranian journal of public health 0
s tirgari m nateghpour ah jahanian k akbarzadeh

a 45 year old farmer from espand village (located in the west of iranshahr county, sistan and baluchistan province, southeastern of iran) with some clinical manifestations referred to the khatam-al-anbia hospital in the city of iranshahr. ct scan showed an extensive edema in nasal and para nasal sinuses. endoscopy consideration revealed the presence of numerous larvae lodged inside the nasal ca...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1991
H R Rodman J P Skelly C G Gross

Inferior temporal cortex is necessary for visual object recognition in adult primates but is less critical in infants. Nonetheless, in macaques as young as 6 weeks old, inferior temporal neurons showed adult-like visual response properties, including form selectivity and bilateral receptive fields, indicating that extended maturation and visual experience may not be necessary for adult-like enc...

Journal: :Journal of applied physiology 2000
S A Shore J H Abraham I N Schwartzman G G Murthy J D Laporte

During ozone (O(3)) exposure, adult rats decrease their minute ventilation (VE). To determine whether such changes are also observed in immature animals, Sprague-Dawley rats, aged 2, 4, 6, 8, or 12 wk, were exposed to O(3) (2 ppm) in nose-only-exposure plethysmographs. Baseline VE normalized for body weight decreased with age from 2.1 +/- 0.1 ml. min(-1). g(-1) in 2-wk-old rats to 0. 72 +/- 0.0...

Journal: :Khalij-Libya journal of dental and medical research 2022

We reported final height data of collected 28 cases with Turner Syndrome (TS) were confirmed chromosomal analysis during growth hormone therapy and late estrogen therapy. Participants allocated into one 3 Groups, Group A: 11 patients aged between 15-18 years-old, group B: 10 -15 C: 7 younger than years-old. In contrast to the duration & presentation, B showed a significantly higher mean (14...

Journal: :Journal of applied physiology 2012
Jong-Hee Kim LaDora V Thompson

The purpose of this study was to investigate the effects of mild therapeutic exercise (treadmill) in preventing the inactivity-induced alterations in contractile properties (e.g., power, force, and velocity) of type I soleus single fibers in three different age groups. Young adult (5- to 12-mo-old), middle-aged (24- to 31-mo-old), and old (32- to 40-mo-old) F344BNF1 rats were randomly assigned ...

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

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

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