-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·43 lines (38 loc) · 1.52 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
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46774844-1']);
_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>
<title>Steven Ellis</title>
<link rel="stylesheet" type="text/css" href="self.css">
</head>
<link rel="icon"
type="image/png"
href="/favicon.png">
<link rel="icon"
type="image/png"
href="favicon.png">
<body>
<a href="index.html"><img id="logo" src="ideographic_description_character_overlaid.svg" type="image/svg+xml">
</img></a>
<div id="wrapdiv">
<br>
<!-- <div class="image" style="float:right; margin-left:20px; margin-top:20px;"><img src="face.PNG" width="260"></div> -->
<h2><br><br>I am a <a href="https://en.wikipedia.org/wiki/Data_science">data scientist</a>.<br>
<br>I studied <a href="https://en.wikipedia.org/wiki/Applied_psychology">applied psychology</a> at <a href="http://www.brown.edu/">Brown University</a>.<br>
<br>Some attempts to be a good open-source citizen:<br>
<ul>
<li><a href="https://github.com/tensorflow/text/pull/1306">TensorFlow Tutorial Fix</a></li>
<li><a href="https://github.com/google-coral/pycoral/pull/123">Google Coral Tutorial Fix</a></li>
</ul></h2>
</div>
</body>
</html>