Spaces:
Sleeping
Sleeping
Update README
Browse files
README.md
CHANGED
@@ -36,9 +36,9 @@ To keep things minimal, we mainly focus on top-tier conferences in AI.
|
|
36 |
To add or update a deadline:
|
37 |
- Fork the repository
|
38 |
- Update [src/data/conferences.yml](src/data/conferences.yml)
|
39 |
-
- Make sure it has the `title`, `year`, `id`, `link`, `deadline`, `timezone`, `date`, `
|
40 |
+ See available timezone strings [here](https://momentjs.com/timezone/).
|
41 |
-
- Optionally add a `note` and `abstract_deadline` in case
|
42 |
- Optionally add `hindex` (refers to h5-index from [here](https://scholar.google.com/citations?view_op=top_venues&vq=eng))
|
43 |
- Example:
|
44 |
```yaml
|
@@ -50,7 +50,9 @@ To add or update a deadline:
|
|
50 |
deadline: YYYY-MM-DD HH:SS
|
51 |
abstract_deadline: YYYY-MM-DD HH:SS
|
52 |
timezone: Asia/Seoul
|
53 |
-
|
|
|
|
|
54 |
date: September, 18-22, 2022
|
55 |
start: YYYY-MM-DD
|
56 |
end: YYYY-MM-DD
|
|
|
36 |
To add or update a deadline:
|
37 |
- Fork the repository
|
38 |
- Update [src/data/conferences.yml](src/data/conferences.yml)
|
39 |
+
- Make sure it has the `title`, `year`, `id`, `link`, `deadline`, `timezone`, `date`, `city`, `country`, `tags` attributes
|
40 |
+ See available timezone strings [here](https://momentjs.com/timezone/).
|
41 |
+
- Optionally add a `venue`, `note` and `abstract_deadline` in case this info is known
|
42 |
- Optionally add `hindex` (refers to h5-index from [here](https://scholar.google.com/citations?view_op=top_venues&vq=eng))
|
43 |
- Example:
|
44 |
```yaml
|
|
|
50 |
deadline: YYYY-MM-DD HH:SS
|
51 |
abstract_deadline: YYYY-MM-DD HH:SS
|
52 |
timezone: Asia/Seoul
|
53 |
+
city: Incheon
|
54 |
+
country: South Korea
|
55 |
+
venue: Incheon Conference Centre, South Korea
|
56 |
date: September, 18-22, 2022
|
57 |
start: YYYY-MM-DD
|
58 |
end: YYYY-MM-DD
|