update baseline date
Browse files- pmc_open_access_xml.py +1 -1
pmc_open_access_xml.py
CHANGED
@@ -69,7 +69,7 @@ _SUBSETS = {
|
|
69 |
"non_commercial": "oa_noncomm",
|
70 |
"other": "oa_other",
|
71 |
}
|
72 |
-
_BASELINE_DATE = "2023-
|
73 |
|
74 |
REFS_KEYS = ["pmid_ref", "unknown_pub_ref", "figure_ref", "table_ref", "formula_ref", "box_ref", "code_ref",
|
75 |
"quote_ref", "chemical_ref", "supplementary_ref", "footnote_ref", "graphic_ref", "media_ref"]
|
|
|
69 |
"non_commercial": "oa_noncomm",
|
70 |
"other": "oa_other",
|
71 |
}
|
72 |
+
_BASELINE_DATE = "2023-06-18"
|
73 |
|
74 |
REFS_KEYS = ["pmid_ref", "unknown_pub_ref", "figure_ref", "table_ref", "formula_ref", "box_ref", "code_ref",
|
75 |
"quote_ref", "chemical_ref", "supplementary_ref", "footnote_ref", "graphic_ref", "media_ref"]
|