Created
January 29, 2021 02:47
-
-
Save GoingMyWay/3782c11a541725763fc26082782a5973 to your computer and use it in GitHub Desktop.
Download ICLR 2021 papers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
secondString="pdf"; | |
sec=""; | |
while IFS="," read title url; do | |
nurl=${url/forum/$secondString}; | |
ntitle=${title//[:?^]/_}; | |
wget -O ./papers/21-"${ntitle}".pdf $(echo $nurl | tr -d '\r';) & | |
done < iclr_papers.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code for downloading the data
python iclr_list.py