See More

Factors regulating mitochondrial function in AD. In AD, neuronal injury, inflammation and aging may impair mitochondrial function by inducing fission, increasing ∆ψm and ROS production leading to decreased ATP production. Mitochondrial function may be improved by enhancing mitochondrial biogenesis through caloric restriction and exercise. Damaged and dysfunctional mitochondria can be selectively eliminated by mitophagy.","thumbnailUrl":"null/thumbnail/ad-7-2-201-g1.png"}],"article":{"juan":"7","endNoteUrl_en":"http://www.aginganddisease.org/new/EN/article/getTxtFile.do?fileType=EndNote&id=147504","bibtexUrl_cn":"http://www.aginganddisease.org/new/CN/article/getTxtFile.do?fileType=BibTeX&id=147504","articleType":"A","abstractUrl_en":"http://www.aginganddisease.org/new/EN/10.14336/AD.2015.1007","qi":"2","id":147504,"nian":2016,"bianHao":"2152-5250-2016-2-201","juanUrl_en":"http://www.aginganddisease.org/new/EN/Y2016","shouCiFaBuRiQi":"2016-04-01","qiShiYe":"201","accepted":"2015-10-07","received":"2015-09-02","qiUrl_cn":"http://www.aginganddisease.org/new/CN/Y2016/V7/I2","pdfSize":"901KB","risUrl_cn":"http://www.aginganddisease.org/new/CN/article/getTxtFile.do?fileType=Ris&id=147504","doi":"10.14336/AD.2015.1007","jieShuYe":"214","keywordList_en":["Alzheimer’s disease","mitochondria","mitophagy","oxidative stress","neuroinflammation","mitochondrial biogenesis","neuroinflammation"],"endNoteUrl_cn":"http://www.aginganddisease.org/new/CN/article/getTxtFile.do?fileType=EndNote&id=147504","zhaiyao_en":"

