This is an introduction course to the first year undergraduates taught at Fudan University.
- Course: Road to Scientific Research: Powerful Computer Applications (XDSY118019.01)
- Lecturers: Prof. Yi-Xin Liu
- Schedule: 18:30 - 21:05, Thursday
- Weeks: 11
- Classroom: H2205 (2024), H2210 (2023), H6104 (2022)
VS Code is used as the editor for most of the work in this course. The following extensions are recommended:
Marp is used to prepare the slides. The slides are written in Markdown and rendered by Marp. The slides are written and rendered in the slides
folder. All slides are indexed in index.html
which is also written in Markdown and rendered by Marp.
To render the slides, you need to install Marp for VS Code. Then, open the markdown file in VS Code and press Ctrl + Shift + P
to open the command palette. Type Marp: Export slide deck
and select HTML slide deck
.
Jupyter notebook is used to prepare most of the course materials. The notebooks are stored in the notebooks
folder.
Git is used for version control. Course materials are hosted on GitHub as a public repository. The students are also encouraged to use GitHub to host their own projects.