-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
82 lines (80 loc) · 1.96 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
project:
type: website
render:
- '*.qmd'
- '*.ipynb'
resources:
- assets/*
- authors.yml
execute:
freeze: auto
website:
favicon: assets/logo_white.png
twitter-card: true
open-graph: true
navbar:
collapse-below: xl
pinned: false
title: false
left:
- text: '{{< iconify qlementine-icons:version-control-16 >}}'
menu:
- text: v01 (latest)
href: index.ipynb
- text: '{{< iconify nrk:back >}} Back to Pub'
href: index.ipynb
right:
- text: FAQ
href: FAQ.qmd
- text: Reproduce
href: SETUP.qmd
- text: Contribute
href: CONTRIBUTING.qmd
tools:
- icon: twitter-x
href: https://twitter.com/arcadiascience
- icon: github
href: https://github.com/{{< var pub.org >}}/{{< var pub.repo >}}
logo: assets/logo_text.png
logo-href: https://research.arcadiascience.com/
background: white
search: true
page-footer:
background: '#484B50'
border: false
left: '[![](assets/logo_white.png){fig-alt="Arcadia-Science" width=65px}](https://www.arcadiascience.com/)
Copyright 2025, Arcadia Science
'
right:
- icon: twitter-x
href: https://twitter.com/arcadiascience
- icon: github
href: https://github.com/Arcadia-Science
google-analytics: "{{< var pub.google_analytics >}}"
cookie-consent:
type: implied
style: simple
format:
html:
include-in-header:
- file: assets/logo-animation.html
- file: assets/author-reveal.html
- file: assets/mini-title.html
- file: assets/version-in-title.html
css: assets/css/main.css
page-layout: article
title-block-banner: true
toc: true
toc-expand: 2
comments:
giscus:
repo: Arcadia-Science/2024-paired-token-masking
input-position: top
reference-location: margin
bibliography: ref.bib
csl: assets/arcadia.csl
code-annotations: hover
html-table-processing: none
filters:
- abstract-section
demo-title: "A brief syntax demo"