107 lines
3.4 KiB
YAML
107 lines
3.4 KiB
YAML
project:
|
|
type: "website"
|
|
title: "Research Software Engineering Summer School"
|
|
|
|
editor:
|
|
render-on-save: true
|
|
|
|
website:
|
|
title: "Research Software Engineering Summer School"
|
|
page-navigation: true
|
|
reader-mode: true
|
|
open-graph: true
|
|
search:
|
|
location: navbar
|
|
type: textbox
|
|
sidebar:
|
|
collapse-level: 2
|
|
style: docked
|
|
contents:
|
|
- href: index.qmd
|
|
text: "🏠 Home"
|
|
- href: installation/julia.qmd
|
|
text: "Installation"
|
|
- href: schedule.qmd
|
|
text: "📓 Schedule"
|
|
- href: social.qmd
|
|
text: ":fire: Social"
|
|
- section: "Cheatsheets"
|
|
contents:
|
|
- href: cheatsheets/julia.qmd
|
|
text: Julia
|
|
- href: cheatsheets/git.qmd
|
|
text: Git
|
|
- href: cheatsheets/githubactions.qmd
|
|
text: GitHub actions
|
|
- section: "Slides / Handouts"
|
|
contents:
|
|
- section: "Monday"
|
|
contents:
|
|
- href: material/1_mon/rse/rse_basics_slides.qmd
|
|
text: "📊 1 - RSE"
|
|
- href: "missing.md"
|
|
text: "📝 2 - Why Julia"
|
|
- href: "material/1_mon/firststeps/firststeps_handout.qmd"
|
|
text: "📝 3 - First Steps"
|
|
- href: "material/1_mon/envs/envs_handout.qmd"
|
|
text: "📝 4 - Environments & Packages"
|
|
- section: "Tuesday"
|
|
contents:
|
|
- href: material/2_tue/git/intro_slides.md
|
|
text: "📝 1 - GIT"
|
|
- href: "material/2_tue/unittest/missing.qmd"
|
|
text: "📝 2 - Unit Testing"
|
|
- href: "material/3_tue/CI/missing.qmd"
|
|
text: "📝 3 - Continuous Integration"
|
|
- href: "material/4_tue/codereview/missing.qmd"
|
|
text: "📝 4 - Code Review"
|
|
- section: "Wednesday"
|
|
contents:
|
|
- href: material/3_wed/docs/handout.qmd
|
|
text: "📝 1 - Docs"
|
|
- href: material/3_wed/vis/slides.jl
|
|
text: "📝 2 - Visualizations"
|
|
- href: material/3_wed/linearalgebra/missing.qmd
|
|
text: "📝 3 - LinearAlgebra"
|
|
- href: material/3_wed/regression/missing.jl
|
|
text: "📝 4 - Multiple Regression"
|
|
|
|
- section: "Thursday"
|
|
contents:
|
|
- href: material/4_thu/sim/missing.qmd
|
|
text: "📝 1 - Simulation"
|
|
- href: material/4_thu/stats/missing.jl
|
|
text: "📝 2 - Stats"
|
|
- href: material/4_thu/parallel/missing.qmd
|
|
text: "📝 3 - Parallelization"
|
|
- section: "Friday"
|
|
contents:
|
|
- href: material/5_fri/highlightsOptim/missing.qmd
|
|
text: "📝 1 - Highlights + Optimization"
|
|
|
|
navbar:
|
|
background: primary
|
|
page-footer:
|
|
background: light
|
|
left: "CC-By Ehinger, Oesting, Uekerman"
|
|
resources:
|
|
- CNAME
|
|
|
|
|
|
format:
|
|
html:
|
|
email-obfuscation: javascript
|
|
link-external-newwindow: true
|
|
link-external-icon: true
|
|
|
|
theme:
|
|
light:
|
|
- journal
|
|
- styles.scss # I use this just to change the default colour
|
|
|
|
toc: true
|
|
from: markdown+emoji
|
|
toc-expand: 3
|
|
grid:
|
|
body-width: 1000px
|
|
code-annotations: hover |