-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_quarto.yml
39 lines (33 loc) · 868 Bytes
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
project:
title: "Research Template"
output-dir: _products
execute-dir: project
pre-render:
- utils/check_packages.R # install required packages
- utils/remove_artifacts.ts # remove previously constructed files
render:
# if analysis is split into multiple docs, add them here
- analysis/organize_data.qmd
- analysis/analysis.qmd
- paper/
- presentation/
- "!bibliography/"
author:
- name: Aaron Gullickson
orcid: 0000-0001-7237-8131
email: aarong@uoregon.edu
url: https://aarongullickson.netlify.app/
attributes:
corresponding: true
affiliations:
- id: uo
name: University of Oregon
department: Sociology
address: 727 PLC
city: Eugene
region: OR
country: USA
postal-code: 97405
execute:
freeze: false
editor: source