Skip to content

Commit

Permalink
demo in public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Dec 3, 2024
1 parent 68e2b8a commit f26fb43
Show file tree
Hide file tree
Showing 95 changed files with 9,709 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ notebooks/.ipynb_checkpoints
output/*
pixi.lock
paper/_manuscript
slides/site_libs/
*.DS_Store
5 changes: 3 additions & 2 deletions paper/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ manuscript:

format:
pdf:
output-file: rypyr
html: default
output-file: rypyrx
html:
output-file: rypyrx
execute:
echo: true
cache: true
Expand Down
Binary file removed slides/.DS_Store
Binary file not shown.
Binary file added slides/_fig_ggmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
191 changes: 191 additions & 0 deletions slides/_fig_sdmap.html

Large diffs are not rendered by default.

Binary file added slides/_fig_sdmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 18 additions & 3 deletions slides/index.html

Large diffs are not rendered by default.

15 changes: 13 additions & 2 deletions slides/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ date: today # fix to a real date when final

# why {.smaller}

- use `pixi` to recreate the *exact* same environment anywhere (quickly)
- work on the project locally, in a virtual machine, or in a cloud-based container
- use [`pixi`](https://pixi.sh/latest/) to recreate the *exact* same environment anywhere (quickly)
- use [`quarto`](https://quarto.org/) to execute and build
- use docker and devcontainers to work anywhere
- locally
- in a virtual machine
- in a cloud-based container
- include all necessary tooling for spatial analysis & academic writing (or teaching!)

## what (tl;dr) {.smaller}
Expand All @@ -33,6 +37,13 @@ date: today # fix to a real date when final

![](_fig_yamls.png)

## end result

- mix and match languages
- install binary deps (gdal and friends) in one go
- [pdf like this](rypyrx.pdf)
- [html like this](rypyrx.html)


# setup {.smaller}

Expand Down
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

0 comments on commit f26fb43

Please sign in to comment.