Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/torydebra/awesomeroboticsconferencesandschoolslist

An interactive table for choosing your next robotic-related conference or school
https://github.com/torydebra/awesomeroboticsconferencesandschoolslist

List: awesomeroboticsconferencesandschoolslist

artificial-intelligence conferences datatables robotic-conference robotic-school robotics summer-school

Last synced: 3 months ago
JSON representation

An interactive table for choosing your next robotic-related conference or school

Awesome Lists containing this project

README

        


[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Deploy static content to Pages](https://github.com/torydebra/AwesomeRoboticsConferencesAndSchoolsList/actions/workflows/static.yml/badge.svg)](https://github.com/torydebra/AwesomeRoboticsConferencesAndSchoolsList/actions/workflows/static.yml)
[![Validate JSONs](https://github.com/torydebra/AwesomeRoboticsConferencesAndSchoolsList/actions/workflows/validateJson.yml/badge.svg)](https://github.com/torydebra/AwesomeRoboticsConferencesAndSchoolsList/actions/workflows/validateJson.yml)
[![Scraping IEEE-RAS Conferences](https://github.com/torydebra/AwesomeRoboticsConferencesAndSchoolsList/actions/workflows/IEEEScraper.yml/badge.svg)](https://github.com/torydebra/AwesomeRoboticsConferencesAndSchoolsList/actions/workflows/IEEEScraper.yml)

# AwesomeRoboticsConferencesAndSchoolsList

The list is live at https://torydebra.github.io/AwesomeRoboticsConferencesAndSchoolsList

Table of Contents


  1. About

  2. Contributing

  3. License

  4. Acknowledgments

## About
I created this half for fun and half for learning something new. Double check on official conferences/school website for the correct/updated information (and if you find some wrong info here, please open a PR/issue :D)

## Contributing
See [Contributing](https://github.com/torydebra/AwesomeRoboticsConferencesAndSchoolsList/blob/master/CONTRIBUTING.md)

(back to top)

## Sources
- [Robotics worldwide mailing list](https://www.lists.kit.edu/sympa/info/robotics-worldwide)
- [Eurobotics mailing list](https://old.eu-robotics.net/eurobotics/activities/mailing-list.html)
- [IEEE RAS upcoming conferences](https://www.ieee-ras.org/conferences-workshops/upcoming-conferences), by [scraping it](https://github.com/torydebra/AwesomeRoboticsConferencesAndSchoolsList/blob/master/script/IEEE_scraper.py) :D
- [awesome-mlss](https://github.com/sshkhr/awesome-mlss) for some more machine learning related schools
- Socials
- Word of mouth
- You! ([Contributing](https://github.com/torydebra/AwesomeRoboticsConferencesAndSchoolsList/blob/master/CONTRIBUTING.md))

(back to top)

## License

Distributed under the GLP-3.0 License. See `LICENSE.md` for more information.

(back to top)

## Acknowledgments

* [JQuery](https://jquery.com/) Obviously
* [DataTables.js](https://datatables.net/) The core which provide the table layout
* [Luxon](https://moment.github.io/luxon/) Handling dates
* [world-flag-sprites](https://github.com/lafeber/world-flags-sprite) Flags! Who do not like flags?
* [best-README-Template](https://github.com/othneildrew/Best-README-Template) For the readme itself
* [ChatGPT](https://openai.com/blog/chatgpt) For a crazy stuff about [cache busting](https://github.com/torydebra/AwesomeRoboticsConferencesAndSchoolsList/blob/master/.github/workflows/static.yml#L37-L43) and monkey code-writing
* [FontAwesome](https://fontawesome.com/) Icons! Icons everywhere!
* [Floating-UI](https://floating-ui.com/) Library to show popovers. BTW, the style of the doc website is probably the best of all times

### Github Actions
* [validate-json-action](https://github.com/OrRosenblatt/validate-json-action) Validate json against a schema
* [checkout-files](https://github.com/Bhacaz/checkout-files) Checkout only certain files
* [html-preview-action](https://github.com/pavi2410/html-preview-action)
* [comment-pull-request](https://github.com/thollander/actions-comment-pull-request) Commenting PR and putting rocket reaction :rocket:
* [create-pull-request](https://github.com/marketplace/actions/create-pull-request) Commit, open PR, and wait for the human to review it

(back to top)