نتایج جستجو برای: p38 mapk

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

1998
Kenichi Suzuki Masayuki Hino Fumihiko Hato Noriyuki Tatsumi Seiichi Kitagawa

To clarify the differences of the signaling pathways used by granulocyte colony-stimulating factor (G-CSF), granulocytemacrophage colony-stimulating factor (GM-CSF), and tumor necrosis factor-a (TNF), we investigated activation of mitogen-activated protein kinase (MAPK) subtype cascades in human neutrophils stimulated by these cytokines. G-CSF exclusively tyrosine-phosphorylated extracellular s...

Journal: :Nephrology, dialysis, transplantation : official publication of the European Dialysis and Transplant Association - European Renal Association 2012
Noriyuki Sugiyama Michiaki Kohno Takahiko Yokoyama

BACKGROUND Nephronophthisis (NPHP), the most frequent genetic cause of end-stage kidney disease in children and young adults, is characterized by a variable number of renal cysts associated with cortical tubular atrophy and interstitial fibrosis. The p38 mitogen-activated protein kinase (MAPK) pathway is an important intracellular signaling pathway involved in the production of profibrotic medi...

2012
Toshihiro Matsuo Shoji Shimose Tadahiko Kubo Jun Fujimori Yuji Yasunaga Takashi Sugita Mitsuo Ochi

BACKGROUND One of the major components of telomerase is the human telomerase reverse transcriptase (hTERT) as the catalytic protein. hTERT mRNA expression are reported to be associated with prognosis and tumor progression in several sarcomas. However, there is no clear understanding of the mechanisms of hTERT in human sarcomas. Recent studies have suggested that signals transmitted through p38 ...

Journal: :Arteriosclerosis, thrombosis, and vascular biology 2000
N Ohashi A Matsumori Y Furukawa K Ono M Okada A Iwasaki T Miyamoto A Nakano S Sasayama

p38 mitogen-activated protein kinase (MAPK) is involved in intracellular signals that regulate a variety of cellular responses during inflammation. However, the role of p38 MAPK in atherosclerosis, a chronic inflammatory disorder, remains uncertain. The aim of the present study was to examine the role of p38 MAPK in the development of neointimal hyperplasia in balloon-injured rat carotid arteri...

Journal: :Blood 2000
E Fernández

Activation of the p38 mitogen-activated protein kinase (MAPK) pathway is important for some T-cell functions, but its role in intrathymic development is unclear. To investigate the function of p38 MAPK during the late stages of thymocyte differentiation, pharmacologic and genetic manipulations were used to inhibit p38 MAPK activity in developing thymocytes. Ligation of the T-cell antigen recept...

2013
Gopal P. Sapkota

The signalling pathways downstream of the transforming growth factor beta (TGFb) family of cytokines play critical roles in all aspects of cellular homeostasis. The phosphorylation and activation of p38 mitogen-activated protein kinase (MAPK) has been implicated in TGFb-induced epithelial-to-mesenchymal transition and apoptosis. The precise molecular mechanisms by which TGFb cytokines induce th...

2012
Sônia A. L. Corrêa Katherine L. Eales

A significant amount of evidence suggests that the p38-mitogen-activated protein kinase (MAPK) signalling cascade plays a crucial role in synaptic plasticity and in neurodegenerative diseases. In this review we will discuss the cellular localisation and activation of p38 MAPK and the recent advances on the molecular and cellular mechanisms of its substrates: MAPKAPK 2 (MK2) and tau protein. In ...

2011
Rui Zeng Min Han Yun Luo Caixia Li Guangchang Pei Wenhui Liao Shoujun Bai Shuwang Ge XiaoCheng Liu Gang Xu

BACKGROUND The p38 mitogen-activated protein kinase (p38 MAPK) is an important intracellular signal transduction pathway involved in TGF-β1-induced epithelial-mesenchymal transition (EMT). Sema4C, a member of the semaphorin family, was found to be essential for the activation of p38 MAPK. However, the role of Sema4C in promoting TGF-β1-induced EMT is unclear. METHODS Renal fibrosis was induce...

Journal: :The Biochemical journal 1998
J Chen E J Ishac P Dent G Kunos B Gao

To understand the mechanisms by which ethanol inhibits hepatocyte proliferation, we studied the effects of ethanol on p42/44 mitogen-activated protein kinase (MAPK), p38 mitogen-activated protein kinase (p38 MAPK) and c-Jun N-terminal kinase (JNK) in normal and regenerating rat liver. Treatment of rat hepatocytes with 100 mM ethanol in vitro for 16 h prolonged the activation of p42/44 MAPK and ...

Journal: :Journal of immunology 2005
Leesun Kim Laura Del Rio Barbara A Butcher Trine H Mogensen Søren R Paludan Richard A Flavell Eric Y Denkers

The intracellular protozoan Toxoplasma gondii triggers rapid MAPK activation in mouse macrophages (Mphi). We used synthetic inhibitors and dominant-negative Mphi mutants to demonstrate that T. gondii triggers IL-12 production in dependence upon p38 MAPK. Chemical inhibition of stress-activated protein kinase/JNK showed that this MAPK was also required for parasite-triggered IL-12 production. Ex...

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

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

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