Skip to content

Commit

Permalink
add 2024 erl paper content
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Apr 18, 2024
1 parent 40f7ee0 commit 20b261f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions research/2024-environmental-research-letters/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
format: html
lightbox: true
execute:
echo: false
---

```{r setup, include=FALSE}
source(here::here("_common.R"))
pub <- get_pubs() %>%
filter(id_scholar == 'erl-temp')
pub$summary <- FALSE
```

```{r child = here::here("research", "template.qmd")}
```

0 comments on commit 20b261f

Please sign in to comment.