diff --git a/.binder/.jupyter/jupyter_notebook_config.py b/.binder/.jupyter/jupyter_notebook_config.py
new file mode 100644
index 0000000..f0ba248
--- /dev/null
+++ b/.binder/.jupyter/jupyter_notebook_config.py
@@ -0,0 +1,13 @@
+# Traitlet configuration file for jupyter-notebook.
+
+c.ServerProxy.servers = {
+ 'vscode': {
+ 'command': ['code-server', '--auth', 'none', '--disable-telemetry', '--port={port}', '.'],
+ 'timeout': 300,
+ 'launcher_entry': {
+ 'enabled': True,
+ 'icon_path': '.jupyter/vscode.svg',
+ 'title': 'VS Code',
+ },
+ },
+}
diff --git a/.binder/.jupyter/vscode.svg b/.binder/.jupyter/vscode.svg
new file mode 100644
index 0000000..376182b
--- /dev/null
+++ b/.binder/.jupyter/vscode.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/.binder/apt.txt b/.binder/apt.txt
new file mode 100644
index 0000000..a18b53c
--- /dev/null
+++ b/.binder/apt.txt
@@ -0,0 +1 @@
+zip
\ No newline at end of file
diff --git a/.binder/postBuild b/.binder/postBuild
new file mode 100755
index 0000000..acdd3dd
--- /dev/null
+++ b/.binder/postBuild
@@ -0,0 +1,92 @@
+#!/bin/bash -v
+
+cp -R .binder/.jupyter .
+
+# determine which version of Quarto to install
+QUARTO_VERSION=1.4.550
+
+# See whether we need to lookup a Quarto version
+if [ $QUARTO_VERSION = "prerelease" ]; then
+ QUARTO_JSON="_prerelease.json"
+elif [ $QUARTO_VERSION = "release" ]; then
+ QUARTO_JSON="_download.json"
+fi
+
+if [ "$QUARTO_JSON" != "" ]; then
+
+# create a python script and run it
+PYTHON_SCRIPT=_quarto_version.py
+if [ -e $PYTHON_SCRIPT ]; then
+ rm -rf $PYTHON_SCRIPT
+fi
+
+cat > $PYTHON_SCRIPT <
diff --git a/resbaz/resbazTucson2019.qmd b/resbaz/resbazTucson2019.qmd
index e72a476..e24296d 100644
--- a/resbaz/resbazTucson2019.qmd
+++ b/resbaz/resbazTucson2019.qmd
@@ -1,6 +1,8 @@
---
layout: default
title: ResBaz Arizona
+aliases:
+ - resbazTucson2019
---
## Workshop/Course Descriptions!!!
You can find them [here](https://docs.google.com/document/d/1BUXYq9KYHxaoHiU1F-dVTvXxKlqrcCs0NsEAMDCjzo8/edit?usp=sharing).
diff --git a/resbaz/resbazTucson2020.qmd b/resbaz/resbazTucson2020.qmd
index 2f0b242..8fb1613 100644
--- a/resbaz/resbazTucson2020.qmd
+++ b/resbaz/resbazTucson2020.qmd
@@ -1,6 +1,8 @@
---
layout: default
title: ResBaz Arizona
+aliases:
+ - resbazTucson2020
---
## Workshop/Course Descriptions
diff --git a/resbaz/resbazTucson2021.qmd b/resbaz/resbazTucson2021.qmd
index 01e5457..f19743e 100644
--- a/resbaz/resbazTucson2021.qmd
+++ b/resbaz/resbazTucson2021.qmd
@@ -1,6 +1,8 @@
---
layout: default
title: ResBaz Arizona
+aliases:
+ - resbazTucson2021
---
## What
diff --git a/resbaz/resbazTucson2022.qmd b/resbaz/resbazTucson2022.qmd
index b70a012..d1b0527 100644
--- a/resbaz/resbazTucson2022.qmd
+++ b/resbaz/resbazTucson2022.qmd
@@ -1,6 +1,8 @@
---
layout: default
title: ResBaz Arizona
+aliases:
+ - resbazTucson2022
---