-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
109 lines (95 loc) · 2.84 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
project:
type: website
output-dir: docs
website:
page-navigation: true
title: "Computational linguisics and linguistic theories - Spring 2023"
description: "Homepage for LING8505 - CLLT course at NTU University, Spring 2023."
site-url: "https://lopentu.github.io/cllt2023/"
repo-url: https://github.com/lopentu/cllt2023
repo-actions: [edit, issue]
open-graph: true
page-footer:
right: "網頁用 [Quarto](https://quarto.org/) 設計"
left: "© Copyright 2023, Shu-Kai Hsieh"
background: "#D9E3E4"
sidebar:
background: "#036D19"
logo: "images/logo.jpg"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/lopentu
text: "GitHub organization"
style: "docked"
search: true
collapse-level: 1
contents:
- section: "課程資訊"
contents:
- href: course-overview.qmd
text: 導覽
- href: course-syllabus.qmd
text: 課綱
- href: course-team.qmd
text: 助教
- href: index.qmd
text: 時程
- href: course-links.qmd
text: 連結
- text: "計算環境與作業繳交方式"
href: computing-env.qmd
- text: "期末專題計劃需知"
href: project-description.qmd
- section: "每週教材"
contents:
- href: weeks/week-1.qmd
text: "Week 1"
- href: weeks/week-2.qmd
text: "Week 2"
- href: weeks/week3.qmd
text: "Week 3"
- href: weeks/week4.qmd
text: "Week 4"
- href: weeks/week5.qmd
text: "Week 5"
- href: weeks/week6.qmd
text: "Week 6"
- href: weeks/week7.qmd
text: "Week 7"
- href: weeks/week8.qmd
text: "Week 8"
- href: weeks/week9.qmd
text: "Week 9"
- section: "補充說明"
# contents:
# - href: supplemental/slr-derivations.qmd
# text: SLR derivations
# - href: supplemental/model-diagnostics-matrix.qmd
# text: Model diagnostics
# - href: supplemental/mlr-matrix.qmd
# text: MLR matrix notation
# - href: supplemental/log-transformations.qmd
# text: Log transformations
# - href: supplemental/model-selection-criteria.qmd
# text: Model selection criteria
format:
html:
highlight-style: a11y
# theme:
# light: flatly>
# dark: darkly
# light: [cosmo, theme.scss]
# dark: [cosmo, theme-dark.scss]
# mainfont: "Atkinson Hyperlegible"
theme: [yeti,my_styles.scss]
# css: styles.css
css: [styles.css, sydney-fonts.css]
mainfont: Nunito
code-copy: true
code-overflow: wrap
toc: true
from: markdown+emoji
freeze: auto
# editor: visual