Update pmc_open_access_section.py
Browse files
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-
|
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):
|