titipata / affiliation_parser

Simple python parser for MEDLINE, Pubmed OA affiliation string
37 stars 15 forks source link

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? #12

Open Xinyihe123 opened 3 years ago

Xinyihe123 commented 3 years ago

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?

titipata commented 3 years ago

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 commented 3 years ago

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

Xinyihe123 commented 3 years ago

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.

titipata commented 3 years ago

@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?

Xinyihe123 commented 3 years ago

Yes it's working now