lab_pages 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +44 -0
  4. data/_data/affiliations.yml +9 -0
  5. data/_data/alumni.yml +8 -0
  6. data/_data/current_lab.yml +15 -0
  7. data/_data/navigation.yml +12 -0
  8. data/_data/news.yml +8 -0
  9. data/_data/projects.yml +3 -0
  10. data/_data/resources.yml +5 -0
  11. data/_includes/carousel.html +30 -0
  12. data/_layouts/default.html +72 -0
  13. data/_layouts/home.html +35 -0
  14. data/_layouts/paper.html +29 -0
  15. data/_sass/_bootstrap.scss +56 -0
  16. data/_sass/bootstrap/_alerts.scss +73 -0
  17. data/_sass/bootstrap/_badges.scss +68 -0
  18. data/_sass/bootstrap/_breadcrumbs.scss +28 -0
  19. data/_sass/bootstrap/_button-groups.scss +244 -0
  20. data/_sass/bootstrap/_buttons.scss +168 -0
  21. data/_sass/bootstrap/_carousel.scss +270 -0
  22. data/_sass/bootstrap/_close.scss +36 -0
  23. data/_sass/bootstrap/_code.scss +69 -0
  24. data/_sass/bootstrap/_component-animations.scss +37 -0
  25. data/_sass/bootstrap/_dropdowns.scss +216 -0
  26. data/_sass/bootstrap/_forms.scss +617 -0
  27. data/_sass/bootstrap/_glyphicons.scss +307 -0
  28. data/_sass/bootstrap/_grid.scss +84 -0
  29. data/_sass/bootstrap/_input-groups.scss +171 -0
  30. data/_sass/bootstrap/_jumbotron.scss +54 -0
  31. data/_sass/bootstrap/_labels.scss +66 -0
  32. data/_sass/bootstrap/_list-group.scss +130 -0
  33. data/_sass/bootstrap/_media.scss +66 -0
  34. data/_sass/bootstrap/_mixins.scss +40 -0
  35. data/_sass/bootstrap/_modals.scss +150 -0
  36. data/_sass/bootstrap/_navbar.scss +662 -0
  37. data/_sass/bootstrap/_navs.scss +242 -0
  38. data/_sass/bootstrap/_normalize.scss +424 -0
  39. data/_sass/bootstrap/_pager.scss +54 -0
  40. data/_sass/bootstrap/_pagination.scss +89 -0
  41. data/_sass/bootstrap/_panels.scss +271 -0
  42. data/_sass/bootstrap/_popovers.scss +131 -0
  43. data/_sass/bootstrap/_print.scss +101 -0
  44. data/_sass/bootstrap/_progress-bars.scss +87 -0
  45. data/_sass/bootstrap/_responsive-embed.scss +35 -0
  46. data/_sass/bootstrap/_responsive-utilities.scss +179 -0
  47. data/_sass/bootstrap/_scaffolding.scss +161 -0
  48. data/_sass/bootstrap/_tables.scss +234 -0
  49. data/_sass/bootstrap/_theme.scss +291 -0
  50. data/_sass/bootstrap/_thumbnails.scss +38 -0
  51. data/_sass/bootstrap/_tooltip.scss +101 -0
  52. data/_sass/bootstrap/_type.scss +298 -0
  53. data/_sass/bootstrap/_utilities.scss +55 -0
  54. data/_sass/bootstrap/_variables.scss +874 -0
  55. data/_sass/bootstrap/_wells.scss +29 -0
  56. data/_sass/bootstrap/mixins/_alerts.scss +14 -0
  57. data/_sass/bootstrap/mixins/_background-variant.scss +12 -0
  58. data/_sass/bootstrap/mixins/_border-radius.scss +18 -0
  59. data/_sass/bootstrap/mixins/_buttons.scss +65 -0
  60. data/_sass/bootstrap/mixins/_center-block.scss +7 -0
  61. data/_sass/bootstrap/mixins/_clearfix.scss +22 -0
  62. data/_sass/bootstrap/mixins/_forms.scss +88 -0
  63. data/_sass/bootstrap/mixins/_gradients.scss +58 -0
  64. data/_sass/bootstrap/mixins/_grid-framework.scss +81 -0
  65. data/_sass/bootstrap/mixins/_grid.scss +122 -0
  66. data/_sass/bootstrap/mixins/_hide-text.scss +21 -0
  67. data/_sass/bootstrap/mixins/_image.scss +33 -0
  68. data/_sass/bootstrap/mixins/_labels.scss +12 -0
  69. data/_sass/bootstrap/mixins/_list-group.scss +32 -0
  70. data/_sass/bootstrap/mixins/_nav-divider.scss +10 -0
  71. data/_sass/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  72. data/_sass/bootstrap/mixins/_opacity.scss +8 -0
  73. data/_sass/bootstrap/mixins/_pagination.scss +24 -0
  74. data/_sass/bootstrap/mixins/_panels.scss +24 -0
  75. data/_sass/bootstrap/mixins/_progress-bar.scss +10 -0
  76. data/_sass/bootstrap/mixins/_reset-filter.scss +8 -0
  77. data/_sass/bootstrap/mixins/_reset-text.scss +18 -0
  78. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  79. data/_sass/bootstrap/mixins/_responsive-visibility.scss +21 -0
  80. data/_sass/bootstrap/mixins/_size.scss +10 -0
  81. data/_sass/bootstrap/mixins/_tab-focus.scss +9 -0
  82. data/_sass/bootstrap/mixins/_table-row.scss +28 -0
  83. data/_sass/bootstrap/mixins/_text-emphasis.scss +12 -0
  84. data/_sass/bootstrap/mixins/_text-overflow.scss +8 -0
  85. data/_sass/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  86. data/_sass/jekyll-theme-lab_pages.scss +506 -0
  87. data/_sass/rouge-base16-dark.scss +81 -0
  88. data/assets/css/print.css +229 -0
  89. data/assets/css/style.scss +4 -0
  90. data/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  91. data/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +288 -0
  92. data/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  93. data/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  94. data/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
  95. data/assets/images/carousel/slide-1.png +0 -0
  96. data/assets/images/carousel/slide-2.png +0 -0
  97. data/assets/images/hr.png +0 -0
  98. data/assets/images/logo.png +0 -0
  99. data/assets/javascript/bootstrap.js +2377 -0
  100. data/assets/javascript/bootstrap.min.js +7 -0
  101. data/assets/javascript/bootstrap/affix.js +162 -0
  102. data/assets/javascript/bootstrap/alert.js +94 -0
  103. data/assets/javascript/bootstrap/button.js +125 -0
  104. data/assets/javascript/bootstrap/carousel.js +237 -0
  105. data/assets/javascript/bootstrap/collapse.js +212 -0
  106. data/assets/javascript/bootstrap/dropdown.js +165 -0
  107. data/assets/javascript/bootstrap/modal.js +339 -0
  108. data/assets/javascript/bootstrap/popover.js +108 -0
  109. data/assets/javascript/bootstrap/scrollspy.js +172 -0
  110. data/assets/javascript/bootstrap/tab.js +155 -0
  111. data/assets/javascript/bootstrap/tooltip.js +520 -0
  112. data/assets/javascript/bootstrap/transition.js +59 -0
  113. data/assets/javascript/jquery-3.3.1.min.js +2 -0
  114. data/papers/_posts/2017-01-10-slayer_paper.md +15 -0
  115. data/papers/index.html +22 -0
  116. metadata +256 -0
