CINXE.COM
Theoretical Studies in Literature and Art
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Theoretical Studies in Literature and Art</title> <link href="/js/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="/develop/static/common/css/css.css"> <link rel="stylesheet" href="/js/jqpagination/jqpagination.css" /> <script src="/js/jquery/jquery.min.js"></script> <script src="/js/bootstrap/js/bootstrap.min.js"></script> <script type="text/javascript" src="/js/jquery/jquery.qrcode.min.js"></script> <script src="/develop/static/common/js/common_en.js"></script> <script src="/develop/static/common/js/component_en.js"></script> <script language="javascript" src="/js/store.js"></script> <script language="javascript" src="/develop/static/common/js/download_en.js"></script> <script language="javascript" src="/js/My97DatePicker/WdatePicker.js"></script> <link rel="stylesheet" href="/develop/static/common/bootstrap/js/font-awesome.min.css"> <script> $(document).ready(function(){ $("title").text($("title").text().replace(/<\/?[^>]*>/g,"")); }); </script> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="windows-target" content="_top"> <meta name="robots" content="follow,noarchive"/> <meta name="keywords" content="文艺理论研究"> <!-- 中文刊名 --> <meta name="keywords" content="Theoretical Studies in Literature and Art"> <!-- 英文刊名 --> <meta name="description" content="Theoretical Studies in Literature and Art"> <!-- 刊名缩写 --> <meta name="generator" content="Magtech"> <LINK rel=stylesheet type=text/css href="/js/manu/lrtk.css"> <script language="javascript" src="/js/manu/manu.js"></script> <link rel="stylesheet" href="/js/colorbox/colorbox.css" /> <script src="/js/colorbox/jquery.colorbox.js"></script> <script> MathJax = { tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] }, svg: { fontCache: 'global' } }; </script> <script type="text/javascript" id="MathJax-script" async src="/js/mathJax3.0/tex-mml-chtml.js"></script> <!--[if lt IE 9]> <script src="https://cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <script language="javascript"> function collectArticle(id) { var url = window.location.href; jQuery.ajax({ url: $("#mag-common-journal-url").val()+"/EN/user/addCollectArticle.do", data: { "articleId": id, "url": url }, type: "post", success: function(res) { if (res == "true") { mag_layer({content:"Sucess to collect!"}); } else if (res == "false") { mag_layer({content:"This article has been collected!"}); } else if (res.length > 5) { window.location.href = $("#mag-common-journal-url").val()+"/EN/user/userInfo_en.jsp?url=" + res; } else { mag_layer({content:"Fail to collect this article!"}); } }, error: function() { mag_layer({content:"Fail to collect this article!"}); } }); } //可视化开始 $(document).ready(function(){ var arrSpan=$("[id^='span_visual_article_']"); if(arrSpan && arrSpan.length && arrSpan.length>0 ){ for(var i=0;i<arrSpan.length;i++){ var articleID=arrSpan[i].id.toString().replace("span_visual_article_",""); jQuery.getJSON($("#mag-common-journal-url").val()+"/EN/lexeme/existsCnctstInArticle.do?articleID="+articleID, null, function(json){ if(json.result){ $("#span_visual_article_"+json.articleID).show(); } }); } } }); //可视化结束 $(document).ready(function(){ $(".figureClass").colorbox({rel:'figureClass', transition:"none", width:"80%", height:"80%"}); }); //选中文章 文章块 变色 function hightlightrowaction(rowid) { var thisrow = $("#"+rowid); if ($(thisrow).hasClass("selectedrow")) { $(thisrow).removeClass("selectedrow"); $(thisrow).addClass("noselectrow"); } else { $(thisrow).addClass("selectedrow"); $(thisrow).removeClass("noselectrow"); } } function selectall(argu,checkBoxName){ var obj = document.getElementsByName(checkBoxName); for(var i= 0;i<obj.length;i++){ obj[i].checked = argu.checked; //hightlightrowaction('art'+obj[i].value); var thisrow = $("#art"+obj[i].value); if(obj[i].checked){ if (!$(thisrow).hasClass("selectedrow")) { $(thisrow).addClass("selectedrow"); $(thisrow).removeClass("noselectrow"); } }else{ if ($(thisrow).hasClass("selectedrow")) { $(thisrow).removeClass("selectedrow"); $(thisrow).addClass("noselectrow"); } } } } //文章图片显示隐藏用 function togthumb() { $(".apwrap").toggleClass("hiden"); if($('.apwrap').hasClass('hiden')) $("#thumbtn").attr("src", $("#mag-common-journal-url").val()+"/images/sele_pic2.png"); else $("#thumbtn").attr("src", $("#mag-common-journal-url").val()+"/images/sele_pic1.png"); } //导出 function downloadCitations(type){ var flag=0; var ids=""; var obj = document.getElementsByName('pid'); for(var i= 0;i<obj.length;i++){ if(obj[i].checked){ flag=1; ids+=obj[i].value+","; } } if(flag==0){ mag_layer({content:"Please select article!"}); return false; } window.location.href=$("#mag-common-journal-url").val()+"/EN/article/getTxtFiles.do?fileType="+type+"&articleIds="+ids; } function DrawImage(ImgD,FitWidth,FitHeight){ var image=new Image(); image.src=ImgD.src; if(image.width>0 && image.height>0){ if(image.width/image.height>= FitWidth/FitHeight){ if(image.width>FitWidth){ ImgD.width=FitWidth; ImgD.height=(image.height*FitWidth)/image.width; }else{ ImgD.width=image.width; ImgD.height=image.height; } } else{ if(image.height>FitHeight){ ImgD.height=FitHeight; ImgD.width=(image.width*FitHeight)/image.height; }else{ ImgD.width=image.width; ImgD.height=image.height; } } } } function exportCitations(){ var articleSelected=false; var ids='' var checkboxs = document.getElementsByName("pid"); if(checkboxs && checkboxs.length && checkboxs.length>0){ for(var i=0;i<checkboxs.length;i++){ if(checkboxs[i].checked){ articleSelected=true; if(ids==''){ ids += checkboxs[i].value; }else{ ids += ','+checkboxs[i].value; } } } } if(articleSelected){ $("#export-citation-form-ids").val(ids); mag_layer({ type:4, title:'Download Citations', dom:'export-citation-div' }) }else{ mag_layer({content:'This article has been collected.'}); } } //导出 function downloadCitations(){ mag_layer_close(); $("#export-citation-form").submit(); } </SCRIPT> <!-- 浮动广告开始--> <SCRIPT type=text/javascript> function hidead() { document.getElementById("ad1").style.display = "none"; } function addEvent(obj, evtType, func, cap) { cap = cap || false; if (obj.addEventListener) { obj.addEventListener(evtType, func, cap); return true; } else if (obj.attachEvent) { if (cap) { obj.setCapture(); return true; } else { return obj.attachEvent("on" + evtType, func); } } else { return false; } } function getPageScroll() { var xScroll, yScroll; if (self.pageXOffset) { xScroll = self.pageXOffset; } else if (document.documentElement && document.documentElement.scrollLeft) { xScroll = document.documentElement.scrollLeft; } else if (document.body) { xScroll = document.body.scrollLeft; } if (self.pageYOffset) { yScroll = self.pageYOffset; } else if (document.documentElement && document.documentElement.scrollTop) { yScroll = document.documentElement.scrollTop; } else if (document.body) { yScroll = document.body.scrollTop; } arrayPageScroll = new Array(xScroll, yScroll); return arrayPageScroll; } function GetPageSize() { var xScroll, yScroll; if (window.innerHeight && window.scrollMaxY) { xScroll = document.body.scrollWidth; yScroll = window.innerHeight + window.scrollMaxY; } else if (document.body.scrollHeight > document.body.offsetHeight) { xScroll = document.body.scrollWidth; yScroll = document.body.scrollHeight; } else { xScroll = document.body.offsetWidth; yScroll = document.body.offsetHeight; } var windowWidth, windowHeight; if (self.innerHeight) { windowWidth = self.innerWidth; windowHeight = self.innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) { windowWidth = document.documentElement.clientWidth; windowHeight = document.documentElement.clientHeight; } else if (document.body) { windowWidth = document.body.clientWidth; windowHeight = document.body.clientHeight; } if (yScroll < windowHeight) { pageHeight = windowHeight; } else { pageHeight = yScroll; } if (xScroll < windowWidth) { pageWidth = windowWidth; } else { pageWidth = xScroll; } arrayPageSize = new Array(pageWidth, pageHeight, windowWidth, windowHeight) return arrayPageSize; } var AdMoveConfig = new Object(); AdMoveConfig.IsInitialized = false; AdMoveConfig.ScrollX = 0; AdMoveConfig.ScrollY = 0; AdMoveConfig.MoveWidth = 0; AdMoveConfig.MoveHeight = 0; AdMoveConfig.Resize = function() { var winsize = GetPageSize(); AdMoveConfig.MoveWidth = winsize[2]; AdMoveConfig.MoveHeight = winsize[3]; AdMoveConfig.Scroll(); } AdMoveConfig.Scroll = function() { var winscroll = getPageScroll(); AdMoveConfig.ScrollX = winscroll[0]; AdMoveConfig.ScrollY = winscroll[1]; } addEvent(window, "resize", AdMoveConfig.Resize); addEvent(window, "scroll", AdMoveConfig.Scroll); function AdMove(id) { if (!AdMoveConfig.IsInitialized) { AdMoveConfig.Resize(); AdMoveConfig.IsInitialized = true; } var obj = document.getElementById(id); obj.style.position = "absolute"; var W = AdMoveConfig.MoveWidth - obj.offsetWidth; var H = AdMoveConfig.MoveHeight - obj.offsetHeight; var x = W * Math.random(), y = H * Math.random(); var rad = (Math.random() + 1) * Math.PI / 6; var kx = Math.sin(rad), ky = Math.cos(rad); var dirx = (Math.random() < 0.5 ? 1 : -1), diry = (Math.random() < 0.5 ? 1 : -1); var step = 1; var interval; this.SetLocation = function(vx, vy) { x = vx; y = vy; } this.SetDirection = function(vx, vy) { dirx = vx; diry = vy; } obj.CustomMethod = function() { obj.style.left = (x + AdMoveConfig.ScrollX) + "px"; obj.style.top = (y + AdMoveConfig.ScrollY) + "px"; rad = (Math.random() + 1) * Math.PI / 6; W = AdMoveConfig.MoveWidth - obj.offsetWidth; H = AdMoveConfig.MoveHeight - obj.offsetHeight; x = x + step * kx * dirx; if (x < 0) { dirx = 1; x = 0; kx = Math.sin(rad); ky = Math.cos(rad); } if (x > W) { dirx = -1; x = W; kx = Math.sin(rad); ky = Math.cos(rad); } y = y + step * ky * diry; if (y < 0) { diry = 1; y = 0; kx = Math.sin(rad); ky = Math.cos(rad); } if (y > H) { diry = -1; y = H; kx = Math.sin(rad); ky = Math.cos(rad); } } this.Run = function() { var delay = 10; interval = setInterval(obj.CustomMethod, delay); obj.onmouseover = function() { clearInterval(interval); } obj.onmouseout = function() { interval = setInterval(obj.CustomMethod, delay); } } } $(document).ready(function(){ var ad1 = new AdMove("ad1"); ad1.Run(); }); </SCRIPT> <!--漂浮结束--> <style type="text/css"> .hiden { display: none; } .black_overlay{ display: none; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: #D8D8D8; z-index:1001; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80); } .waiting_content { display: none; position: absolute; top: 15%; left: 25%; width: 50%; padding: 16px; border: 1px solid orange; background-color: white; z-index:1002; overflow: auto; } .STYLE58{ text-indent: 2em; } </style> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="google-site-verification" content="GqftDyjkbLznCjwJH3xdvsEi1ZnXlVqxWMeQ5H2MD38" /> <!-- <link rel="stylesheet" href="https://font.sec.miui.com/font/css?family=Source_Han_Serif:400,600:Source_Han_Serif" /> --> <!-- <link rel="stylesheet" href="https://tsla.ecnu.edu.cn/images/0257-0254/css/bootstrap-icons.css"> --> <link rel="stylesheet" href="https://tsla.ecnu.edu.cn/images/0257-0254/css/font-awesome.min.css"> <!--顶部快速导航下拉导航菜单特效css--> <link rel="stylesheet" href="https://tsla.ecnu.edu.cn/images/0257-0254/css/bootsnav.css"> <link rel="stylesheet" href="https://tsla.ecnu.edu.cn/images/0257-0254/css/css.css"> <script src="https://tsla.ecnu.edu.cn/images/0257-0254/js/indexjs.js"></script> </head> <body> <input type="hidden" id="mag-common-contextPath" value=""/> <div id="mag-component-store-div" style="display:none;"></div> <!-- 模态框(Modal) --> <div class="modal fade" id="magModal" tabindex="-1" role="dialog" data-keyboard=false data-backdrop='static' aria-labelledby="magModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button buttonGroup="0" type="button" class="close" aria-hidden="true" onclick="mag_layer_close();"> × </button> <h4 class="modal-title" id="magModalLabel"> 模态框(Modal)标题 </h4> </div> <div class="modal-body" id="mag-modal-body" style="overflow:auto;"> 在这里添加一些文本 </div> <div id="mag-layer-button-div" class="modal-footer"> <button buttonGroup="1" type="button" class="btn btn-default" onclick="mag_layer_close();">Close </button> <button buttonGroup="2" type="button" class="btn btn-default" onclick="mag_layer_close();">Close </button> <button buttonGroup="2" type="button" class="btn btn-primary" onclick="mag_submit()" id="mag_layer_submit_button_2"> Submit </button> <button buttonGroup="3" type="button" class="btn btn-default" onclick="mag_layer_close();">Cancel </button> <button buttonGroup="3" type="button" class="btn btn-primary" onclick="mag_submit()" id="mag_layer_submit_button_3"> Confirm </button> </div> </div><!-- /.modal-content --> </div><!-- /.modal --> </div> <div id="magModal_2" style="display:none;position:fixed;left:0px;top:0px;right:0px;bottom:0px;z-index:1060"> <div class="modal-dialog" style="margin-top:60px;"> <div class="modal-content"> <div class="modal-header"> <button buttonGroup="0" type="button" id="mag-madal-close_bt_2" class="close" aria-hidden="true" onclick="mag_layer_close_2();"> × </button> <h4 class="modal-title" id="magModalLabel_2"> 模态框(Modal)标题 </h4> </div> <div id="modal-body_2" class="modal-body"></div> </div> </div> </div> <!-- 模态框-Tab --> <div class="modal fade" id="magTabModal" tabindex="-1" role="dialog" data-keyboard=false data-backdrop='static' aria-labelledby="magTabModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header" style="border-bottom:0px;padding:15px 0px;"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="padding-right:15px;"> × </button> <ul id="magTab" class="nav nav-tabs"> </ul> </div> <div class="modal-body"> <div id="magTabContent" class="tab-content"> </div> </div> <div id="mag-tablayer-button-div" class="modal-footer"> </div> </div><!-- /.modal-content --> </div><!-- /.modal --> </div> <input type="hidden" id="mag-common-journal-url" value="https://tsla.ecnu.edu.cn"/> <input type="hidden" id="mag-common-journal-issn" value="0257-0254"/> <!--Export弹出--> <div id="export-citation-div" class="" style="display:none;"> <form id="export-citation-form" action="https://tsla.ecnu.edu.cn/EN/article/exportCitation.do"> <input type="hidden" id="export-citation-form-ids" name="articleIds" /> <div class="panel panel-info"> <div class="panel-heading"> <h4 class="panel-title">Please choose a citation manager</h4> </div> <div class="panel-body"> <div class="radio"> <label> <input type="radio" value="Ris" checked="checked" name="fileType"> RIS (ProCite, Reference Manager) </label> </div> <div class="radio"> <label> <input type="radio" value="BibTex" name="fileType"> BibTeX </label> </div> </div> </div> <div class="panel panel-warning"> <div class="panel-heading"> <h4 class="panel-title">Content to export</h4> </div> <div class="panel-body"> <div class="radio"> <label> <input type="radio" value="md" checked="checked" name="contentType"> Citation </label> </div> <div class="radio"> <label> <input type="radio" value="ab" name="contentType"> Citation and abstract </label> </div> </div> </div> <button type="button" class="btn btn-lg btn-primary modal-button" style="width:50%;margin:0 auto;display: block;padding: 7px;" onclick="downloadCitations()">Export</button> </form> </div> <!--Export弹出end--> <!--头部--> <script language="javascript"> function tabChange(obj, id) { var arrayli = obj.parentNode.getElementsByTagName("li"); //获取li数组 var arrayul = document.getElementById(id).getElementsByTagName("ul"); //获取ul数组 for (i = 0; i < arrayul.length; i++) { if (obj == arrayli[i]) { arrayli[i].className = "cli"; arrayul[i].className = ""; } else { arrayli[i].className = ""; arrayul[i].className = "hidden"; } } } </script> <style type="text/css"> .tabbox { width: 400px; margin-top: 5px; margin-bottom: 5px } .tabmenu { width: 400px; height: 28px; border-left: 1px solid #CCC; border-top: 1px solid #ccc; } .tabmenu ul { margin: 0; padding: 0; list-style-type: none; } .tabmenu li { text-align: center; float: left; display: block; width: 99px; overflow: hidden; background-color: #f1f1f1; line-height: 27px; border-right: #ccc 1px solid; border-bottom: #ccc 1px solid; display: inline; } .tabmenu .cli { text-align: center; float: left; display: block; width: 99px; overflow: hidden; background-color: #fff; line-height: 27px; border-right: #ccc 1px solid; border-bottom: #fff 1px solid; display: inline; cursor: pointer; color: #c30000; font-weight: bold } #tabcontent { width: 399px; background-color: #fff; border-left: #CCC 1px solid; border-right: #CCC 1px solid; border-bottom: #CCC 1px solid; height: 65px; } #tabcontent ul { margin: 0; padding: 5px; list-style-type: none; } #tabcontent .hidden { display: none; } img[src*='.traceImg']{ width:44px; height:22px; } </style> <div class="top_ding"> <div class="top_ding_wz"> Welcome to Theoretical Studies in Literature and Art, <script language="JavaScript"> function PageDate() { currentDate = new Date() with (currentDate) { day=getDay() month=getMonth() if (month==0){document.write('Jan. ')} if (month==1){document.write('Feb. ')} if (month==2){document.write('March ')} if (month==3){document.write('Apr. ')} if (month==4){document.write('May. ')} if (month==5){document.write('Jun. ')} if (month==6){document.write('Jul. ')} if (month==7){document.write('Aug. ')} if (month==8){document.write('Sept. ')} if (month==9){document.write('Oct. ')} if (month==10){document.write('Nov. ')} if (month==11){document.write('Dec. ')} this.document.write(getDate()+', '+getFullYear()) } } PageDate() </script> </div> </div> <div class="journal-head"> <div class="container" style="background:transparent"> <div class="row1"> <div class="col-md-8 col-sm-8 col-xs-8 logo"> <h1><a href="https://tsla.ecnu.edu.cn/EN/home"><img src="https://tsla.ecnu.edu.cn/images/0257-0254/images/logo.png" class="img-responsive"></a></h1> </div> <div class="col-md-4 col-sm-4 col-xs-4 logo"> <!--检索--> <div class="article-search"> <div mag-component-type="ajaxPage" mag-page-url="https://tsla.ecnu.edu.cn/EN/article/quickSearch.do"></div> </div> <div class="clearfix"></div> </div> </div> </div> </div> <!--导航--> <div class="navbar site-nav site-nav-en"> <div class="container" style="background:transparent"> <div class="row"> <div class="navbar-header"> <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">导航切换</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand visible-xs" href=""></a> </div> <div class="navbar-collapse collapse" role="navigation"> <ul class="nav navbar-nav"> <li><a href="https://tsla.ecnu.edu.cn/EN/home">Home</a></li> <li><a href="https://tsla.ecnu.edu.cn/EN/column/column1.shtml">About Journal</a></li> <li><a href="https://tsla.ecnu.edu.cn/EN/column/column3.shtml">Editorial Board</a></li> <li><a href="https://tsla.ecnu.edu.cn/EN/column/column13.shtml">Ethics Statement</a></li> <li><a href="https://tsla.ecnu.edu.cn/EN/column/column6.shtml">Guide to Authors</a></li> <li><a href="https://tsla.ecnu.edu.cn/EN/column/column8.shtml">CFP</a></li> <li><a href="https://tsla.ecnu.edu.cn/EN/column/column12.shtml">Contacts Us</a></li> <li><a href="https://tsla.ecnu.edu.cn/CN/home">中文</a></li> </ul> </div> </div> </div> </div> <!--导航 End--> <!--导航 End--> <script src='https://tongji.journalreport.cn/mstatistics.service.js'></script><script>recordAdd('772c6a9999f6452ca1ab976096f24ecc')</script> <!--头部 End--> <!--图片新闻--> <div class="datu-pic"> <div mag-component-type="ajaxPage" mag-page-url="https://tsla.ecnu.edu.cn/CN/0257-0254/model/pic.htm"></div> </div> <!--4个按钮部分 <div class="container "> <div class="row"> <div class="allpadding col-md-3"> <div class="bgcd"> <a href="../../journalx_wyllyj/authorLogOn.action" target="_blank"> <img src="https://tsla.ecnu.edu.cn/images/0257-0254/images/zz.png"> <span class="bgcd_title bgcd_title_en">Author Login</span> </a> </div> </div> <div class="allpadding col-md-3"> <div class="bgcd bgcd_2"> <a href="../../journalx_wyllyj/expertLogOn.action" target="_blank"> <img src="https://tsla.ecnu.edu.cn/images/0257-0254/images/zj.png"> <span class="bgcd_title bgcd_title_en">Peer Review</span> </a> </div> </div> <div class="allpadding col-md-3"> <div class="bgcd bgcd_3"> <a href="../../journalx_wyllyj/editorCommitteeLogOn.action" target="_blank"> <img src="https://tsla.ecnu.edu.cn/images/0257-0254/images/bw.png"> <span class="bgcd_title bgcd_title_en">Editor Work</span> </a> </div> </div> <div class="allpadding col-md-3"> <div class="bgcd bgcd_4"> <a href="../../journalx_wyllyj/editorLogOn.action" target="_blank"> <img src="https://tsla.ecnu.edu.cn/images/0257-0254/images/bj.png"> <span class="bgcd_title bgcd_title_en">Staff Login</span> </a> </div> </div> </div> <div class="container whitebg" style="height: 20px"></div> </div> --4个按钮部分end--> <!--中间--> <div class="container"> <div class="row"> <div class="col-md-9"> <div id="centerTabs"> <!--中间切换--> <div style="overflow: auto hidden;"> <ul class="nav-list nav nav-tabs home-biaoqiannav home-biaoqian-en" role="tablist"> <li role="presentation" class="active"><a href="#dqml" id="latest-tab" role="tab" data-toggle="tab" aria-controls="dqml" aria-expanded="true">Current Issue</a></li> <li role="presentation"><a href="#gkll" id="latest-tab" role="tab" data-toggle="tab" aria-controls="gkll" aria-expanded="true">Archive</a></li> <li role="presentation"><a href="#download" id="latest-tab" role="tab" data-toggle="tab" aria-controls="download" aria-expanded="true">Most Download</a></li> <li role="presentation"><a href="#accesses" role="tab" id="accessese-tab" data-toggle="tab" aria-controls="accesses" aria-expanded="false">Most Viewed</a></li> <!--<li role="presentation"><a href="#top_cited" role="tab" id="top_cited-tab" data-toggle="tab" aria-controls="top_cited" aria-expanded="false">Most Cited</a></li>--> </ul> </div> <div id="centerTabContent" class="tab-content center-tab-content"> <!--当期--> <div role="tabpanel" class="tab-pane fade active in" id="dqml" aria-labelledby="latest-tab"> <div class="btn-box"> <span class="n-j-q"> 2024 Volume 44 Issue 6<br> Published: 25 November 2024 </span> <div class="j-sx"> <span mag-component-type="previousIssue" mag-volumnId="1216"></span> <span mag-component-type="nextIssue" mag-volumnId="1216"></span> </div> </div> <div class="row"> <span class="cover-download col-md-5 col-xs-12"> <a href="https://tsla.ecnu.edu.cn/fileup/0257-0254/COVER/20250109143104_coverfile_cn.jpg"> Download Cover </a> </span> <span class="cover-download col-md-7 col-xs-12"> <a href="https://tsla.ecnu.edu.cn/fileup/0257-0254/COVER/20250109143104_directoryfile_cn.pdf"> Download Table of Contents </a> </span> </div> <ul class="article-choose"> <li> <div class="choose"> <input class="article_checkbox" onclick="javascript:selectall(this,'pid');" alt="Select" type="checkbox" id="sel"> <span>Select all</span> </div> <div class="other-tools"> <span class="other-tools-l"><i class="fa fa-share-square-o" onclick="exportCitations();" title="Download citations"></i></span> <span class="fengexian"> | </span> <span class="other-tools-r"> <i class="fa fa-align-left" title="List display"></i> <i class="fa fa-file-text" title="Abstract display"></i> <i class="fa fa-file-image-o active" title="Thumbnails"></i> </span> </div> </li> </ul> <ul class="article-list"> <div class="articlesectionlisting"> <a name="Studies of China's Independent Knowledge System of Literary Theory"></a> <div class=dbt_header>Studies of China's Independent Knowledge System of Literary Theory</div> </div> <li id="art1744" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1744' class=article_checkbox onclick="hightlightrowaction('art1744')" value='1744' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1744'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Studies of China's Independent Knowledge System of Literary Theory</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/1">What Kind of Literature and Art Can Enhance People's Spiritual Strength?</a> <span mag-component-type="articleStatusIcon" mag-articleId="1744"></span> </div> <div class="j-author">Fan Yugang</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 1-8. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/1"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1744"></span> <script> $("#mag-getDinajiShu-1744").load('/EN/article/getDianJiShu.jsp?articleid=1744&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1744');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1744"></span> <script> $("#mag-getXiaZaiShu-1744").load('/EN/article/getXiaZaiShu.jsp?articleid=1744&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1744"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1744">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1744');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> As the global order shifts with the rise of the East and the decline of the West, and human civilization reaches new heights, cultural competition has intensified, and the clash of cultural ideologies has become increasingly fierce. The question of what kind of literature and art can enhance the spiritual strength of the people has become a crucial issue of our times. Experience has shown that only literature and art that are deeply rooted in the context of the new era, that fully grasp and express its consciousness, and that remain aligned with the “nation's core interests” can effectively strengthen the people's spiritual strength. This includes literature and art that uphold the people-oriented character of artistic creation, skillfully balance the relationship between art and politics, pursue artistic excellence with an emphasis on aesthetic expression, and willingly take on the cultural mission of the new era. Furthermore, such works must enhance the social function of art with a global perspective and a modern civilization vision. In this light, literary and art criticism in the new era must become more aware of its value-driven role. </div> </div> </li> <li id="art1745" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1745' class=article_checkbox onclick="hightlightrowaction('art1745')" value='1745' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1745'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Studies of China's Independent Knowledge System of Literary Theory</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/9">A Study of Zhu De's Literary and Artistic Thought in the Early Period of the Liberated Areas</a> <span mag-component-type="articleStatusIcon" mag-articleId="1745"></span> </div> <div class="j-author">Qin Linfang</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 9-19. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/9"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1745"></span> <script> $("#mag-getDinajiShu-1745").load('/EN/article/getDianJiShu.jsp?articleid=1745&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1745');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1745"></span> <script> $("#mag-getXiaZaiShu-1745").load('/EN/article/getXiaZaiShu.jsp?articleid=1745&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1745"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1745">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1745');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> In the early period of the liberated areas, Zhu De developed a literary and artistic thought centered on revolutionary utilitarianism. Its main contents are as follows. In terms of nature and function, the literature and art in the liberated areas must become a weapon to suport the Anti-Japanese War. Regarding subject matter, they should correctly deal with the issues of praise and exposure. In terms of artistic form, it is essential to extensively utilize the forms of folk art favored by the masses so as to achieve “popularization and vernacularization.” For the literature and art in the liberated areas to take on these forms and fulfill these tasks, literary and art workers as the primary creators, must develop their class consciousness to a higher level, establish their class position, and immerse themselves in the masses to transform themselves. Zhu De's literary and artistic thought in this period promoted the development of literary and artistic movements in the liberated areas of North China and Yan'an. It also served as a preliminary exploration and preparation for the publication of Mao Zedong's Talk at the Yan'an Conference on Literature and Art, which would become the “Party's policy for literature and art.” </div> </div> </li> <li id="art1746" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1746' class=article_checkbox onclick="hightlightrowaction('art1746')" value='1746' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1746'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Studies of China's Independent Knowledge System of Literary Theory</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/20">Reflections on the Origin and Development of the Discourse of the Chinese School of Comparative Literature</a> <span mag-component-type="articleStatusIcon" mag-articleId="1746"></span> </div> <div class="j-author">Zhang Zhen, Lu Xiaopeng</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 20-28. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/20"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1746"></span> <script> $("#mag-getDinajiShu-1746").load('/EN/article/getDianJiShu.jsp?articleid=1746&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1746');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1746"></span> <script> $("#mag-getXiaZaiShu-1746").load('/EN/article/getXiaZaiShu.jsp?articleid=1746&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1746"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1746">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1746');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> In the past few decades, the discourse of a “Chinese School of Comparative Literature” has received much attention among Chinese scholars of comparative literature. The notion of a Chinese school is in reference to the “French School” and “American School” in the historical development of comparative literature as a discipline. However, those Western-centric frameworks of comparative literary studies such as the French School and the American School have been widely challenged and largely abandoned in Western academia. Nowadays methods and perspectives on conducting comparative literary studies have become more diverse. This essay questions the discourse of a Chinese school, calls for a rethinking of Chinese literary studies, and aims at contributing to the theory of world literature in the light of world-systems theory as well as Chinese reality. </div> </div> </li> <li id="art1747" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1747' class=article_checkbox onclick="hightlightrowaction('art1747')" value='1747' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1747'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Studies of China's Independent Knowledge System of Literary Theory</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/29">The Invention of Tradition: From Ancient “Articles” to May Fourth “Literature” — A Concurrent Explanation of the Connotation of “Chinese Literary Theory”</a> <span mag-component-type="articleStatusIcon" mag-articleId="1747"></span> </div> <div class="j-author">Xu Xu</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 29-38. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/29"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1747"></span> <script> $("#mag-getDinajiShu-1747").load('/EN/article/getDianJiShu.jsp?articleid=1747&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1747');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1747"></span> <script> $("#mag-getXiaZaiShu-1747").load('/EN/article/getXiaZaiShu.jsp?articleid=1747&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1747"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1747">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1747');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> This article focuses on the relationship between literary views and article studies of May Fourth scholars from the perspective of hermeneutics, in order to re-explain the connotation of “Chinese literary theory” and consider the construction of a Chinese literary theory discourse system. Rooted in interpretations of the interplay between literature and dao, May Fourth scholars reshaped the traditional framework, shifting the focus to the relationship between literature and humanity, through the integration of ideals and dao. Their commitment to broad, applied literary views led to a progression from a simple division between cultural traits and literary function to a more complex fourfold classification of literature. These scholars also returned to an ethically driven interpretive awareness, with the goal of inspiring individuals and reviving the nation, as seen in their promotion of vernacular writing and realist literary forms. This invention within traditional boundaries suggests that the “modern development” of ancient literary theory may serve as a viable alternative to the concept of “modern transformation.” Through a return to holistic philosophical methodologies, this article positions “Chinese literary theory” as a dynamic system, integrating ancient, modern, and contemporary frameworks, and proposes a comparative analysis of key categories (resource-based, referential, endogenous) to establish a coherent and historically continuous discourse system that transcends its time. </div> </div> </li> <div class="articlesectionlisting"> <a name="Issue in Focus: Studies on Posthumanism"></a> <div class=dbt_header>Issue in Focus: Studies on Posthumanism</div> </div> <li id="art1748" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1748' class=article_checkbox onclick="hightlightrowaction('art1748')" value='1748' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1748'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Issue in Focus: Studies on Posthumanism</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/39">The Advent of the Posthuman Era and the Rise of Posthumanist Criticism</a> <span mag-component-type="articleStatusIcon" mag-articleId="1748"></span> </div> <div class="j-author">Wang Ning</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 39-47. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/39"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1748"></span> <script> $("#mag-getDinajiShu-1748").load('/EN/article/getDianJiShu.jsp?articleid=1748&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1748');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1748"></span> <script> $("#mag-getXiaZaiShu-1748").load('/EN/article/getXiaZaiShu.jsp?articleid=1748&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1748"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1748">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1748');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> As a living condition and state in the process of human development and evolution, a posthuman era has indeed arrived, which has brought about fundamental changes in the role and value of humanity. In the past, in the era of high humanism, the status of humanity as the “primate of all things” and the “elite of the universe” was challenged and resisted by various postmodern trends. In particular, the deconstruction of anthropocentrism by ecocriticism, the challenge posed by animal studies to the power and role of human domination, and the attacks launched by various viruses in nature on human survival and health have directly threatened human survival and evolution. The application and popularization of artificial intelligence in the high-tech era have further marginalized human beings and even made a large number of people who once took pride in their work lose their jobs. In the field of humanities that we are dedicated to teaching and research, humanism, which used to dominate modern and contemporary thought, has also evolved into a kind of “posthumanism”, followed by the rise of posthumanist criticism in the field of literary theory and criticism. Posthumanism challenges and deconstructs the myth that overemphasizes the status and role of the human being, leading the human being back to its original state: a species of all things on the earth. Posthumanist criticism, as the name suggests, is a literary criticism that contradicts the development of humanist criticism to the extreme. In terms of time, it has come after humanist criticism, and in terms of content, it challenges the anthropocentric consciousness of humanist criticism on the one hand, and on the other hand, it can hardly separate itself from it, thus maintaining a certain continuity with it. This is why it is called posthumanist criticism. The rise of posthumanist criticism has added a new direction to literary and cultural criticism in the post-theoretical era. </div> </div> </li> <li id="art1749" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1749' class=article_checkbox onclick="hightlightrowaction('art1749')" value='1749' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1749'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Issue in Focus: Studies on Posthumanism</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/48">A New Dimension of Posthumanism: A Study of Cyborg Subject and Subjectivity<br></a> <span mag-component-type="articleStatusIcon" mag-articleId="1749"></span> </div> <div class="j-author">Jiang Yuqin</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 48-59. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/48"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1749"></span> <script> $("#mag-getDinajiShu-1749").load('/EN/article/getDianJiShu.jsp?articleid=1749&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1749');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1749"></span> <script> $("#mag-getXiaZaiShu-1749").load('/EN/article/getXiaZaiShu.jsp?articleid=1749&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1749"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1749">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1749');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> Posthumanism, as an emerging theory in twenty-first-century technology and humanities, simultaneously challenges and expands the traditional humanistic conception of subjectivity in the era marked by rapid advances in information technology and biotechnology (post-humanism). It also actively explores new perceptions of the world emerging from novel bodily senses and forms (posthuman-ism). The cyborg, representing a human-machine integrated bodily form and cultural construct, reflects the evolution and development of human subjectivity. Cyborg subjectivity is a form of existence that spans the understanding of both transhumanism and posthumanism. It is a comprehensive and open sprawling form that embodies the integration of technology and the fusion of nature and culture. The characteristics of cyborg subjectivity are based on the new development of human subjectivity, presenting a new feature of embodied integration. This includes the fusion of human and non-human bodies, and the technological integration of the real world and the virtual world, manifesting bodily sensory cognition and its worldview through an interface. Moreover, cyborg subjectivity is committed to the systematic construction of a new subjectivity in culture, world, and materiality. As a result, posthumanism has emerged as a new mode of thinking and a paradigm shift. It introduces ecological and material dimensions into humanistic discussions, recognizes the encoding and decoding of cyborg sprawling bodies in broader and deeper time-space trajectories, and reconceptualizes the universe, the world, and nature. Cyborg subjectivity also responds comprehensively to the new technological world and the human self with an open vision. </div> </div> </li> <li id="art1750" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1750' class=article_checkbox onclick="hightlightrowaction('art1750')" value='1750' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1750'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Issue in Focus: Studies on Posthumanism</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/60">On “Posthumanism”</a> <span mag-component-type="articleStatusIcon" mag-articleId="1750"></span> </div> <div class="j-author">Martin Crowley</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 60-68. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/60"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1750"></span> <script> $("#mag-getDinajiShu-1750").load('/EN/article/getDianJiShu.jsp?articleid=1750&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1750');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1750"></span> <script> $("#mag-getXiaZaiShu-1750").load('/EN/article/getXiaZaiShu.jsp?articleid=1750&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1750"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1750">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1750');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> The label “posthumanism” identifies neither a doctrine, nor an intellectual or analytical approach with a defining set of protocols. Rather, we may take “posthumanism” as a term loosely applied to a range of contributions and approaches, on the basis of a generally under-specified collection of sympathies and commitments. Approximately stated, these sympathies and commitments would entail the claim that — with due allowance for historical variation — the category of “the human” has long played a key role at the centre of Western thought; that this role has included serving to justify the promotion of human beings above other forms of being, and indeed within this, over its history, the violent oppression of the great majority of human beings themselves; and that, in league with the effects of various recent technological developments, it is therefore important to decentre, relativize, critique, and perhaps even move beyond “the human”. In this article, I will accordingly not look to define the term “posthumanism”: rather, I will present some of the background to and influences on the range of contributions and approaches that have come to be assembled under this label; delineate two principles which may be discerned within these contributions and approaches; and consider some of the critiques which these “posthumanist” interventions have attracted. Ultimately, I will argue that the label itself matters less than the impulses behind the contributions it has come to identify. </div> </div> </li> <div class="articlesectionlisting"> <a name="Issue in Focus: Studies on Chinese Art History"></a> <div class=dbt_header>Issue in Focus: Studies on Chinese Art History</div> </div> <li id="art1751" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1751' class=article_checkbox onclick="hightlightrowaction('art1751')" value='1751' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1751'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Issue in Focus: Studies on Chinese Art History</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/69">“The Poetics of Graphite Stone Paintings” and the Quality of Modern Scholars' Paintings: Wu Changshuo and Pan Tianshou as Examples</a> <span mag-component-type="articleStatusIcon" mag-articleId="1751"></span> </div> <div class="j-author">Xia Zhongyi</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 69-78. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/69"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1751"></span> <script> $("#mag-getDinajiShu-1751").load('/EN/article/getDianJiShu.jsp?articleid=1751&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1751');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1751"></span> <script> $("#mag-getXiaZaiShu-1751").load('/EN/article/getXiaZaiShu.jsp?articleid=1751&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1751"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1751">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1751');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> To identify why only “the poetics of graphite stone paintings” in Wu Changshuo and Pan Tianshou's works deserve to be referred to as representative of “modern scholars' paintings,” several issues need clarification. First, what is the boundary between “paintings by scholars” and “paintings by literati?” Second, how does one identify Wu's “stubborn stone” not only as a kind of “scholarly painting,” but also as “modern?” Third, how does one recognize Pan's “massive rock” as a “scholarly painting” worthy of being called “modern?” The response is as follows. Firstly, “scholarly painting” is rooted in tranquility and introverted in the self-sanctity of personality, while the root of “literati painting” lies in pleasure, and the pursuit of novelty lies in elegance and entertainment. Secondly, Wu's “stubborn stone” embodies a black-robed Zhong Qiu (dispelling evil and supporting the right), whose image resembles a “drunken Taoist priest” (stubborn and ugly) in Su Shi's “strange stone.” With an unrestrained mind, Wu could resign from his official position and pursue art. At the peak of his rise in the Shanghai-style painting circle, with the stone as a shield, he withstood the turbid flow of money worship shared by both the imperial court and the general population, reflected in the paintings of “peony.” Thirdly, Pan's “massive rock,” metaphorical of his late days, stands for his self-expectation to fulfill his mission to climb the pinnacle of modern ink wash painting. </div> </div> </li> <li id="art1752" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1752' class=article_checkbox onclick="hightlightrowaction('art1752')" value='1752' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1752'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Issue in Focus: Studies on Chinese Art History</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/79">Yi-Xia Distinction and Cultural Identity in the Reception of Calligraphy in the Northern Dynasties</a> <span mag-component-type="articleStatusIcon" mag-articleId="1752"></span> </div> <div class="j-author">Zhang Xingcheng</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 79-89. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/79"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1752"></span> <script> $("#mag-getDinajiShu-1752").load('/EN/article/getDianJiShu.jsp?articleid=1752&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1752');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1752"></span> <script> $("#mag-getXiaZaiShu-1752").load('/EN/article/getXiaZaiShu.jsp?articleid=1752&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1752"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1752">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1752');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> The fluctuating recognition of Northern dynasties' calligraphy within Chinese calligraphic history stems not only from aesthetic considerations but also from complex cultural identity issues, which profoundly reflects the interaction between calligraphy and cultural politics. The Tang dynasty's reverence for Wang Xizhi and the trend toward “southernization” in calligraphic studies initiated the decline of Northern dynasties' calligraphy, while the Song Dynasty's rejection of Wei steles and related Northern styles reflected the orthodoxy of Jin and Tang, based on the Yi-Xia distinction and the divide between civilization and barbarism. Since the mid-to-late Qing dynasty, the transformation of academic thought, the demands of realistic cultural politics, and particularly the adjustment of Yi-Xia perspective in Qing scholars' studies of the <i>Spring and Autumn Annals</i> transformed the Qing people's view of Northern dynasties' calligraphy. Key thinkers like Ruan Yuan and Kang Youwei were central to this reevaluation, infusing Northern dynasties' calligraphy with new meanings such as “communicating with antiquity” and “transforming antiquity,” which disrupted the prevailing cultural hierarchies of south versus north, cultured versus uncultured, and Xia (Han culture) versus Yi (non-Han cultures) in calligraphic discourse. Emerging from the cultural-political contexts of the Tang, Song, and Qing dynasties, Northern dynasties' calligraphy became a paradigmatic style, which formed a distinct lineage within Chinese calligraphic history. Tracing the reception history of Northern Dynasties' calligraphy would deepen our understanding of the cultural-political psychological structures behind aesthetic values and critical norms in Chinese calligraphy. </div> </div> </li> <li id="art1753" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1753' class=article_checkbox onclick="hightlightrowaction('art1753')" value='1753' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1753'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Issue in Focus: Studies on Chinese Art History</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/90">A Semiotic Interpretation of Landscape Painting and Its Limitations: A Focus on Duan Lian</a> <span mag-component-type="articleStatusIcon" mag-articleId="1753"></span> </div> <div class="j-author">Liu Yiqing, Sun Zhijie</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 90-100. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/90"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1753"></span> <script> $("#mag-getDinajiShu-1753").load('/EN/article/getDianJiShu.jsp?articleid=1753&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1753');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1753"></span> <script> $("#mag-getXiaZaiShu-1753").load('/EN/article/getXiaZaiShu.jsp?articleid=1753&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1753"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1753">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1753');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> Duan Lian has offered a semiotic interpretation of the history of landscape painting. He argues that the formation, development, divergence and decline of landscape painting are all conveyed through the form of images. This constitutes an interaction of image symbols from form to concept, providing new perspectives and paradigms for the study of landscape painting and semiotics. However, regarding the transcendence of landscape painting, we contend that Duan Lian's semiotic interpretation of landscape painting cannot fully capture its intrinsic aesthetics and spirit, as this approach may lead to an underestimation and weakening of the artistic essence of landscape painting. Semiotics, rooted in Western culture, emphasizes the search for definite meaning while neglecting the overall sense of meaning and the unique aura of the artwork, which is central to the expression of Chinese landscape painting. </div> </div> </li> <div class="articlesectionlisting"> <a name="Theoretical Studies of Ancient Literature"></a> <div class=dbt_header>Theoretical Studies of Ancient Literature</div> </div> <li id="art1754" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1754' class=article_checkbox onclick="hightlightrowaction('art1754')" value='1754' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1754'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Theoretical Studies of Ancient Literature</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/101">Education for the Average Person and the Celestial-Human Strategy in Ancient Poetry Education: Pedagogical Choices in the Context of the Li-Du and Su-Huang Debates</a> <span mag-component-type="articleStatusIcon" mag-articleId="1754"></span> </div> <div class="j-author">Zhao Shugong</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 101-110. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/101"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1754"></span> <script> $("#mag-getDinajiShu-1754").load('/EN/article/getDianJiShu.jsp?articleid=1754&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1754');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1754"></span> <script> $("#mag-getXiaZaiShu-1754").load('/EN/article/getXiaZaiShu.jsp?articleid=1754&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1754"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1754">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1754');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> As early as the Wei and Jin dynasties, Chinese literary culture developed a marked adulation of genius. Yet, poetry education took a distinct approach, which favored models not solely based on genius. In discussions contrasting Li Bai and Du Fu, Li Bai was esteemed for his rare natural gift, while Du Fu was valued for his profound intellectual insight. Similarly, in the Su-Huang debates, Su Shi was praised for innate talent, while Huang Tingjian was noted for his disciplined scholarship. Despite these distinctions, poetry education consistently recommended emulating figures like Du Fu and Huang Tingjian. This choice reflects the ancient Chinese principle of “education for the average,” rooted in the view that while the wise are innately gifted and the unintelligent fixed in capacity, the “average person's” nature is adaptable. Confucian reflections on human nature placed emphasis on educating the average rather than the exceptionally wise, which adopted a strategy of gradual progress from simplicity to sophistication. As a methodological principle with enduring influence, the concept of “education for the average” became integral to literary theory and criticism, leading to distinct positions on aesthetic values and approaches to emulating genius. This pragmatic celestial-human strategy enriched ancient ideas on literary talent and shaped the expression of literary criticism in China, which highlighted the balance of celestial-human harmony alongside the importance of human endeavor and norms. </div> </div> </li> <li id="art1755" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1755' class=article_checkbox onclick="hightlightrowaction('art1755')" value='1755' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1755'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Theoretical Studies of Ancient Literature</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/111">A New Explanation of the Connotation and Poetic Significance of “Poetry Springs from Emotions and Hence Reads Beautifully” in <i>Rhapsody on Literature</i></a> <span mag-component-type="articleStatusIcon" mag-articleId="1755"></span> </div> <div class="j-author">Cai Yanfeng, Wei Xiaoli</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 111-122. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/111"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1755"></span> <script> $("#mag-getDinajiShu-1755").load('/EN/article/getDianJiShu.jsp?articleid=1755&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1755');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1755"></span> <script> $("#mag-getXiaZaiShu-1755").load('/EN/article/getXiaZaiShu.jsp?articleid=1755&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1755"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1755">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1755');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> Traditionally, “poetry springs from emotions and hence reads beautifully” in <i>Rhapsody on Literature</i> has been interpreted primarily within the poetic context of expressing emotions and aspirations, often overlooking the broader connotation of “emotion” and the logical relationship between “springing from emotions” (<i>yuanqing</i>) and “beautiful” (<i>qimi</i>). Two key concepts are essential in understanding of this sentence. The first is “emotions”, which has been widely used to denote an objective state, essence, and reality since the pre-Qin era. Recognizing the objective meaning of “emotion” is crucial for a correct understanding of the poetic connotation of “springing from emotions”. The second key point is the choice of “hence” rather than “and” in this statement. This statement offers a generalization of the style and method of poetry itself. The objective connotation of “emotion” shifts it from being merely the source of poetry to the object of poetic expression. This shift represents Lu Ji’s significant contribution to the development of lyric poetry, and is key to explaining the poetic significance of “springing from emotions”. </div> </div> </li> <li id="art1756" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1756' class=article_checkbox onclick="hightlightrowaction('art1756')" value='1756' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1756'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Theoretical Studies of Ancient Literature</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/123">New Changes in the Theater Ecology in the Late-Qing Shanghai: A Study Based on Wang Guifen's Contract Payment Lawsuit</a> <span mag-component-type="articleStatusIcon" mag-articleId="1756"></span> </div> <div class="j-author">Zhao Chunning</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 123-132. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/123"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1756"></span> <script> $("#mag-getDinajiShu-1756").load('/EN/article/getDianJiShu.jsp?articleid=1756&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1756');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1756"></span> <script> $("#mag-getXiaZaiShu-1756").load('/EN/article/getXiaZaiShu.jsp?articleid=1756&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1756"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1756">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1756');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> Contract payment lawsuits discussed in this paper were disputes over rights and interests arising from the operation of modern xiqu (Chinese opera). During Wang Guifen's performances in Shanghai, he was involved in such lawsuits with quite a few theaters, including Xin Dangui, Tianxian, Liuchun, Tianfu, and Guixian. The practice of inviting and recruiting famous actors with high contract payments was a common form of commercial competition in Shanghai's theaters, and it was also the direct cause of job-hopping by well-known actors and their involvement in legal disputes. The high contract payments intensified malicious competition between theaters, hindered the healthy development of the xiqu market, and posed risks to the stability of theater operation. Wang Guifen's contract payment lawsuits revealed that the signing and renewal of performance contracts, payment methods and penalty for breach of contract, and the settlement of disputes in Shanghai were very different from those in the capital. These processes reflected broader changes in the theater ecology of late Qing dynasty Shanghai: actor mobility increased significantly, troupes became more flexible and freer in their formation, and individual consciousness was noticeably strengthened. The traditional pan-family relationship between troupes and actor, as well as among actors themselves, gradually evolved into a commercial and market-oriented structure. The commercial value of famous actors became more prominent, and the organizational structure of theaters shifted from the traditional role-category system to a “star system.” </div> </div> </li> <li id="art1757" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1757' class=article_checkbox onclick="hightlightrowaction('art1757')" value='1757' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1757'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Theoretical Studies of Ancient Literature</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/133">A Study of the Historical Formation of the “<i>Fengyao</i>” Pattern and the “<i>Touchun</i>” Pattern in Five-character Metrical Poetry</a> <span mag-component-type="articleStatusIcon" mag-articleId="1757"></span> </div> <div class="j-author">Zhang Zhao</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 133-146. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/133"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1757"></span> <script> $("#mag-getDinajiShu-1757").load('/EN/article/getDianJiShu.jsp?articleid=1757&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1757');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1757"></span> <script> $("#mag-getXiaZaiShu-1757").load('/EN/article/getXiaZaiShu.jsp?articleid=1757&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1757"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1757">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1757');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> Since the Song dynasty, the <i>touchun</i> pattern has referred to the five-character metrical poetry in which the antithesis is used in the first couplet rather than the second; the <i>fengyao</i> pattern has referred to those in which the antithesis is only used in the third couplet. These two patterns began to flourish in the works of Shen Quanqi and Song Zhiwen. During the High Tang dynasty, they were equated in number with the standard format of metrical poetry. It was not until the Dali era that they were finally confirmed as variant formats of five-character metrical poetry. This trend of using free verse in metrical poetry corresponded with the development of antithesis theory. It showed that Tang poets, under the current of rhetoricism, broke out of the framework of <i>dixiangzushu</i> (continuation of the established disciplines and customs), drew on all the poetic resources since the Han and Wei dynasties, and returned to the essence of expressing emotions and aspirations. This was not only the key to the improvement of the quality of five-character metrical poetry, but also a cause of the later situation where five-character metrical poetry tended to be more ancient and elegant, while the seven-character metrical poetry tended to be more novel and popular. </div> </div> </li> <li id="art1758" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1758' class=article_checkbox onclick="hightlightrowaction('art1758')" value='1758' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1758'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Theoretical Studies of Ancient Literature</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/147">Mirroring: A Study of the Relationship between Weng Fanggang's Poetics and Ming Dynasty Poetics</a> <span mag-component-type="articleStatusIcon" mag-articleId="1758"></span> </div> <div class="j-author">Kong Yanjun</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 147-157. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/147"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1758"></span> <script> $("#mag-getDinajiShu-1758").load('/EN/article/getDianJiShu.jsp?articleid=1758&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1758');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1758"></span> <script> $("#mag-getXiaZaiShu-1758").load('/EN/article/getXiaZaiShu.jsp?articleid=1758&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1758"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1758">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1758');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> The relationship between Weng Fanggang's poetics and Ming dynasty poetics has been largely overlooked, primarily due to Weng Fanggang's critical stance toward Ming poetry. However, Weng Fanggang's poetic criticism and theoretical framework clearly exhibit characteristics of “using Ming poetry as a reference”: he gradually developed a poetic genealogy and restructured classical poetry through the themes of “learning from the ancients” and “inheriting the ancients,” based on a critical approach that viewed Ming poetry as a negative example. In his critique of Ming poetry criticism, Weng Fanggang also drew clear distinction between “true poetry” and “pseudo-styles”, thereby constructing a logical foundation and advancing the theoretical understanding of poetic essence. This laid a solid theoretical basis for the development of scholarly poetry. It can be said that Weng Fanggang gradually developed and refined his own poetic theory through his observations, dialogue, and critique of Ming poetry, engaging it as both a point of reference and a negative example. </div> </div> </li> <div class="articlesectionlisting"> <a name="Mutual Learning between Literary Theories"></a> <div class=dbt_header>Mutual Learning between Literary Theories</div> </div> <li id="art1759" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1759' class=article_checkbox onclick="hightlightrowaction('art1759')" value='1759' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1759'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Mutual Learning between Literary Theories</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/158">Derrida's Theory of Sovereignty—And His Criticism of Robinson Crusoe</a> <span mag-component-type="articleStatusIcon" mag-articleId="1759"></span> </div> <div class="j-author">Xiao Jinlong</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 158-167. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/158"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1759"></span> <script> $("#mag-getDinajiShu-1759").load('/EN/article/getDianJiShu.jsp?articleid=1759&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1759');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1759"></span> <script> $("#mag-getXiaZaiShu-1759").load('/EN/article/getXiaZaiShu.jsp?articleid=1759&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1759"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1759">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1759');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> The 20th century has witnessed an unprecedented exploration and development of the concept of human essence in the Western theoretical community. In the early 20th century, Heidegger proposed that human essence was existence. Later, Foucault argued that human essence was power. By the end of the 20th century, Derrida clearly pointed out that human essence was neither pure existence as advocated by the existentialists, nor pure power, as claimed by the power theorists. Instead, it is something between existence and power: the “powerization” of existence, which Derrida termed “sovereignty.” The operating rhythm of sovereignty involves the autonomy of automation, specifically speaking, the ordering of disorder, the culturalization of nature, and the rationalization of instinct, constituting the most fundamental mode of existence for the sovereign. By thoroughly examing and elucidating the keyword “sovereignty” that frequently appears in Heidegger's later works and by analyzing and interpreting the classic character Robinson Crusoe, created by Daniel Defoe, Derrida fully and forcefully confirmed his view of the essence on sovereignty. Derrida's theory of sovereignty has advanced the exploration and discussion of human essence in Western cultural and intellectual circles to an unprecedented height. </div> </div> </li> <li id="art1760" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1760' class=article_checkbox onclick="hightlightrowaction('art1760')" value='1760' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1760'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Mutual Learning between Literary Theories</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/168">Atmosphere and Artistic Appeal (<i>Qi Yun</i>): An Unfinished Reflection on the Modern Interpretation of “Artistic Appeal and Rhythmic Vitality” from the Perspective of Atmosphere Aesthetics</a> <span mag-component-type="articleStatusIcon" mag-articleId="1760"></span> </div> <div class="j-author">Li Lei</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 168-177. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/168"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1760"></span> <script> $("#mag-getDinajiShu-1760").load('/EN/article/getDianJiShu.jsp?articleid=1760&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1760');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1760"></span> <script> $("#mag-getXiaZaiShu-1760").load('/EN/article/getXiaZaiShu.jsp?articleid=1760&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1760"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1760">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1760');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> Drawing from the traditional binary thinking of subject-object division and confrontation, the modern interpretation of “artistic appeal and rhythmic vitality” since the twentieth century considers it either as an aesthetic feature or the overall spirit of the artwork, or as the painter's inner harmony and resonance, failing to fully realize that the ideal effect of “artistic appeal and rhythmic vitality” can only be generated by the two-way communication and resonance between the creator and the object. In the light of the aesthetics of atmosphere, “artistic appeal” is a special category or an advanced state of atmosphere that arises from the intentional relationship established by the simultaneous presence of the creator and the object, as well as the creator's integral representation of the object's intuitive visualization and depiction with sublime brushwork and ink in a state of mind that forgets both the object and the self. It embodies the highest artistic realm that combines the aesthetic sense of the atmosphere in the artwork with the creator's life force and sentiment. The unity of humanity and nature is the philosophical foundation of “artistic appeal and rhythmic vitality”, the key to distinguishing it from and elevating it above “atmosphere”, and also serves as the reason why “atmosphere” cannot directly replace “artistic appeal and rhythmic vitality”, nor can the two be simplistically interchanged or confused. </div> </div> </li> <li id="art1761" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1761' class=article_checkbox onclick="hightlightrowaction('art1761')" value='1761' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1761'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Mutual Learning between Literary Theories</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/178">Dufrenne's Genetic Phenomenological Explanation of “Affective <i>A Priori</i>”</a> <span mag-component-type="articleStatusIcon" mag-articleId="1761"></span> </div> <div class="j-author">Huang Ziming</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 178-184. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/178"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1761"></span> <script> $("#mag-getDinajiShu-1761").load('/EN/article/getDianJiShu.jsp?articleid=1761&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1761');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1761"></span> <script> $("#mag-getXiaZaiShu-1761").load('/EN/article/getXiaZaiShu.jsp?articleid=1761&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1761"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1761">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1761');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> The discussion on the nature of the affective in phenomenology can be traced back to the debate on the universality of the aesthetic affective in modern epistemological aesthetics. Dufrenne interpreted it from the perspective of genetic phenomenology and identified it as a problem of “affective <i>a priori</i>.” The “affective” is an object of feeling triggered by the work and constituted by the subject; and “<i>a priori</i>” is a means of preforming the object within the subject. As the constituent structure of the object, the affective <i>a priori</i> indicates the unity of the objective cosmological <i>a priori</i> and the subjective existential <i>a priori</i>. As the existential attitude of the subject, the affective <i>a priori</i> is based on the <i>a priori</i> of presentation and the <i>a priori</i> of representation in aesthetic perception. Our understanding of the affective qualities relies on our <i>a priori</i> knowledge that is formed in advance, that is, affective categories, which run through our feelings of the affective qualities as a mode of being. As the product of intersubjective behavior, “habitus” constitutes the existential depth of the personal ego. The transcendental subject of aesthetics can attain the universality of aesthetic affective solely via communicating with others from the deep self. </div> </div> </li> <li id="art1762" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1762' class=article_checkbox onclick="hightlightrowaction('art1762')" value='1762' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1762'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Mutual Learning between Literary Theories</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/185">Rita Felski's Critique of Contextualism: Taking Rem Koolhaas and Bruno Latour as a Clue</a> <span mag-component-type="articleStatusIcon" mag-articleId="1762"></span> </div> <div class="j-author">Su Lijun</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 185-195. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/185"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1762"></span> <script> $("#mag-getDinajiShu-1762").load('/EN/article/getDianJiShu.jsp?articleid=1762&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1762');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1762"></span> <script> $("#mag-getXiaZaiShu-1762").load('/EN/article/getXiaZaiShu.jsp?articleid=1762&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1762"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1762">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1762');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> With a special nested structure, Rita Felski follows and finalizes Rem Koolhaas and Bruno Latour's manifesto of “Context Stinks!” The three theorists of different disciplines such as architecture, sociology and literature take context as a conservative proposition. In response to the contextualist paradigm that is threatened by self-limitation, self-exclusion and generalization, Koolhaas creates space for innovation through the strategy of “bigness”, while Latour questions the theory of social entities, introducing non-human actors into a new coordinate system. Based on them, Felski tries to remold the future of literature within the framework of actor-network theory, in order to forestall text from degrading into historical materials. She strives to dismantle the temporal structure of contextualism, revealing the emotional overtones of hermeneutics of suspicion and advocating a postcritical phenomenology of reading. However, there are some compatibility problems between actor-network theory and literary criticism, and Felski's midlevel approach is also at odds with the inherent requirement of absolutization in their anti-context manifesto. The reader-oriented reading theory is an important supplement to the contextual criticism, but not necessarily in a hyper-historical way. </div> </div> </li> <li id="art1763" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1763' class=article_checkbox onclick="hightlightrowaction('art1763')" value='1763' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1763'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Mutual Learning between Literary Theories</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/196">Edward Said on Religion: The Counterpoint between the Sacred and the Secular</a> <span mag-component-type="articleStatusIcon" mag-articleId="1763"></span> </div> <div class="j-author">Li Sheng</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 196-204. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/196"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1763"></span> <script> $("#mag-getDinajiShu-1763").load('/EN/article/getDianJiShu.jsp?articleid=1763&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1763');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1763"></span> <script> $("#mag-getXiaZaiShu-1763").load('/EN/article/getXiaZaiShu.jsp?articleid=1763&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1763"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1763">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1763');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> Deeply involved in religion, Edward Said's intellectual image may not be depicted fully if the significance of religion to him remains unclarified. Religion has two dimensions in Said's writings: one refers to specific religions such as Islam, Christianity, and Judaism, which concern his religious identity, religious experience and the religious environment in which he grew up; the other is the metaphorical “religion” of culture, nation and state, or a secularized religion. Said is more tolerant of the former, but more critical of the latter because it always acts as a reductive measurement of differentiation that identifies a particular “we” by excluding the Other. Said has the deepest connection, among various others, with “Islam.” When Western media and the so-called experts regularly reduce “Islam” to a huge homogeneous entity, he endeavors to uncover the ideology and power struggle underlying such representation that seems objective and neutral. By criticizing “covering Islam,” he appeals to the critical consciousness of intellectuals, which Julian Benda refers to as the <i>trabison des clercs</i>, that is, an alienated and uncompromising severity. </div> </div> </li> <li id="art1764" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1764' class=article_checkbox onclick="hightlightrowaction('art1764')" value='1764' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1764'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Mutual Learning between Literary Theories</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/205">Différance, Transparency and Truth: Jean-Luc Nancy on Beauty</a> <span mag-component-type="articleStatusIcon" mag-articleId="1764"></span> </div> <div class="j-author">Zhang Zhizhong</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 205-214. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/205"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1764"></span> <script> $("#mag-getDinajiShu-1764").load('/EN/article/getDianJiShu.jsp?articleid=1764&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1764');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1764"></span> <script> $("#mag-getXiaZaiShu-1764").load('/EN/article/getXiaZaiShu.jsp?articleid=1764&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1764"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1764">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1764');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> In God, Justice, Love, Beauty, Jean-Luc Nancy thoroughly elucidates his perspectives on beauty, extending beyond the confines of conventional epistemological aesthetics by introducing deconstructionism to the discourses on aesthetic issues. Specifically, Nancy reinterprets the legend of Narcissus, positioning its theme as the movement of beauty's self differentialspacing, and unveiling the différance inherent in beauty. However, as a generalized spacing movement, différance cannot highlight the singularity of beauty. Consequently, through an analysis of douard Manet's painting Reading, Nancy contends that beauty, as a motion of meaning that transcends signification, can only be represented as being of near-nothingness, that is, as a transparent representation. Nevertheless, beauty, as a motion of meaning, persistently exposes itself to the relational existence often succumbing to circular reference or self-cancellation. Thus, Nancy argues that the ultimate destination of beauty is the punctuated truth, which serves as an anchor point for enchained senses and, consequently, allow them to belong to each other even in separation from beauty. </div> </div> </li> <li id="art1765" class="noselectrow"> <div class="article-checkbox"> <INPUT id='thisart_1765' class=article_checkbox onclick="hightlightrowaction('art1765')" value='1765' alt=Select type=checkbox name=pid> <LABEL class=hidelabel for='thisart_1765'>Select</LABEL> </div> <div class="article-l article-w"> <span class="j-column">Mutual Learning between Literary Theories</span> <div class="j-title-1"> <a href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/215">The Construction and Reflection of the Theoretical Knowledge System of Chinese Literature and Art:Summary of the 16th Annual Conference of the Chinese Association for Theory of Literature and Art</a> <span mag-component-type="articleStatusIcon" mag-articleId="1765"></span> </div> <div class="j-author">Gu Qianpeng</div> <div class="j-volumn-doi"> <span class="j-volumn"> 2024, 44(6): 215-217. </span> </div> <div class="j-btn"> <!--<a class="j-abs" href="https://tsla.ecnu.edu.cn/EN/Y2024/V44/I6/215"><i class="fa fa-file-text-o"></i> Abstract</a> ( <span id="mag-getDinajiShu-1765"></span> <script> $("#mag-getDinajiShu-1765").load('/EN/article/getDianJiShu.jsp?articleid=1765&ajax=true'); </script> )--> <a class="j-pdf" href="javascript:;" onclick="lsdy1('PDF','1765');return false;">Download PDF</a> ( <span id="mag-getXiaZaiShu-1765"></span> <script> $("#mag-getXiaZaiShu-1765").load('/EN/article/getXiaZaiShu.jsp?articleid=1765&ajax=true'); </script> ) <span class="richhtml"> </span> <span class="knomap" id="span_visual_article_1765"> <img src="/images/knowledge_map.png" width="16" height="16" /> <a href="https://tsla.ecnu.edu.cn/EN/lexeme/showArticleByLexeme.do?articleID=1765">Knowledge map</a> </span> <span class="shoucang"> <img src="/images/0257-0254/reb.png" width="16" height="16" /> <a href="javascript:;" onclick="collectArticle('1765');"> <span class="shouc">Save</span> </a> </span> </div> <div class="j-abstract"> </div> </div> </li> </ul> <!--当期 End--> </div> <!-- 过刊浏览 --> <div role="tabpanel" class="tab-pane fade" id="gkll" aria-labelledby="latest-tab"> <div mag-component-type="ajaxPage" mag-page-url="https://tsla.ecnu.edu.cn/EN/archive_by_years?forwardJsp=simple"></div> </div> <!-- 下载排行 --> <div role="tabpanel" class="tab-pane fade" id="download" aria-labelledby="latest-tab"> <ul class="journal-list"> <div mag-component-type="ajaxPage" mag-page-url="https://tsla.ecnu.edu.cn/EN/top_download?forwardJsp=simple"></div> </ul> <div class="view-all"> <a href="https://tsla.ecnu.edu.cn/EN/top_download"> More <i class="fa fa-angle-right" aria-hidden="true"></i> </a> </div> </div> <!-- 阅读排行 --> <div role="tabpanel" class="tab-pane fade" id="accesses" aria-labelledby="accesses-tab"> <ul class="journal-list"> <div mag-component-type="ajaxPage" mag-page-url="https://tsla.ecnu.edu.cn/EN/top_access?forwardJsp=simple"></div> </ul> <div class="view-all"> <a href="https://tsla.ecnu.edu.cn/EN/top_access"> More <i class="fa fa-angle-right" aria-hidden="true"></i> </a> </div> </div> <!-- 最新录用 --> <div role="tabpanel" class="tab-pane fade" id="zxly" aria-labelledby="zxly-tab"> <ul class="journal-list"> <div mag-component-type="ajaxPage" mag-page-url="https://tsla.ecnu.edu.cn/EN/just_accepted?forwardJsp=simple"></div> </ul> <div class="view-all"> <a href="https://tsla.ecnu.edu.cn/EN/just_accepted"> More <i class="fa fa-angle-right" aria-hidden="true"></i> </a> </div> </div> <!-- 引用排行 --> <div role="tabpanel" class="tab-pane fade" id="top_cited" aria-labelledby="top_cited-tab"> <ul class="journal-list"> <div mag-component-type="ajaxPage" mag-page-url="https://tsla.ecnu.edu.cn/EN/top_cited?forwardJsp=simple"></div> </ul> <div class="view-all"> <a href="https://tsla.ecnu.edu.cn/EN/top_cited"> More <i class="fa fa-angle-right" aria-hidden="true"></i> </a> </div> </div> </div> </div> </div> <!--右部--> <div class="col-md-3 m-right"> <aside class="aside"> <div class="column"> <span class="pull-left"><i class="fa fa-volume-up"></i> Announcements</span> <a href="https://tsla.ecnu.edu.cn/EN/news/folder.do?folderId=8" class="more">More</a> </div> <marquee onmouseover="this.stop()" onmouseout="this.start()" behavior="scroll" direction="up" scrollamount="1" scrolldelay="70" style="width: 98%; height: 228px;"> <ul class="news-list"> <div mag-component-type="ajaxPage" mag-page-url="https://tsla.ecnu.edu.cn/CN/0257-0254/model/tongzhi_en.htm"></div> </ul> </marquee> </aside> <aside class="cover text-center border border-radius"> <a href="https://tsla.ecnu.edu.cn/CN/home" target="_blank"><img src="https://tsla.ecnu.edu.cn/fileup/0257-0254/COVER/20241115161752.jpg" class="img-responsive" style="margin:0 auto; padding: 10px 30px;"></a> <div style="text-align: center;padding:5px 12px;"> 双月刊,1980年创刊<br> 中国文艺理论学会会刊<br> ISSN 0257-0254<br> CN 31-1152/I </div> </aside> <div style="margin-bottom:20px;"> <a href="https://tsla.ecnu.edu.cn/EN/alert/showAlertInfo.do"> <img src="https://tsla.ecnu.edu.cn/images/0257-0254/images/yhdy_en.png" style="margin:0 auto;"> </a> </div> <aside class="aside"> <div class="column"> <span class="pull-left"><i class="fa fa-link"></i> Links</span> <a href="https://tsla.ecnu.edu.cn/EN/column/10/items" class="more">More</a> </div> <ul style="text-align: center;padding: 10px;"> <li><a href="http://www.cnki.net/" class="text-title" target="_blank" title="Cnki"><img src="https://tsla.ecnu.edu.cn/fileup/0257-0254/ITEM/20200412211442.jpg" style="width:90%;height: 60px; margin-bottom: 10px"></a></li> <li><a href="http://www.ecnu.edu.cn/" class="text-title" target="_blank" title="East China Normal University"><img src="https://tsla.ecnu.edu.cn/fileup/0257-0254/ITEM/20200412211101.png" style="width:90%;height: 60px; margin-bottom: 10px"></a></li> <li><a href="http://www.zhwx.ecnu.edu.cn/" class="text-title" target="_blank" title="Department of Chinese Language and Literature, ECNU"><img src="https://tsla.ecnu.edu.cn/fileup/0257-0254/ITEM/20200412211336.png" style="width:90%;height: 60px; margin-bottom: 10px"></a></li> <li><a href="https://www.nssd.cn/" class="text-title" target="_blank" title="National Social Sciences Database"><img src="https://tsla.ecnu.edu.cn/fileup/0257-0254/ITEM/20200412210954.png" style="width:90%;height: 60px; margin-bottom: 10px"></a></li> </ul> </aside> <aside class="aside"> <div class="column"> <span class="pull-left"><i class="fa fa-wechat"></i> WeChat</span> </div> <ul class="news-list"> <img src="https://tsla.ecnu.edu.cn/images/0257-0254/images/ewm.png" class="img-responsive" style="width:200px;margin:0 auto;"> </ul> </aside> <aside> <div style="padding: 5px 5px 5px 10px;"> <div class="bdsharebuttonbox bdshare-button-style1-24" data-bd-bind="1692157116536"> <span class="text-title" style="margin-right: 9px;float:left;line-height:36px">Share: </span> <a class="bds_tsina" title="Share the Sina" href="#" data-cmd="tsina" style="margin-right: 9px"></a> <a class="bds_weixin" title="Share the weixin" href="#" data-cmd="weixin" style="margin-right: 9px"></a> <a href="#" class="bds_sqq" data-cmd="sqq" title="Share to QQ" style="margin-right: 9px"></a> <a class="bds_mail" title="mail" href="#" data-cmd="mail" style="margin-right: 9px"></a> <a href="#" class="bds_mshare" data-cmd="mshare" title="Share" style="margin-right: 9px"></a> </div> <script> window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "Theoretical Studies in Literature and Art", "bdMini": "2", "bdMiniList": false, "bdPic": "", "bdStyle": "1", "bdSize": "24" }, "share": {}, //"image": { // "viewList": ["tsina","weixin","sqq","mail","mshare"], // "viewText": "Share the: ", // "viewSize": "16" //} }; with (document)0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)]; </script> </div> </aside> <aside class="aside"> <div class="column"> <span class="pull-left"><i class="fa fa-tasks"></i> Visitors</span> </div> <ul class="news-list"> <script>record('772c6a9999f6452ca1ab976096f24ecc')</script> Total visitors: <span id="pvVisitsSum"></span><br> Visitors of today: <span id="pvDaySum"></span><br> Now online: <span id="currentOnLine"></span> </ul> </aside> </div> </div> </div> <!--底部--> <div class="footer"> <div class="banquan"> Copyright © Theoretical Studies in Literature and Art, All Rights Reserved.<br> Tel: 021-62232881 E-mail: tsla@vip.126.com<br>Powered by <a href="https://www.magtech.com.cn/" target="_blank" style="color:#fff">Beijing Magtech Co. Ltd</a> </div> </div> <!--返回顶部--> <div class="top_web" id="backtop" style="display:block;"> <span class="glyphicon glyphicon-menu-up"></span></div> <!--返回顶部end--> </body> </html>