Spaces:
Running
Running
Update readme
Browse files
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`, `
|
| 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 |
-
|
|
|
|
| 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).
|