-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpeople.php
128 lines (101 loc) · 3.41 KB
/
people.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
<?php include("header.php"); ?>
<!--
to do list
add more spacing between people
figure out alignment
add top margin
-->
<header>
<div class="row">
<div class="twelve columns">
<h1>People</h1>
<h4></h4>
</div>
</div>
</header>
<div class="row">
<div class="two columns photo">
<img src="/project/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">
<div class="two columns">
<img src="/project/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">
<div class="two columns">
<img src="/project/images/tom.jpeg">
</div>
<div class="ten columns">
<div class="row">
<div class="four columns">
<h4>Thomas Park</h4>
<p>Ph.D 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 scaffolded interfaces to support learning in web development, novice programming, and end-user development (EUD).
</div>
</div>
</div>
</div>
<div class="row">
<div class="two columns">
<img src="http://placehold.it/190x190&text=[img]">
</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">
I have a Bachelor degree in Information Science from India. Currently I am pursuing my Masters in Information Systems at Drexel University. I work for Children's Hospital of Philadelphia as a Graduate Information Systems co-op. My area of interests include human-computer interaction, artificial intelligence and healthcare informatics.
</div>
</div>
</div>
</div>
<div class="row">
<div class="two columns">
<img src="/project/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">
Awesome Dude.
</div>
</div>
</div>
</div>