项目模板
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/.quarto/
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Achievement"
|
||||
---
|
||||
|
||||
# 论文
|
||||
|
||||
# 专利
|
||||
|
||||
# 软著
|
||||
|
||||
# 专著
|
||||
|
||||
# 奖励
|
||||
|
||||
# 人才培养
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Proposal"
|
||||
subtitle: "关于...的研究项目"
|
||||
date: today
|
||||
---
|
||||
|
||||
# 研究背景
|
||||
|
||||
# 研究目的
|
||||
|
||||
# 研究内容
|
||||
|
||||
# 实施方案
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "项目中期汇报"
|
||||
---
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Report"
|
||||
---
|
||||
|
||||
- [项目中期汇报](./20231231_项目中期汇报/index.qmd)
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "项目启动汇报"
|
||||
---
|
||||
|
||||
# 项目背景
|
||||
|
||||
# 科学问题
|
||||
|
||||
# 主要进展
|
||||
|
||||
# 小结与计划
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "Slides"
|
||||
---
|
||||
|
||||
- [项目启动汇报](./20230101_项目启动/index.qmd)
|
||||
+43
@@ -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
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
@@ -0,0 +1 @@
|
||||
/* css styles */
|
||||
Reference in New Issue
Block a user