titipata / affiliation_parser

Simple python parser for MEDLINE, Pubmed OA affiliation string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

Xinyihe123 opened this issue · comments

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?

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.

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

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

Yes it's working now