Alzheimer’s disease (AD) is a debilitating neurodegenerative disorder characterized by the progressive loss of cholinergic neurons, leading to the onset of severe behavioral, motor and cognitive impairments. It is a pressing public health problem with no effective treatment. Existing therapies only provide symptomatic relief without being able to prevent, stop or reverse the pathologic process. While the molecular basis underlying this multifactorial neurodegenerative disorder remains a significant challenge, mitochondrial dysfunction appears to be a critical factor in the pathogenesis of this disease. It is therefore important to target mitochondrial dysfunction in the prodromal phase of AD to slow or prevent the neurodegenerative process and restore neuronal function. In this review, we discuss mechanisms of action and translational potential of current mitochondrial and bioenergetic therapeutics for AD including: mitochondrial enhancers to potentiate energy production; antioxidants to scavenge reactive oxygen species and reduce oxidative damage; glucose metabolism and substrate supply; and candidates that target apoptotic and mitophagy pathways to remove damaged mitochondria. While mitochondrial therapeutic strategies have shown promise at the preclinical stage, there has been little progress in clinical trials thus far.","bibtexUrl_en":"http://www.aginganddisease.org/new/EN/article/getTxtFile.do?fileType=BibTeX&id=147504","abstractUrl_cn":"http://www.aginganddisease.org/new/CN/10.14336/AD.2015.1007","juanUrl_cn":"http://www.aginganddisease.org/new/CN/Y2016","lanMu_en":"Review Article","qiUrl_en":"http://www.aginganddisease.org/new/EN/Y2016/V7/I2","revRequest":"2015-10-06","risUrl_en":"http://www.aginganddisease.org/new/EN/article/getTxtFile.do?fileType=Ris&id=147504","title_en":"Mitochondrial Dysfunction in Alzheimer’s Disease and the Rationale for Bioenergetics Based Therapies","hasPdf":"true"},"authorList_en":[{"deceased":false,"xref":"1","name_cn":"Isaac G. Onyango","xref_en":"1, *","name_en":"Isaac G. Onyango"},{"deceased":false,"xref":"1","name_cn":"Jameel Dennis","xref_en":"1","name_en":"Jameel Dennis"},{"deceased":false,"xref":"1","name_cn":"Shaharyah M. Khan","xref_en":"1","name_en":"Shaharyah M. Khan"}]}; if(window.metaData && (!window.metaData.authorNotesCommon_cn && !window.metaData.authorNotesCorresp_cn && window.metaData.authorNotes_cn)){ window.metaData.authorNotesCommon_cn = window.metaData.authorNotes_cn; } if(window.metaData && (!window.metaData.authorNotesCommon_en && !window.metaData.authorNotesCorresp_en && window.metaData.authorNotes_en)){ window.metaData.authorNotesCommon_en = window.metaData.authorNotes_en; } var _nlmdtdXml = $("#article_nlmdtdXml").val(); var magDir = _nlmdtdXml.replace(/\/[^\/]+$/,''); window.metaData.magDir = magDir; new mag_vue({ el: '#metaVue', data:window.metaData, loading:true, doTextFun:function(text){ return doDataJsonText(text); }, doAfterFun:function(selector,jsonData){doMagVueAfter(selector,jsonData);} }); var pars = {attachType:'PDF',id:$("#articleId").val(),json:true}; jQuery.post($("#mag-common-contextPath").val()+"/EN/article/showArticleFile.do?" + new Date().getTime(), pars, function(data){ var json=null; if(data.match(/^\[json\].*/g)){ json=eval("("+data.replace(/^\[json\]/g,"")+")"); } if(json && json.status == 1){ //有权限 }else{ //无权限 $("#no-access-div").show(); } }); mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/getRichHtmlJson.do', data:{articleId:$("#articleId").val(),token:'981cdbdc7c1e494ba723d6f447b68a83',referer:document.referrer}, dataType:"json", async:"false", success:function(json){ if(json.richHtmlJson && json.richHtmlJson.article){ if(json.trans){ var _nlmdtdXmlCN = $("#article_nlmdtdXmlCN").val(); var magDirCN = _nlmdtdXmlCN.replace(/\/[^\/]+$/,''); json.richHtmlJson.magDir=magDirCN; }else{ json.richHtmlJson.magDir=magDir; } new mag_vue({ el: '#bodyVue', data:json.richHtmlJson, doTextFun:function(text){ return doDataJsonText(text); }, doAfterFun:function(selector,jsonData){doMagVueAfter(selector,jsonData);} }); } } }); //去掉正文中的中文文字“多媒体文件” $("div.mag_body_media_file b").remove(); //altmetric if($.trim($("#article_doi").val())!=''){ $.ajax({ url:'https://api.altmetric.com/v1/doi/'+$.trim($("#article_doi").val())+'?callback=altmetric_callback', //url:'https://api.altmetric.com/v1/doi/10.1007/s13238-016-0264-7?callback=altmetric_callback', dataType:'jsonp' }); } mag_rich_menu(jQuery); $(function(){ $('#autoMenu').autoMenu(); }) $("#autoMenu").niceScroll({ cursorcolor: "#ccc", //滚动条的颜色 cursoropacitymax: 0, //滚动条的透明度,从0-1 touchbehavior: false, //使光标拖动滚动像在台式电脑触摸设备 true滚动条拖动不可用 cursorwidth: "6px", //滚动条的宽度 单位默认px cursorborder: "0", // 游标边框css定义 cursorborderradius: "3px", //滚动条两头的圆角 autohidemode: true, //是否隐藏滚动条 true的时候默认不显示滚动条,当鼠标经过的时候显示滚动条 zindex: "auto", //给滚动条设置z-index值 railvalign:'defaul', railpadding: { top: 0, right: -6, left: 0, bottom: 0 }, //滚动条的位置 }); window.autoMenuFlag=true; $("#relatedArticles").niceScroll({ cursorcolor: "#ccc", //滚动条的颜色 cursoropacitymax: 0, //滚动条的透明度,从0-1 touchbehavior: false, //使光标拖动滚动像在台式电脑触摸设备 true滚动条拖动不可用 cursorwidth: "6px", //滚动条的宽度 单位默认px cursorborder: "0", // 游标边框css定义 cursorborderradius: "3px", //滚动条两头的圆角 autohidemode: true, //是否隐藏滚动条 true的时候默认不显示滚动条,当鼠标经过的时候显示滚动条 zindex: "auto", //给滚动条设置z-index值 railvalign:'defaul', railpadding: { top: 0, right: -6, left: 0, bottom: 0 }, //滚动条的位置 }); //公式序号 居右 jQuery(".mag-xml-disp-formula").each(function() { var _this = jQuery(this); var _label= _this.children("label"); if(typeof(_label.html())!="undefined"){ _this.children("label").remove(); _this.wrap("

