fix(repo): Rename all references to data and output dir
This commit is contained in:
parent
f384515737
commit
b4730f6ea8
22 changed files with 67 additions and 69 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
bibliography: ../02-data/intermediate/zotero-library.bib
|
||||
bibliography: ../data/intermediate/zotero-library.bib
|
||||
csl: /home/marty/documents/library/utilities/styles/APA-7.csl
|
||||
papersize: A4
|
||||
linestretch: 1.5
|
||||
|
|
@ -22,7 +22,7 @@ subtitle: Addressing inequalities in the World of Work
|
|||
```{python}
|
||||
#| echo: false
|
||||
from pathlib import Path
|
||||
data_dir=Path("../02-data")
|
||||
data_dir=Path("../data")
|
||||
|
||||
## standard imports
|
||||
from IPython.core.display import Markdown as md
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
bibliography: 02-data/intermediate/zotero-library.bib
|
||||
bibliography: data/intermediate/zotero-library.bib
|
||||
title: Grab yml
|
||||
---
|
||||
|
||||
|
|
@ -187,7 +187,7 @@ import bibtexparser
|
|||
|
||||
sns.set_style("whitegrid")
|
||||
|
||||
DATA_DIR=Path("./02-data")
|
||||
DATA_DIR=Path("./data")
|
||||
RAW_DATA=DATA_DIR.joinpath("raw")
|
||||
WORKING_DATA=DATA_DIR.joinpath("intermediate")
|
||||
PROCESSED_DATA=DATA_DIR.joinpath("processed")
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import bibtexparser
|
|||
|
||||
sns.set_style("whitegrid")
|
||||
|
||||
DATA_DIR=Path("./02-data")
|
||||
DATA_DIR=Path("./data")
|
||||
RAW_DATA=DATA_DIR.joinpath("raw")
|
||||
WORKING_DATA=DATA_DIR.joinpath("intermediate")
|
||||
PROCESSED_DATA=DATA_DIR.joinpath("processed")
|
||||
|
|
@ -120,7 +120,7 @@ datavis:
|
|||
|
||||
|
||||
```{python}
|
||||
findings_institutional = pd.read_csv("02-data/supplementary/findings-institutional.csv")
|
||||
findings_institutional = pd.read_csv("data/supplementary/findings-institutional.csv")
|
||||
findings_institutional
|
||||
from src.model import validity
|
||||
import math
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ import bibtexparser
|
|||
|
||||
sns.set_style("whitegrid")
|
||||
|
||||
DATA_DIR=Path("./02-data")
|
||||
DATA_DIR=Path("./data")
|
||||
RAW_DATA=DATA_DIR.joinpath("raw")
|
||||
WORKING_DATA=DATA_DIR.joinpath("intermediate")
|
||||
PROCESSED_DATA=DATA_DIR.joinpath("processed")
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
bibliography: 02-data/intermediate/zotero-library.bib
|
||||
bibliography: data/intermediate/zotero-library.bib
|
||||
csl: /home/marty/documents/library/utilities/styles/APA-7.csl
|
||||
papersize: A4
|
||||
linestretch: 1.5
|
||||
|
|
@ -28,7 +28,7 @@ zotero:
|
|||
```{python}
|
||||
#| echo: false
|
||||
from pathlib import Path
|
||||
DATA_DIR=Path("./02-data")
|
||||
DATA_DIR=Path("./data")
|
||||
BIB_PATH = DATA_DIR.joinpath("raw/01_wos-sample_2023-11-02")
|
||||
|
||||
## standard imports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue