Skip to content

Commit

Permalink
rm source prefi
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhb committed Oct 20, 2023
1 parent 53de5fd commit 4ce6e03
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions indexapi_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,19 +284,19 @@ def citations_info(res, *args):

row.extend([
# oci value
pre_source + oci_val,
oci_val,
# citing
pre_source + citing_id,
citing_id,
# cited
pre_source + cited_id,
cited_id,
# creation = citing[pub_date]
pre_source + citing_pubdate,
citing_pubdate,
# timespan = citing[pub_date] - cited[pub_date]
pre_source + duration,
duration,
# journal_sc = compare citing[source_id] and cited[source_id]
pre_source + journal_sc,
journal_sc,
# author_sc = compare citing[source_id] and cited[source_id]
pre_source + author_sc
author_sc
])


Expand Down

0 comments on commit 4ce6e03

Please sign in to comment.