16 lines
333 B
Typst
16 lines
333 B
Typst
#import "importer/main.typ": *
|
|
|
|
|
|
= Halo mass history
|
|
|
|
== Effect on the flux profiles
|
|
#lorem(50)
|
|
|
|
== Inferring growth from #smallcaps[Thesan] data
|
|
#lorem(50)
|
|
#let notebook = json("../workdir/11_visualization/show_trees.ipynb")
|
|
#[
|
|
#set image(width: 100%, fit: "contain")
|
|
#image_cell(notebook, cell_id: "merger_tree_and_fitting")
|
|
]
|