-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaper_all.html
More file actions
67 lines (59 loc) · 3.05 KB
/
paper_all.html
File metadata and controls
67 lines (59 loc) · 3.05 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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">
<title>OUC BigData Group</title>
<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" />
<style type="text/css">
ul{
display: block;
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
}
</style>
</head>
<body>
<div id="wrapper">
<div class="wrapper-header" style="float">
<header id="header">
<h1 class="logo">欢迎访问[课题组名]</h1>
<a class="menu_trigger" href="#">menu</a>
<nav id="nav">
<ul>
<li><a href="index.html">主页</a></li>
<li><a class="active" href="publications.html">发表论文</a></li>
<li><a href="research.html">研究方向</a></li>
<li><a href="project.html">科研项目</a></li>
<li><a href="member.html">团队成员</a></li>
<li><a href="news.html">最近大事</a></li>
<li><a href="index_en.html">English</a></li>
</ul>
</nav>
<!--<h2 class="slogan">Professional Web Designer</h2>-->
</header>
</div>
<div class="publication-body">
<h4> 2021</h4>
<!-- 参考下面模板编写-->
<!-- <ul>-->
<!-- <p></p>-->
<!-- <li><b><a href="http://faculty.neu.edu.cn/cc/zhangyf/papers/p2235-gongsf.pdf">Automating Incremental Graph Processing with Flexible Memoization </a> (CCF A) </b><br>-->
<!-- Shufeng Gong, Chao Tian, Qiang Yin, Wenyuan Yu, <b>Yanfeng Zhang</b>, Liang Geng, Song Yu, Ge Yu, Jingren Zhou<br>-->
<!-- <em><a href="https://vldb.org/2021/">Proceedings of the VLDB Endowment (<b>PVLDB 2021</b>)</a></em>, Copenhagen, Denmark, 2021.</li><p>-->
<!-- </p><li><b><a href="http://faculty.neu.edu.cn/cc/zhangyf/papers/2021-TKDE-PriPart.pdf">Accelerating Large-Scale Prioritized Graph Computations by Hotness Balanced Partition </a> (CCF A) [<a href="https://github.com/SunfineG/GraphPartition"><font color="green">Code</font></a>]</b><br>-->
<!-- Shufeng Gong, <b>Yanfeng Zhang</b>, Ge Yu<br>-->
<!-- <em><a href="http://www.computer.org/portal/web/tpds">IEEE Transactions on Parallel and Distributed Systems (<b>TPDS</b>)</a></em>, 32(4), Apr, 2021, pp. 746-759.</li><p>-->
<!-- </p></ul>-->
<h4> 2020</h4>
</body>
</html>