https://github.com/qdata/deep-learning-undergrad-reading-group
deep learning reading group for undergrads at UVA
https://github.com/qdata/deep-learning-undergrad-reading-group
Last synced: about 2 months ago
JSON representation
deep learning reading group for undergrads at UVA
- Host: GitHub
- URL: https://github.com/qdata/deep-learning-undergrad-reading-group
- Owner: QData
- Created: 2020-01-03T22:32:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T19:50:21.000Z (over 4 years ago)
- Last Synced: 2025-01-11T11:26:45.274Z (4 months ago)
- Language: SCSS
- Homepage: https://qdata.github.io/deep-learning-undergrad-reading-group/
- Size: 90.6 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deep Learning Undergrad Reading Group
[Github Pages Link](https://qdata.github.io/deep-learning-undergrad-reading-group/)
### How to add your notes to the site
To add your notes to the site, (1) make a file in the `_posts` subdirectory
and (2) rerun `generate_tags.py`.#### Uploading your notes or slides
Every post should be accompanied by the week's notes in PDF format. Please
place your notes in the `notes` folder.> Tip: If you're exporting from Google Slides, the nicest way to do it is to
> click `File > Download > PDF Document`.#### Adding a post
Make a file in `_posts` in the format `YYYY-MM-DD-week-##-post-title.md`. The
post should contain *front matter*, metadata separated by `---` characters,
as well as a short 2-4 sentence description of the week's reading, and why
we chose it.> Tip: You can look in the `_posts` directory for sample posts with properly
> formatted front matter.#### Generating tags
For now, the tag-generation process has to be done manually. If you add tags,
you need to generate their corresponding pages. To do this, you'll have to run
`python generate_tags.py` from the repository root directory. This script will
automatically generate the necessary HTML files for any new tags you may have
added with your post.