更新模板
This commit is contained in:
+14
-7
@@ -1,13 +1,20 @@
|
||||
---
|
||||
title: "Proposal"
|
||||
subtitle: "关于...的研究项目"
|
||||
date: today
|
||||
subtitle: "申请书"
|
||||
---
|
||||
|
||||
# 研究背景
|
||||
```{r}
|
||||
#| include: false
|
||||
|
||||
# 研究目的
|
||||
require(drwateR)
|
||||
require(rmdify)
|
||||
rmdify::rmd_init()
|
||||
```
|
||||
|
||||
# 研究内容
|
||||
```{r}
|
||||
#| output: asis
|
||||
dir(".", pattern = "[_-]") |>
|
||||
purrr::map(~paste0("## [", .x, "](", .x, "/index.qmd)\n\n")) |>
|
||||
unlist() |>
|
||||
cat()
|
||||
|
||||
# 实施方案
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user