Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/torydebra/awesomeroboticsconferencesandschoolslist
- Owner: torydebra
- License: gpl-3.0
- Created: 2023-03-05T22:24:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T08:02:25.000Z (10 months ago)
- Last Synced: 2024-04-12T15:12:33.717Z (10 months ago)
- Topics: artificial-intelligence, conferences, datatables, robotic-conference, robotic-school, robotics, summer-school
- Language: JavaScript
- Homepage: https://torydebra.github.io/AwesomeRoboticsConferencesAndSchoolsList/
- Size: 897 KB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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
## 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)## 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))## License
Distributed under the GLP-3.0 License. See `LICENSE.md` for more information.
## 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