klb2 / conference-calendar

Simple website that keeps track of conference dates and deadlines

Home Page:https://klb2.github.io/conference-calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IEEE Conference Calendar

Website: https://klb2.github.io/conference-calendar/

This repository provides a simple website that lists the conference dates and deadlines for calls for papers for various IEEE conferences in the areas of communications, information theory, and signal processing. It is automatically updated every Sunday. However, the conference dates are entered manually at the moment.

Note that this list is not complete and only features certain IEEE societies. Please report any issues/bugs that you find as a GitHub issue.

If you would like to add more content/dates or fix bugs, please open up a pull request. Contributing guidelines can be found in CONTRIBUTING.md.

Usage/Development

If you want to build the website on your own, you need to have Python3 installed on your machine.

To install all required packages simply run

pip3 install -r requirements.txt

The website is generated by running

python3 generate_website.py

The final website can then be found as public/index.html.

About

Simple website that keeps track of conference dates and deadlines

https://klb2.github.io/conference-calendar/

License:GNU General Public License v3.0


Languages

Language:Python 51.5%Language:HTML 25.4%Language:CSS 23.1%