-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
49 lines (46 loc) · 1.74 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
<!doctype html>
<html>
<head>
<title>ANLAB Traces</title>
<link rel="stylesheet" href="css/uswds.min.css" type="text/css" media="screen" />
</head>
<body>
<div
class="usa-banner"
aria-label="A website of the Advanced Networking Lab, KAIST">
<header class="usa-banner__header">
<div class="usa-banner__inner">
<div class="grid-col-auto">
<img
aria-hidden="true"
class="usa-banner__header-flag"
src="images/anlab_logo_sq.png"
alt=""
/>
</div>
<div class="grid-col-fill tablet:grid-col-auto" aria-hidden="true">
<p class="usa-banner__header-text">
A website of the Advanced Networking Lab, KAIST.
<a class="usa-link text-no-underline" href="https://an.kaist.ac.kr" target="_blank">Visit homepage.</a>
</p>
</div>
</div>
</header>
</div>
<div class="grid-container">
<h1>ANLAB Traces</h1>
<ul>
<li><a href="WWW2010">What is Twitter, a Social Network or a News Media? (WWW2010)</a></li>
<li><a href="IMC2009-kwak">Mining communities in networks: a solution for consistency and its evaluation (IMC2009)</a>
</li>
<li><a href="micnet2009-shinae">Consistent Community Identification in Very Large Networks (MICNET2009)</a></li>
<li><a href="PAM2008">Evaluation of VoIP Quality over WiBro (PAM2008)</a></li>
<li><a href="IMC2007">I Tube, You Tube, Everybody Tubes (IMC2007)</a></li>
<li><a href="WWW2007">Analysis of Topological Characteristics of Huge Online Social Networking Services (WWW2007)</a></li>
</ul>
<p>GitHub: <a href="https://github.com/ANLAB-KAIST/traces">https://github.com/ANLAB-KAIST/traces</a>
<br /> Contact: <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</body>
</html>