TomTBT commited on
Commit
21f36f5
1 Parent(s): 382db8d

Update pmc_open_access_figure.py

Browse files
Files changed (1) hide show
  1. pmc_open_access_figure.py +1 -1
pmc_open_access_figure.py CHANGED
@@ -74,7 +74,7 @@ _SUBSETS = {
74
  "non_commercial": "oa_noncomm",
75
  "other": "oa_other",
76
  }
77
- _BASELINE_DATE = "2023-09-06"
78
 
79
  begin_doc_rgx = re.compile("""<!DOCTYPE.*""")
80
  def clean_raw(xml_text):
74
  "non_commercial": "oa_noncomm",
75
  "other": "oa_other",
76
  }
77
+ _BASELINE_DATE = "2023-12-18"
78
 
79
  begin_doc_rgx = re.compile("""<!DOCTYPE.*""")
80
  def clean_raw(xml_text):