Skip to content

Commit 2bf1455

Browse files
add reference to rs-station
1 parent 8924e41 commit 2bf1455

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://rubygems.org'
22
gem 'jekyll-font-awesome-sass'
33
gem "kramdown-parser-gfm"
4-
gem 'github-pages'
4+
gem 'github-pages'
5+
gem "webrick", "~> 1.7"

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ gems:
66

77
theme: jekyll-theme-minimal
88

9-
port: 4601
9+
port: 4603

assets/css/handmade.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Also, might need a word-wrap or something for pre if things look weird
176176
code,
177177
pre {
178178
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
179+
font-size: 0.875em; /* Otherwise the code looks weirdly big! */
179180
}
180181

181182
/*

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ I'm a fourth-year Ph.D. student in [Prof. Doeke Hekstra's lab](https://hekstrala
99

1010
### Computational interests
1111

12-
While my primary training is as an experimental biologist, I also have extensive interest and experience with programming and other computational endeavors. Much of this is tied to my research interests - crystallographic data processing often requires python, bash or both. Additionally, the Hekstra Lab is involved in some [software development](https://github.com/Hekstra-Lab) (crystallographic and otherwise), and I have enjoyed contributing to that pipeline.
12+
While my primary training is as an experimental biologist, I also have extensive interest in and experience with programming and other computational endeavors. Much of this is tied to my research interests - crystallographic data processing often requires python, bash or both. I am a founding "1/astronaut" for [Reciprocal Space Station](https://rs-station.github.io/), a group developing open-source crystallographic software.
1313

14-
Outside of the lab, I have developed a fascination with web design. I have become proficient in HTML and CSS, including building this website. I am also excited to learn more about how web developers can optimize digital accessibility.
14+
Outside of the lab, I have developed a fascination with web design. I am proficient in HTML and CSS, including building this website. I am also excited to learn more about how web developers can optimize digital accessibility.
1515

1616
Finally, I am a co-founder of [Puntalytics](https://twitter.com/ThePuntRunts), a premier open-source hub for NFL punting analytics. Our work has been featured in ESPN, the New York Times, the Athletic, the Ringer, and SB Nation. I have also produced an R package, [`puntr`](https://puntalytics.github.io/puntr/), to make it easy for anyone to get started with their own punting analytics. More verbose examples of our work, including interviews with several NFL punters, can be found on the [Puntalytics website](https://puntalytics.github.io/).
1717

0 commit comments

Comments
 (0)