更新模板

This commit is contained in:
2023-11-08 11:22:22 +08:00
parent f869a9dda7
commit ef86d0125e
96 changed files with 9958 additions and 18 deletions
+14 -7
View File
@@ -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()
# 实施方案
```