-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path_quarto.yml
More file actions
169 lines (155 loc) · 5.4 KB
/
_quarto.yml
File metadata and controls
169 lines (155 loc) · 5.4 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
project:
type: book
output-dir: docs
# execute:
# enabled: true
jupyter:
kernelspec:
display_name: Python 3
language: python
name: python3
book:
page-navigation: true
title: "Cultural Analytics Open Science Guide"
author:
- Federico Pianzola (editor)
- Paschalis Agapitos (editor)
#date-meta: today
# downloads: [pdf]
reader-mode: true
page-footer:
left: Cultural Analytics Open Science Guide
right: powered by <a href="https://quarto.org/">Quarto</a>.
background: "#D9E3E4"
sidebar:
style: "floating"
collapse-level: 7
border: true
search: true
background: "#D9E3E4"
logo: images/dh_gro_logo.png
pinned: true
align: center
tools:
- icon: person-fill
text: "Personal account"
menu:
- text: Login to your student account
url: https://signon.rug.nl/nidp/app/login?id=100&sid=2&option=credential&sid=2
- icon: github
href: https://github.com/GroningenDH/Cultural-Analytics-Open-Science-Guide
text: "Source Code"
- icon: house
href: https://www.rug.nl/research/research-let/expertisecentra/centre-for-digital-humanities/
text: "Center for Digital Humanities - University of Groningen"
# - icon: link
# text: Useful links
# menu:
# - text: Introduction to Cultural Analytics & Python by Melanie Walsh
# url: https://melaniewalsh.github.io/Intro-Cultural-Analytics/welcome.html
# - text: PythonHumanities.com
# url: https://pythonhumanities.com/
# - text: Introduction to Python for Humanists by Dr. W.J.B. Mattingly
# url: https://python-textbook.pythonhumanities.com/intro.html
# - text: Python for Data Analysis by Wes McKinney
# url: https://wesmckinney.com/book/
#style: "docked"
search: true
cover-image: images/dh_gro_logo.png
chapters:
- index.qmd
- code/00-Datasets.ipynb
- part: code/version_control.md
chapters:
- code/01-The-Command-Line.ipynb
- code/README_file.md
- code/vcs-workflow.md
- code/12-Git-GitHub.ipynb
- code/set-up-git-and-github.md
- code/github-flow.md
- code/vcs-git-commit.md
- code/vcs-git-compare.md
- code/vcs-git-branches.md
- code/vcs-git-merge.md
- code/vcs-git-interactive.md
- code/vcs-github.md
- code/the-clone-wars.md
- code/vcs-git-summary.md
- code/vcs-data.md
- part: code/02-Data-Analysis.ipynb
chapters:
- code/03-Pandas-Basics-Part1.ipynb
- code/03.5-Pandas-Basics-Part1-WORKBOOK.ipynb
- code/04-Pandas-Basics-Part2.ipynb
- code/04.5-Pandas-Basics-Part2-WORKBOOK.ipynb
- code/05-Pandas-Basics-Part3.ipynb
- code/05.5-Pandas-Basics-Part3-WORKBOOK.ipynb
- code/06-Pandas-Basics-More-Methods-WORKBOOK.ipynb
- code/07-Pandas-Merge-Datasets.ipynb
- part: code/08-Data-Collection.ipynb
chapters:
- code/09-User-Ethics-Legal-Concerns.ipynb
- code/10-Web-Scraping-Part1.ipynb
- code/10.5-Web-Scraping-Part1-WORKBOOK.ipynb
- code/11-Web-Scraping-Part2.ipynb
- code/11.5-Web-Scraping-Part2-Workbook.ipynb
- code/13-What-Is-API.ipynb
- code/13.5-APIs-WORKBOOK.ipynb
- part: "Data collection examples"
chapters:
- code/14-Song-Genius.ipynb
- code/15-Genius-API.ipynb
- code/16-Collect-Genius-Lyrics.ipynb
- code/17-Lyrics-Analysis.ipynb
- code/18-Twitter.ipynb
- code/19-Twitter-API-Setup.ipynb
- code/20-Twitter-Data.ipynb
- code/21-Twitter-Data-Sharing.ipynb
- code/22-Reddit-Data.ipynb
- code/Collecting-Data-Group-6.ipynb
- part: "Exploratory Data Analysis (in-depth)"
chapters:
- code/23-Data-Types-and-Quality.ipynb
- code/24-Changing-Numerical-Variable-Data-Types.ipynb
- code/25-Changing-Categorical-Variable-Data-Type.ipynb
- code/26-Data-Information.ipynb
- code/27-EDA-Summary-Statistics.ipynb
- code/28-Association-Between-Variables.ipynb
bibliography: references.bib
format:
html:
highlight-style: a11y
theme:
light: flatly
dark: darkly
mainfont: "Helvetica"
fontsize: "17px"
linestretch: 1.8
smooth-scroll: true
toc-depth: 4
code-copy: true
code-overflow: wrap
code-block-bg: true
code-tools:
toggle: true
source: https://github.com/GroningenDH/Cultural-Analytics-Open-Science-Guide
toc: true
page-layout: article
# pdf:
# documentclass: book
# lof: true
# lot: true
# toc: true
# geometry:
# - top=30mm
# - left=20mm
# - heightrounded
# hyperrefoptions:
# - linktoc=all
# colorlinks: true
# linkcolor: "blue"
# biblio-style: apalike
# keep-text: true
latex-auto-install: true
freeze: auto
editor: visual