Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,21 @@ clean-csv:

clean-stats:
rm -f $(STATS)

# --- Slides (MeSSH26) ---------------------------------------------------------
# Quarto -> Beamer (metropolis). Writing-side build: consumes committed figures
# in slides/slides-assets only, no data pipeline, no uv. To refresh those
# figures from logs, run `make figures` and copy the wanted PNGs into
# slides/slides-assets.
SLIDES_QMD := $(PROJECT_ROOT)/slides/slides-messh.qmd
SLIDES_PDF := $(PROJECT_ROOT)/slides/slides-messh.pdf
SLIDES_ASSETS := $(wildcard $(PROJECT_ROOT)/slides/slides-assets/*)

.PHONY: slides clean-slides
slides: $(SLIDES_PDF)

$(SLIDES_PDF): $(SLIDES_QMD) $(SLIDES_ASSETS)
cd $(PROJECT_ROOT)/slides && quarto render slides-messh.qmd --to beamer

clean-slides:
rm -f $(SLIDES_PDF)
11 changes: 11 additions & 0 deletions slides/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Regenerable build outputs — rebuild with `make slides` (quarto -> beamer).
# The .qmd source and slides-assets/ figures are tracked (durable handoff state);
# the rendered PDF and the keep-tex intermediate are not.
*.pdf
*.tex
*.log
*.aux
*.nav
*.out
*.snm
*.toc
Binary file added slides/slides-assets/bandeau-tutelles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/slides-assets/cirdi-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/slides-assets/july_mistral_small_euros.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/slides-assets/logo-cired.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/slides-assets/query_type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/slides-assets/visitors_origin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading