-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
67 lines (59 loc) · 1.4 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
project:
type: book
output-dir: docs
execute:
cache: true
book:
google-analytics: G-YCY24Z74EY
title: Statistical Inference in Network Science
subtitle: UDD networks 2024
author: George G. Vega Yon, Ph.D.
date: 2024-01-14
cover-image: figs/ai-image-cover.jpeg
cover-image-alt: An AI image generated with Bing representing statistical inference in networks.
page-footer: Statistical Inference in Network Science - [https://ggvy.cl](https://ggvy.cl){target="_blank"}
navbar:
background: light
right:
- icon: github
href: https://github.com/gvegayon/networks-udd2024
aria-label: GitHub
chapters:
- index.qmd
- part: Day 1
chapters:
- 01-overview.qmd
- 02-random-graphs.qmd
- 03-behavior-and-coevolution.qmd
- 04-lab-1.qmd
- 05-intro-to-ergms.qmd
- part: Day 2
chapters:
- 06-ergms-cont.qmd
- 07-odd-balls.qmd
- 08-lab-2.qmd
- 09-advanced-ergms.qmd
- 10-new-topics.qmd
- references.qmd
downloads:
- epub
- pdf
bibliography: references.bib
format:
html:
html-math-method: katex
toc: true
number-sections: true
pdf:
geometry:
- top=1in
- bottom=1in
- left=1in
- right=1in
fontsize: 12pt
fontenc: T1
include-in-header:
- text: |
\allowdisplaybreaks
\usepackage{bm}
epub: default