Skip to content

Commit

Permalink
Add a lecture deck on Quarto
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed May 1, 2024
1 parent 3ffd541 commit e8d81ba
Show file tree
Hide file tree
Showing 34 changed files with 988 additions and 31 deletions.
2 changes: 1 addition & 1 deletion _extensions/coatless-quarto/stanford/revealjs/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $stanford-white: #FFFDFD; // Stanford white color
bottom: 0;
left: 0;
width: 100%;
height: 3.5em; /* Adjust height as needed */
height: 3em; /* Adjust height as needed */
color: $stanford-white;
text-align: center;
line-height: 50px; /* Align text vertically */
Expand Down
44 changes: 14 additions & 30 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ project:
output-dir: _site

website:
title: "Pyodide, webR, & Quarto"
page-navigation: true
title: "Dynamic Interactions in STATS 352"
reader-mode: true
repo-url: https://github.com/coatless-talks/stats352-guest-lectures-on-dynamic-interactions-wasm
repo-actions: [edit, issue]
navbar:
background: light
foreground: dark
Expand All @@ -18,31 +20,13 @@ website:
href: https://github.com/coatless-talks/stats352-guest-lectures-on-dynamic-interactions-wasm
aria-label: GitHub
sidebar:
- title: "Contents"
style: "docked"
search: true
align: left
contents:
- section: "Pre-lectures"
contents:
- text: "1. Setup"
href: setup-environment.qmd
- section: "May 1st"
contents:
- text: "2. WebAssembly (WASM)"
href: setup-environment.qmd
- text: "3. Quarto"
href: setup-environment.qmd
- text: "4. Pyodide"
href: setup-environment.qmd
- section: "May 8th"
contents:
- text: "5. webR"
href: setup-environment.qmd

format:
html:
toc: true



style: "floating"
search: true
contents:
- section: "May 1st"
contents:
- text: "1. WebAssembly (WASM)"
href: day01a-wasm.qmd
- text: "2. Quarto"
href: day01b-quarto.qmd
- section: "May 8th"
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 assets/quarto-images/example-html-document.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
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 assets/quarto-images/example-word-document.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/quarto-images/html-document.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>html-document</title>
</head>
<body>
<p>Welcome to my HTML document.
We can have <strong>bold</strong>, <em>italic</em>, <strong><em>bold and italics</em></strong> text.
Also, we have:</p>
<ul>
<li>An</li>
<li>Unordered</li>
<li>List</li>
</ul>
<p>Not bad right?</p>
</body>
</html>
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 assets/quarto-images/live-stock-or-caring.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 assets/quarto-images/qmd-annotations.graffle
Binary file not shown.
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
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
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 assets/quarto-images/rstudio-qmd-how-it-works.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
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
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
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 assets/quarto-images/rstudio-qmd-source-mode.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 assets/quarto-images/rstudio-qmd-visual-mode.png
Binary file added assets/quarto-images/rstudio-render-button.png
8 changes: 8 additions & 0 deletions assets/quarto-images/stanford-cardinal-logo.svg
Binary file added assets/quarto-images/xkcd-242-the-difference.png
Loading

0 comments on commit e8d81ba

Please sign in to comment.