-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefense.Rmd
44 lines (42 loc) · 1.3 KB
/
defense.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: "how do we understand natural selection?"
subtitle: ""
author: "Lucy Delaney"
institute: "University of Illinois at Chicago"
date: "`r Sys.Date()`"
output:
xaringan::moon_reader:
lib_dir: libs
css:
- css/manual-fonts.css
- css/mytheme.css
nature:
highlightStyle: monokai
highlightLines: true
ratio: "4:3"
countIncrementalSlides: false
---
```{r metathis, echo=FALSE}
library(metathis)
meta() %>%
meta_name("github-repo" = "ledelaney/10-21-Defense") %>%
meta_social(
title = "how do we understand natural selection?",
description = paste(
"Haunted dissertation defense spooktacular presented at University of Illinois at Chicago, October 2021"
),
url = "https://ledelaney.org/talks/2021defense/",
image = "https://ledelaney.org/talks/2021defense/css/images/10-21-defense-card.png",
image_alt = paste(
"Title slide of how do we understand natural selection?",
"Haunted dissertation defense spooktacular presented at University of Illinois at Chicago, October 2021",
"by Lucy Delaney"
),
og_type = "website",
og_author = "Lucy Delaney",
twitter_card_type = "summary_large_image",
twitter_creator = "@emergentyLucy",
twitter_site = "@emergentlyLucy"
)
```
class: right, middle, title-slide