https://github.com/velocitatem/university-study-notes
Source code for my university notes
https://github.com/velocitatem/university-study-notes
ai cs-notes notes
Last synced: 5 months ago
JSON representation
Source code for my university notes
- Host: GitHub
- URL: https://github.com/velocitatem/university-study-notes
- Owner: velocitatem
- Created: 2023-03-15T16:43:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-14T13:46:25.000Z (about 3 years ago)
- Last Synced: 2025-02-14T16:48:36.148Z (over 1 year ago)
- Topics: ai, cs-notes, notes
- Language: Jupyter Notebook
- Homepage: https://alves.world/university
- Size: 13.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: University Notes
All the notes which I take to prepare for exams can be found in the =/content= folder. They then get linked to my website, and published here [[alves.world/university]]. Like this, anyone can suggest an edit or addition to the notes and it then gets automatically integrated.
The notes are written in org-mode, which is a very simple and intuitive markdown language.
* Collaborative Note Taking
For Mac and Windows:
1. Make sure you have vs-code installed.
2. Install the org-mode plugin (https://vscode-org-mode.github.io/vscode-org-mode/)
Taking Notes:
1. Fork the repository (=https://gitlab.com/velocitatem/university-study-notes=)
2. Download your forked repository to your computer.
3. Create a new branch for your notes (e.g. =notes/physics/[name]=)
4. Open the folder in vs-code.
5. Edit the notes in the =/content= folder.
The notes are structured in a way that they are not structured. Each class has its own file in the =/content= directory. For each file, the structure should be intuitive enough.
*DO NOT* create new files, but rather add to the existing ones. If you want to add a new class, please contact me?