chore(repo): Move zotero references to reference dir
This commit is contained in:
parent
4f9acd0816
commit
3ec7dcd1bb
6 changed files with 115 additions and 78333 deletions
|
@ -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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue