Skip to content

Commit

Permalink
testing ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhb committed Sep 11, 2023
1 parent 1465dec commit e7f8bec
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions indexapi_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,17 +181,12 @@ def citations_info(res, *args):
# process and elaborate additional fields
#creation = entities_data["citing"][1]
for row in res[1:]:
for f in fields:
e_citing = row[0][1].split("oc/meta/")[1][:-1]
for e_meta_row in r:
if e_citing in e_meta_row[0]:
row.extend([
e_meta_row[0],
"",
"",
""
])
break
row.extend([
e_meta_row[0],
"",
"",
""
])

#row.extend(["","","",""])

Expand Down

0 comments on commit e7f8bec

Please sign in to comment.