-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (45 loc) · 2.59 KB
/
index.html
File metadata and controls
52 lines (45 loc) · 2.59 KB
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
<!DOCTYPE html>
<!--[if lte IE 8]> <html class="oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="format-detection" content="telephone=no">
<script type="text/javascript" src="title.js"></script>
<link rel="stylesheet" href="js/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/all.css" />
<link rel="stylesheet" href="css/screen.css" />
<link rel="shortcut icon" href="images/logo.jpg" type="image/x-icon" />
<link rel="icon" href="images/logo.jpg" type="image/x-icon" />
</head>
<body>
<div id="wrapper">
<div class="wrapper-header" style="float">
<header id="header">
<script type="text/javascript" src="header.js"></script>
</header>
</div>
<div class="index-wrapper" >
<div class="index-body" >
<h2 class="slogan">课题组介绍</h2>
<p >
中国海洋大学大数据管理课题组依托魏志强教授领导的“海洋大数据国家地方联合工程研究中心”,面向机器/深度学习、大模型、大图计算等前沿问题,主要从数据存储、并行与分布式处理加速和隐私安全保护等方向展开深入研究,先后承担国家、省部级项目10余项,与美国马萨诸塞大学-艾姆霍斯特分校(UMASS Amherst)、新加坡国立大学(NUS)、香港中文大学(CUHK)、山东大学、东北大学和崂山实验室等国内外高校与科研机构保持紧密合作。实验室同时注重科研思维和编程技能的培养:成员已在中国计算机学会(CCF)推荐的A类顶级国际会议/期刊发表论文10余篇;获得CCF优秀博士论文奖、ACM优秀新星奖和会议最佳论文奖等多项奖励;发布开源大数据处理系统两套。欢迎对大数据管理感兴趣的本科生、研究生加入团队!
</p>
<div align="center">
<img src="images/photo/ouc.jpg" width=100% align="center"/>
</div>
</div>
</div>
<footer id="footer">
<script type="text/javascript" src="footer.js"></script>
</footer>
</div>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/cells-by-row.js"></script>
<script type="text/javascript" src="js/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>