项目模板

This commit is contained in:
2023-10-07 21:13:51 +08:00
commit 4e51002647
12 changed files with 109 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/.quarto/
+15
View File
@@ -0,0 +1,15 @@
---
title: "Achievement"
---
# 论文
# 专利
# 软著
# 专著
# 奖励
# 人才培养
+13
View File
@@ -0,0 +1,13 @@
---
title: "Proposal"
subtitle: "关于...的研究项目"
date: today
---
# 研究背景
# 研究目的
# 研究内容
# 实施方案
+5
View File
@@ -0,0 +1,5 @@
---
title: "项目中期汇报"
---
+6
View File
@@ -0,0 +1,6 @@
---
title: "Report"
---
- [项目中期汇报](./20231231_项目中期汇报/index.qmd)
+11
View File
@@ -0,0 +1,11 @@
---
title: "项目启动汇报"
---
# 项目背景
# 科学问题
# 主要进展
# 小结与计划
+5
View File
@@ -0,0 +1,5 @@
---
title: "Slides"
---
- [项目启动汇报](./20230101_项目启动/index.qmd)
+43
View File
@@ -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
+5
View File
@@ -0,0 +1,5 @@
---
title: "About"
---
About this site
Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

+4
View File
@@ -0,0 +1,4 @@
---
title: "Home"
---
+1
View File
@@ -0,0 +1 @@
/* css styles */