-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_quarto.yml
More file actions
69 lines (63 loc) · 1.82 KB
/
_quarto.yml
File metadata and controls
69 lines (63 loc) · 1.82 KB
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
project:
type: website
resources:
- "_redirects"
preview:
port: 4200
website:
title: "Open Problems in Single Cell Analysis"
description: "Aggregating and Benchmarking Open Problems in Single Cell Analysis"
favicon: images/icon.png
site-url: https://openproblems.bio
repo-url: https://github.com/openproblems-bio/website
repo-actions: [edit, issue]
google-analytics: 'UA-178400615-1'
page-footer:
left: "© Open Problems 2023 with all data licensed under [CC-BY](https://creativecommons.org/licenses/by/2.0/)."
navbar:
logo: images/logo.png
title: false
left:
- href: index.qmd
text: About
- href: datasets/index.qmd
text: Datasets
- text: Benchmarks
href: results/index.qmd
- href: events/index.qmd
text: Events
- href: team/index.qmd
text: Team
- text: Documentation
href: documentation/index.qmd
right:
- icon: bi-github
href: https://github.com/openproblems-bio
aria-label: GitHub
sidebar:
- id: documentation
collapse-level: 3
title: Documentation
contents: documentation
- id: neurips2021_docs
title: NeurIPS2021
contents: events/2021-09_neurips/documentation
format:
html:
theme:
light: [ simplex, style/theme.scss, style/theme-light.scss]
dark: [ darkly, style/theme.scss, style/theme-dark.scss ]
css: style/styles.css
toc: true
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/(openproblems\.bio|[^.]*--openproblems\.netlify\.app)'
smooth-scroll: true
bibliography: library.bib
glossary: _glossary.md
fig-cap-location: margin
tbl-cap-location: margin
reference-location: margin
citation-location: margin
html-math-method: katex
execute:
freeze: auto