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