Skip to content

[Literature] Automatic citation count retrieval #623

@RianneAr

Description

@RianneAr

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.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions