-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (45 loc) · 2.38 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
<!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 >
东北大学iDC-NEU课题组专注于数据系统方面的研究方向(We build data systems),承担数据库系统、机器学习系统、图计算系统等方面的国家级和省部级项目。与华为高斯数据库、阿里巴巴达摩院、蚂蚁集团研究院等企业科研机构合作攻关实际生产中的关键技术。已在CCF推荐的A/B/C类相关重要期刊会议上发表论文百余篇。获国内外会议最佳论文奖,杰出论文奖等6项。培养ACM SIGMOD中国优博、辽宁省优博、优硕和校级优博优硕近20人次。毕业生赴国内外高校攻读博士学位、进入大厂核心技术团队等。欢迎对数据系统方向感兴趣的本科生研究生加入团队!
</p>
<div align="center">
<img src="images/photo/2023.4.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>