-
Notifications
You must be signed in to change notification settings - Fork 191
/
about.html
272 lines (215 loc) · 9.64 KB
/
about.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<?xml version="1.0" encoding="UTF-8" ?>
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>About Me - colah's blog</title>
<link rel="stylesheet" href="./fonts/Serif/cmun-serif.css" />
<link rel="stylesheet" href="./fonts/Serif-Slanted/cmun-serif-slanted.css" />
<!--BOOTSTRAP-->
<link href="./bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!--mobile first-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--removed html from url but still is html-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!--font awesome-->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!--fonts: allan & cardo-->
<link href="http://fonts.googleapis.com/css?family=Droid+Serif" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet" type="text/css">
<link href="./css/sticky-footer-navbar.css" rel="stylesheet">
<link href="./css/default.css" rel="stylesheet">
<link href="./css/bootstrap-carousel.css" rel="stylesheet">
<link href="./css/inlineDisqussions.css" rel="stylesheet">
<!--Highlight-->
<link href="./highlight/styles/github.css" rel="stylesheet">
<link href="./favicon.ico" rel="shortcut icon" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49811703-1', 'colah.github.io');
ga('require', 'linkid', 'linkid.js');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
<style>
.profile-container {
width: 100%;
min-height: calc(100vh - 40px);
margin: 0px;
display: grid;
}
.profile-container .profile-background {
grid-area: bg;
width: 100%;
height: 100%;
}
.profile-container .profile {
grid-area: text;
}
/* @media (min-width: 900px) {
.profile-container {
grid-template-columns: [bg-start] 6fr [text-start] 5fr [text-end bg-end];
grid-template-rows: [bg-start] 1fr [text-start] auto [text-end] 2fr [bg-end];
}
.profile-container .profile {
background-color:rgba(245,245,245,.9);
width: 80%;
height: min-content;
min-width: 300px;
max-width: 500px;
padding:20px;
padding-right: 10px;
margin: auto;
border-radius: 20px;
}
.profile-container .profile-background {
background: #ffffff url('images/portrait-4.jpg') no-repeat 7% 40%;
background-size: cover;
}
} */
@media (min-width: 900px) {
.profile-container {
grid-template-rows: [bg-start text-start] 1fr [text-end bg-end];
grid-template-columns: [bg-start] 2fr [bg-end text-start] 2fr [text-end];
}
.profile-container .profile {
background-color:#222;
color: #DDD;
width: 100%;
padding: 80px;
padding-top: 80px;
padding-right: 60px;
margin: 0px;
border-radius: 0px;
}
.profile-container .profile a {
color: #FFF;
font-weight: bold;
}
.profile-container .profile-background {
background: #ffffff url('images/portrait-7.jpeg') no-repeat 40% 10%;
background-size: cover;
width: 100%;
}
}
@media (max-width: 900px) {
.profile-container {
grid-template-columns: [bg-start text-start] 1fr [text-end bg-end];
grid-template-rows: [bg-start] auto 1fr [bg-end text-start] auto [text-end];
}
.profile-container .profile {
background-color:#222;
color: #DDD;
width: 100%;
padding: 40px;
margin: 0px;
border-radius: 0px;
}
.profile-container .profile a {
color: #FFF;
font-weight: bold;
}
.profile-container .profile-background {
background: #ffffff url('images/portrait-7.jpeg') no-repeat 40% 10%;
background-size: cover;
width: 100%;
min-height: 90vw;
}
}
.profile h2 {
margin-top: 10px;
font-size: 160%;
}
.profile p {
font-size: 130%;
text-align: left !important;
}
p {
margin-bottom: 15px !important;
}
</style>
</head>
<body style="background: #222; min-width: 394px; display: flex; flex-direction: column">
<nav class="navbar navbar-inverse navbar-static-top" role="navigation" style="margin-bottom: 0px;">
<div class="container">
<!--Toggle header for mobile-->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand active" href="./" id="home">colah's blog</a>
</div>
<!--normal header-->
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="./"><span class="glyphicon glyphicon-pencil"></span> Blog</a></li>
<li><a href="./about.html"><span class="glyphicon glyphicon-user"></span> About</a></li>
<li><a href="./contact.html"><span class="glyphicon glyphicon-envelope"></span> Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="profile-container">
<div class="profile-background"></div>
<div class="profile">
<h2>Christopher Olah</h2>
<p>
I work on reverse engineering artificial neural networks into human understandable algorithms.
</p>
<p>
I'm one of the co-founders of <a href="http://anthropic.com/">Anthropic</a>, an AI lab focused on the
safety of large models.
Previously, I led interpretability research at <a href="https://openai.com/">OpenAI</a>, worked at <a
href="https://research.google/teams/brain/">Google Brain</a>, and co-founded <a
href="https://distill.pub/">Distill</a>, a
scientific journal focused on outstanding communication.
</p>
<p>
My blog should not be taken to reflect the views of any organization
I'm affiliated with.
</p>
<p><a href="https://twitter.com/ch402">Twitter</a>  -  <a
href="https://scholar.google.com/citations?user=6dskOSUAAAAJ&hl=en&oi=sra">Google Scholar</a></p>
</div>
</div>
<!--
-->
<!--<p style="text-align:center;"><a href="cv.pdf">Academic CV</a> - <a href="https://github.com/colah/">Github</a> - <a href="https://twitter.com/ch402">Twitter</a> - <a href="http://christopherolah.wordpress.com/">Old Blog</a></p>-->
<!--
<div id="content">
<div class="container">
<div class="row">
<div class="col-md-8" style="background-color:rgba(245,245,245,.6);">
<h1>About Me</h1>
<div id="body">
<p><strong>Christopher Olah</strong>: Math-obsessed, Haskell-loving, Linux-using, vegan, rambling, member of hacklab.to!</p>
<p>You can also see my <a href="https://github.com/colah/">github profile</a>, <a href="http://christopherolah.wordpress.com/">old blog</a>, and <a href="http://christopherolah.files.wordpress.com/2010/02/cv.pdf">academic CV</a>.</p>
</div>
</div>
<div class="col-md-4" id="toc-wrapper">
</div>
</div>
</div>
</div>
-->
</div>
<!-- jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="./bootstrap/js/bootstrap.min.js"></script>
<script src="./highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="./js/footnotes.js"></script>
<script src="./js/bootstrap-carousel.js"></script>
<script src="./js/inlineDisqussions.js"></script>
<script src="./js/toc.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<noscript>Enable JavaScript for footnotes, Disqus comments, and other cool stuff.</noscript>
</body>
</html>