Skip to content

Commit d2663fa

Browse files
committed
remove dead code, fix http links, clean up vendor prefixes, update description metadata
1 parent e448c9a commit d2663fa

11 files changed

Lines changed: 12 additions & 178 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
title: jacob hoover vigly
1010
email: jacob.hoover@mail.mcgill.ca
1111
description: > # this means to ignore newlines until "baseurl:"
12-
Postdoc at MIT, Department of Brain and Cognitive Sciences.
12+
Scientific Program Coordinator at CHI FRO, LLC. Formerly Postdoc at MIT, Department of Brain and Cognitive Sciences. PhD in Linguistics from McGill University.
1313
baseurl: "" # the subpath of your site, e.g. /blog
1414
url: "https://jahoo.github.io" # the base hostname & protocol for your site
1515
google_scholar_id: koLi2TwAAAAJ

_includes/icon-github.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

_includes/icon-github.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

_includes/icon-twitter.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

_includes/icon-twitter.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

_layouts/bib.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@
8585

8686
<span class="links">
8787
{% if entry.doi %}
88-
[<a href="http://doi.org/{{ entry.doi }}" target="_blank">DOI</a>]
88+
[<a href="https://doi.org/{{ entry.doi }}" target="_blank">DOI</a>]
8989
{% endif %}
9090
{% if entry.archiveprefix and entry.eprint %}
91-
[<a href="http://arxiv.org/abs/{{ entry.eprint }}" target="_blank">preprint</a>]
91+
[<a href="https://arxiv.org/abs/{{ entry.eprint }}" target="_blank">preprint</a>]
9292
{% endif %}
9393
{% if entry.arxiv %}
94-
[<a href="http://arxiv.org/abs/{{ entry.arxiv }}" target="_blank">preprint</a>]
94+
[<a href="https://arxiv.org/abs/{{ entry.arxiv }}" target="_blank">preprint</a>]
9595
{% endif %}
9696
{% if entry.lingbuzz %}
9797
[<a href="https://ling.auf.net/lingbuzz/{{ entry.lingbuzz }}" target="_blank">lingbuzz</a>]

_sass/_base.scss

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ body {
1818
color: $text-color;
1919
background-color: $background-color;
2020
-webkit-text-size-adjust: 100%;
21-
-webkit-font-feature-settings: "kern" 1;
22-
-moz-font-feature-settings: "kern" 1;
23-
-o-font-feature-settings: "kern" 1;
2421
font-feature-settings: "kern" 1;
2522
font-kerning: normal;
2623
}
@@ -163,17 +160,15 @@ pre {
163160
* Wrapper
164161
*/
165162
.wrapper {
166-
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2));
167-
max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
163+
max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
168164
margin-right: auto;
169165
margin-left: auto;
170166
padding-right: $spacing-unit;
171167
padding-left: $spacing-unit;
172168
@extend %clearfix;
173169

174170
@include media-query($on-laptop) {
175-
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit}));
176-
max-width: calc(#{$content-width} - (#{$spacing-unit}));
171+
max-width: calc(#{$content-width} - (#{$spacing-unit}));
177172
padding-right: calc($spacing-unit / 2);
178173
padding-left: calc($spacing-unit / 2);
179174
}
@@ -219,10 +214,6 @@ pre {
219214

220215
kbd
221216
{
222-
-moz-border-radius:3px;
223-
-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
224-
-webkit-border-radius:3px;
225-
-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
226217
background-color:#f7f7f7;
227218
border:1px solid #ccc;
228219
border-radius:3px;

_sass/_layout.scss

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -156,38 +156,32 @@
156156
}
157157

158158
.footer-col-1 {
159-
width: -webkit-calc(35% - (#{$spacing-unit} / 2));
160-
width: calc(35% - (#{$spacing-unit} / 2));
159+
width: calc(35% - (#{$spacing-unit} / 2));
161160
}
162161

163162
.footer-col-2 {
164-
width: -webkit-calc(20% - (#{$spacing-unit} / 2));
165-
width: calc(20% - (#{$spacing-unit} / 2));
163+
width: calc(20% - (#{$spacing-unit} / 2));
166164
}
167165

168166
.footer-col-3 {
169-
width: -webkit-calc(45% - (#{$spacing-unit} / 2));
170-
width: calc(45% - (#{$spacing-unit} / 2));
167+
width: calc(45% - (#{$spacing-unit} / 2));
171168
}
172169

173170
@include media-query($on-laptop) {
174171
.footer-col-1,
175172
.footer-col-2 {
176-
width: -webkit-calc(50% - (#{$spacing-unit} / 2));
177-
width: calc(50% - (#{$spacing-unit} / 2));
173+
width: calc(50% - (#{$spacing-unit} / 2));
178174
}
179175

180176
.footer-col-3 {
181-
width: -webkit-calc(100% - (#{$spacing-unit} / 2));
182-
width: calc(100% - (#{$spacing-unit} / 2));
177+
width: calc(100% - (#{$spacing-unit} / 2));
183178
}
184179
}
185180

186181
@include media-query($on-palm) {
187182
.footer-col {
188183
float: none;
189-
width: -webkit-calc(100% - (#{$spacing-unit} / 2));
190-
width: calc(100% - (#{$spacing-unit} / 2));
184+
width: calc(100% - (#{$spacing-unit} / 2));
191185
}
192186
}
193187

_sass/_publications.scss

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -110,43 +110,6 @@
110110
}
111111
}
112112

113-
// a.abstract, a.bibtex { cursor: pointer; }
114-
// .hidden {
115-
// // font-size: $small-font-size;
116-
// color: $grey-color-dark;
117-
// max-height: 0px;
118-
// overflow: hidden;
119-
// text-align: justify;
120-
// -webkit-transition: 0.15s ease;
121-
// -moz-transition: 0.15s ease;
122-
// -ms-transition: 0.15s ease;
123-
// -o-transition: 0.15s ease;
124-
// transition: all 0.15s ease;
125-
126-
// p {
127-
// line-height: 1.2em;
128-
// margin: 30px 30px;
129-
// }
130-
// pre {
131-
// font-size: 1em;
132-
// line-height: 1.4em;
133-
// padding: 10px;
134-
// }
135-
// }
136-
// .hidden.open {
137-
// max-height: 100em;
138-
// -webkit-transition: 0.15s ease;
139-
// -moz-transition: 0.15s ease;
140-
// -ms-transition: 0.15s ease;
141-
// -o-transition: 0.15s ease;
142-
// transition: all 0.15s ease;
143-
// }
144-
// span.abstract.hidden {
145-
// border:dotted 1px $background-color;
146-
// }
147-
// span.abstract.hidden.open {
148-
// border-color: $grey-color;
149-
// }
150113
}
151114
abbr {
152115
position: absolute;

bin/deploy

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)