-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (77 loc) · 4.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<title>智能网络与协同计算课题组 | 中南大学</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- <meta content="DLab, Data Mining, Bioinformatics, protein function, lncRNA function, Lei Deng, School of Computer Science and Engineering, CSU, Central South University, 邓磊, 计算机学院, 中南大学" name="keywords"/>
<meta name="description" content="This is the home page of DLab - Data Mining and Bioinformatics Lab."/>
<meta content="index,follow" name="robots"/>
<meta content="Dlab" name="author"/>
<meta name="application-name" content="Dlab"/> -->
<!-- <script src="html/scripts/PredHS.js" type="text/JavaScript"></script>
<script src="html/scripts/jquery-1.2.3.min.js" type="text/javascript" language="javascript"></script>
<script src="html/scripts/jquery.MultiFile.js" type="text/javascript" language="javascript"></script>
<script src="html/scripts/prototype.js" type="text/javascript" language="javascript"></script>
<script src="html/scripts/sharedFunctions.js" type="text/javascript" language="javascript"></script> -->
<link type="text/css" rel="stylesheet" href="styles/common.css">
<link type="text/css" rel="stylesheet" href="styles/index.css">
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<div id="header_holder">
<div class="sub_holder">
<!-- <div id="logo_holder">
<a href="/"><img src="images/logo.png" id="logo" alt="DLab" align="left" width="130" height="40"
border=0></a>
</div> -->
<div id="title_holder">
<font style=" font-size:20px;color:#FFFFFF;">智能网络与协同计算课题组</font><br>
<font style=" font-size:12px;color:#A7A7A7;">中南大学 | 计算机学院</font>
</div>
</div>
<div id="nav">
<div class="sub_holder">
<ul>
<li class="selected">
<a href="#">主页</a>
</li>
<li>
<a href="staff.html">人员</a>
</li>
<li>
<a href="publication.html">出版</a>
</li>
<li>
<a href="project.html">项目</a>
</li>
<li>
<a href="join.html">加入我们</a>
</li>
<li>
<a href="contact.html">联系我们</a>
</li>
</ul>
</div>
</div>
</div>
<div id="index_middle">
<div id="intro">
<div style="float:left; width:900px;text-align:center">
<img src="images/lab_photo.jpg" alt="lab photo" align="center" width="600" border=0>
</div>
<div style="float:left; width:900px;">
<p>欢迎来到中南大学智能网络与协同计算课题组。本课题组依托于中南大学计算机学科,立足智能网络与网络安全的应用基础研究和技术创新,研究网络系统的大数据分析、优化运行和系统安全等重大共性问题。</p>
<p>本实验室研究队伍包括2位老师,2位博士生和12位研究生。两位老师的详细情况介绍如下:<br />
赵明老师:博士、中南大学教授、博士生导师,计算机学院副院长,湖南省计算机学会常务理事、中南大学学术委员会委员。主要研究方向:医学影像处理、机器学习。近五年在计算机、生物医学领域国际权威期刊 TVT、 AIRE、INFFUS、 ComCom、 CMPB、 CMIG、 TNSN、 ETT、 PPNA、 CMC 等发表 SCI 论文 30 余篇。 2017 年后 SCI 引用次数超过 500 次,发表的论文有多篇成为 ESI
1%高引论文(7 篇)、 1‰引用论文(3 篇)。出版专著 1 部,获省部级科技进步奖二等奖 2 项(排名第 2)。主持国家自然科学基金、教育部博士点基金、湖南省自然科学基金、湖南省科技计划、中国博士后基金、企业合作项目等课题 20 余项。 <br />
唐枫枭老师:博士,中南大学特聘教授,近五年来关于人工智能在无线网络核心流量控制与资源分配的研究取得了丰富的前期成果,相关结果在 IEEE JSAC, IEEE TC, IEEE
Proceedings等国际顶级期刊上发表 ESI 热点论文 4 篇,高被引论文 10 篇,谷歌他引2200余次,曾两次获得通信领域顶级会议 Globecom 的最佳论文奖,获得 2020 年 IEEE 通信协会亚太地区杰出论文奖,日本东北大学校长奖,日本船井财团优秀研究奖等国际奖项
</p>
</div>
</div>
</div>
<div id="footer">
<div id="foot">Copyright © 2021 </div>
</div>
</body>
</html>