Skip to content

Commit

Permalink
added cv page with embeded cv
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Mar 12, 2024
1 parent 85c192a commit 71292a6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ project:
- "index.qmd"
- "about.qmd"
- "lab.qmd"
- "cv.qmd"
- "research.qmd"
- "projects.qmd"
- "teaching.qmd"
Expand Down Expand Up @@ -64,7 +65,7 @@ website:
- icon: list
menu:
- text: "CV"
href: https://github.com/jhelvy/cv/blob/main/cv-jph.pdf
href: cv.qmd
target: blank
- icon: github
href: https://github.com/jhelvy
Expand Down
17 changes: 17 additions & 0 deletions cv.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Curriculum Vitae"
layout: full
execute:
echo: false
message: false
warning: false
---

```{r setup}
source("_common.R")
```

Source code to generate CV available on <a href="https://github.com/jhelvy/cv" target="_blank">GitHub <i class="bi bi-github" role="img" aria-label="GitHub"></i></a>

{{< pdf https://nbviewer.org/github/jhelvy/cv/blob/main/cv-jph.pdf width=100% height=800 >}}

0 comments on commit 71292a6

Please sign in to comment.