@@ -0,0 +1,506 @@
1
+ @import "bootstrap";
2
+ @import "rouge-base16-dark";
3
+ @import url('https://fonts.googleapis.com/css?family=Lato:300');
4
+
5
+ html, body, div, span, applet, object, iframe,
6
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
7
+ a, abbr, acronym, address, big, cite, code,
8
+ del, dfn, em, img, ins, kbd, q, s, samp,
9
+ small, strike, strong, sub, sup, tt, var,
10
+ b, u, i, center,
11
+ dl, dt, dd, ol, ul, li,
12
+ fieldset, form, label, legend,
13
+ table, caption, tbody, tfoot, thead, tr, th, td,
14
+ article, aside, canvas, details, embed,
15
+ figure, figcaption, footer, header, hgroup,
16
+ menu, nav, output, ruby, section, summary,
17
+ time, mark, audio, video {
18
+ padding: 0;
19
+ margin: auto;
20
+ font: inherit;
21
+ font-size: 100%;
22
+ vertical-align: baseline;
23
+ border: 0;
24
+ }
25
+ /* HTML5 display-role reset for older browsers */
26
+ article, aside, details, figcaption, figure,
27
+ footer, header, hgroup, menu, nav, section {
28
+ display: block;
29
+ }
30
+ body {
31
+ line-height: 1;
32
+ }
33
+ ol, ul {
34
+ list-style: none;
35
+ }
36
+ blockquote, q {
37
+ quotes: none;
38
+ }
39
+ blockquote:before, blockquote:after,
40
+ q:before, q:after {
41
+ content: '';
42
+ content: none;
43
+ }
44
+ table {
45
+ border-spacing: 0;
46
+ border-collapse: collapse;
47
+ }
48
+
49
+ /* NAV STYLES */
50
+ nav {
51
+ overflow: hidden;
52
+ background: #e9e9e9;
53
+ border: 2px solid #e1e1e1;
54
+ line-height: 30px;
55
+ }
56
+ nav .navbar {
57
+ position: fixed;
58
+ top: 0;
59
+ min-width: 100%;
60
+ min-height: 30px;
61
+ }
62
+ nav .navbar a {
63
+ text-align: center;
64
+ font-family: Lato, 'Helvetica Neue', Helvetica, Arial, serif;
65
+ font-size: 18px;
66
+ text-decoration: none;
67
+ }
68
+ nav li {
69
+ display: inline;
70
+ float: left;
71
+ padding: 14px 16px;
72
+ }
73
+ nav li a {
74
+ color: #3f3f3f;
75
+ font-weight: bold;
76
+ }
77
+ nav li a:hover,
78
+ nav li a:focus {
79
+ color: #000;
80
+ text-decoration: none;
81
+ }
82
+ nav li.active {
83
+ color: #000;
84
+ background: #d1d1d1;
85
+ background-clip: border-box;
86
+ }
87
+
88
+ /* LAYOUT STYLES */
89
+ body {
90
+ font-family: Lato, 'Helvetica Neue', Helvetica, Arial, serif;
91
+ font-size: 1em;
92
+ line-height: 1.5;
93
+ color: #6d6d6d;
94
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
95
+ }
96
+
97
+ a {
98
+ color: #21295c;
99
+ }
100
+ a:hover {
101
+ color: #1b3b6f;
102
+ }
103
+
104
+ header {
105
+ padding-top: 35px;
106
+ padding-bottom: 25px;
107
+ }
108
+
109
+ header h1 {
110
+ font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, serif;
111
+ font-size: 48px; font-weight: 900;
112
+ line-height: 1.2;
113
+ color: #303030;
114
+ letter-spacing: -1px;
115
+ }
116
+
117
+ header h2 {
118
+ font-size: 24px;
119
+ font-weight: normal;
120
+ line-height: 1.3;
121
+ color: #303030;
122
+ letter-spacing: -1px;
123
+ }
124
+
125
+ .container {
126
+ min-width: 95%;
127
+ padding-top: 10px;
128
+ }
129
+
130
+ .inner {
131
+ width: 90%;
132
+ margin: 0 auto;
133
+ }
134
+
135
+ .container .inner img {
136
+ max-width: 100%;
137
+ }
138
+
139
+ #downloads {
140
+ margin-bottom: 40px;
141
+ }
142
+
143
+ a.button {
144
+ display: block;
145
+ float: left;
146
+ width: 179px;
147
+ padding: 12px 8px 12px 8px;
148
+ margin-right: 14px;
149
+ font-size: 15px;
150
+ font-weight: bold;
151
+ line-height: 25px;
152
+ color: #303030;
153
+ background: #fdfdfd; /* Old browsers */
154
+ background: -moz-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%); /* FF3.6+ */
155
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
156
+ background: -webkit-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
157
+ background: -o-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* Opera 11.10+ */
158
+ background: -ms-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* IE10+ */
159
+ background: linear-gradient(to top, #fdfdfd 0%,#f2f2f2 100%); /* W3C */
160
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
161
+ border-top: solid 1px #cbcbcb;
162
+ border-right: solid 1px #b7b7b7;
163
+ border-bottom: solid 1px #b3b3b3;
164
+ border-left: solid 1px #b7b7b7;
165
+ border-radius: 30px;
166
+ -webkit-box-shadow: 10px 10px 5px #888;
167
+ -moz-box-shadow: 10px 10px 5px #888;
168
+ box-shadow: 0px 1px 5px #e8e8e8;
169
+ -moz-border-radius: 30px;
170
+ -webkit-border-radius: 30px;
171
+ }
172
+ a.button:hover {
173
+ background: #fafafa; /* Old browsers */
174
+ background: -moz-linear-gradient(top, #fdfdfd 0%, #f6f6f6 100%); /* FF3.6+ */
175
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
176
+ background: -webkit-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
177
+ background: -o-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* Opera 11.10+ */
178
+ background: -ms-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* IE10+ */
179
+ background: linear-gradient(to top, #fdfdfd 0%,#f6f6f6, 100%); /* W3C */
180
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
181
+ border-top: solid 1px #b7b7b7;
182
+ border-right: solid 1px #b3b3b3;
183
+ border-bottom: solid 1px #b3b3b3;
184
+ border-left: solid 1px #b3b3b3;
185
+ }
186
+
187
+ a.button span {
188
+ display: block;
189
+ height: 23px;
190
+ padding-left: 50px;
191
+ }
192
+
193
+ #view-on-github {
194
+ margin-right: 0;
195
+ }
196
+
197
+ code, pre {
198
+ margin-bottom: 30px;
199
+ font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
200
+ font-size: 14px;
201
+ color: #222;
202
+ }
203
+
204
+ code {
205
+ padding: 0 3px;
206
+ background-color: #f2f2f2;
207
+ border: solid 1px #ddd;
208
+ }
209
+
210
+ pre {
211
+ padding: 20px;
212
+ overflow: auto;
213
+ color: #f2f2f2;
214
+ text-shadow: none;
215
+ background: #303030;
216
+ }
217
+ pre code {
218
+ padding: 0;
219
+ color: #f2f2f2;
220
+ background-color: #303030;
221
+ border: none;
222
+ }
223
+
224
+ ul, ol, dl {
225
+ margin-bottom: 20px;
226
+ }
227
+
228
+
229
+ /* COMMON STYLES */
230
+
231
+ hr {
232
+ height: 1px;
233
+ padding-bottom: 1em;
234
+ margin-top: 1em;
235
+ line-height: 1px;
236
+ background: transparent url('../images/hr.png') 50% 0 no-repeat;
237
+ border: none;
238
+ }
239
+
240
+ strong {
241
+ font-weight: bold;
242
+ }
243
+
244
+ em {
245
+ font-style: italic;
246
+ }
247
+
248
+ table {
249
+ width: 100%;
250
+ border: 1px solid #ebebeb;
251
+ }
252
+
253
+ th {
254
+ font-weight: 500;
255
+ }
256
+
257
+ td {
258
+ font-weight: 300;
259
+ text-align: center;
260
+ border: 1px solid #ebebeb;
261
+ }
262
+
263
+ form {
264
+ padding: 20px;
265
+ background: #f2f2f2;
266
+
267
+ }
268
+
269
+
270
+ /* GENERAL ELEMENT TYPE STYLES */
271
+
272
+ h1 {
273
+ font-size: 32px;
274
+ }
275
+
276
+ h2 {
277
+ margin-bottom: 8px;
278
+ font-size: 22px;
279
+ font-weight: bold;
280
+ color: #303030;
281
+ }
282
+
283
+ h3 {
284
+ margin-bottom: 8px;
285
+ font-size: 18px;
286
+ font-weight: bold;
287
+ color: #065a82;
288
+ }
289
+
290
+ h4 {
291
+ font-size: 16px;
292
+ font-weight: bold;
293
+ color: #303030;
294
+ }
295
+
296
+ h5 {
297
+ font-size: 1em;
298
+ color: #303030;
299
+ }
300
+
301
+ h6 {
302
+ font-size: .8em;
303
+ color: #303030;
304
+ }
305
+
306
+ p {
307
+ margin-bottom: 20px;
308
+ font-weight: 300;
309
+ }
310
+
311
+ a {
312
+ text-decoration: none;
313
+ }
314
+
315
+ p a {
316
+ font-weight: 400;
317
+ }
318
+
319
+ blockquote {
320
+ padding: 0 0 0 30px;
321
+ margin-bottom: 20px;
322
+ font-size: 1.6em;
323
+ border-left: 10px solid #e9e9e9;
324
+ }
325
+
326
+ ul li {
327
+ list-style-position: inside;
328
+ list-style: disc;
329
+ padding-left: 20px;
330
+ }
331
+
332
+ ol li {
333
+ list-style-position: inside;
334
+ list-style: decimal;
335
+ padding-left: 3px;
336
+ }
337
+
338
+ dl dt {
339
+ color: #303030;
340
+ }
341
+
342
+ footer {
343
+ padding-top: 20px;
344
+ padding-bottom: 30px;
345
+ margin-top: 40px;
346
+ font-size: 13px;
347
+ color: #aaa;
348
+ background: transparent url('../images/hr.png') 0 0 no-repeat;
349
+ }
350
+
351
+ footer a {
352
+ color: #666;
353
+ }
354
+ footer a:hover {
355
+ color: #444;
356
+ }
357
+
358
+ /* LAB MEMBER TABLE */
359
+ #current_lab_table {
360
+ display: table;
361
+ }
362
+
363
+ #current_lab_table .table_row {
364
+ display: table-row;
365
+ }
366
+ #current_lab_table .table_row .lab_member {
367
+ display: inline-table;
368
+ width: 200px;
369
+ text-align: center;
370
+ }
371
+ #current_lab_table .table_row .lab_member p {
372
+ margin-bottom: 10px;
373
+ }
374
+
375
+ #alumi_container p {
376
+ margin-bottom: 10px;
377
+ }
378
+
379
+ #alumni_container .alumni_name {
380
+ text-transform: uppercase;
381
+ }
382
+
383
+ /* PROJECT IMAGES */
384
+ .project img {
385
+ display: block;
386
+ min-width: 60%;
387
+ height: auto;
388
+ }
389
+
390
+ /* CAROUSEL */
391
+ .carousel-inner > .item > img,
392
+ .carousel-inner > .item > a > img {
393
+ display: block;
394
+ max-width: 100%;
395
+ height: auto;
396
+ margin: auto auto;
397
+ }
398
+
399
+
400
+ .carousel-indicators li {
401
+ display: inline-block;
402
+ width: 10px;
403
+ height: 10px;
404
+ margin: 1px;
405
+ text-indent: -999px;
406
+ cursor: pointer;
407
+ background-color: #ccc \9;
408
+ background-color: rgba(0, 0, 0, 0);
409
+ border: 1px solid #666;
410
+ border-radius: 10px;
411
+ }
412
+ #carousel_container {
413
+ max-height: 100%;
414
+ height: auto;
415
+ padding: 10px;
416
+ max-width:85%;
417
+ }
418
+
419
+
420
+ /* MISC */
421
+ .spacer{
422
+ height: 10px;
423
+ }
424
+ .clearfix:after {
425
+ display: block;
426
+ height: 0;
427
+ clear: both;
428
+ visibility: hidden;
429
+ content: '.';
430
+ }
431
+
432
+ .clearfix {display: inline-block;}
433
+ * html .clearfix {height: 1%;}
434
+ .clearfix {display: block;}
435
+
436
+ /* #Media Queries
437
+ ================================================== */
438
+
439
+ /* Smaller than standard 960 (devices and browsers) */
440
+ @media (min-width: 768px){
441
+ .container{
442
+ max-width:95%;
443
+ }
444
+ }
445
+
446
+ @media (min-width: 992px){
447
+ .container{
448
+ max-width:95%;
449
+ }
450
+ }
451
+
452
+ @media only screen and (max-width: 959px) {
453
+ .container{
454
+ max-width:95%;
455
+ }
456
+ }
457
+
458
+ /* Tablet Portrait size to standard 960 (devices and browsers) */
459
+ @media only screen and (min-width: 768px) and (max-width: 959px) {
460
+ .container{
461
+ max-width:95%;
462
+ }
463
+ }
464
+
465
+ /* All Mobile Sizes (devices and browser) */
466
+ @media only screen and (max-width: 767px) {
467
+ header {
468
+ padding-top: 10px;
469
+ padding-bottom: 10px;
470
+ }
471
+ #downloads {
472
+ margin-bottom: 25px;
473
+ }
474
+ #download-zip, #download-tar-gz {
475
+ display: none;
476
+ }
477
+ .inner {
478
+ width: 90%;
479
+ margin: 0 auto;
480
+ }
481
+ .container{
482
+ max-width:95%;
483
+ }
484
+ }
485
+
486
+ /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
487
+ @media only screen and (min-width: 480px) and (max-width: 767px) {
488
+ .inner {
489
+ width: 90%;
490
+ margin: 0 auto;
491
+ }
492
+ .container{
493
+ max-width:95%;
494
+ }
495
+ }
496
+
497
+ /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
498
+ @media only screen and (max-width: 479px) {
499
+ .inner {
500
+ width: 95%;
501
+ margin: 0 auto;
502
+ }
503
+ .container{
504
+ max-width:90%;
505
+ }
506
+ }