-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
61 lines (51 loc) · 1.21 KB
/
_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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
project:
type: book
book:
title: "A guide to writing scientific papers using R"
subtitle: "Research Methodologies 2024"
author:
- name: "Rosa Félix"
email: [email protected]
url: http://www.rosafelix.bike
orcid: 0000-0002-5642-6006
affiliation: "Instituto Superior Técnico - University of Lisbon"
# date: today
repo-url: https://github.com/U-Shift/R2Paper
chapters:
- href: index.qmd
text: Intro
- software.qmd
- rmarkdown.qmd
- startup.qmd
- exercise.qmd
- tips.qmd
- about.qmd
- references.qmd
output-file: "R2Paper_2024"
favicon: /images/favicon.png
sidebar:
tools:
- icon: download
href: https://github.com/U-Shift/R2Paper/releases/download/latest/R2Paper_2024.pdf
text: "Download PDF"
target: _blank
page-footer:
left: "R Félix"
center: "Research Methodologies"
right: "December 2024"
format:
html:
theme:
light: cosmo
dark: superhero
code-fold: show
code-tools: true
number-depth: 3
toc: true
toc-expand: 3
css: styles.css
# pdf:
# documentclass: scrreprt
bibliography: references.bib
editor: visual
google-scholar: true