-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from reednel/develop
about update
- Loading branch information
Showing
3 changed files
with
32 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
title: Reed Nelson | ||
title: About | ||
meta_title: About | ||
description: About Reed Nelson. | ||
image: /assets/about/reed.jpg | ||
draft: false | ||
--- | ||
|
||
Reed is a software engineer at Infinite Campus, and a graduate of UW-Madison with a BS in Computer Science, Mathematics, and Philosophy. Previously, he worked in the [Solís-Lemus Lab](https://solislemuslab.github.io/) at the Wisconsin Institute for Discovery, developing MiNAA: Microbial Network Alignment Algorithm. | ||
I am a software engineer at Infinite Campus, and a graduate of UW-Madison with a BS in Computer Science, Mathematics, and Philosophy. Previously, I worked in the [Solís-Lemus Lab](https://solislemuslab.github.io/) at the Wisconsin Institute for Discovery, developing MiNAA: Microbial Network Alignment Algorithm. | ||
|
||
Reed's interests include almost anything related to discrete math, but especially graph theory and cryptography. Outside of academia, he enjoys camping, tea, and mathematical/logic riddles. | ||
My interests include almost anything related to discrete math, but especially graph theory and cryptography. Outside of academia, I enjoys camping, tea, and mathematical/logic riddles. | ||
|
||
His modest blog was inspired by Rishi Banerjee's [Rising Entropy](https://risingentropy.com/). | ||
My modest blog was inspired by Rishi Banerjee's [Rising Entropy](https://risingentropy.com/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,3 +102,7 @@ a:hover { | |
.a:hover { | ||
@apply opacity-60; | ||
} | ||
|
||
hr { | ||
@apply dark:border-light; | ||
} |