-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
108 lines (92 loc) · 2.04 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>CN Deliver 2</title>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="obrasinf.gif" type="image/gif" >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="js/jquery/jquery.js"></script>
<script src="js/twitter-bootstrap/js/bootstrap.js"></script>
<link rel="stylesheet" href="js/twitter-bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<style>
.box-content {
display: inline-block;
width: 200px;
padding: 10px;
}
.bottom {
border-bottom: 1px solid #ccc;
}
.right {
border-right: 1px solid #ccc;
}
</style>
</head>
<body>
<div id="content">
<div class="row">
<div class="col-xs-3">
Algorithm 1
</div>
<div class="col-xs-9">
<a href="pages/jlouvian.html?id=1">
jLouvain.js
</a>
<!--
<a href="http://arxiv.org/pdf/0803.0476v2.pdf">
Louvain (Blondel et. al, modularity optimization)
</a>
-->
</div>
</div>
<div class="row">
<div class="col-xs-3">
Algorithm 2
</div>
<div class="col-xs-9">
<!--
<a href="demo/linkurious/examples/cn-hits.html">
linkurious hits-demo
</a>
-->
<a href="demo/linkurious/examples/cn-louvain.html?id=1">
linkurious louvian-demo
</a>
<!--
<a href="demo/linkurious/examples/cn-linkurious.html">
linkurious demos...
</a>
-->
<!--
<a href="pages/linkurious.html">
linkurious.js
</a>
-->
</div>
</div>
<div class="row">
</div>
<!--
<div class="row">
<div class="col-xs-3">
Algorithm 3
</div>
<div class="col-xs-9">
<a href="pages/igraph.html">
igraph.js
</a>
</div>
</div>
-->
</div>
<div>
</div>
</body>
</html>