awesome-mlss
awesome-mlss copied to clipboard
List of summer schools in machine learning + related fields across the globe
Some schools from 2024 that need to be added - [ ] [Lisbon Machine Learning School](http://lxmls.it.pt/2024/index.html) - [ ] [Summer school on Neurosymbolic Programming June 10-12 2024](https://www.neurosymbolic.org/summerschool2024.html) - [ ]...
Once #213 and #214 have been completed, support a newsletter (e.g. weekly) which sends out new school additions, upcoming deadlines etc.
Currently the website supports only list and calendar views. It would be nice to additionally support a map view, similar to [pythondeadlin.es/map/](https://pythondeadlin.es/map/)
Almost all website visitors are based in North America, Europe, or Asia. Implementing i18n with a few languages (e.g. Spanish, Portuguese, and French) might help improve accessibilty in South America...
Same as #219 in terms of feature specs, except for [company/awesome-mlss](https://www.linkedin.com/company/awesome-mlss)
Since dates are available in `site/_data/summerschools.yml` we can write a bot that automates some posts on [x.com/awesomeMLSS](https://x.com/awesomeMLSS). Minimum requirements: - Post whenever a new school added to database - Reminder...
In order to set up some automations (e.g. tweeting about new school additions or a deadline, pre-pouplating posts with important dates) we need a way to periodically scan `site/_data/summerschools.yml` and...
The old markdown list [OLD_README.md](OLD_README.md) was nice in some ways as it held all schools in one place enabling keyword search etc. We can automate populating the list using a...
Relies on #215, can potentially be implemented in one PR
Current setup for all the `site/_pages` i.e. `site/_pages/summerschool.html, site/_pages/archivesummerschool.html, site/_pages/recurringschool.html` generates one big page with query filters to display individual schools. This is not great for several reasons e.g. loading...