33 lines
666 B
YAML
33 lines
666 B
YAML
project:
|
|
type: manuscript
|
|
output-dir: "_out"
|
|
preview:
|
|
port: 2059
|
|
watch-inputs: true
|
|
format:
|
|
acm-html:
|
|
hypothesis: false
|
|
acm-pdf:
|
|
output-file: mastodon-recommendations-acm.pdf
|
|
include-in-header:
|
|
- text: |
|
|
\usepackage{siunitx}
|
|
#docx: default
|
|
profile:
|
|
default: acm
|
|
manuscript:
|
|
article: index.qmd
|
|
code-links:
|
|
- text: Preprocessing
|
|
href: code/preprocess.py
|
|
- text: R code
|
|
href: code/helpers.R
|
|
- href: code/survival.R
|
|
notebooks:
|
|
- notebook: notebooks/_moved.qmd
|
|
- notebook: notebooks/arima.qmd
|
|
- notebook: notebooks/revisions.qmd
|
|
environment: renv.lock
|
|
execute:
|
|
freeze: auto
|