-
Notifications
You must be signed in to change notification settings - Fork 5
Better hash source #113
Copy link
Copy link
Open
Description
Was using a hash of the title to generate a unique ID, but some titles are the same! Switched to zotero ID, but this probably needs thinking through some more.
Line 34 in d2c2450
| this_paper['IDs']['hash'] = hashlib.md5(this_paper['IDs']['zotero'].encode('ascii', 'ignore')).hexdigest() |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels