chore(repo): Move zotero references to reference dir

This commit is contained in:
Marty Oehme 2024-07-16 16:05:15 +02:00
parent 4f9acd0816
commit 3ec7dcd1bb
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
6 changed files with 115 additions and 78333 deletions

View file

@ -5,7 +5,7 @@ project:
profile:
default: journal
bibliography: data/intermediate/zotero-library.bib
bibliography: data/references/zotero-library.bib
csl: /home/marty/documents/library/utilities/styles/APA-7.csl
zoterolive:
library: wow-inequalities

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
---
bibliography: ../data/intermediate/zotero-library.bib
bibliography: ../data/references/zotero-library.bib
csl: /home/marty/documents/library/utilities/styles/APA-7.csl
papersize: A4
linestretch: 1.5

View file

@ -1,5 +1,5 @@
---
bibliography: ../data/intermediate/zotero-library.bib
bibliography: ../data/references/zotero-library.bib
csl: /home/marty/documents/library/utilities/styles/APA-7.csl
papersize: A4
linestretch: 1.5

View file

@ -5,7 +5,6 @@ PROJECT_DIR = Path(os.getenv("QUARTO_PROJECT_DIR", "."))
DATA_DIR = PROJECT_DIR.joinpath("data")
WORKING_DATA = DATA_DIR.joinpath("intermediate")
PROCESSED_DATA = DATA_DIR.joinpath("processed")
SUPPLEMENTARY_DATA = DATA_DIR.joinpath("supplementary")