In update_bibfile.py, the function get_citations does not work always properly. It loops over all citations, taking a very long time. Up until now, this function has been replaced by:
def get_citations(semantic_scholar_ids, sch):
dict_cits = {}
ss_ids_not_found = []
for ss_id in semantic_scholar_ids:
break
return dict_cits, ss_ids_not_found
When the literature update was run.