-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribute.html
88 lines (83 loc) · 2.5 KB
/
contribute.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
The Internet Topology Zoo
</title>
<link rel="stylesheet" href="blue/style.css" type="text/css" id="" media="print, projection, screen" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-351760-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="wrap">
<div id="header">
<table class="header">
<tr>
<td>
<img src="UoA_col_horz.png" />
</td>
<td>
<h1>
The Internet Topology Zoo
</h1>
</td>
</tr>
</table>
</div>
<div id="main">
<div id="sidebar">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="dataset.html">Dataset</a>
</li>
<li>
<a href="explore.html">Explore</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="publications.html">Publications</a>
</li>
<li>
<a href="toolset.html">Toolset</a>
</li>
<li>
<a href="documentation.html">Documentation</a>
</li>
<li>
<a href="contribute.html">Contribute</a>
</li>
<li>
<a href="links.html">External Links</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
<div id="main-content">
<h2> Contribute</h2>
Please send network suggestions to our Google Group: <a href="http://groups.google.com/group/topology-zoo">The Internet Topology Zoo</a>.
</div>
</div>
</div>
<div id="footer">
This project was supported by the Australian Government through an Australian Postgraduate Award and Australian Research Council Discovery Grants DP110103505 and DP0985063; and by the <a href="http://www.adelaide.edu.au">University of Adelaide</a>.
<br>
Last updated 2010-12-15 by simon.knight at adelaide.edu.au </a>.
</div>
</body>
</html>