openalex: Ignore unknown author names
This commit is contained in:
parent
2f8f7f1804
commit
beb0cfeec9
|
@ -125,6 +125,7 @@ class APIClient:
|
||||||
authors = [
|
authors = [
|
||||||
authorship["author"]["display_name"]
|
authorship["author"]["display_name"]
|
||||||
for authorship in work["authorships"]
|
for authorship in work["authorships"]
|
||||||
|
if authorship["author"]["display_name"] is not None
|
||||||
]
|
]
|
||||||
|
|
||||||
if work["abstract_inverted_index"] is not None:
|
if work["abstract_inverted_index"] is not None:
|
||||||
|
|
Loading…
Reference in New Issue