diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-11 19:46:15 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-11 19:46:15 -0700 |
commit | bcc0e8e303a1a40fc32f7f9bb46c5e4b6d8cd71e (patch) | |
tree | 424b1bbb4ce4f1330e472f19db94fc9aeea990e7 | |
parent | 89723b3248767a59516b6f55dcd1eaab90bf114c (diff) | |
download | chocula-bcc0e8e303a1a40fc32f7f9bb46c5e4b6d8cd71e.tar.gz chocula-bcc0e8e303a1a40fc32f7f9bb46c5e4b6d8cd71e.zip |
additional OJS platform names
-rw-r--r-- | chocula/util.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chocula/util.py b/chocula/util.py index 4080e5b..2cb771d 100644 --- a/chocula/util.py +++ b/chocula/util.py @@ -12,6 +12,8 @@ import pycountry # software frameworks PLATFORM_MAP = { 'OJS': 'ojs', + 'OJS SEER': 'ojs', + 'Open Journal System/OJS': 'ojs', 'BMC': 'bmc', 'SciELO Brazil': 'scielo', 'SciELO Argentina': 'scielo', |