sosia-dev / sosia

Sosia: Automatic author matching in Scopus on-line
https://sosia.readthedocs.io/
MIT License
11 stars 3 forks source link

Add information to matches individually #15

Closed Michael-E-Rose closed 5 years ago

Michael-E-Rose commented 5 years ago

Right now all scientist profiles are loaded at once and information is provided using list comprehension.

While this improves speed, it cannot print a progress bar, not does it ease maintenance. We should change it.