This repository stores the files of the talks & presentations by our lab members and interns on various Machine Learning or Computer Science topics.
The same is hosted at https://smlab.niser.ac.in/labtalks/.
Tip
See ./smlab-talk-templates
for the Marp templates for the talks. Contact the lab members for acquiring access to the fonts.
Note
- For people looking to edit the site, please refer to
AstroPaper.README.md
for the setup and configuration of this website. - For the Google AppScript that controls the automated mails, please refer to
auto-mails-appscript.gs
.
- Fork this repository.
- Clone the forked repository.
cd
into the repository.- Copy the
./src/content/blog/YYYY-MM-DD--FirstName--ShortTalkTitle.md.template
file to a new file with the appropriate filename and.md
extension. - Fill in the details in the new file. Follow the
TODO:
tags in the template. - Delete the
TODO:
tags once you have filled in the details. - For the frontmatter, ensure that there is no
:
in the title, author, or other tags. If there are any, replace them with-
. - Add your slides to the
./public/assets/slides/
folder. The slides should be namedYYYY-MM-DD--FirstName--ShortTalkTitle.pdf
(same as the post filename with a.pdf
extension). - Push the changes to your forked repository.
- Create a pull request to the main repository.
- Once the pull request is merged, the website will be updated automatically. 🥳
For queries, suggestions, feedback, or issues, please create an issue.
Content is released under CC BY-SA 4.0, Copyright © 2024 Subhankar Mishra Lab, National Institute of Science Education and Research, Bhubaneswar, India
Template licensed under the MIT License, Copyright © 2024 Sat Naing
Thanks Sat Naing 👨🏻💻 and contributors for the template. This repo adds some extra features, such as support for a base
URL, fuzzy search extended to authors, and more.