-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathqq.html
More file actions
73 lines (46 loc) · 1.75 KB
/
Copy pathqq.html
File metadata and controls
73 lines (46 loc) · 1.75 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
68
69
70
71
72
73
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
<title>Aaron Clauset's homepage</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
</head>
<body>
<!-- Main container -->
<div id="container">
<!-- Banner object -->
<a id="header-img" href="/"> </a>
<!-- Center Object -->
<div id="center">
<div id="center-right"></div>
<div class="content">
I'm currently a post-doctoral fellow at the <a href="http://www.santafe.edu/">Santa Fe Institute</a>, where I study social, biological and technological networks using tools from computer science, physics and statistics. I'm particularly interested in notions of hierarchy, robustness, and scaling, the utility of randomness, and the computation of biological or evolutionary systems. You can find out more about my professional and personal life through the links to the right.
</div>
<!-- After main content -->
</div>
<!-- Right-side Gutter -->
<div id="right">
<div class="sidebar">
<div id="sidebar-cat">
<h2>Professional</h2> <ul> <li>
<a href="/research.htm">Research</a><br>
<a href="/publications.htm">Publications</a><br>
<a href="/blog">Blog</a><br>
<a href="/aclauset-cv.pdf">Vitae</a><br>
<a href="/resources.htm">Resources</a><br>
</li> </ul>
</div>
<div id="sidebar-cat">
<h2>Personal</h2> <ul> <li>
<a href="/aboutme.htm">About Me</a><br>
<a href="/photos/">Photos</a><br>
<a href="/contact.htm">Contact</a><br>
</li> </ul>
</div>
</div>
</div>
<div id="footer"> <p> Copyright 2000-2006, Aaron Clauset</p> </div>
<div style="clear: both;"> </div>
</div>
</body>
</html>