CINXE.COM

Theoretical Studies in Literature and Art | Contacts Us

<!DOCTYPE html><HTML> <HEAD> <TITLE>Theoretical Studies in Literature and Art | Contacts Us</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>Contacts Us</span> </h3> <div class="item-content"> <p style="line-height:150%"> <span style="font-size:16px;font-family:&quot;line-height:2;"><span style="font-family:&quot;font-size:16px;">International subscription is made through China International Book Trading Company, P.O. Box 399, Beijing, China 100044, at the rate of USD180 inclusive of postage. International subscription code is BM255.&nbsp;&nbsp;</span></span> </p> <p style="line-height:150%"> <span style="font-size:16px;font-family:&quot;line-height:2;"><strong>Address:&nbsp;</strong><em>Theoretical Studies in Literature and Art </em>Editorial Board, No. 3663 Zhongshan Rd (North), Shanghai, 200062, China</span> </p> <p style="line-height:150%"> <span style="font-size:16px;font-family:&quot;line-height:2;"><strong>Telephone: </strong>(+86)21-62232881</span> </p> <p style="line-height:150%"> <span style="font-size:16px;font-family:&quot;line-height:2;"><strong>Email:</strong>&nbsp;tsla@vip.126.com</span> </p> <p style="line-height:150%"> <br> </p> <p style="line-height:150%"> <!--EndFragment--> </p> <br> <div class="text-right"> Pubdate: 2020-01-01&nbsp;&nbsp;&nbsp; Viewed: 7491 </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