nielsr HF staff commited on
Commit
9e1c4b4
·
1 Parent(s): 813d43a

Update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -30,7 +30,7 @@ To keep things minimal, we mainly focus on top-tier conferences in AI.
30
  To add or update a deadline:
31
  - Fork the repository
32
  - Update [src/data/conferences.yml](src/data/conferences.yml)
33
- - Make sure it has the `title`, `year`, `id`, `link`, `deadline`, `timezone`, `date`, `place`, `sub` attributes
34
  + See available timezone strings [here](https://momentjs.com/timezone/).
35
  - Optionally add a `note` and `abstract_deadline` in case the conference has a separate mandatory abstract deadline
36
  - Optionally add `hindex` (refers to h5-index from [here](https://scholar.google.com/citations?view_op=top_venues&vq=eng))
@@ -51,7 +51,8 @@ To add or update a deadline:
51
  paperslink: link-to-full-paper-list.com
52
  pwclink: link-to-papers-with-code.com
53
  hindex: 100.0
54
- sub: SP
 
55
  note: Important
56
  ```
57
  - Send a pull request to update [src/data/conferences.yml](src/data/conferences.yml).
 
30
  To add or update a deadline:
31
  - Fork the repository
32
  - Update [src/data/conferences.yml](src/data/conferences.yml)
33
+ - Make sure it has the `title`, `year`, `id`, `link`, `deadline`, `timezone`, `date`, `place`, `tags` attributes
34
  + See available timezone strings [here](https://momentjs.com/timezone/).
35
  - Optionally add a `note` and `abstract_deadline` in case the conference has a separate mandatory abstract deadline
36
  - Optionally add `hindex` (refers to h5-index from [here](https://scholar.google.com/citations?view_op=top_venues&vq=eng))
 
51
  paperslink: link-to-full-paper-list.com
52
  pwclink: link-to-papers-with-code.com
53
  hindex: 100.0
54
+ tags:
55
+ - machine learning
56
  note: Important
57
  ```
58
  - Send a pull request to update [src/data/conferences.yml](src/data/conferences.yml).