Skip to content

Commit

Permalink
deploy: 13401c8
Browse files Browse the repository at this point in the history
  • Loading branch information
j1c committed May 22, 2024
1 parent e5af53b commit 8971f42
Show file tree
Hide file tree
Showing 14 changed files with 591 additions and 296 deletions.
541 changes: 387 additions & 154 deletions defense/defense.html

Large diffs are not rendered by default.

340 changes: 198 additions & 142 deletions defense/defense.md

Large diffs are not rendered by default.

Binary file added defense/images/associational-pvals.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 defense/images/conditional-pvals.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 defense/images/conditional-subgraph-pvals.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 defense/images/family.jpeg
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 defense/images/hist-plot-connectomes-vert.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 defense/images/lina.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified defense/images/m2g-structural.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 images/faces/badea.jpeg
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 images/mri-processing.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 images/neuron-synapse.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 modified images/tractography-gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions themes/slides.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ img[alt~="person"] {
gap: 1rem;
}

.columns-bl2 {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 1rem;
}

.columns-nospace {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
Expand Down

0 comments on commit 8971f42

Please sign in to comment.