Skip to content

Commit 8a3e3a2

Browse files
committed
Move course links to main page
1 parent 7fedfb6 commit 8a3e3a2

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: Materials for the Methodology and Statistics master course Processi
33
sidebar: >-
44
<span class="sidebar-summary">This webpage contains all materials for the Methodology and Statistics master course <i>Processing Complex Data</i> (PCD). The materials on this website are <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0 licensed</a>.</span>
55
<span class="sidebar-block"><strong>Lecturer</strong><br><a href="https://javier.science/">Javier Garcia-Bernardo</a><br>Assistant Professor of Social Data Science<br>Department of Methodology &amp; Statistics<br>Utrecht University</span>
6-
<span class="sidebar-block sidebar-links"><a href="/course_manual.html">Course manual</a><a href="/project_guidelines.html">Project guidelines</a><a href="https://processingcomplexdata.github.io/">Course website</a></span>
76
theme: jekyll-theme-minimal
87
logo: /assets/img/logo.svg
98
github:

_layouts/default.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
<body>
1616
<div class="wrapper">
1717
<header>
18-
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
19-
2018
{% if site.logo %}
2119
<img src="{{ site.logo | relative_url }}" alt="Logo" />
2220
{% endif %}

assets/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ header p {
2323

2424
header img {
2525
max-width: 250px;
26-
margin: 8px 0 22px;
26+
margin: 0 0 22px;
2727
}
2828

2929
.sidebar-block {

index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Contrary to what most introductory data science and statistics courses teach, re
88

99
The narrative spine of the course is *from raw traces to defensible claims*. Each group works through a single pipeline: raw source → operationalized clean object → baseline model with one sensitivity check → presentation.
1010

11+
## Course materials
12+
13+
- [Course manual](course_manual.md)
14+
- [Project guidelines](project_guidelines.md)
15+
1116
## Lectures
1217

1318
| Week | Title | Lecture |

0 commit comments

Comments
 (0)