-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
303 lines (284 loc) · 14.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Trellis">
<meta name="author" content="Mark McKnight">
<title>Trellis</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="less/style.css" rel="stylesheet">
<script src="https://d3js.org/d3.v3.min.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="118" id="trellis">
<div class="modal">
<div class="control close">×</div>
<div class="iframe">
</div>
</div>
<nav class="navbar navbar-default navbar-fixed-top tr-nav-top" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav logo">
<li class="text-center logo"><a class="navbar-brand tr-brand" href="#"><img src="images/trellis_ident_white_b.png" height="35" alt="Trellis"></a></li>
</ul>
<ul class="nav navbar-nav">
<div class="tr-divider"></div>
</ul>
<ul class="nav navbar-nav">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#research">Research</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
<div class="tr-video-outer-top">
<div class="tr-video-inner parallax">
<video class="tr-video" playsinline muted loop poster="video/TRELLIS_Website_BG002-5_poster.png">
<source class="video-src" src="video/TRELLIS_Website_BG001.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="jumbotron tr-video-outer" id="home">
<div class="container tr-header">
<div class="row">
<div class="col-md-4"> </div>
<div class="col-md-4 text-center">
<img class="trellis-logo" width="85%" src="images/trellis_ident_white_b.png" alt="trellis">
</div>
<div class="col-md-4"> </div>
</div>
<div class="row">
<div class="col-md-4"> </div>
<div class="col-md-4">
<div class="tr-divider"></div>
</div>
<div class="col-md-4"> </div>
</div>
<div class="row">
<div class="col-md-4"> </div>
<div class="col-md-4">
<h3 class="text-center">Watch the video to learn how Trellis is changing research</h3>
<span class="tr-play-button"> ▶</span>
</div>
<div class="col-md-4"> </div>
</div>
</div>
</div>
<div class="tr-interstitial"></div>
<div class="jumbotron tr-video-outer" id="about">
<div class="tr-content">
<div class="container">
<div class="row">
<div class="col-md-4">
<p>
Trellis is a suite of software tools for developing, administering, and collecting survey
and social network data. What separates Trellis from other survey tools is its support
for mapping social networks and its ability to integrate them with survey data.
</p>
</div>
<div class="col-md-4">
<p>
You can use Trellis to conduct a photographic census of the respondent population in
sociocentric study designs. Then it's possible to document the edges of the network by
asking customized "name generator" questions such as "With whom do you discuss important
matters?"
</p>
</div>
<div class="col-md-4">
<p>
An especially valuable feature of Trellis is that the respondents can identify their
social contacts not only by name, but by photograph. This allows for accurate mapping
of social networks even in low-literacy populations or where names may be similar
or confusing.
</p>
</div>
</div>
</div>
</div>
<div class="tr-video-outer">
<div class="tr-video-inner parallax">
<video class="tr-video" playsinline muted loop poster="video/TRELLIS_Website_BG002-5_poster.png">
<source src="video/TRELLIS_Website_BG002.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="tr-interstitial"></div>
<div class="jumbotron tr-video-outer" id="research">
<div class="tr-content">
<div class="row">
<div class="col-md-4">
<p>
<strong>Social network targeting to maximise population behaviour change: a cluster randomised controlled trial,</strong>
<a target="new" href="http://thelancet.com/journals/lancet/article/PIIS0140-6736(15)60095-2/fulltext">The Lancet, Published online May 5, 2015 http://dx.doi.org/10.1016/S0140-6736(15)60095-2 <i style="font-size:10pt" class="glyphicon glyphicon-new-window"></i></a>
D.A. Kim, A.R. Hwong, D. Stafford, D.A. Hughes, A.J. O’Malley, J.H. Fowler, and N.A. Christakis.
</p>
</div>
<div class="col-md-4">
<p>
<strong>Exploiting social influence to magnify population-level behaviour change in maternal and child health:</strong>
study protocol for a randomised controlled trial of network targeting algorithms in rural Honduras.
<a target="new" href="https://www.ncbi.nlm.nih.gov/pubmed/28289044">BMJ open. 2017 Mar 1;7(3):e012996 <i style="font-size:10pt" class="glyphicon glyphicon-new-window"></i></a>
Shakya HB, Stafford D, Hughes DA, Keegan T, Negron R, Broome J, McKnight M, Nicoll L, Nelson J, Iriarte E, Ordonez M, Airoldi E, Fowler JH, Christakis NA
</p>
</div>
<div class="col-md-4">
<p>
<strong>Intimate partner violence norms cluster within households:</strong>
an observational social network study in rural Honduras.
<a target="new" href="https://www.ncbi.nlm.nih.gov/pubmed/26951919">BMC public health. 2016 Mar 8;16(1):233 <i style="font-size:10pt" class="glyphicon glyphicon-new-window"></i></a>
Shakya HB, Hughes DA, Stafford D, Christakis NA, Fowler JH, Silverman JG.
</p>
</div>
</div>
</div>
<div class="tr-video-outer">
<div class="tr-video-inner parallax">
<video class="tr-video" playsinline muted loop poster="video/TRELLIS_Website_BG002-5_poster.png">
<source src="video/TRELLIS_Website_BG003.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="tr-interstitial"></div>
<div class="jumbotron tr-video-outer" id="download">
<div class="tr-content">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>Trellis is open source software, to download the source code or contribute to the project,
find us on GitHub at <a href="https://github.com/human-nature-lab">https://github.com/human-nature-lab</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>We are currently working on a public release including adding the app to the Play Store,
and creating a demo server to make it easy get started.</p>
<p>To be notified when the public release is done, please sign up for our mailing list:</p>
<form class="row" method="post" action="https://mailman.yale.edu/mailman/subscribe/trellis">
<div class="form-group">
<label class="sr-only" for="tr-email">Email</label>
<input type="email" class="form-control" name="email" id="tr-email" placeholder="Enter your email">
</div>
<div class="form-group">
<label class="sr-only" for="tr-fullname">Your name (optional)</label>
<input type="text" class="form-control" name="fullname" id="tr-fullname" placeholder="Enter your name">
</div>
<div>
<button type="submit" class="btn btn-large">Sign Up</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="tr-video-outer">
<div class="tr-video-inner parallax">
<video class="tr-video" playsinline muted loop poster="video/TRELLIS_Website_BG002-5_poster.png">
<source src="video/TRELLIS_Website_BG004.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="tr-interstitial"></div>
<!--div class="jumbotron tr-video-outer" id="download">
<div class="tr-content">
<div class="container">
<div class="row">
<div class="col-md-4">
<p>This software can be downloaded free of charge</p>
<form>
<div><button type="button" class="btn btn-large">Mac OS</button></div>
<div><button type="button" class="btn btn-large">Linux</button></div>
<div><button type="button" class="btn btn-large">Windows</button></div>
</form>
</div>
<div class="col-md-8">
<p>If you are not part of an academic institution but want to use Trellis for research purposes, please contact us</p>
<form>
<div class="form-group">
<label class="hidden" for="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Name">
</div>
<div class="form-group">
<label class="hidden" for="email">Email address</label>
<input type="email" class="form-control" id="email" placeholder="Email">
</div>
<div><button type="submit" class="btn btn-large">Send</button></div>
</form>
</div>
</div>
</div>
</div>
<div class="tr-video-outer">
<div class="tr-video-inner parallax">
<video class="tr-video" playsinline autoplay muted loop poster="video/TRELLIS_Website_BG002-5_poster.png">
<source src="video/TRELLIS_Website_BG004.mp4" type="video/mp4">
</video>
</div>
</div>
</div-->
<div class="jumbotron tr-video-outer">
<!--div class="tr-contact-divider"> </div-->
<div class="tr-contact">
<div class="tr-contact-div" id="contact">
<div class="container">
<div class="col-md-12">
<div style="float:right">
<div>
<script language="JavaScript">
var username = "yins";
var hostname = "yale.edu";
var linktext = "Contact us at " + username + "@" + hostname ;
document.write("<a class='tr-contact' href='" + "mail" + "to:" + username + "@" + hostname + "?subject=Trellis'>" + linktext + "</a>");
</script>
</div>
<div><a class="tr-contact" href="http://yins.yale.edu/">Yale Institute for Network Science</a></div>
<div><a class="tr-contact" href="http://humannaturelab.net/">Human Nature Lab</a></div>
<div><a class="tr-copy" href="http://yins.yale.edu/">©2017 Yale Institute for Network Science</a></div>
</div>
</div>
<div class="col-md-12 tr-margin-top">
<div class="text-center">Support for the development of Trellis was provided by the Roybal Center for the Study of Networks and Well-Being (NIH grant P30-AG034420)</div>
</div>
</div>
</div>
</div>
<div class="tr-video-outer">
<div class="tr-video-inner parallax">
<video class="tr-video" playsinline muted loop poster="video/TRELLIS_Website_BG002-5_poster.png">
<source src="video/TRELLIS_Website_BG005.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/jquery.appear.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>