Skip to content

Commit

Permalink
Update Link
Browse files Browse the repository at this point in the history
  • Loading branch information
bowling233 committed Oct 4, 2023
1 parent 7034b11 commit cf36ff8
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 25 deletions.
3 changes: 0 additions & 3 deletions docs/PracticalSkillsTutorial/index.md

This file was deleted.

29 changes: 17 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,52 +4,57 @@

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

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

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

[
{
"title": "[微积分](calculus/index.md)",
"content": "",
"content": "23-24辅学群:204755170",
"image": "graph/calculus.webp"
},
{
"title": "[数学分析](analysis/index.md)",
"content": "",
"content": "23-24辅学群:618962803",
"image": "graph/analysis.jpg"
},
{
"title": "[线性代数](algebra/index.md)",
"content": "[【线下课程】线性代数:未竟之美](lalu/index.md)",
"content": "23-24辅学群:913067714<br>
[【精品课程】线性代数:未竟之美](lalu/index.md)",
"image": "graph/algebra.jpg"
},
{
"title": "[程序设计](programming/index.md)",
"content": "[【线下课程】系统知识拾遗](programming_lecture/index.md)<br>
[【线下课程】实用技能拾遗](PracticalSkillsTutorial/index.md)",
"content": "23-24辅学群:728919863<br>
[【精品课程】系统知识拾遗](programming_lecture/index.md)<br>
[【精品课程】实用技能拾遗](https://slides.tonycrane.cc/PracticalSkillsTutorial/2023-fall-ckc/#/)",
"image": "graph/programming.jpg"
},
{
"title": "[普通化学](chemistry/index.md)",
"content": "",
"content": "23-24辅学群:635023447",
"image": "graph/chem.jpg"
},
{
"title": "[普通物理学](physics/index.md)",
"content": "",
"content": "22-23辅学群:727382522 ",
"image": "graph/physics.png"
},

]

::/cards::
<!-- prettier-ignore-end -->

如果您愿意参与该网站的建设,请到 GitHub 中本项目的[仓库](https://github.com/ckc-agc/study-assist)进行贡献。
- 每个长学期初,我们会招募优秀的学长学姐作为辅学学长。所有辅学学长都会在辅学群内进行**答疑**,部分辅学学长会进行**授课**

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

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

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

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

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

Expand Down
3 changes: 3 additions & 0 deletions docs/lalu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
- 预计第 15 周,可以合班教学,也可以按难度分层教学
- 特征值与矩阵标准形部分根据班级授课进度确定内容,如果时间有限或教学班没有上完正课,部分内容移至线上准备视频
- 期末复习部分整理本学期完整思路,结合历年卷和讲义讲解最核心的题型

## 最新讲义

10 changes: 5 additions & 5 deletions docs/programming_lecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

| 节次 | 内容 | 主讲 | 时间 | 地点 | 课前资料 | PPT 与讲义 |
| :--- | :--------------------- | :----------- | :--- | :--- | :------------------------------------------ | :--------------------------- |
| 1 | 程序编译过程与调试技术 | 朱宝林 | | | [准备开发与调试环境](lecture1/pre_class.md) | [讲义](lecture1/lecture1.md) |
| 2 | 类型系统与内存模型 | 李英琦 | | | | |
| 3 | I/O 与文件 | 胡育玮 | | | | |
| 4 | C 标准库 | 李英琦 | | | | |
| 5 | 数据结构与算法 | 谢集<br>苏煜程 | | | | |
| 1 | 程序编译过程与调试技术 | 朱宝林 | 10.14 下午 2:30-4:30 | | [准备开发与调试环境](lecture1/pre_class.md) | [讲义](lecture1/lecture1.md) |
| 2 | 类型系统与内存模型 | 李英琦 | 【暂定】10.21 | | | |
| 3 | I/O 与文件 | 胡育玮 | 【暂定】11.18 | | | |
| 4 | C 标准库 | 李英琦 | 【暂定】11.25 | | | |
| 5 | 数据结构与算法 | 谢集<br>苏煜程 | 【暂定】12.15 | | | |
8 changes: 3 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ markdown_extensions:
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- neoteroi.cards # install using `pip install neoteroi-mkdocs`
# - tools.collapse_code:
# expand_text: ''
# collapse_text: ''


extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
Expand Down Expand Up @@ -120,8 +119,7 @@ nav:
# - C 小历年卷常见问题总结: programming/exam/fp.md
# - C 大历年卷常见问题总结: programming/exam/lcp.md
# - 2023 年辅学资料: programming/2023/index.md
- 🏫实用技能拾遗:
- PracticalSkillsTutorial/index.md
- 🏫实用技能拾遗: https://slides.tonycrane.cc/PracticalSkillsTutorial/2023-fall-ckc/#/
- 🏫系统知识拾遗:
- programming_lecture/index.md
- 1. 程序编译过程与调试技术:
Expand Down

0 comments on commit cf36ff8

Please sign in to comment.