Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions oa_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ def is_open_via_manual_journal_setting(issns, pub_year=None):
if '2575-4459' in issns:
return True

# Biographical Memoirs of Fellows of the Royal Society
if '0080-4606' in issns and pub_year <= 2018:
return True

return False


Expand Down