Skip to content

Commit

Permalink
update action list writing
Browse files Browse the repository at this point in the history
  • Loading branch information
michellestegem committed Nov 15, 2023
1 parent fbcd937 commit b2e2a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/SEMANTIC_SCHOLAR4_generateCSVFile.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
"outputs": [],
"source": [
"columns = ['bibkey', 'ss_id', 'url', 'match score', 'bib_doi', 'ss_doi', 'bib_title', 'ss_title', 'staff_id', 'staff_name', 'bib_authors', 'ss_authors', 'bib_journal', 'ss_journal', 'bib_year', 'ss_year', 'bib_type', 'ss_pmid', 'reason', 'action']\n",
"actions_list = '[add_ss_id, blacklist_ss_id, add_new_item, add_manually, None]'\n",
"actions_list = '[add ss_id, blacklist ss_id, add new item, add manually, None]'\n",
"list_doi_match = []\n",
"not_new = []\n",
"ss_id_match = []\n",
Expand Down

0 comments on commit b2e2a2f

Please sign in to comment.