affiliation_parser icon indicating copy to clipboard operation
affiliation_parser copied to clipboard

I tried to run the 'from affiliation_parser import parse_affil' command and got an error of download. I checked the link in your code : https://s3-us-west-2.amazonaws.com/science-of-science-bucket/grid/grid.csv, and your dataset seems disappear. Are you guys till maintaining this project?

Open Xinyihe123 opened this issue 4 years ago • 6 comments

Xinyihe123 avatar Mar 07 '21 08:03 Xinyihe123

I tried to run the 'from affiliation_parser import parse_affil' command and got an error of download. I checked the link in your code : https://s3-us-west-2.amazonaws.com/science-of-science-bucket/grid/grid.csv, and your dataset seems to disappear. Are you guys still maintaining this project?

Xinyihe123 avatar Mar 07 '21 08:03 Xinyihe123

Hi @Xinyihe123, thank you so much for your issue. I don't quite maintain it at the moment. However, the GRID dataset can be downloaded via https://grid.ac/. I cannot find the preprocess function at the moment but will try to update it later on.

titipata avatar Mar 07 '21 09:03 titipata

Alternatively, you can try to remove this line when you do pip install so that it does not try to load the GRID dataset.

titipata avatar Mar 07 '21 09:03 titipata

Alternatively, you can try to remove this line when you do pip install so that it does not try to load the GRID dataset.

Thanks! I download the grid dataset manually, now it works fine.

Xinyihe123 avatar Mar 07 '21 09:03 Xinyihe123

@Xinyihe123 I just made a downloader for GRID dataset and update the matching script. Can you help check if you can download it and the matching work?

titipata avatar Mar 07 '21 11:03 titipata

Yes it's working now

Xinyihe123 avatar Mar 08 '21 02:03 Xinyihe123