CINXE.COM

Theoretical Studies in Literature and Art | About Journal

<!DOCTYPE html><HTML> <HEAD> <TITLE>Theoretical Studies in Literature and Art | About Journal</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();"> &times; </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();"> &times; </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;"> &times; </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>About Journal</span> </h3> <div class="item-content"> <p class="MsoNormal" align="center"> <br> </p> <p class="MsoNormal" align="center" style="text-align:center;"> <b><span style="font-size:16px;">A Brief Introduction to</span><i><span style="font-size:16px;"> Theoretical Studies in Literature and Art</span></i></b> </p> <p class="MsoNormal"> <br> </p> <p class="MsoNormal" style="text-align:left;"> <b><span style="font-size:16px;">Basic information</span></b> </p> <blockquote> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Full Journal Title: <em>Theoretical Studies in Literature and Art (TSLA)</em></span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Frequency: Bimonthly</span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">ISSN: ISSN0257-0254 and CN31—1152/I&nbsp; &nbsp;</span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Journal Publisher: East China Normal University Press</span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Publisher’s Address: 3663 N. Zhongshan Rd., Shanghai 200062&nbsp;</span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Editor’s Name(s): Professor Tan Fan and Professor Zhu Guohua</span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Editor’s Address: Department of Chinese Language and Literature, East China Normal University, 500 Dongchuan Rd., Shanghai 200241</span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Domestic Distribution: Post office of Shanghai, China</span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">International Distribution: China International Book Trading Corporation, P. O. Box 399, Beijing, China, 100044</span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Email: tsla@vip.126.com</span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Website: http://tsla.ecnu.edu.cn/ and https://tsla.researchcommons.org/journal/&nbsp;</span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Contact No.: +86-21-62232881</span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Fax No.: 86-21-62232881</span> </p> </blockquote> <p class="p0" style="text-align:left;text-indent:26.25pt;"> </p><div> <br> </div> <p></p> <p class="MsoNormal" style="text-align:left;"> <b><span style="font-size:16px;">History and Significance</span></b> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Launched in June, 1980, </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> is the journal of the state-certified first-tier China Literary Theory Association (founded in May, 1979), one of the earliest and most prominent national academic associations of the post-reform and open-up era. It is China’s first and the leading journal of studies of literary and art theory. Rooted in China’s fundamental realities and endowed with a global reach, it has contributed enormously to Chinese scholarship.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;"> <br> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">For its contributions and performance, </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> has received many national awards and titles, such as “Key National-level Journal in the Humanities and Social Sciences” (2011), “Excellent Journal of East China” (2016). It ranks the third on the CSSCI (Chinese Social Sciences Citation Index) Journal Rankings under the broad category of “Chinese literature”.</span> </p> <p class="MsoNormal" style="text-align:left;"> <br> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">In recent years, </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> has been promoting Sino-Western exchange through bringing Chinese scholarship to the world via Scopus and EBSCO, publishing original English articles by international scholars, and co-hosting international conferences with Euro-American academic journals. All these scholarly exchanges are intended for cross-fertilization of knowledge with both local and global impact.</span> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;"><br> </span> </p> <p class="MsoNormal"> <b></b> </p> <p class="MsoNormal" style="text-align:left;"> <b><span style="font-size:16px;">Representative of Scholarship&nbsp; </span></b> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">Since its launch, </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> has remained the most important journal in studies of literary and art theory in China. In its relentless pursuit of originality, quality and autonomy, it has established its own academic personality and commitment.</span> </p> <p class="MsoNormal" style="text-align:left;"> <br> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">1)&nbsp;&nbsp;&nbsp;&nbsp; As a theory-oriented journal, it particularly emphasizes theoretical depth and breadth, in distinction from other journals which focus on or confine themselves to either textual interpretation or historical resource retrieval – both of which can be important in their own right.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">2)&nbsp;&nbsp;&nbsp;&nbsp; </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> embraces a wide scope of inquiry, ranging from remote and antique Chinese literary and art theory to state-of-the-art literary and art theory and criticism, and from classical Western aesthetics and literary theory to contemporary concerns. It also values comparative perspectives, engaging with both China and the West, and with both antiquity and modernity. &nbsp;&nbsp;</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">3)&nbsp;&nbsp;&nbsp;&nbsp; </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> also takes its place in the movement towards cross-disciplinary studies the humanities and social sciences. For instance, in addition to its long-established aesthetic, cultural and art studies, </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> also publishes articles on (or from the perspectives of) cultural studies, political sciences, sociology, history studies, and anthropology.&nbsp;</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">4)&nbsp;&nbsp;&nbsp;&nbsp; Each of its six annual issues features two or three special topics, engaging prestigious scholars in direct or indirect dialogue, through the juxtaposition of their respective studies on the same topic(s) or issue(s). This practice always informs and inspires scholarship in a particular academic area, thus becoming highly visible.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">5)&nbsp;&nbsp;&nbsp;&nbsp; Each issue also publishes at least one original English-language article, authored by a famous international scholar. Past contributors have included Jonathan Culler, Jacques Rancière, Richard Wolin, Jeffery Alexander, Wolfgang Welsch, Douglas Kellner, Simon During, Jacques Ezra, to name but a few. It also publishes exclusive interviews with prestigious international scholars such as Fredric Jameson, Martha Nussbaum, and Stephen Owen. Through these interviews, their latest ideas can be communicated to a larger readership, facilitating conversation between Chinese and Western literary theory.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">6)&nbsp;&nbsp;&nbsp;&nbsp; With the patronage of China Literary Theory Association, which covers the most influential Chinese scholars in literary and art theory and annually organizes a range of conferences and events, the journal has further enhanced its role at the vanguard in studies of literary and art theory in China. In addition, the highest quality papers that are submitted to the association’s conferences and events will be published on the journal. Thus, the quality and originality of our inquiries is guaranteed.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;"> <span style="font-size:16px;">&nbsp; </span><b></b> </p> <p class="MsoNormal" style="text-align:left;"> <b><span style="font-size:16px;">Unique Features that Distinguish </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> from Other Journals </span></b> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">In addition to its timeliness of publication (bimonthly), its adherence to International Editorial Conventions and commitment to academic integrity, its English-language bibliographic information (including English titles, abstracts, keywords, author bios, and works cited) and its international diversity of its editors and authors, </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> is distinguished from other core journals in studies of literary and art theory in the following aspects:</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">1)&nbsp;&nbsp;&nbsp;&nbsp; As China’s earliest and most influential academic journal of literary theory, </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> is a trail-blazer in studies of literary and art theory, thanks to the fact that it is independently administered, managed and edited by scholars committed to academic autonomy and freedom.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">2)&nbsp;&nbsp;&nbsp;&nbsp; It has remained to date the most professional academic journal under the category of “literary theory” in China. It values theoretical depth, breadth, domestic pertinence and international relevance, and cross-disciplinary perspectives, which distinguishes itself from journals of literary or art studies solely focused on or confined to the sorting out of historical resources.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">3)&nbsp;&nbsp;&nbsp;&nbsp; It pays special attention to rediscovering the quintessence of traditional Chinese literary and art theory through bringing it vis-à-vis modern concepts and contexts; meanwhile, it encourages the construction of Chinese theoretical discourses that address local issues and participate in academic debates in the world.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">4)&nbsp;&nbsp;&nbsp;&nbsp; It ranks the third on the CSSCI journal rankings under the broad category of “Chinese literature” and is one of two journals (under the category of “Chinese literature”) among the first 100 state-sponsored journals. Thus, it represents the highest academic quality of a non-governmentally run journal in China.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">5)&nbsp;&nbsp;&nbsp;&nbsp; It adheres to a double-blind peer-review mechanism. Its reviewers include the most prestigious scholars in the field of literary and art theory at home and abroad, thus guaranteeing fairness and impartiality in its selection of articles.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">6)&nbsp;&nbsp;&nbsp;&nbsp; It remains the only journal of literary and art theory in China that publishes English-language articles on a regular basis, and that provides bilingual bibliographic information including “works cited”. Though challenging, its practice of bilingual bibliographic information is worthwhile; the translation of many book titles, concepts and categories that are exclusive to China, which have to be cross-contextualized and accessible, in an inclusive journal is of tremendous value for China-West dialogue in the field of literary theory, among other things.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">7)&nbsp;&nbsp;&nbsp;&nbsp; It is the earliest journal in studies of literary and art theory in China to have adopted the MLA citation style.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">8)&nbsp;&nbsp;&nbsp;&nbsp; It is China’s only journal of literary and art theory to have established active cooperation with international journals, collaborating with </span><i><span style="font-size:16px;">Comparative Literature Studies</span></i><span style="font-size:16px;"> and </span><i><span style="font-size:16px;">Neohelicon</span></i><span style="font-size:16px;"> to publish each other’s representative articles and to co-host or co-sponsor conferences and events.</span> </p> <p class="MsoNormal" style="text-align:left;margin-left:18pt;text-indent:-18pt;"> <span style="font-size:16px;">9)&nbsp;&nbsp;&nbsp;&nbsp; It is one of the few journals of literary and art theory in China to feature international authors and to include influential international scholars on its editorial committee (See Appendix II). &nbsp;&nbsp;&nbsp;</span> </p> <p class="MsoNormal" style="text-align:left;"> <br> </p> <p class="MsoNormal" style="text-align:left;"> <span style="font-size:16px;">In a poetically and aesthetically-inclined China with long-established scholarship on literary theory, literary and art theory </span><i><span style="font-size:16px;">per se</span></i><span style="font-size:16px;"> has become an important source of Chinese culture and thought. From modern times onwards, the series of reforms and epoch-making campaigns in China are always preceded and promoted by the introduction and absorption of Western literary and art theory as is the case with the New Culture Movement where the earliest Chinese Marxists began to draw on and apply Marxist literary theory, and from the aesthetic fervor made possible by the introduction of modern Western literary and art theory. The two cases are proof enough to the pivotal role of literary and art theory in shaping ideology and promoting social transformation in China. Because of the significance of studies of literary and art theory in Chinese society, it has become Chinese intellectuals’ common pursuit to facilitate the exchange between and integration of Chinese and Western literary theory, and such pursuit epitomizes their aspiration to the organic community of the nation and the world. Committed to this ideal, </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> has been trying to translate abstract ideals into tangible, rewarding efforts on our part to shape that community. To this end, we wish that </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> can be covered by AHCI, and, as a token of international recognition of our performance and pursuit, its coverage will greatly encourage and inspire Chinese scholarship on literary and art theory and potential scholars who will devote themselves to this critical undertaking shaping people’s life in a meaningful way.</span> </p> <p class="MsoNormal"> <i></i> </p> <p class="MsoNormal" style="text-align:left;"> <i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> publishes original articles on ancient Chinese literary theory, Western literary theory, Western aesthetics, modern and contemporary Chinese literary theory, theoretical studies of ancient, modern and contemporary Chinese literature and art, and foreign literature and art, ideally from cross-disciplinary, cross-cultural and cross-contextual perspectives. Its contents have both reasonable international representation and Chinese characteristics. Up to date, no journal of this kind in China has been covered by AHCI, and therefore, your coverage of </span><i><span style="font-size:16px;">TSLA</span></i><span style="font-size:16px;"> will enrich AHCI’s breadth and at the same time make Chinese scholarship on literary and art theory accessible to the international academic community. We believe this will be of much value for the development of literary and art theory of China and the world alike.</span> </p> <p class="MsoNormal"> <b></b> </p> <div style="text-align:left;"> <span style="font-size:16px;"></span> </div> <p style="line-height:150%"> <br> </p> <p class="MsoNormal"> <br> </p> <br> <div class="text-right"> Pubdate: 2020-01-01&nbsp;&nbsp;&nbsp; Viewed: 12078 </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 &copy; 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>

Pages: 1 2 3 4 5 6 7 8 9 10