TomTBT commited on
Commit
3d91216
·
verified ·
1 Parent(s): 4445028

Update pmc_open_access_section.py

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