-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
53 lines (49 loc) · 1.31 KB
/
_quarto.yml
File metadata and controls
53 lines (49 loc) · 1.31 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
project:
type: book
output-dir: docs
book:
title: "PATOQ"
author:
- name: Arash B. Abadi
url: https://arashabadi.github.io/
- name: Hossein Asadkhanipour
url: https://github.com/h-asadkhanipour
date: last-modified
cover-image: images/patoq_cover_t.png
repo-url: https://github.com/arashabadi/patoq
repo-actions: [edit, issue]
chapters:
- index.qmd
- part: prerequisites.qmd
chapters:
- biology_fundamentals.qmd
- mathematics_fundamentals.qmd
- computer_science_fundamentals.qmd
- part: "Special topics"
chapters:
- omics-data.qmd
- modeling-simulation.qmd
- integrated-platforms.qmd
- specialized-topics.qmd
- part: "Additional Resources"
chapters:
- additional-resources.qmd
bibliography: references.bib
format:
html:
theme: cosmo
number-sections: true
code-fold: true
code-tools: true
repo-url: https://github.com/arashabadi/patoq
edit-url: https://github.com/arashabadi/patoq/edit/main/
toc: true
toc-expand: true
link-external-icon: true
link-external-newwindow: true
navbar:
right:
- icon: github
href: https://github.com/arashabadi/patoq
- icon: edit
href: https://github.com/arashabadi/patoq/edit/main/