lihuigu commited on
Commit
3a22d54
·
1 Parent(s): ee34fde

update readme

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -144,6 +144,16 @@ json files are saved at `./assets/paper/<$venue-name>/<$year>`
144
 
145
  **2. Fetch Papers**
146
 
 
 
 
 
 
 
 
 
 
 
147
  ```
148
  python src/paper_manager.py update --year all --venue-name nips
149
  ```
 
144
 
145
  **2. Fetch Papers**
146
 
147
+ - arxiv
148
+ - nips
149
+ - icml
150
+ - cvpr
151
+ - eccv/iccv
152
+ - iclr
153
+ - acl
154
+ - naacl
155
+ - emnlp
156
+
157
  ```
158
  python src/paper_manager.py update --year all --venue-name nips
159
  ```