CINXE.COM
Theoretical Studies in Literature and Art | Guide to Authors
<!DOCTYPE html><HTML> <HEAD> <TITLE>Theoretical Studies in Literature and Art | Guide to Authors</TITLE> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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="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> <!--头部--> <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="container"> <div class="row"> <div class="col-md-9 m-center"> <section class="content_nr"> <h3 class="column"> <span>Guide to Authors</span> </h3> <div class="item-content"> <div style="text-align:center;"> <span style="font-size:24px;font-family:""><strong>Manuscript Submission Guidelines</strong></span> </div> <br> <span style="font-size:16px;font-family:"line-height:2;">Please read the guidelines below and then visit the Journal’s submission site http://wyll.cbpt.cnki.net to upload your manuscript. Please note that manuscripts not conforming to these guidelines may be returned.</span><br> <br> <span style="font-size:16px;font-family:"line-height:2;">Only manuscripts of sufficient quality that meet the aims and scope of <em>TSLA </em>will be reviewed.</span><br> <br> <span style="font-size:16px;font-family:"line-height:2;">There are no fees payable to submit or publish in this journal.</span><br> <br> <span style="font-size:16px;font-family:"line-height:2;">As part of the submission process, you will be required to declare that you are submitting your original work; that you hold the rights to the work; that you are submitting the work for its first publication in the Journal; that it is not being considered for publication elsewhere and has not already been published elsewhere; and that you have obtained and can supply all necessary permissions for the reproduction of any copyright works not owned by you.</span><br> <br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#1"><span style="color:#337FE5;">1. What do we publish?</span></a></span><br> <br> <span style="font-size:16px;font-family:"line-height:2;"><span style="color:#337FE5;"><a href="#2"><span style="color:#337FE5;">2. Editorial policies</span></a></span></span><br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#2.1"><span style="color:#337FE5;">2.1 Peer review policy</span></a></span><br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#2.2"><span style="color:#337FE5;">2.2 Authorship</span></a></span><br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#2.3"><span style="color:#337FE5;">2.3 Funding</span></a></span><br> <br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#3"><span style="color:#337FE5;">3. Publishing policies</span></a></span><br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#3.1"><span style="color:#337FE5;">3.1 Publication ethics</span></a></span><br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#3.1.1"><span style="color:#337FE5;">3.1.1 Plagiarism</span></a></span><br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#3.1.2"><span style="color:#337FE5;">3.1.2Prior publication</span></a></span><br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#3.2"><span style="color:#337FE5;">3.2 Contributor's publishing agreement</span></a></span><br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#3.3"><span style="color:#337FE5;">3.3 Open access and author archiving</span></a></span><br> <br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#4"><span style="color:#337FE5;">4. Preparing your manuscript</span></a></span><br> <br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#5"><span style="color:#337FE5;">5. Submitting your manuscript</span></a></span><br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#5.1"><span style="color:#337FE5;">5.1 Information required for completing your submission</span></a></span><br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#5.2"><span style="color:#337FE5;">5.2 Permissions</span></a></span><br> <br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#6"><span style="color:#337FE5;">6. On acceptance and publication</span></a></span><br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#6.1"><span style="color:#337FE5;">6.1 </span><em><span style="color:#337FE5;">TSLA</span></em><span style="color:#337FE5;"> Production</span></a></span><br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#6.2"><span style="color:#337FE5;">6.2 Access to your published article</span></a></span><br> <br> <span style="font-size:16px;font-family:"line-height:2;"><a href="#7"><span style="color:#337FE5;">7. Further information</span></a></span><br> <br> <span style="font-size:24px;line-height:2;font-family:""><strong><a name="1"></a>1. What do we </strong></span><span style="font-size:24px;line-height:2;font-family:""><strong></strong></span><span style="font-size:24px;line-height:2;font-family:""><strong>publish?</strong></span><br> <span style="line-height:2;font-family:"">Before submitting your manuscript to <em>TSLA</em>, please ensure you have read the Aims & Scope.</span><br> <br> <strong><span style="font-size:24px;line-height:2;font-family:""><a name="2"></a>2. Editorial policies</span></strong><br> <span style="font-size:16px;line-height:2;font-family:""><strong><a name="2.1"></a>2.1 Peer review policy</strong></span><br> <span style="line-height:2;font-family:""><em>TSLA</em> operates a strictly anonymous peer review process, in which the reviewer’s name is withheld from the author and the author’s name from the reviewer. At their own discretion, reviewers may opt to reveal their name to the author in their review. However, our standard policy practice is for both identities to remain concealed. Each manuscript is reviewed by at least one referee. All manuscripts are reviewed as rapidly as possible, and an editorial decision is generally reached within 3 - 6 months of submission.</span><br> <br> <strong><span style="line-height:2;font-family:""><a name="2.2"></a>2.2 Authorship</span></strong><br> <span style="line-height:2;font-family:"">All parties who have made a substantive contribution to the article should be listed as authors. Principal authorship, authorship order, and other publication credits should be based on the relative scientific or professional contributions of the individuals involved, regardless of their status. A student is usually listed as principal author on any multiple-authored publication that substantially derives from the student’s dissertation or thesis.</span><br> <br> <strong><span style="line-height:2;font-family:""><a name="2.3"></a>2.3 Funding</span></strong><br> <span style="line-height:2;font-family:""><em>TSLA</em> requires all authors to acknowledge their funding in a consistent fashion under a separate heading. Please confirm the exact English translation of the name and grant number of the funding. </span><br> <br> <span style="font-size:24px;line-height:2;font-family:""><strong><a name="3"></a>3. Publishing Policies</strong></span><br> <span style="line-height:2;font-family:"">All authors hereby assert their moral rights to be identified as the Author of the Article according to the Copyright Law of the People's Republic of China 2010. For more details, please see http://www.ncac.gov.cn/chinacopyright/contents/+079/175+02.html</span><br> <br> <strong><span style="line-height:2;font-family:""><a name="3.1"></a>3.1 Publication ethics</span></strong><br> <strong><span style="line-height:2;font-family:""><a name="3.1.1"></a>3.1.1 Plagiarism</span></strong><br> <span style="line-height:2;font-family:""><em>TSLA</em> takes issues of copyright infringement, plagiarism or other breaches of best practice in publication very seriously. We seek to protect the rights of our authors and we always investigate claims of plagiarism or misuse of published articles. Equally, we seek to protect the reputation of the journal against malpractice. Submitted articles may be checked with duplication-checking software. Where an article, for example, is found to have plagiarized other work or included third-party copyright material without permission or with insufficient acknowledgement, or where the authorship of the article is contested, we reserve the right to take action including, but not limited to: publishing an erratum or corrigendum (correction); retracting the article; taking up the matter with the head of department or dean of the author's institution and/or relevant academic bodies or societies; or taking appropriate legal action.</span><br> <br> <strong><span style="line-height:2;font-family:""><a name="3.1.2"></a>3.1.2 Prior publication</span></strong><br> <span style="line-height:2;font-family:"">If material has been previously published it is not generally acceptable for publication in <em>TSLA</em>.</span><br> <br> <strong><span style="line-height:2;font-family:""><a name="3.2"></a>3.2 Contributor's publishing agreement</span></strong><br> <span style="line-height:2;font-family:"">Before publication, <em>TSLA</em> requires the author, as the rights holder, to sign a Journal Contributor’s Publishing Agreement. <em>TSLA</em> Journal Contributor’s Publishing Agreement is an exclusive license agreement which means that the author retains copyright to the work but grants <em>TSLA</em> the sole and exclusive right and license to publish it, for the full legal term of the copyright. Exceptions may exist where an assignment of copyright is required or preferred by a proprietor other than <em>TSLA</em>. In such cases, copyright to the work will be assigned by the author to the society. For more details, please see http://www.ncac.gov.cn/chinacopyright/contents/+079/175+02.html.</span><br> <br> <strong><span style="line-height:2;font-family:""><a name="3.3"></a>3.3 Open access and author archiving</span></strong><br> <span style="line-height:2;font-family:""><em>TSLA</em> offers optional open access publishing via both traditional paper publications and also the network channels. For the electronic version, please visit the websites: www.ebsco.com, and tsla.ecnu.edu.cn.</span><br> <br> <span style="font-size:24px;line-height:2;font-family:""><strong><a name="4"></a>4. Preparing your manuscript for submission</strong></span><br> <span style="line-height:2;font-family:"">To best serve your own interests, we endeavor to ensure that only those manuscripts conforming to the principles of academic integrity will be accepted.</span><br> <br> <span style="line-height:2;font-family:"">We welcome MLA-style manuscripts of 6000-12000 words in length. In the “Works Cited” part, English translations of all works cited in Chinese must be provided. Please ensure your manuscript conforms to the MLA reference style. See, Joseph, Gibaldi. MLA Handbook for Writers of Research Papers, Fifth Edition (1999).</span><br> <br> <span style="line-height:2;font-family:"">To be submitted for editorial evaluation, your manuscript should include a front page containing the title of the manuscript, an abstract not exceeding 300 words, 3 to 5 keywords, and author information including full name, title/designation, affiliation (university), academic interests/areas of academic specialty, email and/or other contact information. The title, the abstract, the keywords, and author information should be in both English and Chinese. Non-Chinese authors are encouraged but not required to provide corresponding Chinese translations.</span><br> <br> <span style="line-height:2;font-family:"">If you have received no editorial feedback after 3 months from submission, you may enquire about the status of the manuscript via email. You will usually be notified of any final decisions regarding the manuscript within +0 months. Enquiries and/or contributions may be emailed to tsla@vip.126.com. Your contribution should be included as an attachment, in Word 97-2003 format. The subject heading format of your email should be “contribution from xxx [your name]”.</span><br> <br> <span style="font-size:24px;line-height:2;font-family:""><strong><a name="5"></a>5. Submitting your manuscript</strong></span><br> <span style="line-height:2;font-family:""><em>TSLA</em> is hosted on CNKI, a website with online submission and peer review system. Visit https://wyll.cbpt.cnki.net/EditorDN/index.aspx?t=1 to login and submit your article online, in one of the four formats: pdf (5000KB), jpg (5000KB), rar (10000KB), or doc (5000KB).</span><br> <br> <span style="line-height:2;font-family:"">IMPORTANT: Please check whether you already have an account in the system before trying to create a new one. If you have reviewed or authored for the journal in the past few years, it is likely that you will have already had an account created.</span><br> <br> <strong><span style="line-height:2;font-family:""><a name="5.1"></a>5.1 Information required to complete your submission</span></strong><br> <span style="line-height:2;font-family:"">You will be asked to provide contact details and academic affiliations for all co-authors via the submission system and identify who is to be the corresponding author. These details must match what appears on your manuscript. At this stage, please ensure you have included all required statements and declarations and uploaded any additional supplementary files (including reporting guidelines where relevant).</span><br> <br> <strong><span style="line-height:2;font-family:""><a name="5.2"></a>5.2 Permissions</span></strong><br> <span style="line-height:2;font-family:"">Please also ensure that you have obtained any necessary permission(s) from copyright holders to reproduce any illustrations, tables, figures or lengthy quotations previously published elsewhere. For further information, including guidance on fair dealing for criticism and review, please see the Copyright and Permissions page in the Publication Ethics and Publication Malpractice Statement.</span><br> <br> <span style="font-size:24px;line-height:2;font-family:""><strong><a name="6"></a>6. On acceptance and publication</strong></span><br> <strong><span style="line-height:2;font-family:""><a name="6.1"></a>6.1 <em>TSLA</em> Production</span></strong><br> <span style="line-height:2;font-family:"">Your <em>TSLA</em> Editor Board will keep you informed as to your article’s progress throughout the production process. Proofs will be sent by PDF to the corresponding author and should be returned promptly. Authors are reminded to check their proofs carefully to confirm that all author information, including names, affiliations, sequence and contact details are correct, and that declarations of funding, if any, are accurate. Please note that if there are any changes to the author list at this stage, all authors will be required to complete and sign a form authorizing the change. For more details, please see http://www.ncac.gov.cn/chinacopyright/contents/+079/175+02.html.</span><br> <br> <strong><span style="line-height:2;font-family:""><a name="6.2"></a>6.2 Access to your published article</span></strong><br> <span style="line-height:2;font-family:""><em>TSLA</em> provides authors with online access to their final article.</span><br> <br> <strong><span style="font-size:24px;line-height:2;font-family:""><a name="7"></a>7. Further information</span></strong><br> <span style="line-height:2;font-family:"">Any correspondence, queries or additional requests for information on the manuscript submission process should be sent to the <em>TSLA</em> editorial office as follows:</span><br> <br> <span style="line-height:2;font-family:"">Publisher’s Name: East China Normal University Press</span><br> <span style="line-height:2;font-family:"">Publisher’s Address: 3663 N. Zhongshan Rd., Shanghai 200062 </span><br> <span style="line-height:2;font-family:"">Editor’s Name(s): Professor Tan Fan and Professor Zhu Guohua</span><br> <span style="line-height:2;font-family:"">Editor’s Address: Department of Chinese <em>TSLA</em>, East China Normal University, 500 Dongchuan Rd., Shanghai 2002+01</span><br> <span style="line-height:2;font-family:"">Domestic distribution: Post office of Shanghai, China</span><br> <span style="line-height:2;font-family:"">International distribution: China International Book Trading Corporation, P. O. Box 399, Beijing, China, 1000+0+0</span><br> <span style="line-height:2;font-family:"">Email: tsla@vip.126.com</span><br> <span style="line-height:2;font-family:"">Website: http://tsla.ecnu.edu.cn/</span><br> <span style="line-height:2;font-family:"">Phone No.: 86-21-62232881</span><br> <span style="line-height:2;font-family:"">Fax No.: 86-21-62232881</span><br> <br> <div class="text-right"> Pubdate: 2020-01-01 Viewed: 15473 </div> </div> </section> </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>