-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
198 lines (161 loc) · 8.04 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Michael Gubbels</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="./assets/css/bootstrap.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href="./assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="./assets/css/style.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="./assets/ico/favicon.gif">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="./assets/ico/apple-touch-icon-57-precomposed.png">
<!--
<script type="text/javascript" src="https://www.google.com/jsapi?key=ABQIAAAAEOOWav0KSyX9SZ23kpsdPRTs-F3xFRS5jilMVFuI7jogkuUpHRRKjz7aE5SqqUoPbC1fSQ5dn9lQZQ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
-->
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("jquery", "1.7.1");
</script>
<link href='http://fonts.googleapis.com/css?family=Quicksand:300,400|Muli|Terminal+Dosis|Comfortaa' rel='stylesheet' type='text/css'>
<script type="text/javascript">
$(document).ready(function() {
$('#menu_about').hover(
function() {
$('#menu_cursor').css('top', 70);
},
function() {});
$('#menu_cv').hover(
function() {
$('#menu_cursor').css('top', 104);
},
function() {});
$('#menu_portfolio').hover(
function() {
$('#menu_cursor').css('top', 137);
},
function() {});
$('#menu_play').hover(
function() {
$('#menu_cursor').css('top', 172);
},
function() {});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26414404-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>
</head>
<body>
<div class="container">
<div class="row">
<div class="span2">
</div>
<div class="span1">
<img src="./assets/img/brace_top.png" />
</div>
<div class="span9">
</div>
</div>
<div class="row">
<div class="span2" style="text-align: right; margin-top: 80px;">
<p style="font-family: 'Quicksand', sans-serif; font-size: 29px; line-height: 1.2;">
<a id="menu_about" href="./index.html">ABOUT</a><br />
<a id="menu_cv" href="./cv.html">CV</a><br />
<a id="menu_portfolio" href="./portfolio.html">PROJECTS</a><br />
<a id="menu_play" href="./play.html">PLAY</a><br />
</p>
</div>
<div class="span10" style="background-image:url('./assets/img/brace_side.png'); background-repeat: repeat-y;">
<div style="position: relative; margin-top: -10px; margin-bottom: -10px;">
<div style="padding-left: 100px;">
<p>
I explore how people can creatively shape materials for expression and learning. I design and build tools to expose computational affordances of materials and transform them into opportunities for creative expression and learning.
</p>
<p>
I'm a M.S. student in <a href="http://ischool.umd.edu/content/master-human-computer-interaction">Human-Computer Interaction</a> in the <a href="http://ischool.umd.edu/">College of Information Studies</a> at the <a href="http://umd.edu/">University of Maryland, College Park</a>. I am working on ScienceKit with Tammy Clegg, <a href="http://www.cs.umd.edu/hcil/sinq/">SINQ</a> with <a href="http://ahnjune.com/">June Ahn</a>, and Social Fabric Fitness with <a href="http://www.cs.umd.edu/~jonf/">Jon Froehlich</a>.
</p>
<p>
I also collaborate with <a href="http://michaelsmithwelch.net/">Michael Smith-Welch</a>. We are co-authoring a book on Scratch, teach workshops to children on making and creative learning with materials and electronics. I am an intern at FutureMakers where I teach workshops to kids on making.
Last summer, I was a User Experience Research Intern at Google mentored by <a href="https://sites.google.com/site/dmrussell/">Daniel Russell</a>. I helped design and launch Google's first <a href="http://www.powersearchingwithgoogle.com/">Power Searching with Google</a> massive open online course that reached 155,000 students in 196 countries (<a href="http://googleresearch.blogspot.com/2012/08/teaching-world-to-search.html">source</a>). While at Google, I also helped design SearchParty along with <a href="https://sites.google.com/site/dmrussell/">Daniel Russell</a>, <a href="http://www.cs.umd.edu/~bederson/">Ben Bederson</a> and <a href="http://www.cs.umd.edu/hcil/members/arose/">Anne Rose</a>.
</p>
<p>
I put my tools on <a href="https://github.com/mokogobo">GitHub</a> and talk on <a href="https://plus.google.com/115163694586390874226/posts">Google+</a>.
</p>
<!-- <p>
Some things that I enjoy in my free time are exploring my current home
around Washington D.C.,
developing my technical and artistic repitoire, progressing on art and
other projects, electronics hacking, learning (and
consuming) all things coffee, and riding my blue bicycle.
</p> -->
</div>
<!-- 63, 80 99 -->
<div id="menu_cursor" style="position: absolute; top: 70px; left: 0px;">
<img src="./assets/img/brace_center.png" />
</div>
</div>
</div>
</div>
<div class="row">
<div class="span2">
</div>
<div class="span1">
<img src="./assets/img/brace_bottom.png" />
</div>
<div class="span9">
</div>
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!--
<script src="./js/jquery.js"></script>
<script src="./js/bootstrap-transition.js"></script>
<script src="./js/bootstrap-alert.js"></script>
<script src="./js/bootstrap-modal.js"></script>
<script src="./js/bootstrap-dropdown.js"></script>
<script src="./js/bootstrap-scrollspy.js"></script>
<script src="./js/bootstrap-tab.js"></script>
<script src="./js/bootstrap-tooltip.js"></script>
<script src="./js/bootstrap-popover.js"></script>
<script src="./js/bootstrap-button.js"></script>
<script src="./js/bootstrap-collapse.js"></script>
<script src="./js/bootstrap-carousel.js"></script>
<script src="./js/bootstrap-typeahead.js"></script>
-->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<script type="text/javascript" src="./assets/js/jquery.jrumble.min.js"></script>
<script>
$('#energy').jrumble({ opacity: true });
$('#energy').trigger('startRumble');
</script>
</body>
</html>