commit 4e5100264717342d09673854e78ea2ed37f8c2a2 Author: ming Date: Sat Oct 7 21:13:51 2023 +0800 项目模板 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..075b254 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.quarto/ diff --git a/AC/index.qmd b/AC/index.qmd new file mode 100644 index 0000000..85715ca --- /dev/null +++ b/AC/index.qmd @@ -0,0 +1,15 @@ +--- +title: "Achievement" +--- + +# 论文 + +# 专利 + +# 软著 + +# 专著 + +# 奖励 + +# 人才培养 diff --git a/PP/index.qmd b/PP/index.qmd new file mode 100644 index 0000000..5d3b12c --- /dev/null +++ b/PP/index.qmd @@ -0,0 +1,13 @@ +--- +title: "Proposal" +subtitle: "关于...的研究项目" +date: today +--- + +# 研究背景 + +# 研究目的 + +# 研究内容 + +# 实施方案 diff --git a/RP/20231231_项目中期汇报/index.qmd b/RP/20231231_项目中期汇报/index.qmd new file mode 100644 index 0000000..d15a3fd --- /dev/null +++ b/RP/20231231_项目中期汇报/index.qmd @@ -0,0 +1,5 @@ +--- +title: "项目中期汇报" +--- + + diff --git a/RP/index.qmd b/RP/index.qmd new file mode 100644 index 0000000..12a7901 --- /dev/null +++ b/RP/index.qmd @@ -0,0 +1,6 @@ +--- +title: "Report" +--- + +- [项目中期汇报](./20231231_项目中期汇报/index.qmd) + diff --git a/SD/20230101_项目启动/index.qmd b/SD/20230101_项目启动/index.qmd new file mode 100644 index 0000000..8bcdfe6 --- /dev/null +++ b/SD/20230101_项目启动/index.qmd @@ -0,0 +1,11 @@ +--- +title: "项目启动汇报" +--- + +# 项目背景 + +# 科学问题 + +# 主要进展 + +# 小结与计划 diff --git a/SD/index.qmd b/SD/index.qmd new file mode 100644 index 0000000..3805c51 --- /dev/null +++ b/SD/index.qmd @@ -0,0 +1,5 @@ +--- +title: "Slides" +--- + +- [项目启动汇报](./20230101_项目启动/index.qmd) diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..5fb2bac --- /dev/null +++ b/_quarto.yml @@ -0,0 +1,43 @@ +project: + type: website + output-dir: ../www/project/su2023temp/ + +website: + title: "su2023temp" + reader-mode: true + site-url: https://drwater.rcees.ac.cn/paper + repo-url: https://drwater.rcees.ac.cn/git/manuscript/hrt/src/branch/PUB + repo-actions: [edit, issue] + page-navigation: true + page-footer: "Copyright 2023, [Ming Su](https://drwater.rcees.ac.cn)" + navbar: + background: "light" + search: true + right: + - icon: house + text: "Home" + file: index.qmd + - text: "Proposal" + file: PP/index.qmd + - text: "Report" + file: RP/index.qmd + - text: "Slides" + file: SD/index.qmd + - href: AC/index.qmd + text: Achievement + - about.qmd + - icon: git + menu: + - text: Edit + url: https://drwater.rcees.ac.cn/git/manuscript/hrt/src/branch/PUB + - text: Issue + url: https://drwater.rcees.ac.cn/git/manuscript/hrt/issues + +format: + html: + theme: cosmo + css: styles.css + toc: true + + + diff --git a/about.qmd b/about.qmd new file mode 100644 index 0000000..07c5e7f --- /dev/null +++ b/about.qmd @@ -0,0 +1,5 @@ +--- +title: "About" +--- + +About this site diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..8a2c096 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/index.qmd b/index.qmd new file mode 100644 index 0000000..9c1cac7 --- /dev/null +++ b/index.qmd @@ -0,0 +1,4 @@ +--- +title: "Home" +--- + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..2ddf50c --- /dev/null +++ b/styles.css @@ -0,0 +1 @@ +/* css styles */