Skip to content

Commit

Permalink
Update current position text
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed May 21, 2024
1 parent 8a8d973 commit c129c8c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 12 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ My personal website, served at https://cthoyt.com
## Serve Locally

```shell
docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:latest jekyll serve
docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:4.2.0 jekyll serve
```

Note that the 4.2.0 tag is important - 4.2.2 (latest, released ~2022) does not work.

## License

CC BY 4.0
10 changes: 5 additions & 5 deletions _data/current.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
position: Senior Scientist
institution: Northeastern University
group:
name: Gyori Lab
link: https://gyorilab.github.io
#position: Senior Scientist
#institution: Northeastern University
#group:
# name: Gyori Lab
# link: https://gyorilab.github.io
4 changes: 2 additions & 2 deletions _posts/2021-04-19-pythagorean-mean-ranks.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ If you want to cite some of the ideas in this post, you can use:
author = {Hoyt, Charles Tapley and Berrendorf, Max and Gaklin, Mikhail and Tresp, Volker and Gyori, Benjamin M.},
eprint = {2203.07544},
month = {mar},
title = {{A Unified Framework for Rank-based Evaluation Metrics for Link Prediction in Knowledge Graphs}},
url = {http://arxiv.org/abs/2203.07544},
title = {A Unified Framework for Rank-based Evaluation Metrics for Link Prediction in Knowledge Graphs},
url = {https://arxiv.org/abs/2203.07544},
year = {2022}
}
```
Expand Down
4 changes: 3 additions & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ on the same topics and reproducibility in computational science.

In 2021, I joined the Laboratory of Systems Pharmacology at Harvard Medical School to
continue my academic work. In summer 2023, I moved from Harvard to Northeastern University
to continue working under Ben Gyori.
to continue working under Ben Gyori.

In Spring 2024, I began a sabbatical and will be returning for my next position in Fall 2024.

I'm also a real person, too! I love making music, watching movies/TV, running,
and traveling. I've been to 30 countries so far and tried beer in almost all
Expand Down
14 changes: 11 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
---
layout: home
---

<img src="/img/headshot.png" alt="Charles Tapley Hoyt" align="left" height="60" style="margin-right: 10px"/>
My name is Charles Tapley Hoyt (he/his). I'm a {{ site.data.current.position }} in the [{{ site.data.current.group.name }}]({{ site.data.current.group.link }})
at {{ site.data.current.institution }}, working remotely from Germany. I'm working in bio/cheminformatics -
My name is Charles Tapley Hoyt (he/his).
{%- if site.data.current.position -%}
&nbsp;I'm a {{ site.data.current.position }}
{% if site.data.current.group %}in the [{{ site.data.current.group.name }}]({{ site.data.current.group.link }})
at {{ site.data.current.institution }}{% endif %}, working remotely from Germany.
{%- endif -%}
&nbsp;I'm working in bio/cheminformatics -
more specifically using biological knowledge graphs to generate testable hypotheses for drug discovery and
precision medicine.

Here's some more details [about me](/about.md) and [my research](/research.md). You can download my [résumé](https://github.com/cthoyt/resume/raw/master/main.pdf) or [CV](https://github.com/cthoyt/resume/raw/master/cv.pdf) or see my ORCiD page
Here's some more details [about me](/about.md) and [my research](/research.md). You can download
my [résumé](https://github.com/cthoyt/resume/raw/master/main.pdf) (single page),
[CV](https://github.com/cthoyt/resume/raw/master/cv.pdf), or see my ORCiD page
at <a href="https://orcid.org/0000-0003-4423-4370"><img alt="ORCID logo"
src="/img/logos/orcid-icon.svg" width="16" height="16" />
https://orcid.org/0000-0003-4423-4370</a>. Content on this site is licensed
Expand Down

0 comments on commit c129c8c

Please sign in to comment.