Skip to content

Better hash source #113

@OllyButters

Description

@OllyButters

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.

this_paper['IDs']['hash'] = hashlib.md5(this_paper['IDs']['zotero'].encode('ascii', 'ignore')).hexdigest()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions