Code Monkey home page Code Monkey logo

conf-database's Introduction

conf-database

Database for conferences used by hci-deadlines website

Contributing

Contributions are very welcome!

To keep things minimal, I'm only looking to list top-tier conferences in HCI as per [conferenceranks.com][6] and my judgement calls. Please feel free to maintain a separate fork if you don't see your sub-field or conference of interest listed.

To add or update a deadline:

  1. Fork the repository
  2. Look inside the folder conferences. If the conference you want to add has a yml file, proceed to the next step. Otherwise, create a new file with the name of the conference. For example, if the conference name is xyz, then create the file xyz.yml inside the conferences folder.
  3. Open the file of the conference you want to update. Make sure it has the title, year, id, link, deadline, timezone, date, place, sub attributes
  4. See available timezone strings here. Anywhere On Earth (AoE) is UTC-12.
  5. Optionally add a note and abstract_deadline in case the conference has a separate mandatory abstract deadline
  6. Example:
- title: BestConf
  year: 2022
  id: bestconf22 # title as lower case + last two digits of year
  full_name: Best Conference for Anything # full conference name
  link: link-to-website.com
  deadline: YYYY-MM-DD HH:SS
  abstract_deadline: YYYY-MM-DD HH:SS
  timezone: Asia/Seoul
  place: Incheon, South Korea
  date: September, 18-22, 2022
  start: YYYY-MM-DD
  end: YYYY-MM-DD
  paperslink: link-to-full-paper-list.com
  pwclink: link-to-papers-with-code.com
  sub: SP
  note: Important
  1. Send a pull request

License

This project is licensed under MIT.

It uses:

conf-database's People

Contributors

makinteract avatar not-dalia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.