-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
54 lines (47 loc) · 1.16 KB
/
_quarto.yml
File metadata and controls
54 lines (47 loc) · 1.16 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: "Computational Social Science"
author: "Carmen Cabrera, Francisco Rowe, Elisabetta Pietrostefani"
date: today
page-footer:
left: |
Computational Social Science was written by Carmen Cabrera, Francisco Rowe, Elisabetta Pietrostefani.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
search: true
site-url: https://gdsl-ul.github.io/css/
repo-url: https://github.com/GDSL-UL/css
repo-actions: [edit]
sharing: [twitter, facebook]
sidebar:
style: docked
background: light
downloads: [pdf, epub]
cover-image: css.png
cover-image-alt: |
Alternative text describing the book cover
chapters:
- index.qmd
- overview.qmd
- intro-css.qmd
- geodemographics.qmd
- sequence-analysis.qmd
- network.qmd
- sentiment-analysis.qmd
- topic-modelling.qmd
- longitudinal-1.qmd
- longitudinal-2.qmd
- machine-learning.qmd
- data-sets.qmd
- references.qmd
bibliography: references.bib
format:
html:
theme: ember.scss
css: styles.css
# prefer-html: true
pdf:
documentclass: scrreprt
editor: visual