-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
55 lines (53 loc) · 1.6 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
project:
type: website
resources:
- audio
render:
- "*.qmd"
- "*.ipynb"
- "!xtra"
website:
title: "DSAN5000 Project"
favicon: "assets/gu-logo.png"
sidebar:
tools:
- icon: github
href: https://github.com/pengleee/identify-misinformation-in-political-news
# contents: auto
contents:
- href: index.qmd
text: Home
# - href: instructions/overview.qmd
# text: Instructions
- href: about-the-authors.qmd
text: About the Authors
- text: Directory Tree
href: assets/tree.qmd
- section: Technical details
contents:
- text: Data Collection
href: technical-details/data-collection/main.ipynb
- text: Data Cleaning
href: technical-details/data-cleaning/main.ipynb
- text: Exploratory Data Analysis
href: technical-details/eda/main.ipynb
- text: Unsupervised Learning
href: technical-details/unsupervised-learning/main.ipynb
- text: Supervised Learning
href: technical-details/supervised-learning/main.ipynb
- text: Collaborators Progress Log
href: technical-details/collaborators-progress-log.qmd
- text: LLM Usage Log
href: technical-details/llm-usage-log.qmd
- section: Report
contents:
- text: web
href: report/report.qmd
- text: pdf
href: report/5000-Project-Report.pdf
format:
html:
theme: cosmo
bibliography: ./assets/references.bib
csl: ./assets/nature.csl
toc: true