"); _this.parent().parent().append(""+_label.html()+""); } }); $('body').click(function(){ $('.daochu_div').hide(); $('.qipao').hide(); }) $('.qipao').click(function(event){ event.stopPropagation(); }) /*参考文献显示隐藏*/ $('.biaotijiantoush1').click(function(event){ if($(this).attr('class')=='glyphicon glyphicon-triangle-top biaotijiantoush biaotijiantoush1'){ $(this).parents('.mag_main_zhengwen_left_div_ckwx_table_benwenyiny').next('.mag_main_zhengwen_left_div_ckwx_table_ckwx_xiangqing').stop().slideUp(); $(this).attr('class','glyphicon glyphicon-triangle-bottom biaotijiantoush biaotijiantoush1'); }else if($(this).attr('class')=='glyphicon glyphicon-triangle-bottom biaotijiantoush biaotijiantoush1'){ $(this).parents('.mag_main_zhengwen_left_div_ckwx_table_benwenyiny').next('.mag_main_zhengwen_left_div_ckwx_table_ckwx_xiangqing').stop().slideDown(); $(this).attr('class','glyphicon glyphicon-triangle-top biaotijiantoush biaotijiantoush1'); } event.stopPropagation(); }); //加载补充材料 mag_ajax_update({ ele_id:'showArticle_suppls', url:mag_currentQikanUrl() + '/EN/article/showArticleSuppls.do', data:{articleId:$("#articleId").val()} }); //加载专题 mag_ajax_update({ ele_id:'showArticle_subjects', url:mag_currentQikanUrl() + '/EN/subject/showSubjectListByArticle.do', data:{articleId:$("#articleId").val(),forwardJsp:'showArticle'} }); //渲染公式 mag_mathJax(); }); function altmetric_callback(json){ if(json && json.score){ if(json.score - parseInt(json.score) > 0){ $("#altmetric-score").html(parseInt(json.score)+1); }else{ $("#altmetric-score").html(parseInt(json.score)); } $(".main_content_center_right_duoweidu_div").css("width","25%"); $("#altmetric-a").show(); $("#altmetric-a").attr("href",json.details_url); } } function richClickAuthor(name){ var searchSQL = "((("+mag_advSearchValReplace(name)+"[Author]) AND 1J[Journal]) AND year[Order])"; mag_request({url:mag_currentQikanUrl() + '/EN/searchresult',data:{searchSQL:searchSQL}}); } function richClickKeyword(keyword){ var searchSQL = "((("+mag_advSearchValReplace(keyword)+"[Keyword]) AND 1J[Journal]) AND year[Order])"; mag_request({url:mag_currentQikanUrl() + '/EN/searchresult',data:{searchSQL:searchSQL}}); } function mag_share(){ $("#bShare_more_a").click(); } function loadRelatedArticles(){ if($("#showRelatedArticles") && $("#showRelatedArticles").length>0){ //加载过了 }else{ mag_loading(); mag_ajax_update({ ele_id:'relatedArticles-content', url:mag_currentQikanUrl() + '/EN/article/relatedArticle.do', data:{id:$("#articleId").val(), forwardJsp:'showArticle'}, complete:function(){ mag_layer_close(); } }); } } function showMetrics(){ mag_window_location(mag_currentQikanUrl() + '/EN/metrics/'+$("#articleId").val()); } function piaofuFn(a,fnId){ var content='
'+$("#mag-rich-fn-"+fnId).html()+''; console.log("content="+content); piaofu(a,content); } function huoqukuanduimg(){ // } function doDataJsonText(text){ var str = text; //var _nlmdtdXml = $("#article_nlmdtdXml").val(); //var magDir = _nlmdtdXml.replace(/\/[^\/]+$/,''); str = str.replace(/"; ss += ""; ss += ""; var shuomingTitle = ""; var shuomingContent = ''; if(fig.titleEn && fig.titleEn!=''){ shuomingTitle = fig.titleEn; if(fig.titleContentEn && fig.titleContentEn!=''){ shuomingContent += fig.titleContentEn; } } if(shuomingTitle==''){ if(fig.titleCn && fig.titleCn!=''){ shuomingTitle = fig.titleCn; } if(fig.titleContentCn && fig.titleContentCn!=''){ shuomingContent += fig.titleContentCn; } }else{ if(fig.titleCn && fig.titleCn!=''){ shuomingContent += "

"+fig.titleCn+""; } if(fig.titleContentCn && fig.titleContentCn!=''){ shuomingContent += fig.titleContentCn; } } ss += '

'+shuomingTitle+''; if(shuomingContent!=''){ ss += shuomingContent; } ss += ''; ss += '

Full size|PPT slide'; $(this).html(ss); break; } } }); //处理表格 $(selector + " .mag_main_table[magid]").each(function(){ var magId = $(this).attr("magid"); for(var i=0;i0){ ss += '

'; for(var j=0;j0){ for(var k=0;k
2024
Impact Factor
6.9

Mitochondrial Dysfunction in Alzheimer’s Disease and the Rationale for Bioenergetics Based Therapies

PDF(901 KB)
Aging and disease ›› 2016, Vol. 7 ›› Issue (2) : 201-214. DOI: 10.14336/AD.2015.1007
Review Article

Mitochondrial Dysfunction in Alzheimer’s Disease and the Rationale for Bioenergetics Based Therapies

    {{javascript:window.custom_author_en_index=0;}}
  • {{article.zuoZhe_EN}}
Author information +
History +
Received Accepted Published
2015-09-02 2015-10-07 2016-03-15
Issue Date  
2016-04-01  

HeighLight

{{article.keyPoints_en}}

Abstract

{{article.zhaiyao_en}}

Key words

Cite this article

RIS Export
{{article.zuoZheEn_L}}. {{article.title_en}}. {{journal.qiKanMingCheng_EN}}. 2016, 7(2): 201-214 https://doi.org/10.14336/AD.2015.1007

References

References

{{article.reference}}

RIGHTS & PERMISSIONS

{{article.copyrightStatement_en}}
{{article.copyrightLicense_en}}
PDF(901 KB)

Accesses

Citation

Detail

Sections
Recommended

/