forked from amyxzhang/lab_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
235 lines (184 loc) · 7.78 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
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
<html>
<head>
<title>Social Futures Lab - UW CSE</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Social Futures Lab at UW CSE studies, designs, and builds the social computing systems of the future.">
<link href="https://fonts.googleapis.com/css2?family=Assistant:wght@400;700&family=Roboto+Mono:ital,wght@0,500;1,300&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="css/mavo.min.css">
<script src="js/mavo.es5.min.js"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon"> </head>
<body>
<!-- top nav -->
<div class="container-fluid">
<div class="row justify-content-md-center">
<div class="col-xs-12 col-sm-6 col-md-5 col-lg-5">
<a href="index.html"><img src="img/logo_long.png" class="logo"></a>
</div>
<div class="col-md-2 col-lg-4"></div>
<div class="col-xs-12 col-sm-6 col-md-5 col-lg-3 menu">
<a href="research.html">Research</a>
<a href="members.html">Team</a>
<a href="news.html">News</a>
</div>
</div>
</div>
<!-- header -->
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<p class="title">The <b>Social Futures Lab</b> is based out of the <a href="http://cs.uw.edu/">Allen School of Computer Science & Engineering</a> at University of Washington. We are reimagining social and collaborative systems to empower people and improve society.</p>
</div>
</div>
<hr />
<!-- Top section -->
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-8">
<!-- People -->
<div id="projects" mv-bar="none" mv-app="people" mv-source="https://github.com/amyxzhang/lab_website">
<h2 >People</h2>
<div class="row">
<!-- Each member -->
<article class="member-index" property="member" typeof="Person" mv-multiple>
<a href="[website_url]" property="homepage">
<img src="null" class="person-img" property="image" alt=""><br />
<span property="name">Name</span>
</a>
<meta property="id" content="[name]">
<p property="jobTitle">
<select>
<option value="pi">Assistant Professor</option>
<option value="postdoc" selected>Postdoctoral Researcher</option>
<option value="phd" selected>PhD Student</option>
<option value="visiting">Visiting Researcher</option>
<option value="masters">Masters Student</option>
<option value="undergrad">Undergraduate Student</option>
</select>
</p>
</article>
</div>
<div hidden>
<datalist id="memberList">
<option property="person" mv-multiple mv-value="name"></option>
</datalist>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-1 col-md-1 col-lg-1"></div>
<div class="col-xs-12 col-sm-4 col-md-4" style="float: right">
<!-- News -->
<h2>News</h2>
<div mv-bar="none" mv-app="news" mv-source="https://github.com/amyxzhang/lab_website">
<span property="news_item" mv-multiple mv-if="$index < 10">
<span property="date">Date</span>:
<span property="title">
Title
</span>
<a href="[news_item.link_url]" mv-if="link_url != 'null'"> →
</a>
<br /><br />
</span>
</div>
</div>
</div>
<hr />
<!-- Bottom section -->
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-8">
<!-- Publications -->
<div id="papers" class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h2>Latest Publications <a href="research.html">(see all)</a></h2>
</div>
<div mv-bar="none" mv-app="publications" mv-source="https://github.com/amyxzhang/lab_website" mv-permissions="read">
<article property="paper" mv-multiple mv-if="$index < 10">
<div class="row">
<!-- Thumbnail -->
<div class="col-xs-6 col-sm-3 col-md-3 col-lg-3">
<img class="img-responsive center-block" property="image" src="null" alt="Publication thumbnail">
</div>
<!-- Paper details -->
<div class="col-xs-12 col-sm-9 col-md-9 col-lg-9">
<a href="pub_details.html?id=[id]"></a>
<h3 property="title">Paper Title</h3>
</a>
<p><span property="author" mv-multiple>
<meta property="authorData" mv-value="get(people.member, 'id=' & author_name)" />
<img src="[authorData.image]" alt="" mv-if="authorData != ''">
<span property="author_name" mv-edit-list="memberList">Author Name</span>
</span>
</p>
<p><a href="null" property="conference url">
<span property="conference">Conference</span>
<span property="year">Year</span>
</a>
<span class="btn btn-xs btn-warning" property="award">Award</span>
</p>
<span property="links">
<a href="null" property="pdf_url" class="button">
<img src="img/pdf.png"><span>PDF</span>
</a>
<a href="null" property="website_url" class="button">
<img src="img/earth4.png"><span> Website</span>
</a>
<a href="null" property="code_url" class="button">
<img src="img/github5.png"><span> Code</span>
</a>
<a href="null" property="data_url" class="button">
<img src="img/data.png"><span> Data</span>
</a>
<a href="null" property="slides_url" class="button">
<img src="img/slides.png"><span> Slides</span>
</a>
<a href="null" property="video_url" class="button">
<img src="img/youtube.jpg"><span> Video</span>
</a>
<a href="null" property="talk_url" class="button">
<img src="img/youtube.jpg"><span> Talk</span>
</a>
</span>
</div>
</div>
</article>
</div>
</div>
<div class="col-xs-12 col-sm-1 col-md-1 col-lg-1"></div>
<div class="col-xs-12 col-sm-4 col-md-4" style="float: right">
<!-- Courses -->
<h2>Courses</h2>
<ul>
<li><a href="https://courses.cs.washington.edu/courses/cse440/">CSE 440: Introduction to HCI</a><br />Winter 2020</li>
<li><a href="#">CSE 599: Social Computing Research</a><br />Spring 2021</li>
</ul>
<!-- <BR>
<span class="mini-header">
<h3>Tweets By @SocFuturesLab</h3>
</span> <a class="twitter-timeline" width="300" height="400" data-chrome="nofooter noheader noborder transparent" data-border-color="#ffffff" href="https://twitter.com/SocFuturesLab" data-widget-id="515768611978223616">
Tweets by @SocFuturesLab</a>
<script>
! function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
p = /^http:/.test(d.location) ? 'http' : 'https';
if(!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + "://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
</script>
<P></P> -->
</div>
</div>
</div>
<!-- Footer -->
<div class="footer"><p>© Social Futures Lab. <a href="https://github.com/amyxzhang/lab_website">Site</a> built by <a href="https://homes.cs.washington.edu/~axz/" target="_blank">Amy X. Zhang</a> and <a href="http://jennyfan.com" target="_blank">Jenny Fan</a>.</p>
<br />
<a href="https://www.cs.washington.edu/" target="_blank"><img src="cselogo.png" width="300px" border="0" /></a>
<br />
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>