Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cs228 Notes | 1,755 | 4 months ago | 12 | mit | SCSS | |||||
Course notes for CS228: Probabilistic Graphical Models. | ||||||||||
Specs | 364 | 2 months ago | 19 | October 19, 2021 | 228 | other | SCSS | |||
The Filecoin protocol specification | ||||||||||
Prettydoc | 328 | 78 | 89 | 3 years ago | 7 | January 10, 2021 | 9 | SCSS | ||
Creating Pretty HTML From R Markdown | ||||||||||
Awesome Mathematical Notation Design | 172 | 3 days ago | 3 | other | SCSS | |||||
List of links of techniques to help enhance mathematical notation | ||||||||||
Even | 65 | a month ago | 12 | mit | SCSS | |||||
A clean blog theme for Zola | ||||||||||
Fluentmark | 33 | a month ago | 4 | epl-1.0 | SCSS | |||||
FluentMark -- Eclipse editor for Markdown content | ||||||||||
Glossary | 33 | 6 months ago | 2 | other | SCSS | |||||
https://machinelearning.wtf/ - An online glossary of machine learning terms. | ||||||||||
Zola Pickles | 25 | 5 days ago | other | SCSS | ||||||
A modern, simple, clean blog theme for Zola. | ||||||||||
Geniuss Place | 18 | a day ago | 2 | cc-by-4.0 | SCSS | |||||
GNSS-SDR Website | ||||||||||
Hash Viewer | 11 | a year ago | bsd-2-clause | SCSS | ||||||
A tool for sharing Markdown and LaTeX formatted math hosted on GitHub Pages — so no backend 😎 |
When approached by somebody who wants to give a talk, ask for the following:
Additional considerations:
yyyy-mm-dd-name-of-post.md
in the folder _posts
. Copy the following structure in the file and fill the details:'''
---
title: Title of the talk
author: Name of the organizer (NOT LECTURER)
---
**Lecturer**: Name and surname of lecturer
**Date**: dd/mm/yyyy
**Time**: hh:mm
**Place**:
**Abstract**:
Two paragraphs of abstract
## Bibliography
* Hardy H. Har, *His work*.
* [Awesome web page](www.awesomewebpage.com)
## Promotional poster
<img src="/images/posters/poster_file.png" alt="Poster" style="width: 750px;"/>
'''
Add the poster image to the images
folder.
Modify about.markdown
to include the bio of the lecturer. Create an entry under contributors with the following structure and fill the details:
'''
### Name and surname of lecturer
<img src="/images/people/LecturerPhoto.jpg" alt="Name of lecturer" style="width: 200px;"/>
Two paragraphs of bio, in **3rd person**.
**Classes taught:**
[Class]({% post_url yyyy-mm-dd-name-of-post %})
'''