-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
353 lines (270 loc) · 11.5 KB
/
index.php
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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>Welcome to openHTML</title>
<!-- Included CSS Files (Uncompressed) -->
<!--
<link rel="stylesheet" href="stylesheets/foundation.css">
-->
<!-- Included CSS Files (Compressed) -->
<link rel="stylesheet" href="stylesheets/foundation.min.css">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<link rel="stylesheet" type="text/css" href="stylesheets/fc-webicons.css"/>
</head>
<body>
<!-- Header and Nav -->
<div class="contain-to-grid">
<nav class="top-bar">
<ul>
<li id="logo"><a href="./">openHTML</a></li>
</ul>
<ul class="left">
<!-- <li><a href="/project/features.php">Features</a></li> -->
<li><a class="anchor" href="#people">People</a></li>
<li><a class="anchor" href="#research">Research</a></li>
<li class="toggle-topbar"><a href="#"></a></li>
</ul>
<ul class="right">
<li><a class="button small" href="./openhtml/">Editor</a></li>
</ul>
</nav>
</div>
<!-- End Header and Nav -->
<!-- First Band (Slider) -->
<!-- The Orbit slider is initialized at the bottom of the page by calling .orbit() on #slider -->
<div style="padding: 60px 0 10px; background-color: #DEF1FC;">
<div class="row" style="margin-bottom: 30px;">
<div class="twelve columns">
<!-- <div id="slider"> -->
<div>
<img src="images/interface.png" />
<!-- <img src="http://placehold.it/1000x400&text=[img 2]" />
<img src="http://placehold.it/1000x400&text=[img 3]" />
<img src="http://placehold.it/1000x400&text=[img 4]" /> -->
</div>
</div>
</div>
<!-- Three-up Content Blocks -->
<div class="row" style="margin-bottom: 60px;">
<div class="four columns">
<!-- <img src="images/openhtml.png" /> -->
<h4>Technology</h4>
<p>Building tools to support learning in basic web development. Check out openHTML editor, a web-based HTML and CSS tool with a simple interface.</p>
</div>
<div class="four columns">
<!-- <img src="http://placehold.it/400x300&text=[img]" /> -->
<h4>Education</h4>
<p>Developing learning activities that motivate students while teaching the fundamentals of computation and the web based on research.</p>
</div>
<div class="four columns">
<!-- <img src="http://placehold.it/400x300&text=[img]" /> -->
<h4>Research</h4>
<p>Exploring ways to assess learning, using mixed methods that include naturalistic observations, lab studies, and analysis of Q&A forums and activity logs.</p>
</div>
</div>
</div>
<!-- People -->
<div id="people" class="row" style="margin-top: 100px;">
<div class="twelve columns">
<h2>People</h2>
</div>
</div>
<div class="row profile">
<div class="two columns photo">
<img src="images/andrea.jpg">
</div>
<div class="ten columns">
<div class="row">
<div class="four columns">
<h4>Andrea Forte</h4>
<p>PI</p>
<a href="mailto:andrea.forte@drexel.edu">Email</a>
</div>
<div class="eight columns">
Dr. Forte is interested in understanding new forms of information production and sharing that are made possible by participatory media.
Her work addresses questions that span human-computer interaction, computer-supported cooperative work, online communities, and learning sciences. She teaches in the areas of social computing and HCI. Dr. Forte’s professional experience includes human-computer interaction design and managing special library collections.
</div>
</div>
</div>
</div>
<div class="row profile">
<div class="two columns">
<img src="images/susan.png">
</div>
<div class="ten columns">
<div class="row">
<div class="four columns">
<h4>Susan Wiedenbeck</h4>
<p>Co-PI</p>
<a href="mailto:susan.wiedenbeck@drexel.edu">Email</a>
</div>
<div class="eight columns">
Dr. Wiedenbeck teaches in the area of human-computer interaction. Her research interests include human-computer interaction, empirical studies of end-user programming, including collaborative aspects of end-user programming, and computer training and individual factors that affect learning and use of end users.
</div>
</div>
</div>
</div>
<div class="row profile">
<div class="two columns">
<img src="images/tom.jpeg">
</div>
<div class="ten columns">
<div class="row">
<div class="four columns">
<h4>Thomas Park</h4>
<p>PhD Student</p>
<a href="mailto:thomas.park@drexel.edu">Email</a>
</div>
<div class="eight columns">
Tom's research interest is human-computer interaction (HCI), in particular interfaces to support learning in web development, novice programming, and end-user development (EUD).
</div>
</div>
</div>
</div>
<div class="row profile">
<div class="two columns">
<img src="images/swathi.jpg">
</div>
<div class="ten columns">
<div class="row">
<div class="four columns">
<h4>Swathi Jagannath</h4>
<p>Masters Student</p>
<a href="mailto:swathi.jagannath@drexel.edu">Email</a>
</div>
<div class="eight columns">
Works for Children's Hospital of Philadelphia as a Graduate Information Systems co-op. Interests include human-computer interaction, artificial intelligence, and healthcare informatics.
</div>
</div>
</div>
</div>
<div class="row profile">
<div class="two columns">
<img src="images/ankur.png">
</div>
<div class="ten columns">
<div class="row">
<div class="four columns">
<h4>Ankur Saxena</h4>
<p>Undergraduate Student</p>
<a href="mailto:ankur.saxena@drexel.edu">Email</a>
</div>
<div class="eight columns">
Undergraduate co-op student whose interests include programming, cognitive science, and martial arts.
</div>
</div>
</div>
</div>
<!-- Research -->
<div id="research" class="row" style="margin-top: 100px;">
<div class="twelve columns">
<h2>Research</h2>
<ul>
<li>
<b><a href="http://icer.hosting.acm.org/">Towards a Taxonomy of Errors in HTML and CSS</a></b><br />
Thomas H. Park, Ankur Saxena, Swathi Jagannath, Susan Wiedenbeck, and Andrea Forte <br />
International Computing Education Research (ICER), 2013
</li>
<li>
<b><a href="http://idc2013.org/">Children as Webmakers: Designing a Web Editor for Beginners</a></b><br />
Thomas H. Park, Rachel M. Magee, Susan Wiedenbeck, and Andrea Forte <br />
Interaction Design and Children (IDC), 2013
</li>
<li>
<b><a href="http://andreaforte.net/ParkCHIopenHTML13.pdf">openHTML: Designing a Transitional Web Editor for Novices</a></b> <br />
Thomas H. Park, Ankur Saxena, Susan Wiedenbeck, and Andrea Forte <br />
ACM Conference on Human Factors in Computing Systems (CHI), 2013
</li>
<li><b><a href="http://dl.acm.org/citation.cfm?id=2361276.2361312">Assessing and Enhancing Computational Literacy in Basic Web Development</a></b><br />
Thomas H. Park <br />
International Computing Education Research (ICER), 2012
</li>
<li>
<b><a href="http://dl.acm.org/citation.cfm?id=2016937">Learning Web Development: Challenges at an Earlier Stage of Computing Education</a></b><br />
Thomas H. Park and Susan Wiedenbeck <br />
International Computing Education Research (ICER), 2011 </li>
</ul>
</div>
</div>
<!-- Footer -->
<div style="margin-top: 60px; padding: 100px 0; background-color: #eee;">
<div class="row">
<div class="twelve columns">
<div class="row">
<div class="six columns" style="text-align:center;">
<img src="./images/nsflogo.gif" style="height:100px;">
</div>
<div class="six columns" style="text-align:center;">
<img src="./images/drexellogo.png" style="height:100px;">
</div>
<!-- <div class="four columns" style="text-align:center;">
<a href="#" class="large radius button">Contact Us</a>
<br/><br/>Feedbacks<br/>Comments<br/>Suggestions
</div> -->
</div>
</div>
</div>
</div>
<!-- Footer -->
<!-- <footer class="row">
<div class="twelve columns">
<hr />
<div class="row">
<div class="six columns">
<p>© Copyright no one at all. Go to town.</p>
</div>
<div class="six columns">
<ul class="link-list right">
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
<li><a href="#">Link 4</a></li>
</ul>
</div>
</div>
</div>
</footer> -->
<!-- Included JS Files (Uncompressed) -->
<!--
<script src="javascripts/jquery.js"></script>
<script src="javascripts/jquery.foundation.mediaQueryToggle.js"></script>
<script src="javascripts/jquery.foundation.forms.js"></script>
<script src="javascripts/jquery.foundation.reveal.js"></script>
<script src="javascripts/jquery.foundation.orbit.js"></script>
<script src="javascripts/jquery.foundation.navigation.js"></script>
<script src="javascripts/jquery.foundation.buttons.js"></script>
<script src="javascripts/jquery.foundation.tabs.js"></script>
<script src="javascripts/jquery.foundation.tooltips.js"></script>
<script src="javascripts/jquery.foundation.accordion.js"></script>
<script src="javascripts/jquery.placeholder.js"></script>
<script src="javascripts/jquery.foundation.alerts.js"></script>
<script src="javascripts/jquery.foundation.topbar.js"></script>
<script src="javascripts/jquery.foundation.joyride.js"></script>
<script src="javascripts/jquery.foundation.clearing.js"></script>
<script src="javascripts/jquery.foundation.magellan.js"></script>
-->
<!-- Included JS Files (Compressed) -->
<script src="javascripts/jquery.js"></script>
<script src="javascripts/foundation.min.js"></script>
<!-- Initialize JS Plugins -->
<script src="javascripts/app.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('#slider').orbit();
});
$('.anchor').click(function(e){
e.preventDefault();
var target = $(this).attr('href');
var offset = $(target).offset();
$("html, body").animate({ scrollTop: offset.top }, 600);
});
</script>
</body>
</html>