Titipat Achakulvisut
Titipat Achakulvisut
Yeah, thanks so much! In this case, I want to put it in extracurricular section and/or skills section which tends to be multiple bullets. It would be nice if I...
+1 for @bluenex. This solves my issue for now. :dancers:
@Isun907 I had a similar issue and I reindex my dataframe `df.index = np.arange(len(df))` or do `data_df.reset_index(col_level=1, drop=True, inplace=True)` to solve this issue. Someone might have a better solution to...
Yes, it can be removed!
Thanks @Lix1993. I will take a look later on! They typically have semicolon separating the affiliation. Maybe we could separate it and return a list of parsed affiliations instead?
@Lix1993 thanks! I noticed it. I probably wrote the rules wrong in [here](https://github.com/titipata/affiliation_parser/blob/master/affiliation_parser/parse.py#L177-L181). Not sure if I can fix the issue but may have a look later on.
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...
Alternatively, you can try to remove this [line](https://github.com/titipata/affiliation_parser/blob/master/affiliation_parser/__init__.py#L2) when you do `pip` install so that it does not try to load the GRID dataset.
@Xinyihe123 I just made [a downloader for GRID dataset](https://github.com/titipata/affiliation_parser/blob/master/affiliation_parser/utils.py#L9-L26) and update the matching script. Can you help check if you can download it and the matching work?
Hi @simonatdrg, yeah, totally agree I was hard coding `Harvard` when parsing it. I'll take a look at it and fix it by following weeks! (sorry, I'm a little busy...