-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUCR-slides.Rmd
44 lines (42 loc) · 1.36 KB
/
UCR-slides.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: "the roots of education are bitter but the fruit is sweet"
subtitle: "on the development of biological understanding"
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/08-21-UCR") %>%
meta_social(
title = "the roots of education are bitter but the fruit is sweet: on the development of biological understanding",
description = paste(
"Talk presented at UC Riverside, August 2021"
),
url = "https://ledelaney.org/talks/2021ucr/",
image = "https://ledelaney.org/talks/2021ucr/css/images/08-21-ucr-card.png",
image_alt = paste(
"Title slide of the roots of education are bitter but the fruit is sweet: on the development of biological understanding",
"Talk presented at UC Riverside, August 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