forked from rsouza/Python_Course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
executable file
·41 lines (39 loc) · 1.79 KB
/
readme.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
<html>
<link rel="stylesheet" media="screen" href="http://networkrepository.com/assets/css/bootstrap.css">
<link rel="stylesheet" href="http://networkrepository.com/assets/css/responsive.css">
<link rel="stylesheet" href="http://networkrepository.com/assets/css/style.css">
<body>
<br><br>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="panel panel-success">
<div class="panel-heading">
<h3 class="panel-title"><i class="icon-group icon-large"></i> Acknowledgement policy</h3>
</div>
<div class="panel-body">
<h4>Please cite the following if you use the data:</h4>
<p class="lead12">
<blockquote class="hero">
<p style="font-family:'Lato';">
<code style="font-size:1.1em;">
@inproceedings{nr-aaai15,<BR>
title = {The Network Data Repository with Interactive Graph Analytics and Visualization},<BR>
author={Ryan A. Rossi and Nesreen K. Ahmed},<BR>
booktitle = {AAAI},<BR>
url={<i><a href="http://networkrepository.com" target="_blank"><b style="font-weight:bold !important;">http://networkrepository.com</b></a></i>},<BR>
year={2015}<BR>
}<BR>
</code>
</p>
</blockquote>
Note the 'types' or 'node_labels' file encodes the label (or type) of a node.
If the file has a single column, then the k-th row in the file maps to the node with id k.
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>