42 lines
465 B
Plaintext
42 lines
465 B
Plaintext
---
|
|
subtitle: "Outline & Key figures"
|
|
author: "AUTHOR"
|
|
institute: "RCEES, CAS"
|
|
lang: en
|
|
website:
|
|
title: "asdf"
|
|
format:
|
|
dwsd-revealjs: default
|
|
# theme: slides.scss
|
|
revealjs-plugins:
|
|
- pointer
|
|
---
|
|
|
|
# Outline
|
|
|
|
## Introduction
|
|
|
|
|
|
## Results
|
|
|
|
## Discussions
|
|
|
|
## Methods & Materials
|
|
|
|
# Figures
|
|
|
|
|
|
|
|
## Thanks for your attention! {.center}
|
|
|
|
```{r}
|
|
#| results: 'asis'
|
|
rmdify::slideend(
|
|
wechat = FALSE,
|
|
type = "public",
|
|
tel = FALSE,
|
|
thislink = "../"
|
|
)
|
|
```
|
|
|