Skip to content

Commit e5578a4

Browse files
Merge pull request #5 from dennisbrookner/paper
Add pre-print and other routine updates
2 parents 2bf1455 + dc82846 commit e5578a4

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

_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: 4603
9+
port: 4605

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88
<script src="https://use.fontawesome.com/72b03f0302.js"></script>
99

10+
1011
<link rel="icon"
1112
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧪</text></svg>">
1213

assets/css/handmade.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Declare some colors that I can use throughout
1313
--favicon-hover-color: #808080;
1414
--hr-color: rgba(0, 0, 0, .1);
1515
--vr-color: #dee2e6;
16+
--scrollbar-thumb-color: #adbecf;
1617
}
1718

1819
body {
@@ -26,6 +27,15 @@ body {
2627
background-color: var(--page-background);
2728
}
2829

30+
::-webkit-scrollbar {
31+
background-color: var(--page-background);
32+
}
33+
34+
::-webkit-scrollbar-thumb {
35+
background: var(--scrollbar-thumb-color);
36+
border-radius: 10px;
37+
}
38+
2939
h1,
3040
h2,
3141
h3,
@@ -302,7 +312,9 @@ These two classes allow part of a page to scroll and another part to not scroll.
302312
}
303313

304314
.mh-100 {
305-
max-height: 100%
315+
max-height: 100%;
316+
scrollbar-color: var(--page-background) white;
317+
306318
}
307319

308320
/* Class for the active and inactive experiences */

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: flexcolumns
55

66
## About Me
77

8-
I'm a fourth-year Ph.D. student in [Prof. Doeke Hekstra's lab](https://hekstralab.fas.harvard.edu) in the Harvard Department of Molecular & Cellular Biology. My research involves using X-ray crystallography to explore how protein structure and dynamics contribute to function. After graduate school, I plan to continue working in biochemistry, biophysics, or structural biology, in either academia or industry.
8+
I'm a fifth-year Ph.D. student in [Prof. Doeke Hekstra's lab](https://hekstralab.fas.harvard.edu) in the Harvard Department of Molecular & Cellular Biology. My research involves using X-ray crystallography to explore how protein structure and dynamics contribute to function. After graduate school, I plan to continue working in biochemistry, biophysics, or structural biology, in either academia or industry.
99

1010
### Computational interests
1111

resume.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Investigation of cellular responses to partial protein unfolding through a varie
3939

4040
## Publications
4141

42+
<span class='skill paper hekstra'>**[MatchMaps: Non-isomorphous difference maps for X-ray crystallography](https://doi.org/10.1101/2023.09.01.555333)**, *bioRxiv (pre-print)*, 2023</span>
43+
44+
<span class='skill paper hekstra'>**[Resolving conformational changes that mediate a two-step catalytic mechanism in a model enzyme](https://doi.org/10.1101/2023.06.02.543507)**, *bioRxiv (pre-print)*, 2023</span>
45+
4246
<span class='skill paper loria'>**[Uncovering the Molecular Interactions in the Catalytic Loop That Modulate the Conformational Dynamics in Protein Tyrosine Phosphatase 1B](https://pubs.acs.org/doi/10.1021/jacs.9b04470)**, *JACS*, 2019</span>
4347

4448
<span class='skill paper crews'>**[Targeted protein unfolding uncovers a Golgi-specific transcriptional stress response](https://www.molbiolcell.org/doi/10.1091/mbc.E17-11-0693)**, *MBoC*, 2018 </span>

0 commit comments

Comments
 (0)