Skip to content

Commit

Permalink
页面优化
Browse files Browse the repository at this point in the history
  • Loading branch information
bowling233 committed Oct 11, 2023
1 parent 4d989a8 commit 800eb22
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-heti-plugin neoteroi-mkdocs mkdocs-glightbox
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force
18 changes: 15 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

这里是竺可桢学院学业指导中心辅学计划的站点。辅学计划为竺院大一新生提供数学分析(H)、线性代数(H)、微积分(H)、普通物理学(H)、普通化学(H)、程序设计基础等**荣誉课程**的学习指导与帮助。

你可以通过网站上方或左侧的导航栏浏览我们的网站。普通辅学版块使用 📚 标注,精品课程版块使用 🏫 标注。

<!-- prettier-ignore-start -->
::cards:: cols=3

Expand Down Expand Up @@ -47,16 +49,26 @@
::/cards::
<!-- prettier-ignore-end -->

## 辅学简介

- 每个长学期初,我们会招募优秀的学长学姐作为辅学学长。所有辅学学长都会在辅学群内进行**答疑**,部分辅学学长会进行**授课**

- 授课一般依照课程进度进行,对专题的知识进行总结复习,或是在期中期末考前进行复习和习题讲解。**开展授课前一周,辅学群内会发布授课信息和报名问卷**,同学们可以根据自己的需求选择参加。

- 此外,部分课程开设了**辅学精品课程**。授课学长学姐以课程组的形式组织起来,编写系统的配套的讲义,进行连贯的授课,深度契合竺院荣誉课程的内容。我们希望能携手优秀的学长学姐,为竺院学子打造高质量的辅学课程。

你可以通过网站上方或左侧的导航栏浏览我们的网站。普通辅学版块使用 📚 标注,精品课程版块使用 🏫 标注。
## 大文件存放处

超过 20MB 的大文件都放置在学业指导中心公共网盘的分享链接中,同学们可以点击下面的链接查看。如果有需要放置的大文件,请联系学业指导中心的同学上传~

- [百度网盘-竺院辅学资料](https://pan.baidu.com/s/1OB8pDdSDJ_718Fx2nelyVg?pwd=c6mx)

## 相关网站

- [浙江大学图灵班课程学习指南](https://github.com/ZJU-Turing/TuringCourses)

## 贡献

如果您愿意参与该网站的建设,请到 GitHub 中本项目的[仓库](https://github.com/ckc-agc/study-assist)进行贡献。

超过 20MB 的大文件都放置在学业指导中心公共网盘的分享链接中,同学们可以点击下面的链接查看。

- [百度网盘-竺院辅学资料](https://pan.baidu.com/s/1OB8pDdSDJ_718Fx2nelyVg?pwd=c6mx)
Binary file added docs/programming_lecture/current.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion docs/programming_lecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

欢迎来到竺院程设辅学系统知识拾遗版块 🤗。你可以在左侧导航栏中详细浏览本模块的内容。

<!-- prettier-ignore-start -->
!!! tip "本期课程"

![](current.png)
<!-- prettier-ignore-end -->

## 课程简介

程序设计与算法基础课程讲述的内容局限于语言本身,较为表象。然而,C 语言实质上是一门很难的编程语言,不懂编译原理、操作系统和计算机体系结构无法获得深入的理解,而这些也是学习计算机专业的同学应当尽早了解的知识。
Expand All @@ -14,7 +20,7 @@
- C 标准库是如何编写的?怎样写出具有工业强度的健壮代码?
- 如何使用数据结构与算法解决实际问题?

希望这些内容能够为你开启从 C 语言到计算机科学与技术的真正的大门。如果对课程内容有任何疑问和建议,欢迎你联系我们。你可以在仓库中发起 issue 或发送邮件到 ckc-agc@qq.com
希望这些内容能够为你开启从 C 语言到计算机科学与技术的真正的大门。如果对课程内容有任何疑问和建议,欢迎你联系我们。你可以在仓库中发起 issue 或发送邮件到 `zhubaolin228@gmail.com`

## 课程安排

Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ plugins:
extra_skipped_class:
- arithmatex
disable_serve: false
# - git-revision-date-localized
# - git-authors
# - git-committers


nav:
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mkdocs-material
mkdocs-heti-plugin
neoteroi-mkdocs
mkdocs-glightbox
mkdocs-material-extensions

0 comments on commit 800eb22

Please sign in to comment.