detailed most of the procedure

This commit is contained in:
2025-09-12 23:41:31 +02:00
parent 9045c95ddd
commit c43b64ecb7
13 changed files with 413 additions and 114 deletions

View File

@@ -13,7 +13,15 @@
image(bytes(changed)),
image("assets/uzh-logo.svg")
)
#set math.equation(numbering: "(1)", supplement: [Eq.])
#import "importer/main.typ": *
#let notebook = json("../workdir/11_visualization/very_high_res_snapshot.ipynb")
#let front_image = image_cell(notebook, cell_id: "very_high_res_slice")
// #let front_image = image("assets/bg-desat.jpg")
#show: tasteful-thesis.with(
// title: "BEoRN version 2",
title: "Simulating the EOR with self-consistent growth of galaxies",
@@ -23,8 +31,7 @@
abstract: include("abstract.typ"),
background-color: color.rgb(32, 64, 123),
logos: logos,
// background-image: image("assets/background.png"),
background-image: image("assets/bg-desat.jpg"),
background-image: front_image,
date: datetime.today().display("[day]. [month repr:long] [year]"),
font: "FreeSans",
pre_content: muchpdf(read("assets/declaration-originality.pdf", encoding: none)),
@@ -36,24 +43,12 @@
// Content
//
// Stars form early #cite(<10.1093>, form: "normal") but @10.1093 state that they are bright.
// #import "importer/main.typ": *
// #let notebook = json("../workdir/00_baseline/reference_painting.ipynb")
// #code_cell(notebook, cell_id: "handler")
// #image_cell(notebook, cell_id: "profile_plot")
// #image_cell(notebook, cell_id: "profile_plot_2")
#include "introduction.typ"
#include "procedure.typ"
#include "halo_mass_history.typ"
#include "implementation.typ"
#include "validation.typ"
#include "results.typ"
// #include "outlook.typ"
#include "conclusion.typ"
#include "acknowledgements.typ"