CINXE.COM

作者中心

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <link rel="icon" href="data:image/ico;base64,aWNv"> <title>作者中心</title> <link href="/Journalx_znkxyjsxb/styles/magtechall.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> var GlobalVar = new Object(); GlobalVar.contextPath = '/Journalx_znkxyjsxb'; </script> <script type="text/javascript" src="/Journalx_znkxyjsxb/js/mjaogutneaclhx.js"></script> <script type="text/javascript" src="/Journalx_znkxyjsxb/js/encdec.js"></script> <script type="text/javascript" src="/Journalx_znkxyjsxb/js/newToken.js"></script> <script type="text/javascript" src="http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"></script> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; } body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; } .style_small { color: #FFFFFF; font-weight: bold; font-size: 11px; } .style_small_normal { color: #FFFFFF; font-weight: normal; font-size: 11px; } .style_small_normal_black { color: #000000; font-weight: normal; font-size: 11px; } .style_small_x { color: #FF0000; font-weight: bold; font-size: 12px; } .style_small_up { color: #ffffff; font-weight: bold; font-size: 11px; } .style_large { color: #FFFFFF; font-weight: bold; font-size: 16px; } .style17 { font-size: 12px; font-weight: bold; } .style18 { color: #FFFFFF; font-weight: bold; font-size: 12px; } .cell_ljl { border: 1px solid; } .style19 {font-size: 12px} .style21 {font-size: 11px} a:link { color: #000000; } a:visited { color: #000000; } a:hover { color: #0000FF; } a:active { color: #000000; } .zuozhedenglu{ text-align: center; float: left; width: 49%; height: 100%; color:#fff; font-size: 14px; line-height: 25px; background: #3e7a8d; border-right: 1px solid #48899f; cursor: pointer; } .saomadenfglu{ text-align: center; float: left; width: 50%; height: 100%; color:#fff; font-size: 14px; line-height: 25px; background: #2b5a6a; border-left: 1px solid #194d5e; cursor: pointer; } .jkfdkdkdk{ font-size: 14px; text-align: center; color: #333333; margin-bottom: 0px; } .erweimajdjdj{ width: 150px; height: 150px; background: #fff; margin: 0 auto; margin-bottom: 15px; margin-top: 10px; text-align: center; } .qingshijaskkkk{ line-height: 25px; margin-bottom: 23px; } .saoddnhhhnhhss{ margin-top: 4px; float: left; margin-left: 65px; margin-right: 10px; } .erweimasxbeik{ width: 90%; height: 90%; margin: 0 auto; text-align: center; margin-top: 8px; } .erweimajdjdj_zhezhao{ position: absolute; width: 100%; height:100%; background: #fff; opacity:0.5; top: 0; left: 0; z-index: 1; } .erweimaguoqisdjnh{ font-size: 14px; color: #2b5a6c; text-align: center; position: absolute; z-index: 2; top: 25px; width: 100%; } .dianjisuajksjdu{ font-size: 12px; background: #3e7a8d; height: 25px; border-radius: 3px; color: #fff; text-align: center; position: absolute; top: 80px; z-index: 2; border: none; left: 32%; } .bangdinfweixinsks_div{ width: 100%; text-align: center; } .bangdinfweixinsks_div_img{ margin: 30px 0px; } .bangdinfweixinsks_div_tiashi{ font-size: 14px; color: #969696; text-align: center; margin: 15px 0px; margin-top: 0px; } --> </style> <script language="javascript"> if(top.location != self.location){ top.location = "http://www.cyberpolice.cn/wfjb";//防止页面被框架包含 } var _k3 = [61,37,44,31,34,7,24,6,43,12,27,3,25,29,60,33,35,41,58,2,51,49,9,5,59,11,42,32,22,40,4,57,50,38,8,56,21,19,52,53,16,28,1,26,47,17,54,46,10,23,55,13,14,20,15,36,18]; var _o = new Hexch(_k3); function go(){ var userName = document.getElementById('user_name'); var passWord = document.getElementById('password'); userName.value=trim(userName.value); passWord.value=trim(passWord.value); if(userName.value=='') return false; var userId = document.getElementById('user_id'); var roleId = document.getElementById('role_id'); setCookie("author_user_id",_o.enc(escape(userName.value)),"author_password_id",_o.enc(escape(passWord.value)),43200); var mi1 = document.getElementById('mi1'); mi1.value=des(passWord.value); userId.value = des(userName.value) + '___1___'+roleId.value+'___jaiimjlsuan_-_'+mi1.value; return true; } function trim(text) { return text.replace(/(^\s*)|(\s*$)/g,""); } function getCookie(){ var userId = unescape(_o.dec(unescape(readcookie("author_user_id")))); var passwordId = unescape(_o.dec(unescape(readcookie("author_password_id")))); var b=document.getElementsByName("pwName"); // alert("getcookie"+document.cookie) // alert(passwordId); if(userId!=null) document.getElementById('user_name').value = userId; if(passwordId==null) document.getElementById('password').value=""; if(passwordId!=null||passwordId!="") document.getElementById('password').value =passwordId; if(document.getElementById('password').value!=""){ for (var i=0; i<b.length; i++){ b[i].checked=true; } } } function setCookie(name,value,pname,pvalue,expires){//写cookie // alert(pname); // alert(pvalue); var a=document.getElementsByName("pwName"); var k=false; var exp=new Date(); exp.setTime(exp.getTime()+expires*60000); for (var i=0; i<a.length; i++){ if(a[i].checked){ k=true; } } if(k){ document.cookie=name+"="+_o.enc(escape(value))+";expires="+exp.toGMTString();//+";domain=arkoo.com;path=/"; document.cookie=pname+"="+_o.enc(escape(pvalue))+";expires="+exp.toGMTString();//+";domain=arkoo.com;path=/"; }else{ var pvalue=""; document.cookie=name+"="+_o.enc(escape(value))+";expires="+exp.toGMTString();//+";domain=arkoo.com;path=/"; document.cookie=pname+"="+_o.enc(escape(pvalue))+";expires="+exp.toGMTString();//+";domain=arkoo.com;path=/"; } } function readcookie(name){//读取cookie // alert(name); var oRegex=new RegExp(name+'=([^;]+)','i'); var oMatch=oRegex.exec(document.cookie); // alert('|'+oMatch[1]+'|'); if(oMatch&&oMatch.length>1 && oMatch!="editor_user_id=e8xBYCoSB8iG,e8xBYCoSB8iG")return unescape(_o.dec(unescape(oMatch[1]))); else return ''; } function register(){ window.location.href="/Journalx_znkxyjsxb/authorregister/Register!registerNotice.action"; return true; } function login(){ if(go()){ document.getElementById('login_form').submit(); } } function checkKey(evt){ var myEvent = evt?evt:(window.event?window.event:null) if (myEvent.keyCode== 13){ login(); } } function check(){ if(document.getElementById("person.email").value==""){ alert('E-mail必须填写'); document.getElementById("person.email").focus(); return false; } else{ newToken(function(){ document.getElementById("login_form1").action="/Journalx_znkxyjsxb/authorregister/SendUsernameAndPassword!send.action?token="+newtoken; document.getElementById("login_form1").submit(); return true; }); } } </script> </head> <body style="width:100%"> <div id="FF_info" style="display:none;background-color:#e4e4bb;border-bottom:2px solid gray;font-size:14px;" onmouseover="this.style.backgroundColor='#4444aa';this.style.color='#ffffff';" onmouseout="this.style.backgroundColor='#e4e4bb';this.style.color='#000000';"> <table width="100%"><tr><td><sub><img src="/Journalx_znkxyjsxb/images/notice.gif"/></sub>&nbsp;您的Firefox浏览器版本过低,请尽快升级到4.0或以上,如果不进行升级,则在进入系统后,部分页面将会显示不正常或报错</td><td style="padding-right:5px;" align="right"><input style="padding:0px;margin:0px;" type="button" value="x" onclick="document.getElementById('FF_info').style.display='none';"/></td></tr></table> </div> <center id="contenr"><div><table width="100%"><tr><td><div align='left'> <table width="100%" border="0" cellpadding="0" cellspacing="0" > <tr valign="top"> <td height="188" colspan="5" background="/Journalx_znkxyjsxb/images/banner.jpg"> <!-- login_journal_info.jsp --> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="40" colspan="4"><span class="style_small">Journal</span><span class="style_small_x">X</span><span class="style_small_up">&#8482; </span></td> </tr> <tr> <td width="16%" height="65"><div align="center"><img src="/Journalx_znkxyjsxb/images/login/znkx202001.jpg" width="104" height="140" /></div></td> <td width="36%"> <!-- 中文杂志名称,英文版不用显示 <SPAN class="style_large">智能科学与技术学报</SPAN>--> <!-- --> <SPAN class="style_large">智能科学与技术学报</SPAN> <br> <BR> <span class="style_large">CHINESE JOURNAL OF INTELLIGENT SCIENCE AND TECHNOLOGY</span> <span class="style_small_normal"><br> <BR> &nbsp;ISSN: &nbsp;&nbsp;&nbsp;2096-6652 <BR> &nbsp;&nbsp;&nbsp;&nbsp;CN: &nbsp;&nbsp;&nbsp;10-1604/TP <BR> &nbsp;&nbsp;&nbsp;&nbsp;Tel:&nbsp;&nbsp;&nbsp;&nbsp;010-53879206 <BR> Email:&nbsp;&nbsp;cjist@bjxintong.com.cn</span></td> <td width="19%">&nbsp;</td> <td width="29%">&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top" height="40"> <td height="52" colspan="5"><TABLE width=100% height="22" border=0 cellPadding=2 cellSpacing=0 class="cell_ljl"> <TBODY> <TR bgcolor="F7F7EE" class=navbg> <TD width="24" height="22">&nbsp;</TD> <TD width="990" align=left vAlign=center bgcolor="F7F7EE" class="style_small_normal_black"><a href="#" onclick="window.open('/Journalx_znkxyjsxb/basicinfo/viewHtmlFile.action?id=8')" class="txt_bs" style="color:#000;">投稿须知</a>&nbsp;|&nbsp;<a href="#" onclick="window.open('/Journalx_znkxyjsxb/basicinfo/viewHtmlFile.action?id=10')" class="txt_bs" style="color:#000;">版权协议</a>&nbsp;|&nbsp;<a href="#" onclick="window.open('/Journalx_znkxyjsxb/basicinfo/viewHtmlFile.action?id=23')" class="txt_bs" style="color:#000;">论文模板</a>&nbsp;|&nbsp;<a href="http://www.magtech.com.cn/journalx_sys.htm" target="_blank">系统要求</a>&nbsp;|&nbsp;<a href="http://www.magtech.com.cn/journalx_author_faq.html" target="_blank">使用帮助</a> &nbsp;|&nbsp;<a href="http://www.infocomm-journal.com/znkx " target="_blank">期刊首页</a> </TD> </TR> </TBODY> </TABLE> </td> </tr> <tr> <td colspan="5"> <div style="width:1024px;margin:0 auto;"> <table> <tr> <td width="30" height="137">&nbsp;</td> <td width="433" valign="top" style="line-height: 30px;"><STRONG class=style17>在作者中心登录后,您可以:</STRONG> <BR> <SPAN class="style_small_normal_black"><p style="line-height: 20px;"> 1. 向本刊投稿,或继续完成您未完成的投稿。<br>2. 跟踪查询您的稿件处理流程记录和目前的状态。<br>3. 根据编辑部的要求,阅读修改意见并上传修改稿。<br>4. 下载、修订和上传您的清样文件。<br>5. 查询文章费用缴纳情况。<br>6. 修改您的个人信息。<br> </p></SPAN> <p style="line-height: 20px;"><span class="style17"><strong>请注意:</strong></span><BR> <SPAN class="style_small_normal_black"> 1. 如果您是新作者(即第一次投稿),请先注册,并记住您的用户名和口令,同时本系统还将把您设置的用户名通过您注册的E-mail发送给您。<br>2. 如果您已经拥有用户名和密码,直接登录即可。请不要重复注册,否则可能导致您信息查询不完整。<br>3. 本系统的用户名和密码区别大小写。<br> </p> <p class="style_small_normal_black" style="line-height: 20px;"><strong class=style17>关于ORCID:</strong><BR/> ORCID(Open Researcher and Contributor ID),即科研人员国际唯一学术标识符,由一套免费的、全球唯一的16位身份识别码构成,详见http://orcid.org/。本刊要求作者申请ORCID号,以供论文出版时标记。<br/> <strong class=style17>eg: 1234-1234-1234-123X</strong> </p> </td> <td width="54">&nbsp;</td> <td width="455"> <table width="428" style="border:1px solid #000;" border="0" cellpadding="0" cellspacing="0"> <tr><td><font color="red" size="2">建议使用IE9/10/11、Firefox、Chrome浏览器登录系统。<br>如果使用其他浏览器遇到问题,请查看使用帮助。</font></td></tr> <tr> <td width="426" height="25" background="/Journalx_znkxyjsxb/images/banner.jpg"> <span class="style18" style="margin:10px;">作者登录</span> <input type="hidden" id="loginError" name="loginError" value=""/> <input type="hidden" id="loginSign" name="loginSign" value="9e875decad0c4a96ade33e5416f8d372"/> </td> </tr> <tr> <td height="25" id="zhanghaodenglujd" style="width: 100%;"> <div style="width:0px;height:0px;overflow:hidden;float:left;"> <input type="text" id="1" style="width:0px;height:0px;overflow:hidden;float:left;" /> <input type="password" name="quede" style="width:0px;height:0px;overflow:hidden;float:left;" id="2" /> <input type="text" id="username" name="username" value="admin" style="width:0px;height:0px;overflow:hidden;float:left;" /> </div> <table width="428" border="0" class="cell_ljl" cellpadding="0" cellspacing="0" style="border:none;"> <tr bgcolor="F7F7EE"> <td height="30" colspan="5">&nbsp;&nbsp;<span class="style19"> <!-- 错误提示 --> <span style="color: red;"><B> </B></span> <!-- 错误提示end--> </td> </tr> <tr bgcolor="F7F7EE"> <td height="30" colspan="5">&nbsp;&nbsp;<span class="style19"><strong></strong> <span class="style21">如果您已经注册,请直接登录。</span></span></td> </tr> <tr bgcolor="F7F7EE"> <td width="111" height="30"><div align="right" class="style21">用户名/ORCID:&nbsp;</div></td> <td width="168" height="30" colspan="3"> <input style="width:168px;" value="" tabindex="1" autocomplete="off" id="user_name" onkeypress="checkKey(event)"/> </td> <td width="147" height="30"><span class="style21"></span></td> </tr> <tr bgcolor="F7F7EE"> <td height="30"><div align="right" class="style21">密码:&nbsp;</div></td> <td height="30" colspan="3" width="168"> <input name="" type="text" value="" class="inputText_1" id="tx" style="width:1px;height:1px;border:1px solid #f7f7ee;" /> <input type="password" style="width:168px;" name="quede" value="" tabindex="2" autocomplete="off" id="password" onkeypress="checkKey(event)"/> </td> <td></td> </tr> </table> <form method="post" action="j_acegi_security_check" name="login_form" ID="login_form" style="margin:0px;background: #f7f7ee;padding:0px;height:0px;"> <input type="text" name="j_username" value="" id="user_id" style="width:0px;height:0px;border:none;"/> <input type="hidden" name="j_password" value="" tabindex="2" id="mi1" /> <table width="428" border="0" class="cell_ljl" cellpadding="0" cellspacing="0" style="border:none; margin:0px;padding:0px;*margin-top:-20px;"> </table> </form> <table width="428" border="0" class="cell_ljl" cellpadding="0" cellspacing="0" style="border:none;"> <tr bgcolor="F7F7EE"> <td align="right"> <input type="checkbox" name="pwName" > <input type="hidden" name="j_role" value="author" id="role_id"/></td> <td><div align="left" class="style21">保存密码&nbsp;</div></td> <td height="30" align="left"><div align="left"><INPUT type=button value=登录 onclick="login()"></div></td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr bgcolor="F7F7EE"> <td height="30" colspan="5"><hr></td> </tr> <tr bgcolor="F7F7EE"> <td height="30" colspan="5"><span class="style21">&nbsp;&nbsp;如果您还没有注册,请在投稿之前先 <input type="button" value="注册" onclick="register();"/>.</span></td> </tr> <!-- <tr bgcolor="F7F7EE"> <td height="40" colspan="5"><span class="style19">&nbsp;&nbsp;<strong>遗忘密码:</strong><span class="style21">请点击下方的找回密码,在新窗口,输入您注册时填写的 e-mail,系统将自动把您密码发送到您的信箱。</span> </span></td> </tr> --> </table> <form method="post" name="login_form1" ID="login_form1" style="margin:0px;display:inline;background: #f7f7ee;"> <table width="428" border="0" class="cell_ljl" cellpadding="0" cellspacing="0" style="border:none;"> <tr bgcolor="F7F7EE"> <td height="30"></td> <td colspan="3"></td> <td><span style="color: red;">如果您忘记密码请点击</span> <a href="/Journalx_znkxyjsxb/authorregister/SendUsernameAndPassword!retrievepassword.action"> 重置密码</a> </td> </tr> <tr bgcolor="F7F7EE"> <td height="10">&nbsp;</td> <td height="10" colspan="3">&nbsp;</td> <td height="10">&nbsp;</td> </tr> </table> </form> </td> </tr> </table></td> <td width="52">&nbsp;</td> </tr> </table> </div> </td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </table> </div></td></tr></table></div></center> <div style="width:100%;height:90px;border-top:1px solid #ccc;position: inherit;bottom:0px;text-align: center;padding-top: 20px;" id="bom_div"> 本系统由北京玛格泰克科技发展有限公司设计开发[软著登字第 112626 号], 并提供技术支持<br> All Rights Reserved.<br> <span >Journal</span><span class="style_small_x">X</span><span class="style_small_up" style="color:#000000">&#8482; </span> 是北京玛格泰克科技发展有限公司注册商标</span> </div> <input type="hidden" value="url(/Journalx_znkxyjsxb/images/banner.jpg)" id="efjkd" /> </body> <script> var huoqudjhdnksjkieu = document.getElementById("efjkd").value; window.onresize = function(){ var contentdiv = document.getElementById('contenr').offsetHeight; var bomdiv = document.getElementById('bom_div').offsetHeight; var body = document.documentElement.clientHeight; if(body >= contentdiv+bomdiv){ document.getElementById('bom_div').style.position="absolute"; }else{ document.getElementById('bom_div').style.position="inherit"; } } window.onload=function(){ var contentdiv = document.getElementById('contenr').offsetHeight; var bomdiv = document.getElementById('bom_div').offsetHeight; var body = document.documentElement.clientHeight; if(body>contentdiv+bomdiv){ document.getElementById('bom_div').style.position="absolute"; }else{ document.getElementById('bom_div').style.position="inherit"; } getCookie(); var loginError=document.getElementById("loginError").value; if(loginError==null||loginError==""){ tabxksdi(); }else{ //tabxksdi1(); var zhanghao = document.getElementById("zhanghaodenglujd"),saoma = document.getElementById("saomadenglkusnsj"); var zhanghaotab = document.getElementById("zhanghaodengkdudmjuh"),saomatab = document.getElementById("saomajdmuedjhdndudu"); saomatab.setAttribute("style","background-image:"+huoqudjhdnksjkieu+";background-position:-8px -39px;border-right: 1px solid rgb(72, 137, 159);"); saoma.style.display='inline-table'; zhanghao.style.display='none'; zhanghaotab.setAttribute("style","background-image:"+huoqudjhdnksjkieu+";background-position:0px 0px;border-left: 1px solid rgb(25, 77, 94);"); } } var tx = document.getElementById("tx"),pwd = document.getElementById("password"); tx.onfocus = function () { this.style.display = "none"; pwd.style.display = ""; pwd.value = ""; pwd.focus(); return; } function tabxksdi(){ try { var zhanghao = document.getElementById("zhanghaodenglujd"),saoma = document.getElementById("saomadenglkusnsj"); var zhanghaotab = document.getElementById("zhanghaodengkdudmjuh"),saomatab = document.getElementById("saomajdmuedjhdndudu"); zhanghaotab.setAttribute("style","background-image:"+huoqudjhdnksjkieu+";background-position:-8px -39px;border-right: 1px solid rgb(72, 137, 159);"); zhanghao.style.display='inline-table'; saoma.style.display='none'; saomatab.setAttribute("style","background-image:"+huoqudjhdnksjkieu+";background-position:0px 0px;border-left: 1px solid rgb(25, 77, 94);"); }catch (e) {} } function tabxksdi1(){ var zhanghao = document.getElementById("zhanghaodenglujd"),saoma = document.getElementById("saomadenglkusnsj"); var zhanghaotab = document.getElementById("zhanghaodengkdudmjuh"),saomatab = document.getElementById("saomajdmuedjhdndudu"); saomatab.setAttribute("style","background-image:"+huoqudjhdnksjkieu+";background-position:-8px -39px;border-right: 1px solid rgb(72, 137, 159);"); saoma.style.display='inline-table'; zhanghao.style.display='none'; zhanghaotab.setAttribute("style","background-image:"+huoqudjhdnksjkieu+";background-position:0px 0px;border-left: 1px solid rgb(25, 77, 94);"); var loginSign=document.getElementById("loginSign").value; var satate='author_9_false_9e875decad0c4a96ade33e5416f8d372_#wechat_redirect'; var obj = new WxLogin({ self_redirect:false, id:"qrcode", appid: "", scope: "snsapi_login", redirect_uri: "", state: satate, style: "", href: "" }); //window.location.href="/Journalx_znkxyjsxb/loginbywxcode.action?state="+satate; } </script> </html>

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