CINXE.COM

中心大事记-上海交通大学网络信息中心

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="toTop" content="true"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> <meta name="renderer" content="webkit"> <title>中心大事记-上海交通大学网络信息中心</title><meta name="pageType" content="2"> <meta name="pageTitle" content="中心大事记"> <META Name="keywords" Content="上海交通大学,网络信息中心" /> <meta name="description" content="网络信息中心" /> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="../style/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../style/swiper.min.css"> <link rel="stylesheet" type="text/css" href="../font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../style/animate.css"> <link rel="stylesheet" type="text/css" href="../style/common.css"> <link rel="stylesheet" type="text/css" href="../style/index.css"> <link rel="stylesheet" type="text/css" href="../style/ny.css"> <link rel="stylesheet" type="text/css" href="../style/center.css"> <script type="text/javascript" src="../script/jquery.min.js"></script> <!--Announced by Visual SiteBuilder 9--> <link rel="stylesheet" type="text/css" href="../_sitegray/_sitegray_d.css" /> <script language="javascript" src="../_sitegray/_sitegray.js"></script> <!-- CustomerNO:77656262657232307468475d5051574200030003455c --> <link rel="stylesheet" type="text/css" href="../events.vsb.css" /> <script type="text/javascript" src="/system/resource/js/counter.js"></script> <script type="text/javascript">_jsq_(1012,'/events.jsp',-1,1695988272)</script> </head> <body> <div class="box"> <header class="hidden-xs"> <div class="logo fl"> <a href="../index.htm"><img src="../images/logo.png" alt="上海交通大学网络信息中心" title="上海交通大学网络信息中心" /></a> </div> <div class="head-right fr"> <div class="searchbg fl"> <script language="javascript" src="/system/resource/js/base64.js"></script><script language="javascript" src="/system/resource/vue/vue.js"></script><script language="javascript" src="/system/resource/vue/bluebird.min.js"></script><script language="javascript" src="/system/resource/vue/axios.js"></script><script language="javascript" src="/system/resource/vue/polyfill.js"></script><script language="javascript" src="/system/resource/vue/token.js"></script><LINK href="/system/resource/vue/static/element/index.css" type="text/css" rel="stylesheet"><script language="javascript" src="/system/resource/vue/static/element/index.js"></script><script language="javascript" src="/system/resource/vue/static/public.js"></script><div id="divu0"></div> <script type="text/html" id="htmlu0"> <div id="appu0"> <div v-if="!isError"> <div class="inp-text fl"> <input type="text" class="js-search-key inp-text" autocomplete=off v-model=query.keyWord @keyup.enter="onSubmit"> </div> <div class="inp-but fr"> <input type="submit" class="inp-but" value="" v-on:click="onSubmit()" name="submit_button"> </div> </div> <div v-if="isError" style="color: #b30216; font-size:18px;text-align: center;padding:20px;"> 应用维护中! </div> </div> </script> <script> $("#divu0").html($("#htmlu0").text()); </script> <script> var appOwner = "1695988272"; var token = 'tourist'; var urlPrefix = "/aop_component/"; jQuery.support.cors = true; $.ajaxSetup({ beforeSend: function (request, settings) { request.setRequestHeader("Authorization", token); request.setRequestHeader("owner", appOwner); } }); new Vue({ el: "#appu0", data: function () { return { query: { keyWord: "",//搜索关键词 owner: appOwner, token: token, urlPrefix: urlPrefix, lang:"i18n_zh_CN" }, isError: false } }, mounted: function () { var _this = this; // _this.init(); }, methods: { init: function(){ $.ajax({ url: "/aop_component//webber/search/test", type: "get", success: function (response) { if (response.code == "0000") { } else if (response.code == "220") { _this.isError = true; console.log(response); } else if (!response.code) { _this.isError = true; console.log(response); } }, error: function (response) { _this.isError = true; } }); }, onSubmit: function (e) { var url = "/views/search/modules/resultpc/soso.html"; if ("10" == "1" || "10" == "2") { url = "http://10.119.10.191:8083/" + url; } var _this = this; var query = _this.query; if (url.indexOf("?") > -1) { url = url.split("?")[0]; } if (query.keyWord) { var query = new Base64().encode(JSON.stringify(query)); window.open(url + "?query=" + query); } else { alert("请填写搜索内容") } }, } }) </script></div> <a href="http://en.net.sjtu.edu.cn" target="_blank">EN</a> </div> </header> <!--头部 end--> <!-- nav导航开始 --> <nav class="header navbar navbar-default visible-xs"> <!--大屏头部--> <div class="navbar-header "> <div class="container"> <div class="row"> <a href="../index.htm" class="visible-xs visible-sm logo1"> <img src="../images/logo.png" id="img" class="img-responsive"> </a> <div class="header-mobile visible-xs visible-sm"> <div class="site-tree-mobile"> <img src="../images/phone.png" style="width: 26px;" /> </div> <div class="site-mobile-shade"></div> </div> </div> </div> </div> <div class="header-nav"> <div class="container"> <div class="row"> <ul class="nav nav-pills" id="nav-animate" data-animation="fadeIndown"> <li class="mobile-nav-header"> <div class="closeIcon">×</div> </li> <li class="dropdown visible-xs visible-sm"> <div class="searchbg1"> <div id="divu1"></div> <script type="text/html" id="htmlu1"> <div id="appu1"> <div v-if="!isError"> <div class="inp-text fl"> <input type="text" class="js-search-key inp-text" autocomplete=off v-model=query.keyWord @keyup.enter="onSubmit"> </div> <div class="inp-but fr"> <input type="submit" class="inp-but" value="" name="submit_button" v-on:click="onSubmit()"> </div> </div> <div v-if="isError" style="color: #b30216; font-size:18px;text-align: center;padding:20px;"> 应用维护中! </div> </div> </script> <script> $("#divu1").html($("#htmlu1").text()); </script> <script> var appOwner = "1695988272"; var token = 'tourist'; var urlPrefix = "/aop_component/"; jQuery.support.cors = true; $.ajaxSetup({ beforeSend: function (request, settings) { request.setRequestHeader("Authorization", token); request.setRequestHeader("owner", appOwner); } }); new Vue({ el: "#appu1", data: function () { return { query: { keyWord: "",//搜索关键词 owner: appOwner, token: token, urlPrefix: urlPrefix, lang:"i18n_zh_CN" }, isError: false } }, mounted: function () { var _this = this; // _this.init(); }, methods: { init: function(){ $.ajax({ url: "/aop_component//webber/search/test", type: "get", success: function (response) { if (response.code == "0000") { } else if (response.code == "220") { _this.isError = true; console.log(response); } else if (!response.code) { _this.isError = true; console.log(response); } }, error: function (response) { _this.isError = true; } }); }, onSubmit: function (e) { var url = "/views/search/modules/resultpc/soso.html"; if ("10" == "1" || "10" == "2") { url = "http://10.119.10.191:8083/" + url; } var _this = this; var query = _this.query; if (url.indexOf("?") > -1) { url = url.split("?")[0]; } if (query.keyWord) { var query = new Base64().encode(JSON.stringify(query)); window.open(url + "?query=" + query); } else { alert("请填写搜索内容") } }, } }) </script> <div class="clearfix"></div> </div> </li> <li class="dropdown visible-xs visible-sm"> <a href="http://en.net.sjtu.edu.cn" target="_blank"><span><img src="../images/language.png" style="width:31px;" />EN</span></a> </li> <li class="dropdown hidden-xs hidden-sm"> <a href="" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <span><img src="../images/wchat.png" /></span> </a> </li> <li role="presentation" class="dropdown"> <a href="../index.htm"><span><img src="/images/home.png" />主页</span></a> </li> <li role="presentation" class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <span><img src="../images/ic1.png" />中心概况</span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu animated" data-animation="fadeInUp"> <div class="row"> <li class="col-md-12 mobile-nav-header"> <div class="back"><i class="fa fa-long-arrow-left"></i></div> <div class="closeIcon">×</div> </li> <li class="col-md-12"> <a target="" href="zxjj.htm" class="sub-title">中心简介</a> </li> <li class="col-md-12"> <a target="" href="bmld.htm" class="sub-title">部门领导</a> </li> <li class="col-md-12"> <a target="" href="zzjg.htm" class="sub-title">组织机构</a> </li> <li class="col-md-12"> <a target="" href="zxdsj.htm" class="sub-title">中心大事记</a> </li> <li class="col-md-12"> <a target="" href="kylw.htm" class="sub-title">科研论文</a> </li> <li class="col-md-12"> <a target="" href="ryjx.htm" class="sub-title">荣誉奖项</a> </li> <div class="clearfix"></div> </div> </ul> </li> <li role="presentation" class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <span><img src="../images/ic2.png" />基层党建</span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu animated" data-animation="fadeInUp"> <div class="row"> <li class="col-md-12 mobile-nav-header"> <div class="back"><i class="fa fa-long-arrow-left"></i></div> <div class="closeIcon">×</div> </li> <li class="col-md-12"> <a target="" href="../gzzd/djyd.htm" class="sub-title">党建生活</a> </li> <li class="col-md-12"> <a target="" href="../gzzd/dyfc.htm" class="sub-title">党员风采</a> </li> <li class="col-md-12"> <a target="" href="../gzzd/xxyd.htm" class="sub-title">学习园地</a> </li> <div class="clearfix"></div> </div> </ul> </li> <li role="presentation" class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <span><img src="../images/ic4.png" />信息服务</span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu animated" data-animation="fadeInUp"> <div class="row"> <li class="col-md-12 mobile-nav-header"> <div class="back"><i class="fa fa-long-arrow-left"></i></div> <div class="closeIcon">×</div> </li> <li class="col-md-12"> <a target="" href="../xxfw/jwbApp.htm" class="sub-title">交我办</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/jaccountzh.htm" class="sub-title">jAccount账号</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/sym.htm" class="sub-title">思源码</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/dzyj.htm" class="sub-title">交大邮箱</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/xyykt.htm" class="sub-title">校园一卡通</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/VPN.htm" class="sub-title">交大VPN</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/jBoxjdyp.htm" class="sub-title">交大云盘</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/gxnjsfw.htm" class="sub-title">高性能计算服务</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/jCloudjdy.htm" class="sub-title">jCloud交大云</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/xywjr.htm" class="sub-title">有线网络</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/wxwl.htm" class="sub-title">无线网络</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/ysphy.htm" class="sub-title">云视频会议</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/ym.htm" class="sub-title">域名和网站</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/jAccountjk.htm" class="sub-title">jAccount接口</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/zbrj.htm" class="sub-title">正版软件</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/wldx.htm" class="sub-title">网络短信</a> </li> <li class="col-md-12"> <a target="" href="../xxfw/IPv6.htm" class="sub-title">IPv6</a> </li> <div class="clearfix"></div> </div> </ul> </li> <li role="presentation" class="dropdown"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <span><img src="../images/ic5.png" />网络安全</span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu animated" data-animation="fadeInUp"> <div class="row"> <li class="col-md-12 mobile-nav-header"> <div class="back"><i class="fa fa-long-arrow-left"></i></div> <div class="closeIcon">×</div> </li> <li class="col-md-12"> <a target="" href="../wlaq/aqtg.htm" class="sub-title">通告和预警</a> </li> <li class="col-md-12"> <a target="" href="../wlaq/aqfw.htm" class="sub-title">安全服务</a> </li> <div class="clearfix"></div> </div> </ul> </li> <li role="presentation" class="dropdown"> <a href="../lxwm.htm" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <span><img src="../images/ic6.png" />联系我们</span> </a> </li> </ul> </div> </div> </div> </nav> <!-- nav导航end --> <div class="b-content bnycon"> <div class="b-left fl hidden-xs"> <div class="b-nav"><ul> <li><a href="../index.htm"><img src="../images/home.png" />主页</a></li> <li data-id="1002"> <a href="javascript:;" class="submenu active"> 中心概况<img src="../images/ic1.png" /> </a> <div class="ernav"> <span></span> <ul> <li> <a target="" href="zxjj.htm">中心简介</a> </li> <li> <a target="" href="bmld.htm">部门领导</a> </li> <li> <a target="" href="zzjg.htm">组织机构</a> </li> <li> <a target="" href="zxdsj.htm" class="active">中心大事记</a> </li> <li> <a target="" href="kylw.htm">科研论文</a> </li> <li> <a target="" href="ryjx.htm">荣誉奖项</a> </li> </ul> </div> </li> <li data-id="1003"> <a href="javascript:;" class="submenu"> 基层党建<img src="../images/ic2.png" /> </a> <div class="ernav"> <span></span> <ul> <li> <a target="" href="../gzzd/djyd.htm">党建生活</a> </li> <li> <a target="" href="../gzzd/dyfc.htm">党员风采</a> </li> <li> <a target="" href="../gzzd/xxyd.htm">学习园地</a> </li> </ul> </div> </li> <li data-id="1004"> <a href="/xxfw/jwbApp.htm" class="submenu"> 信息服务<img src="../images/ic4.png" /> </a> </li> <li data-id="1005"> <a href="javascript:;" class="submenu"> 网络安全<img src="../images/ic5.png" /> </a> <div class="ernav"> <span></span> <ul> <li> <a target="" href="../wlaq/aqtg.htm">通告和预警</a> </li> <li> <a target="" href="../wlaq/aqfw.htm">安全服务</a> </li> </ul> </div> </li> <li data-id="1007"> <a href="../lxwm.htm" class="submenu"> 联系我们<img src="../images/ic6.png" /> </a> </li> </ul></div> <!--b-nav end--> </div> <!--b-left end--> <div class="ny-tecon"> <div class="ny-top ny-top3"> <div class="container2"> <div class="nav-path3 "> <a href="../index.htm">首页</a> / <a href="javascript:;" data-name="中心概况">中心概况</a> / <a href="zxdsj.htm">中心大事记</a> </div> <div class="ny-titcon"> <div class="ny-title fl"> <p>上海交通大学网络信息中心,前身为上海交通大学计算中心,创建于1973年,是我国高校中建立最早、规模最大的计算中心之一。</p> <i class="i1"><img src="../images/c_ic1.png"></i> <i class="i2"><img src="../images/c_ic2.png"></i> <i class="i3"><img src="../images/c_ic3.png"></i> </div> <div class="clearfix"></div> </div> <!--ny-titcon end--> </div> <!--container2 end--> </div> <!--ny-top end--> <div class="business-con buscon2"> <div class="container2"> <div class="row"> <script language="javascript" src="/system/resource/js/dynclicks.js"></script> <script language="javascript" src="/system/resource/js/ajax.js"></script><script language="javascript">_getBatchClickTimes('null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null',1695988272,'wbnews','u5')</script> <script>function seeContenta5(contentid,size,displayid){ document.getElementById(contentid).innerHTML = '['; for(var i=0;i<=size;i++){ var allcontentid = contentid+(i+1); if(allcontentid==displayid){ document.getElementById(contentid).innerHTML += " <span id='"+allcontentid+"' name='"+allcontentid+"' >"+(i+1)+"</span> "; document.getElementById(displayid).style.display = 'block'; }else{ document.getElementById(contentid).innerHTML += " <span style='cursor:pointer' id='"+allcontentid+"' name='"+allcontentid+"' onclick=seeContenta5('"+contentid+"','"+size+"','"+allcontentid+"') >"+(i+1)+"</span> "; document.getElementById(allcontentid).style.display = 'none'; } } document.getElementById(contentid).innerHTML += ']';}</script> <script language="javascript" src="/system/resource/js/news/mp4video.js"></script> <script>_addDynClicks('wbnews',1695988272,5518)</script> <script>_addDynClicks('wbnews',1695988272,3978)</script> <script>_addDynClicks('wbnews',1695988272,2913)</script> <script>_addDynClicks('wbnews',1695988272,2834)</script> <script>_addDynClicks('wbnews',1695988272,2363)</script> <script>_addDynClicks('wbnews',1695988272,2362)</script> <script>_addDynClicks('wbnews',1695988272,2361)</script> <script>_addDynClicks('wbnews',1695988272,2360)</script> <script>_addDynClicks('wbnews',1695988272,2359)</script> <script>_addDynClicks('wbnews',1695988272,2358)</script> <script>_addDynClicks('wbnews',1695988272,2357)</script> <script>_addDynClicks('wbnews',1695988272,2356)</script> <script>_addDynClicks('wbnews',1695988272,2355)</script> <script>_addDynClicks('wbnews',1695988272,2354)</script> <script>_addDynClicks('wbnews',1695988272,2353)</script> <script>_addDynClicks('wbnews',1695988272,2352)</script> <script>_addDynClicks('wbnews',1695988272,2351)</script> <script>_addDynClicks('wbnews',1695988272,2350)</script> <script>_addDynClicks('wbnews',1695988272,2346)</script> <script>_addDynClicks('wbnews',1695988272,2345)</script> <script>_addDynClicks('wbnews',1695988272,2344)</script> <script>_addDynClicks('wbnews',1695988272,2343)</script> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2024</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_5518_u51"><div id="vsb_content"><ul class=" list-paddingleft-2" style="width: 733.398px; white-space: normal;"><li><p><strong class="year">2024-12</strong><a>信息服务专区“帮助中心”上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">&nbsp;</strong><a>网络信息中心荣获上海交通大学第50届校运会教工乙组团体总分第二名</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2024-11</strong><a>闵行校区学服大楼校园卡自助机上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">&nbsp;</strong><a>因公出国(境)校内批件电子签章版本上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2024-10</strong><a>自助报修新体验,语音报修上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">&nbsp;</strong><a>交我办App“学在交大”上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">&nbsp;</strong><a>“交我算”秋季培训大会圆满举行</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2024-09</strong><a>校园卡自助补卡服务面向校友群体</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">&nbsp;</strong><a>徐汇校区网络信息中心校园卡自助机上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2024-07</strong><a>“交我办”App支持手机号一键登录</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2024-04</strong><a>交我办“信息服务”板块全面改版上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">&nbsp;</strong><a>“自助报修”服务优化,新增“加急”、“追加评价”、“继续报修”功能</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2024-03</strong><a>网络信息中心荣获上海交通大学2023年度三八红旗集体称号</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">&nbsp;</strong><a>科学大数据平台正式上线服务</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">&nbsp;</strong><a>“交我算”春季培训大会圆满举行</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2024-01</strong><a>支持校园卡余额转思源码钱包</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">&nbsp;</strong><a>多角度着力推进“无人”服务</a><strong class="clearfix"></strong></p></li></ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2023</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_3978_u51"><div id="vsb_content"><ul class=" list-paddingleft-2" style="width: 733.398px; white-space: normal;"><li><p><strong class="year">2023-12</strong><a>交我办App支持英文模式</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>交我办“思源码”增加钱包、中国银行支付渠道</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>交我办已办事项支持全文搜索</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>交我办App“财务”板块升级,办事更便捷</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>邮箱系统升级</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>交我办“2023年度盘点”上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2023-11</strong><a>交我办App“网络信息中心工作专区”上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>长兴岛校区4号楼校园网络上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2023-10</strong><a>SA系统“学院行政服务”应用上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2023-09</strong><a>交我办App上线“交大之声”专区</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>支持新能源汽车充电接入交我办和思源码支付</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>网络信息中心与科研院共同举办第十一期“科技论剑”论坛</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>交我办App支持桌面小组件</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2023-08</strong><a>线上预约申请,线下终端自助领卡,自助办卡业务上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2023-07</strong><a>主动服务有温度,我的信息资源提醒功能上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>便捷办公,采购、报销定向培训</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2023-06</strong><a>集体账号信息变更流程上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>网络信息中心荣获国家级教学成果奖二等奖</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2023-05</strong><a>校园卡机具更新,使用更便捷</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>交我办App“交大生活”专区上线,融合就餐和交通服务资讯</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a> 交我办App“科研”板块升级,查询办理更便捷</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a> 智慧党建系统上线党员发展新模块</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a> “交我算”上线英文版文档页面和集群实时信息页面</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2023-04</strong><a>自助报修处理实时进展,让你一目了然</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>SA系统新版升级发布,推出全新“个人面板”和“管理面板”</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a> 教职工在职、收入证明电子版上线</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a> 支持新版学生公寓洗浴接入交我办和思源码支付</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a> “交我算”春季用户培训大会召开</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a> 启动“交我算”走进院系系列活动</a><strong class="clearfix"></strong></p></li><li><p><strong class="year">2023-03</strong><a>有线网络申请、变更流程升级,无需填写mac地址,设备随心换</a><strong class="clearfix"></strong></p></li><li><p><strong class="year"> &nbsp;</strong><a>交我办App新版首页发布,常用应用个性化推荐、自主收藏排序</a><strong class="clearfix"></strong></p></li></ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2022</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2913_u51"><div id="vsb_content"><ul class=" list-paddingleft-2" style="width: 733.398px; white-space: normal;"> <li><p><strong class="year">2022-12</strong><a>交我办“我的信息资源”手机版功能发布</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>多码合一升级,交大人专属“思源码”上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2022-11</strong><a>校园卡、V卡与jAccount身份一致化管理改造上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>网络安全周活动</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>jAccount账号延期流程优化</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>“交我办创新创意大赛”开启线上投票、答辩</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2022-10</strong><a>所有用户可以通过jAccount领取交大V卡</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>交我办“我的信息资源”上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>“平行世界”联动现实——“方块系列”卡面定制活动推出</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>“交我算”秋季用户培训大会线上召开</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>二十大安全保障</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2022-09</strong><a>校级正版软件授权中心正式上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>教职工离职申请,信息资源办理清晰指引</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>《校园卡管理办法》修订并发布</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>中心财务资产管理+流程上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>交我办“宿舍电费缴纳”全新升级上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2022-07</strong><a>首届“交我办创新创意大赛”活动开启</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>“交我算”MATLAB专题培训线上召开</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2022-05</strong><a>交大V卡功能升级,一卡(校园卡)一码(V卡)同屏显示</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>交我办App新增“账号与安全”功能</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>交大医学院接入交大V卡</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>全校聘期考核新版上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>研究生院新系统导师招生资格遴选功能上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>交我办预约平台支持超市预约、理发预约、体育场馆预约、自习室预约等业务</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>“交我算”思源一号专题培训线上召开</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>“交我算”生信专题培训线上召开</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>疫情教育网100G校园网30G扩容</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2022-04</strong><a>自助报修升级,安心代办,贴心提醒</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>交我办平台首个电子签章应用上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>财务对账机器人投入试运行</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2022-03</strong><a>升级cernet上海节点100G带宽</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>“思源一号”高性能计算集群正式上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>流量宽带防疫包,助力在线教学</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>交我办日程群共享功能上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>交我办电子授予学位证明应用上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>远程视频会诊搭建,享受三甲医院的专业诊疗</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>“交我算”春季用户培训大会线上召开</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2022-02</strong><a>“交我算”课程支撑申请流程入驻“交我办”</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>交我办“我的校园卡”上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>交我办专业技术职务电子聘书应用上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>交我算教学支撑面向本科生毕业设计开放申请</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2022-01</strong><a>新版自助报修流程上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp;</strong><a>交大附中智能报销上线</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2021</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2834_u51"><div id="vsb_content"><ul class=" list-paddingleft-2" style="width: 733.391px; white-space: normal;"> <li><p><strong class="year">2021-12</strong><a>“思源一号”高性能计算机点亮</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>电子签章平台上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>校园卡申请、延期,网络服务自助报修流程更新上线,精细化服务再升级</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>校园卡卡面定制、照片换新服务正式启动</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>交大V卡服务人群扩展,支持更多在校用户使用</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>交大V卡支持校医院就诊自助挂号、支付</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>张江科学园区网络开始建设</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2021-11</strong><a>“交我办”PC版(my.sjtu.edu.cn)全新改版上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>认证服务器集群完成优化</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>中英低碳学院、李政道研究所接入交大V卡</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>0ops获得第四届“强网”拟态防御国际精英挑战赛 冠军</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>0ops获得字节跳动高校安全挑战赛决赛 冠军</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2021-10</strong><a>第九届PAC全国并行应用挑战赛上海交大团队刷新历史最好成绩</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>在线报修评价功能上线,倾听用户意见</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2021-09</strong><a>推出交大版WPS金山文档线上协作办公服务(wps.sjtu.edu.cn)</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>“交我算”全面启动本科、研究生课程计算教学服务</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>校园卡全新改版, 21级新生宿舍Wi-Fi6覆盖,迎接2021级新生</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>李政道研究所网络正式开通</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2021-08</strong><a>“多码合一”上线,快速核验助力疫情防控</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>交大V卡同步防疫健康状态</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>线上迎新2.0上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>数据交换平台2.0上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>参与Katzebin联队,获得DEF CON CTF 全球总决赛 冠军</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>交大医学院接入交大V卡</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2021-07</strong><a>中共上海交通大学网络信息中心党员大会顺利召开</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>华为ARM国产计算平台上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>0ops获得第五届“强网杯”全国网络安全挑战赛 一等奖</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2021-06</strong><a>交我算生信云上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2021-05</strong><a>联合中国移动推出交大5G融合校园专网卡</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>交大云视频会议(腾讯会议版)正式上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>校园一卡通系统卡库合并升级上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>校园网运营商出口带宽扩容至15Gbps</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2021-04</strong><a>交大5G融合校园专网建设完成</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>联合中国联通推出交大5G融合校园专网卡</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>交大-华为成立高性能计算存储技术联合创新中心</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>上海交通大学开发者平台上线(developer.sjtu.edu.cn)</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year"> &nbsp; </strong><a>智慧能源创新学院接入校园网、交大V卡</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2021-03</strong><a>交大VPN客户端上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2021-02</strong><a>jBox交大云盘升级,扩容至1024G</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2021-01</strong><a>“交我办”App全新升级,上线日程、消息、个人中心板块</a></p></li> </ul> <p><br></p></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2020</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2363_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2020-12</strong><a>智慧报销、日程管理系统上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2020-11</strong><a>学科评估、问卷系统上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2020-10</strong><a>职称评审申报平台上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>新生宿舍Wi-Fi6覆盖</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>校车无线全覆盖</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2020-09</strong><a>联合后勤保障中心推出“节俭享好礼 文明<strong>‘</strong>益<strong>’</strong>起来”光盘打卡活动</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>奚立峰副校长受邀参加华为鲲鹏计算产业峰会<span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; font-size: 20px;">·</span>2020并发表题为《立德树人,创新引领高等教育新征程》的演讲</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2020-07</strong><a>有线网全面升级千兆</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2020-06</strong><a>通知服务上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2020-05</strong><a>AI语音服务上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2020-04</strong><a>“食堂就餐指数”系统上线运行</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2020-03</strong><a>“校级用印”审批流程上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2020-02</strong><a>战疫情,保障“停课不停学、不停教”,在线教学管理系统上线运行</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2020-01</strong><a>网络信息中心二届五次教职工大会暨七届二次工会会员大会圆满召开</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2019</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2362_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2019-11</strong><a>奚立峰副校长出席2019中国高校CIO论坛并做《“双一流”建设中的信息化之路》主题报告</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2019-10</strong><a>上海交通大学公共基础服务设施高性能计算平台及人工智能计算平台项目上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2019-06</strong><a>荣获上海交通大学第四届教职工文化艺术节舞蹈大赛一等奖</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2019-05</strong><a>奚立峰副校长受邀出席2019腾讯全球数字生态大会并做题为《创新·赋能——教育信息化2.0时代的交大实践》的主题报告</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>工会换届选举,尹慧敬、赖学亮和张朝晖当选网络信息中心第七届工会委员</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>与上海商学院、上海音乐学院组成高校信息化共建联合体,入选“上海市教育信息化应用标杆培育校名单(第一批)”</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>与英特尔合办第八届华东区高性能计算研讨会</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2018</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2361_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2018-12</strong><a>上海交通大学虚拟校园卡“交大V卡”上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2018-08</strong><a>上海交通大学公共基础服务设施云计算平台项目正式开工建设</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>组织国内首届OpenACC GPU Hackathon活动</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2018-07</strong><a>校园无线网新增1000个接入点</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2018-06</strong><a>与英特尔合办第七届华东区高性能计算研讨会</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>联合CPC2018组委会举办第二届国产CPU并行应用挑战赛赛前培训活动</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2018-05</strong><a>校园网站IPv6部署推进启动</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>开通SJTU-Guest无线访客邀请功能</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>闵行-徐汇校区间主干网升级至100G</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>高性能计算学生团队参加ASC18世界大学生超算大赛,荣获应用创新奖和一等奖</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2018-04</strong><a>校园网出口联通带宽扩容至10G</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2017</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2360_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2017-12</strong><a>校园网出口教育网带宽扩容至20G</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2017-09</strong><a>校园无线网新增4000个接入点</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2017-08</strong><a>学生VPN服务上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2017-06</strong><a>jBox交大云盘上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a> 校园网出口联通带宽扩容至1.5G</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2017-03</strong><a> 一门式服务移动端APP上线运营</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>荣获“CNVD协作特别贡献单位”和“CNVD技术组成员单位”称号</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2017-03</strong><a>上海交通大学Office 365网站、VMware学术计划网站上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2017-02</strong><a>牵头建设“教育行业漏洞报告平台”</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2016</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2359_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2016-12</strong><a>教职工邮箱扩容至10G,学生邮箱扩容至5G</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>新入职教工jAccount自助注册流程上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2016-11</strong><a>校园卡自助补卡机投入使用</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>无线会议账号网上申请流程上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2016-09</strong><a><span style="font-size: 20px;padding:0 2px;font-family: auto;">π</span>超算存储系统容量由700TB升级至4PB</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2016-08</strong><a>新版迎新系统(yingxin.sjtu.edu.cn)上线运行</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2016-06</strong><a>高性能计算学生团队荣获ISC16世界超算大赛季军</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2016-05</strong><a>交大云计算平台(jCloud)开始面向校内提供服务</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2016-04</strong><a>jAccount接口在线申请流程上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2016-01</strong><a>一门式服务平台my.sjtu.edu.cn上线运行</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2015</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2358_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2015-12</strong><a>荣获“CNVD漏洞处置突出贡献单位”荣誉称号</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>域名虚拟主机托管网上申请流程上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>开通eduroam并提供国际学术网络Wi-Fi漫游服务</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2015-10</strong><a>Portal FTP空间扩容</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>在线充值缴费服务开通</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2015-05</strong><a>“交大移动”APP正式发布公测</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2015-04</strong><a>高性能计算学生团队荣获ASC14世界超算大赛冠军</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2015-03</strong><a>中心微信公众号上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2015-01</strong><a>与IBM联合举办开源云计算技术交流会 </a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2014</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2357_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2014-11</strong><a>举办<span style="font-size: 20px;padding:0 2px;font-family: auto;">π</span>用户大会</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2014-10</strong><a>校友邮箱投入运行,2014届毕业生邮件同步迁移</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2014-09</strong><a>校园一卡通支付宝充值服务开通</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2014-05</strong><a>举办ICSC14国际会议</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2014-04</strong><a>校园网全面推行电子账单</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2013</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2356_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2013-10</strong><a>高性能计算机<span style="font-size: 20px;padding:0 2px;font-family: auto;">π</span>举行命名仪式,交大林忠钦院士和浪潮王恩东院士共同为<span style="font-size: 20px;padding:0 2px;font-family: auto;">π</span>揭幕</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2013-06</strong><a>高性能计算机<span style="font-size: 20px;padding:0 2px;font-family: auto;">π</span>荣登全球超算Top500排行榜第158名,教育部直属高校排名第一</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2013-04</strong><a>承办ASC13亚洲超算大赛</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2013-03</strong><a>高性能计算服务上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2013-01</strong><a>电子邮件系统升级扩容,教职工邮箱扩容至5G,学生邮箱扩容至2G</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2013</strong><a>流程平台应用上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>“基于可视化流程平台的复杂业务构建”获上海市高等教育学会信息管理专业委员会2013优秀案例</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2012</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2355_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2012-11</strong><a>交大幼儿园接入校园网 </a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2012-09</strong><a>校园无线网SSID统一调整为SJTU和SJTU-WEB</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2012-07</strong><a>校园卡从M1卡升级成CPU卡</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>旧版校园卡、消费卡停止使用</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2012-05</strong><a>校园无线网二期建设完成,基本覆盖闵行校区</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2012-03</strong><a>上海交通大学高性能计算中心成立,挂靠网络信息中心</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>开通官方微博(http://weibo.com/sjtunet)</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>jCube个人云存储服务上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2012-02</strong><a>电子邮件系统升级,采用Zimbra平台</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2011</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2354_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2011-10</strong><a>与上海移动合作共建无线网覆盖学生宿舍</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2011-09</strong><a>高清视频会议系统建设完成</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2011-03</strong><a>举办2011高校信息化实践者精英论坛</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2011</strong><a>科研管理平台投入使用 </a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>交大门户网站建成</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>“新一代协同办公服务平台”获2011高等教育信息化创新奖</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>荣获“2011高等教育信息化先进单位”称号</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2010</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2353_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2010-12</strong><a>站群平台自主建站服务上线 </a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2010-11</strong><a>顾一众主任荣获“上海市优秀CIO”称号</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2010-06</strong><a>“IPv6视频监控系统上海世博会应用示范与产业化”项目投入使用</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2010-05</strong><a>“校园一卡通”二期建设项目通过验收</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2010</strong><a>综合办公平台、信息发布平台、网站群系统、财务分析驾驶舱、新人力资源管理系统上线运行</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2009</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2352_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2009-12</strong><a>交大获CERNET建设十五周年突出贡献奖</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2009-10</strong><a>举办首届高校信息化实践者精英论坛</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>“校园一卡通”一期建设项目通过验收</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2009-09</strong><a>举办“数字大学”建设十周年庆典</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>授权医学院为员工及附属医院部分员工建立交大jAccount账号</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2009-05</strong><a>网络信息中心主体搬迁到闵行校区图文信息楼</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2009-03</strong><a>“985”二期数字大学建设项目通过验收</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2009-01</strong><a>微软正版化软件服务上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>交大附属中学接入校园网</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>校园网络短信服务平台投入使用</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2008</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2351_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2008-11</strong><a>胸科医院接入校园网</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2008-10</strong><a>无线网络覆盖全部教学办公区域</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2008-06</strong><a>毕业生离校网络服务平台投入使用</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2008-04</strong><a>香港大学联合电脑中心JUCC来访</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2007</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2350_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2007-07</strong><a>校园一卡通投入试运行</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2007-03</strong><a>国际和平妇幼保健院接入校园网</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2007</strong><a>信息资源综合管理服务平台启动建设</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2006</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2346_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2006-12</strong><a>“863”高性能宽带信息网3TNET项目通过验收</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2006-11</strong><a>与中国银行合作共建“校园一卡通”工程</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2006-09</strong><a>精神卫生中心接入校园网</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>CNGI-CERNET2/6IX主干网项目通过验收</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2006-07</strong><a>与宁夏大学开展数字化校园建设合作</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2006-03</strong><a>援建西藏农牧学院</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2006</strong><a>交大校园网拨号52544530服务停止</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2005</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2345_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2005-10</strong><a>电子邮件系统升级,基于开源软件基础上开发</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2005-09</strong><a>校本部与医学院网络互通</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>儿童医院接入校园网</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2005-06</strong><a>校内域名实行统一备案</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2005-05</strong><a>第一人民医院接入校园网</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2005-02</strong><a>CERNET十年建设突出贡献表彰</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2005-01</strong><a>全国首个地区性IPv6试验网N-SHERNET在上海开通</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2005</strong><a>人事管理系统上线运行</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2004</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2344_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2004-12</strong><a>CERNET2主干网开通</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2004-07</strong><a>上海交通大学成立信息化办公室</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2004-05</strong><a>第六人民医院接入校园网</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2004</strong><a>上海西南片高校联合办学服务网开通</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> <div class="col-lg-12 col-md-12 col-sm-12 "> <div class="big-box"> <div class="b-year"> <span>2003</span> </div> <!--b-year end--> <div class="b-yul"> <div id="vsb_content_2343_u51"><div id="vsb_content"><ul class=" list-paddingleft-2"> <li><p><strong class="year">2003-11</strong><a>下一代互联网中日IPv6项目启动</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2003-10</strong><a>校内Windows Update服务上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2003-06</strong><a>校园网收费实行包月制,发布新的收费标准</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>用户接入实行网卡mac地址与端口绑定管理模式</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>校园网全面开放国际网访问,交大全体学生免费</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2003-05</strong><a>建成开通全国首个万兆校园网</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">&nbsp; &nbsp;</strong><a>交大附属第二中学接入校园网</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2003-02</strong><a>本科生电子注册流程上线</a><strong class="clearfix"></strong></p></li> <li><p><strong class="year">2003</strong><a>网络安全紧急响应机制启动建设</a><strong class="clearfix"></strong></p></li> </ul></div></div> </div> <!--b-yul end--> <div class="clearfix"></div> </div> <!--big-box end--> </div> </div> </div> </div> <!--business-con end--> </div> <div class="footer"> <div class="foot-p"> <div class="ft-copyright"> 2004-2021 上海交通大学网络信息中心 版权所有 沪交ICP备05069 </div> <div style="font-size: 12px; margin-top: 2px; color: white; padding-bottom: 0px; padding-top: 0px; padding-left: 0px; padding-right: 0px"> <span id="ipv4"></span> <span id="ipv6"></span> </div> </div> </div> <!--footer end--> </div> <!--b-con end--> <div class="clearfix"></div> </div> <!--b-content end--> </div> <!-- box End--> <!--二级,三级 就是引用这几个--> <script type="text/javascript" src="../script/bootstrap.min.js"></script> <script type="text/javascript" src="../script/bootstrap-dropdown-on-hover.js"></script> <script type="text/javascript" src="../script/index.js"></script> <script type="text/javascript" src="../script/nav.js"></script> <script type="text/javascript" src="../script/toTop.js"></script> <script type="text/javascript" src="../script/jquery-ui.min.js"></script> <script type="text/javascript" src="../script/jquery.slimscroll.min.js"></script> <script type="text/javascript"> $('.business-pp').slimScroll({ height: '230px', size: 9, Color: '#dde7ef' }); </script> </body> </html>

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