Countdown timers to keep track of a bunch of CV/NLP/ML/RO conference deadlines.
试图结合 ai-deadlines 与 ccf-deadlines
CCF China Computer Federation (CCF) 中国计算机协会推荐学术会议
windows下 我用git bash没成功, 用 command prompt
bundle exec jekyll serve
需要 ruby + gem + bundler + jekyll
ruby 和 gem https://rubyinstaller.org/downloads/ , version Ruby+Devkit 3.1.2-1 (x64) , 安装路径好像不能更改
bundler + jekyll 见 https://jekyllrb.com/ gem install bundler jekyll
以 ai-deadlines的代码为基础, 因为我不认识ccf-deadlines用的技术,是 vue.js?
- 在
.yml
文件里 加入 CCF 等级属性,在_data/types.html
里添加 AI人工智能 类别 - ai-deadlines 只使用一个
_data/conferences.yml
, 过于臃肿, 学ccf-deadlines拆分成每个会议各占一个文件, 但需要用 merge.sh 合并——因为我也不会写ruby. - 注意 utils.js 第33行 和 calendar.js 147行, 我的不是在首页,采取写死的方法
好像是调用了 utils/process.py
, 但不确定
To add or update a deadline:
- Fork the repository
- Update 更新 或 添加 对应文件夹下的 name.yml
- Make sure it has the
title
,year
,id
,link
,deadline
,timezone
,date
,place
,sub
,ccf
attributes- See available timezone strings here.
- Optionally add a
note
andabstract_deadline
in case the conference has a separate mandatory abstract deadline - Optionally add
hindex
(refers to h5-index from here) - Example:
- title: BestConf year: 2022 id: bestconf22 # title as lower case + last two digits of year ccf: A 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 hindex: 100.0 sub: [SP,CV,AI] note: Important
- Send a pull request, open an issue 应该都行
- geodeadlin.es by @LukasMosser
- neuro-deadlines by @tbryn
- ai-challenge-deadlines by @dieg0as
- CV-oriented ai-deadlines (with an emphasis on medical images) by @duducheng
- es-deadlines (Embedded Systems, Computer Architecture, and Cyber-physical Systems) by @AlexVonB and @k0nze
- 2019-2020 International Conferences in AI, CV, DM, NLP and Robotics by @JackieTseng
- ccf-deadlines by @ccfddl
- netdeadlines.com by @albertgranalcoz
- ad-deadlines.com by @daniel-bogdoll
- sec-deadlines.github.io/ (Security and Privacy) by @clementfung
- pythondeadlin.es by @jesperdramsch
This project is licensed under MIT.
It uses: