From c7c51a5e6fb17f04a96b2c7536c6acccf929865f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 23 Jun 2020 11:42:20 -0700 Subject: Revert "EZB color not a good proxy for OA status" I think this actually is Ok in the context of identifying longtail journals. We don't set the `is_oa` flag in release metdata based on this chocula flag. This reverts commit 9ba5b2e307c7f61f60304ba104bf3cc8424b7163. --- chocula/database.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chocula/database.py b/chocula/database.py index a27a560..4606212 100644 --- a/chocula/database.py +++ b/chocula/database.py @@ -501,6 +501,8 @@ class ChoculaDatabase: out["is_oa"] = True if irow["slug"] == "ezb": ezb_extra = json.loads(irow["extra"]) + if ezb_extra["ezb_color"] == "green": + out["is_oa"] = True if irow["slug"] == "sherpa_romeo": extra = json.loads(irow["extra"]) if extra.get("sherpa_romeo"): -- cgit v1.2.3