feat(script): Use extracted data for manuscript

For the first time we use the actual final extracted data from relevant studies
to do analysis on instead of just the intermediate Zotero-provided metadata.

We still inject the intermediate metadata where it may be useful (things like
citation counts and keywords) but otherwise switch to the new data.
This commit is contained in:
Marty Oehme 2023-12-07 22:34:18 +01:00
parent e4e7d9e3e4
commit ed3d09b3f7
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 21 additions and 16 deletions

View file

@ -1,7 +1,7 @@
import io
from pathlib import Path
import sys
import load_yaml
from src import load_yaml
from pandas import DataFrame, read_csv
DEFAULT_YAML_PATH = Path("02-data/processed/relevant")