نتایج جستجو برای: ob ra

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

Journal: :Aktuelle Rheumatologie 2023

Bis zu einem Viertel der RA-Patienten sprechen nicht auf biologische und zielgerichtete synthetische krankheitsmodifizierende Antirheumatika (b/tsDMARDs) an benötigen weitere Behandlungsversuche. Ob diese Patienten von wiederholten Versuchen mit anderen b/tsDMARDs profitieren, ist unbekannt. Zhao et al. beschrieben Behandlungsergebnisse aufeinanderfolgenden Therapielinien bei RA-Patienten, die ...

2018
Shu-Mei Chen Yi-Jen Peng Chih-Chien Wang Sui-Lung Su Donald M Salter Herng-Sheng Lee

Glucocorticoid therapy, especially at higher doses, is associated with significant adverse side effects including osteoporosis. Leptin, secreted from adipose tissue, has diverse effects on bone tissue regulation. As glucocorticoids stimulate leptin synthesis and secretion directly in adipose tissue we hypothesised that dexamethasone (DEX) induced osteoporosis may, in part, be mediated by an ost...

2015
Eun-Ju Lee Eun-Jin Lee Yeon-Ho Chung Da-Hyun Song Seokchan Hong Chang-Keun Lee Bin Yoo Tae-Hwan Kim Ye-Soo Park Soo-Hyun Kim Eun-Ju Chang Yong-Gil Kim

BACKGOUND The formation of bony spurs and ankylosis is a key pathognomic feature in ankylosing spondylitis (AS) and results in functional impairment. The aim of this study was to investigate the role of IL-32γ in osteoblast (OB) differentiation and its association with the pathogenesis of AS. METHODS The concentration and expression of IL-32γ were evaluated in synovial fluid and tissue from p...

2010
E Gorska K Popko A Stelmaszczyk-Emmel O Ciepiela A Kucharska M Wasik

Leptin or obesity receptor (Ob-R) is a member of class I cytokine receptor family. Ob-R, expressed in six isoforms, is the product of alternative RNA splicing of db gene. According to its structural differences, the receptor's isoforms are divided into three classes: long, short, and secretory isoforms. A long, fully active isoform of Ob-Rb is expressed mainly in the hypothalamus, where it take...

Journal: :American journal of physiology. Cell physiology 2002
F Machinal-Quélin M N Dieudonné M C Leneveu R Pecquery Y Giudicelli

Because leptin has recently been shown to induce proliferation and/or differentiation of different cell types through different pathways, the aim of the present study was to investigate, in vitro, the influence of leptin on adipogenesis in rat preadipocytes. A prerequisite to this study was to identify leptin receptors (Ob-Ra and Ob-Rb) in preadipocytes from femoral subcutaneous fat. We observe...

2007
Kazuyasu Sugiyama Enrico Calzavarini Siegfried Grossmann Detlef Lohse

We numerically analyze Non-Oberbeck-Boussinesq (NOB) effects in two-dimensional Rayleigh-Bénard flow in glycerol, which shows a dramatic change in the viscosity with temperature. The results are presented both as functions of the Rayleigh number Ra up to 10 (for fixed temperature difference ∆ between the top and bottom plates) and as functions of ∆ (“nonOberbeck-Boussinesqness” or “NOBness”) up...

Journal: :The journal of histochemistry and cytochemistry : official journal of the Histochemistry Society 1999
D G Baskin M W Schwartz R J Seeley S C Woods D Porte J F Breininger Z Jonak J Schaefer M Krouse C Burghardt L A Campfield P Burn J P Kochan

Reduced leptin (Ob protein) signaling is proposed to be a stimulus for the activation of neuropeptide Y (NPY) gene activity and increased expression of mRNA for the long form of the leptin receptor (Ob-Rb) in the hypothalamic arcuate nucleus. To determine if Ob-Rb protein is expressed in arcuate nucleus NPY neurons, we developed an affinity-purified polyclonal antibody against amino acids 956-1...

Journal: :Endocrinology 2002
Stanley M Hileman Dominique D Pierroz Hiroaki Masuzaki Christian Bjørbaek Karim El-Haschimi William A Banks Jeffrey S Flier

Leptin deficiency causes obesity in rodents and humans, but circulating levels of leptin are paradoxically elevated in obesity. The mechanisms underlying this leptin resistance are unknown, but may involve reduced leptin transport across the blood-brain barrier via short isoforms of the leptin receptor (Ob-R). Here, we first quantified short Ob-R mRNA expression in isolated rat cerebral microve...

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

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

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