filling a few things in

This commit is contained in:
2025-09-16 12:23:10 +02:00
parent bb66126417
commit 47fff2a7f8
14 changed files with 1005 additions and 85 deletions

108
main.typ
View File

@@ -1,7 +1,6 @@
#import "@preview/diatypst:0.7.0": *
#import "@preview/grayness:0.4.1": *
#import "importer/main.typ": *
#import "@preview/physica:0.9.5": *
// Patch the ETH logo to actually be white:
#let logo = "assets/uzh-logo.svg"
@@ -17,15 +16,13 @@
)
#let ratio = 16/9
#let layout_size = "large"
#let ratio = 4/3
#let layout_size = "medium"
#let authors = ("Rémy Moll",)
#let date = "18. September 2024"
#let date = "18 September 2024"
#let title = "Simulating the EOR with self-consistent growth of galaxies"
#let subtitle = "Master's thesis presentation"
#let footer-title = "Self-consistent simulations of the EOR"
#let title-color = color.blue.darken(50%);
#let bg-color = color.white;
@@ -95,21 +92,6 @@
)
)
)
// #block(
// height: 20%,
// width: 100%,
// fill: none,
// inset: (x:0.5*space,top:1cm, bottom: 1em),
// above: 0cm,
// below: 0cm,
// stack(
// dir: ltr,
// authors.join(", ", last: " & "),
// h(1fr),
// ..padded_logos,
// )
// )
///// Main content /////
@@ -124,6 +106,8 @@
ratio: ratio,
title-color: title-color,
bg-color: bg-color,
footer-title: footer-title,
count: "number"
)
@@ -131,79 +115,33 @@
#show footnote.entry: set text(size: 0.6em)
#set footnote.entry(gap: 3pt)
#set align(horizon)
= Simulating the EOR
// REFERENCES NEEDED!
== The 21cm signal
#lorem(20)
- a
- b
- c
== The halo model of reionization
#lorem(20)
- a
- b
- c
== The current state of simulations
#lorem(20)
#set grid(
columns: 2,
gutter: 2em,
)
= Halo mass history
#include "introduction.typ"
== Effect on the flux profiles
#lorem(50)
#include "refinements.typ"
== Inferring from #smallcaps[Thesan] data
#lorem(50)
#include "implementation.typ"
#include "results.typ"
= Implementation
== Simplified usage
```python
import beorn
parameters = beorn.load_parameters("params.yaml")
```
// TODO use a code cell instead!
// title describing the results - signal, maps, power spectra => noticeable improvements
= Results
== Maps
#lorem(50)
== Signal
#lorem(50)
== Summary statistics
#lorem(50)
#set heading(numbering: none, outlined: false)
= Thank you for your attention
#bibliography("references.bib")
#set page(numbering: none)
// Backup slides
// #context let last_page = counter(page).get()
// #let last_page = counter("page").get()
// #let last_page = 20
// freeze the page counter here
== Validation - old implementation
TODO
#include("backup.typ")
== Validation - resolution effects
TODO
== Backup slides
This is a backup slide
#lorem(50)
== Another backup slide
#lorem(50)
// #counter(page).update(last_page)