chore(repo): Move references to reference data dir

Begin restructuring data dir by separating out references into their own
data sub-dir containing only references and bibtex files.
This commit is contained in:
Marty Oehme 2024-07-16 15:59:41 +02:00
parent 2a1fc9611f
commit 4f9acd0816
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
177 changed files with 77679 additions and 40 deletions

View file

@ -1,8 +1,4 @@
from src.process import add_metadata as meta
from src import globals as g
bib_sample_raw_db = meta.bib_library_from_dir(g.RAW_DATA)
bib_sample = meta.bib_library_from_dir(g.WORKING_DATA)
from src.process.generate_dataframes import bib_sample_raw_db, bib_sample
class PrismaNumbers:
nr_database_query_raw = len(bib_sample_raw_db.entries)