نتایج جستجو برای: 20 female balbc mice 5

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

Journal: :Journal of Immunology 2023

Abstract A leaky gut has been linked to numerous autoimmune disorders, including systemic lupus erythematosus (SLE). We had previously reported significant upregulation of anti-flagellin antibodies in the blood SLE patients and lupus-prone MRL/lpr mice, which led our hypothesis that a drove through bacterial flagellin-mediated activation toll-like receptor 5 (TLR5). Here, we investigated initia...

عباسی, مهرشاد , نخجوانی, منوچهر ,

Background: There are disputed reports of the beneficial effects of magnetic fields on glucose homeostasis. Continuing from our previous work, we studied the effect of a constant magnetic field on blood glucose and weight gain in laboratory mice. Methods: 28 young, female bALB/c mice were randomly allocated into four groups A, B, C and D. Group A were placed in a constant magnetic field for 20 ...

2017
Chinami Matsumoto Chihiro Yamada Chiharu Sadakane Miwa Nahata Tomohisa Hattori Hiroshi Takeda

Sex differences exist in the activation of the hypothalamic-pituitary-adrenal axis following exposure to stress, and the stress response is further affected by aging. This study was conducted to elucidate the mechanism of hypophagia in aged female mice exposed to stress. Immediately after a stress load, aged female mice exhibited acute hypophagia and a rise in plasma corticosterone levels. The ...

Journal: :European Journal of Cancer 2022

Background: NK cells act as one of the most important immunosurveillance mechanisms eliminating cancer cells. recognize Fc portions antibodies binding to surface antigens and release cytotoxic granules cytokines. Antibody-dependent cell-mediated cytotoxicity (ADCC) is major NK-dependent killing mechanisms, activated for example by therapeutic monoclonal antibodies, such anti-CD20 antibody ritux...

Journal: :The Journal of pharmacology and experimental therapeutics 2005
Erin E Shannon Patrizia Porcu Robert H Purdy Kathleen A Grant

Neurosteroids represent a class of endogenous compounds that exert rapid, nongenomic effects through neurotransmitter receptor systems such as GABA(A). Two neurosteroids, allopregnanolone (3alpha-hydroxy-5alpha-pregnan-20-one) and pregnanolone (3alpha-hydroxy-5beta-pregnan-20-one), possess anxiolytic and sedative properties and show substitution for ethanol, benzodiazepines, and barbiturates in...

Journal: :National Cancer Institute carcinogenesis technical report series 1977
D. J. Howard B. L. Herndon

Bioassays for the carcinogenicity of nitrilotriacetic acid, trisodium salt, monohydrate (Na3-NTA-H2O) were conducted at Stanford Research Institute (SRI), using Fischer 344 rats and at Litton Bionetics, Inc. (LBI), using both Fischer 344 rats, and B6C3F1 mice. Similar bioassays using rats and mice, were conducted at LBI on the free acid, nitrilotriacetic acid (NTA). Each chemical was mixed in r...

2016
Angèle Bénard Claudia Sala Gerd Pluschke

Buruli Ulcer is a neglected tropical disease leading to extensive disabilities and morbidity in West Africa. In this paper we sought to characterize various strains of Mycobacterium ulcerans (M.ulcerans) with different origins and laboratory passage records while refining a mouse model for Buruli ulcer. We described, compared and followed the kinetics of the histo-pathological outcome of infect...

Journal: :Environmental Health Perspectives 2001
P C Howard R M Eppley M E Stack A Warbritton K A Voss R J Lorentzen R M Kovach T J Bucci

Fumonisin B1 (FB1) is a mycotoxin isolated from Fusarium fungi that contaminate crops worldwide. A previous study demonstrated that FB1 promoted preneoplastic foci in initiated rats and induced hepatocellular carcinomas in BD IX rats at 50 parts per million (ppm), but fundamental dose-response data were not available to assist in setting regulatory guidelines for this mycotoxin. To provide this...

Journal: :Cancer research 1954
W U GARDNER J RYGAARD

been recognized for many years (1, 7, 11). Estro gen-treated mice of some strains have a higher incidence of lyrnphomas than untreated controls (5, 6), andtestosterone propionate decreased the incidence of such tumors when given with estro gen (5). Sex differences in the incidence of lym phomas in untreated mice have not been noted generally, but in mice of one strain, at least, fe males showed...

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

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

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