-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
187 lines (162 loc) · 6.4 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
<!DOCTYPE html>
<html lang="en" vocab="http://schema.org" typeof="EducationalOrganization">
<head>
<meta charset="UTF-8">
<title>Haystack Group @ MIT CSAIL</title>
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="//dev.mavo.io/dist/mavo.css"><script src="//dev.mavo.io/dist/mavo.js" async></script>
<!-- <link rel="stylesheet" href="../mavo/dist/mavo.css"><script src="../mavo/dist/mavo.js" async></script> -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>
<object data="logo.svg" width="60"></object>
</h1>
<nav>
<ul>
<li><a href="#people">People</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="http://haystack.csail.mit.edu/news.html">Press</a></li>
<li><a href="http://haystack.csail.mit.edu/blog">Blog</a></li>
<li><a href="https://twitter.com/haystack_csail" class="twitter">🐦</a></li>
</ul>
</nav>
</header>
<main>
<section id="intro">
<h2>
<strong property="name">Haystack Group</strong>
Research on Information Access, Analysis, Management, and Distribution
</h2>
<p>Our goal is to make it easier for people to collect, organize, find, visualize, and share their information.
We are an interdisciplinary group of researchers blending approaches from human-computer interaction, social computing, databases, web infrastructure, information retrieval, artificial intelligence and the Semantic Web.</p>
</section>
<section mv-app id="people" mv-storage="https://github.com/haystack/website/data/people.json" mv-bar="no-login" mv-plugins="github-pr">
<h2>
<a href="#people">People</a>
</h2>
<div class="mv-bar mv-ui"></div>
<article property="member" typeof="Person" mv-multiple>
<a href="" property="url">
<img property="image" src="images/people/david-karger.jpg" alt="" mv-uploads="../images/people">
<h3 property="name">Name</h3>
<meta property="id" content="[name]">
</a>
<p property="jobTitle" mv-edit="#jobtitle-select"></p>
<p class="social">
<a href="https://twitter.com/[twitter]" property class="twitter" mv-attribute="data-username" mv-edit-placeholder="(Twitter username)">🐦</a>
<a href="https://github.com/[github]" property class="github" mv-attribute="data-username" mv-edit-placeholder="(Github username)">🐱</a>
</p>
</article>
<div hidden>
<datalist id="memberList">
<option property="person" mv-multiple mv-value="name"></option>
</datalist>
</div>
<footer>
<a class="older" href="http://haystack.csail.mit.edu/people.html">Alumni</a>
<p class="mv-logged-out">
<a href="?login" class="mv-login">Log in to Github to edit data</a>
</p>
</footer>
</section>
<section mv-app id="projects" mv-storage="https://github.com/haystack/website/data/projects.json" mv-bar="no-login">
<h2>
<a href="#projects">Active Projects</a>
</h2>
<div class="mv-bar mv-ui"></div>
<article property="project" typeof="CreativeWork" mv-multiple mv-order="desc">
<img src="" alt="" property="image" mv-uploads="../images/projects">
<div>
<h3>
<a href="" property="url">
<span property="name">Project Name</span>
</a>
<span class="social">
<a href="https://twitter.com/[twitter]" property class="twitter" mv-attribute="data-username" mv-edit-placeholder="(Twitter username)">🐦</a>
<a href="https://github.com/[github]" property class="github" mv-attribute="data-username" mv-edit-placeholder="username/repo">🐱</a>
</span>
</h3>
<div property="description" class="markdown">Description</div>
<footer>
Led by
<a href="[leadData.url]">
<meta property="leadData" mv-value="first(people.member where id = lead)" />
<img src="[leadData.image]" alt="">
<span property="lead" mv-edit-list="memberList">Leader</span>
</a>
</footer>
</div>
</article>
<footer>
<a class="older" href="http://haystack.csail.mit.edu/projects.html">Older Projects</a>
<p class="mv-logged-out">
<a href="?login" class="mv-login">Log in to Github to edit data</a>
</p>
</footer>
</section>
<section mv-app id="publications" mv-storage="https://github.com/haystack/website/data/publications.json" mv-bar="no-login">
<h2>
<a href="#publications">Latest Publications</a>
</h2>
<div class="mv-bar mv-ui"></div>
<article property="publication" typeof="ScholarlyArticle" mv-multiple mv-order="desc">
<h3>
<a property="url">
<span property="name">Title</span>
</a>
<a property class="document" title="Read paper">📃</a>
</h3>
<p class="authors">
<span property="author" mv-multiple mv-edit-list="memberList"></span>
</p>
<p>
<a property="venue" typeof="Event">
<span property="name" title="[first(conferences where id = name).name]">CHI</span>
<span property="year" mv-default="[year($today)]"></span>
</a>
</p>
</article>
<div hidden>
<datalist id="conferenceList">
<option property="conf" mv-multiple mv-value="conferences" typeof value="[id]">[name]</option>
</datalist>
<dl property="conferences">
<dt property="id">CHI</dt>
<dd property="name">ACM Conference on Human Factors in Computing Systems</dd>
</dl>
<dl property="conferences">
<dt property="id">UIST</dt>
<dd property="name">ACM User Interface Software and Technology Symposium</dd>
</dl>
<dl property="conferences">
<dt property="id">CSCW</dt>
<dd property="name">ACM Conference on Computer Supported Cooperative Work and Social Computing</dd>
</dl>
</div>
<footer>
<a class="older" href="http://haystack.csail.mit.edu/publications.html">Older Publications</a>
<p class="mv-logged-out">
<a href="?login" class="mv-login">Log in to Github to edit data</a>
</p>
</footer>
</section>
</main>
<footer>
<p>This website is open source (MIT licensed), feel free to <a href="https://github.com/haystack/website">fork it!</a></p>
<a href="http://mit.edu" class="logo"><img src="images/mit.svg" alt="MIT" height="80" /></a>
<a href="http://csail.mit.edu" class="logo"><img src="images/csail.svg" alt="CSAIL" height="80" /></a>
</footer>
<div hidden>
<select id="jobtitle-select">
<option value="pi">Principal Investigator</option>
<option value="phd" selected>PhD Candidate</option>
<option value="meng">M.Eng Student</option>
<option value="visiting">Visiting Scientist</option>
</select>
</div>
</body>
</html>