diff --git a/_quarto.yml b/_quarto.yml
index e0fbf3a..506b931 100644
--- a/_quarto.yml
+++ b/_quarto.yml
@@ -19,6 +19,6 @@ format:
- theme.scss
resources:
- styles
- - images
+ - img
- data
toc: true
diff --git a/images/bigLogo.png b/img/bigLogo.png
similarity index 100%
rename from images/bigLogo.png
rename to img/bigLogo.png
diff --git a/images/coffeeAndCode.png b/img/coffeeAndCode.png
similarity index 100%
rename from images/coffeeAndCode.png
rename to img/coffeeAndCode.png
diff --git a/images/hackyHour.png b/img/hackyHour.png
similarity index 100%
rename from images/hackyHour.png
rename to img/hackyHour.png
diff --git a/img/logos/NSF_SWEETER.jpg b/img/logos/NSF_SWEETER.jpg
new file mode 100644
index 0000000..9a47450
Binary files /dev/null and b/img/logos/NSF_SWEETER.jpg differ
diff --git a/img/logos/ResBazAZrectanglelogo-small.png b/img/logos/ResBazAZrectanglelogo-small.png
new file mode 100644
index 0000000..fab24de
Binary files /dev/null and b/img/logos/ResBazAZrectanglelogo-small.png differ
diff --git a/img/logos/aetuts.jpg b/img/logos/aetuts.jpg
new file mode 100644
index 0000000..c75adda
Binary files /dev/null and b/img/logos/aetuts.jpg differ
diff --git a/img/logos/cctLogo.png b/img/logos/cctLogo.png
new file mode 100644
index 0000000..c19d006
Binary files /dev/null and b/img/logos/cctLogo.png differ
diff --git a/img/logos/creative-market.jpg b/img/logos/creative-market.jpg
new file mode 100644
index 0000000..3f30853
Binary files /dev/null and b/img/logos/creative-market.jpg differ
diff --git a/img/logos/cyverse.png b/img/logos/cyverse.png
new file mode 100644
index 0000000..6350d0f
Binary files /dev/null and b/img/logos/cyverse.png differ
diff --git a/img/logos/designmodo.jpg b/img/logos/designmodo.jpg
new file mode 100644
index 0000000..44ce889
Binary files /dev/null and b/img/logos/designmodo.jpg differ
diff --git a/img/logos/envato.jpg b/img/logos/envato.jpg
new file mode 100644
index 0000000..5d70a87
Binary files /dev/null and b/img/logos/envato.jpg differ
diff --git a/img/logos/microlancer.jpg b/img/logos/microlancer.jpg
new file mode 100644
index 0000000..c4b9111
Binary files /dev/null and b/img/logos/microlancer.jpg differ
diff --git a/img/logos/nsf.jpeg b/img/logos/nsf.jpeg
new file mode 100644
index 0000000..7d727b9
Binary files /dev/null and b/img/logos/nsf.jpeg differ
diff --git a/img/logos/overleaf.png b/img/logos/overleaf.png
new file mode 100644
index 0000000..114a80d
Binary files /dev/null and b/img/logos/overleaf.png differ
diff --git a/img/logos/themeforest.jpg b/img/logos/themeforest.jpg
new file mode 100644
index 0000000..1dbba6f
Binary files /dev/null and b/img/logos/themeforest.jpg differ
diff --git a/img/logos/ua_libraries.png b/img/logos/ua_libraries.png
new file mode 100644
index 0000000..e32c536
Binary files /dev/null and b/img/logos/ua_libraries.png differ
diff --git a/img/logos/ua_uits.png b/img/logos/ua_uits.png
new file mode 100644
index 0000000..e20876c
Binary files /dev/null and b/img/logos/ua_uits.png differ
diff --git a/img/logos/ua_uits_researchcomp.png b/img/logos/ua_uits_researchcomp.png
new file mode 100644
index 0000000..4f8c82f
Binary files /dev/null and b/img/logos/ua_uits_researchcomp.png differ
diff --git a/img/logos/wordpress.jpg b/img/logos/wordpress.jpg
new file mode 100644
index 0000000..29be11d
Binary files /dev/null and b/img/logos/wordpress.jpg differ
diff --git a/images/mainPageBackground.jpg b/img/mainPageBackground.jpg
similarity index 100%
rename from images/mainPageBackground.jpg
rename to img/mainPageBackground.jpg
diff --git a/index.qmd b/index.qmd
index fac0907..05d5219 100644
--- a/index.qmd
+++ b/index.qmd
@@ -5,7 +5,7 @@ page-layout: full
css: styles/index.css
execute:
echo: false
-title-block-banner: 'images/mainPageBackground.jpg'
+title-block-banner: 'img/mainPageBackground.jpg'
title-block-banner-color: white
---
@@ -40,7 +40,7 @@ _(Optionally) RSVP for our events at Meetup: [Our MeetUp](https://www.meetup.com
::::: {.split-section}
-![Coffee and Code](images/coffeeAndCode.png){.side-image .lightbox} \
+![Coffee and Code](img/coffeeAndCode.png){.side-image .lightbox} \
::: {.split-chunk}
**Where**: [Catalyst Cafe at BSRL](https://union.arizona.edu/dining/dining-by-district/north/#Catalyst%20Caf%C3%A9) 1230 N Cherry Ave
@@ -79,7 +79,7 @@ randomAvatars("Hacky Hour");
:::
-![Hacky Hour](images/hackyHour.png){.side-image .lightbox} \
+![Hacky Hour](img/hackyHour.png){.side-image .lightbox} \
:::::
@@ -121,3 +121,10 @@ Their aims are for UX enthusiasts of all levels to:
- Connect with UXers in Tucson and beyond
[More Info](https://uxua.arizona.edu/)
+
+## Previous ResBaz Festivals
+- [Arizona 2023 festival](resbaz/Arizona2023.html)
+- [Tucson 2022 festival](resbaz/resbazTucson2022.html)
+- [Tucson 2021 festival](resbaz/resbazTucson2021.html)
+- [Tucson 2020 festival](resbaz/resbazTucson2020.html)
+- [Tucson 2019 festival](resbaz/resbazTucson2019.html)
\ No newline at end of file
diff --git a/resbaz/Arizona2023.qmd b/resbaz/Arizona2023.qmd
new file mode 100644
index 0000000..c299b75
--- /dev/null
+++ b/resbaz/Arizona2023.qmd
@@ -0,0 +1,255 @@
+---
+layout: default
+title: ResBaz Arizona
+---
+
+
+
+The Research Bazaar is a worldwide festival promoting the digital literacy emerging at the center of modern research. Throughout 2023, events are happening at university campuses around the globe.
+
+ResBaz Arizona is a free, multi-day intensive conference where researchers come together to up-skill in "next generation digital research tools and skills." In the spirit of a marketplace or bazaar, ResBaz is a highly participatory event where researchers from many different disciplines can learn, share knowledge and skills, and have fun!
+
+Who should attend? Researchers at ALL levels from ALL disciplines. PhD and research master's students are especially encouraged to attend. Research technologists who support researchers to do their job should also come along!
+
+
+
+### How do I participate in ResBaz?
+
+This year, ResBaz AZ will be in a hybrid learning environment. We will be hosting the conference in-person in Flagstaff, Phoenix, and Tucson and livestream everything on zoom. You can [join your local in-person ResBaz](#locations) in its respective location at **any time during the conference** to meet your local community and hosts. When there are no live speakers at any given location, we will stream one (or both) of the zoom rooms, so physical attendees can participate together in a more collaborative way.
+
+### What can I do at ResBaz?
+
+First and foremost, most of the sessions at ResBaz will be hands-on. Whether you plan to attend online or in person, please have your computer ready to participate. **Make sure to install any programs you will need for the session beforehand.** Specific information per workshop can be found in its hackMD. Click any class in the schedule to reach hackMD.
+
+### How can I see more details about the workshops?
+
+In light of the collaborative nature of ResBaz AZ, we encourage everyone to use HackMD to communicate with Instructors and helpers, introduce themselves, take notes, and access the details of each workshop. We have set up a hackMD for each Track ([Track A](https://hackmd.io/RSqUhB37SJWtMVXNfZG1NQ?view), [Track B](https://hackmd.io/6rbeXjRATjW_I209qNaL1A?view)), or you can click on each session in the schedule.
+
+## Schedule
+
+
+
+
+
+
+
+## Where to participate
+
+ResBaz Arizona 2023 will be a hybrid event; join us in person in one of our three locations or online (click below for details):
+
+
+
+
+
+
+
+#### Speaker Sessions and Workshops
+
+Both concurrent schedules will be held and/or streamed at the University of Arizona Libraries CATalyst Studio, in rooms 252 and 254.
+
+Water, coffee, and snacks will be available; bringing your own reusable cup is recommended!
+
+
+
+
+
+
+#### April 20: Hacky Hour Event
+
+An in-person Hacky Hour event will be held at Snakes & Lattes Tucson.
+
+
+
+
+
+
+
+
+
+
+
+#### April 17 and 18: Speaker Sessions and Workshops
+
+In-person ASU sessions will be held in the Goldwater Center for Science and Engineering in room 546. For sessions with two concurrent remote options, a vote will be taken at the beginning of each two-hour block for which track to stream in the room.
+
+
+
+
+
+
+#### April 19: Speaker Sessions and Workshops
+
+In-person ASU sessions will be held in the ASU Engineering Research Center in room 490. For sessions with two concurrent remote options, a vote will be taken at the beginning of each two-hour block for which track to stream in the room.
+
+
+
+
+
+
+#### April 20: Hacky Hour Event
+
+An in-person Hacky Hour event will be held near the ASU campus at Snakes and Lattes Tempe.
+
+
+
+
+
+
+
+
+
+
+
+#### Speaker Sessions and Workshops
+
+In-person NAU sessions will be held in the Du Bois South Union in the Juniper room. For sessions with two concurrent remote options, a vote will be taken at the beginning of each two-hour block for which track to stream in the room.
+
+
+
+
+
+
+#### April 20: Hacky Hour Event
+
+An in-person Hacky Hour event will be held near the NAU campus at Mother Road Brewing Company.
+
+
+
+
+
+
+
+
+
+#### Streaming Rooms
+
+Links to the Zoom room for each track will be be sent to your email address after you [register](https://forms.gle/V8DzzDXpoqZi2hay7).
+
+Due to its hybrid nature, we will not be recording sessions this year. If you can't make it to a specific session, you can still get help (as well as help others!) at any of our [regular in-person events](https://researchbazaar.arizona.edu/#portfolio)
+
+
+
+
+
+#### Accessibility
+
+We are committed to making this workshop accessible to everybody. For workshops at a physical location, the workshop organizers have checked that:
+
+- The room is wheelchair / scooter accessible.
+
+- Accessible restrooms are available.
+
+## Our Sponsors
+
+
+
+
+
+
+
+
+
+
+
+## Previous years
+
+- [ResBaz Tucson 2022](/resbaz/resbazTucson2022.html)
+- [ResBaz Tucson 2021](/resbaz/resbazTucson2021.html)
+- [ResBaz Tucson 2020](/resbaz/resbazTucson2020.html)
+- [ResBaz Tucson 2019](/resbaz/resbazTucson2019.html)
\ No newline at end of file
diff --git a/resbaz/resbazTucson2019.qmd b/resbaz/resbazTucson2019.qmd
new file mode 100644
index 0000000..e72a476
--- /dev/null
+++ b/resbaz/resbazTucson2019.qmd
@@ -0,0 +1,34 @@
+---
+layout: default
+title: ResBaz Arizona
+---
+## Workshop/Course Descriptions!!!
+You can find them [here](https://docs.google.com/document/d/1BUXYq9KYHxaoHiU1F-dVTvXxKlqrcCs0NsEAMDCjzo8/edit?usp=sharing).
+
+## What
+
+The Research Bazaar is a worldwide festival promoting the digital literacy emerging at the center of modern research. Throughout 2019, events are happening at university campuses around the globe.
+
+ResBaz Tucson is a free, multi-day intensive conference where researchers come together to up-skill in "next generation digital research tools and skills." In the spirit of a marketplace or bazaar, ResBaz is a highly participatory event where researchers from many different disciplines can learn, share knowledge and skills, and have fun!
+
+Who should attend? Researchers at ALL levels from ALL disciplines. PhD and research master's students are especially encouraged to attend. Research technologists who support researchers to do their job should also come along!
+
+## When
+
+May 20-22, 2019
+
+## Schedule
+Note: Due to the "unconference" nature of ResBaz, you can opt to teach a workshop during the [registration](#register) process. Therefore, the schedule will not be final until the day of! Therefore the schedule below represents what has been scheduled so far.
+
+
+
+## Where
+
+University of Arizona, ENR2
+
+
+
+
+## Register
+
+Register your interest here
\ No newline at end of file
diff --git a/resbaz/resbazTucson2020.qmd b/resbaz/resbazTucson2020.qmd
new file mode 100644
index 0000000..2f0b242
--- /dev/null
+++ b/resbaz/resbazTucson2020.qmd
@@ -0,0 +1,60 @@
+---
+layout: default
+title: ResBaz Arizona
+---
+## Workshop/Course Descriptions
+
+This year's Research Bazaar has been moved totally online. In an effort to mitigate "Zoom fatigue", it will be spread over two weeks, instead of 3 days as originally planned. Details to follow!
+
+## What
+
+The Research Bazaar is a worldwide festival promoting the digital literacy emerging at the center of modern research. Throughout 2020, events are happening at university campuses around the globe.
+
+ResBaz Tucson is a free, multi-day intensive conference where researchers come together to up-skill in "next generation digital research tools and skills." In the spirit of a marketplace or bazaar, ResBaz is a highly participatory event where researchers from many different disciplines can learn, share knowledge and skills, and have fun!
+
+Who should attend? Researchers at ALL levels from ALL disciplines. PhD and research master's students are especially encouraged to attend. Research technologists who support researchers to do their job should also come along!
+
+## When
+
+May 18-29, 2020
+
+## Schedule
+
+Note: Due to the "unconference" nature of ResBaz, you can opt to teach a workshop during the [registration](#register) process. Therefore, the schedule will not be final until the day of! Below represents the current schedule.
+
+
+
+## Where
+
+~~University of Arizona~~ VIRTUAL
+
+**IMPORTANT**: Links and passwords to the Zoom rooms for the sessions will be sent out by email. Therefore to receive these links, you must register. Passwords will be changed daily so make sure to check your email. If you registered after May 15 and didn't receive the daily Zoom links/passwords, please contact us at resbazaz@gmail.com
+
+
+## Register
+
+Register your interest here!
+
+Do-a-Thon details (HackMD)
+
+
+
+
+## Our Sponsors
+
+
+
+
+
+
+**Last year:**
+ResBaz Tucson 2019
\ No newline at end of file
diff --git a/resbaz/resbazTucson2021.qmd b/resbaz/resbazTucson2021.qmd
new file mode 100644
index 0000000..01e5457
--- /dev/null
+++ b/resbaz/resbazTucson2021.qmd
@@ -0,0 +1,58 @@
+---
+layout: default
+title: ResBaz Arizona
+---
+
+## What
+
+The Research Bazaar is a worldwide festival promoting the digital literacy emerging at the center of modern research. Throughout 2021, events are happening at university campuses around the globe.
+
+ResBaz Tucson is a free, multi-day intensive conference where researchers come together to up-skill in "next generation digital research tools and skills." In the spirit of a marketplace or bazaar, ResBaz is a highly participatory event where researchers from many different disciplines can learn, share knowledge and skills, and have fun!
+
+Who should attend? Researchers at ALL levels from ALL disciplines. PhD and research master's students are especially encouraged to attend. Research technologists who support researchers to do their job should also come along!
+
+## When
+
+May 17–21, 2021
+
+## Schedule
+
+Note: Due to the "unconference" nature of ResBaz, you can opt to teach a workshop during the [registration](#register) process. Therefore, the schedule will not be final until the day of! Below represents the current schedule. Click [here](https://kelseygonzalez.github.io/resbaz2021schedule/) to view the schedule in a new window.
+
+
+
+
+
+## Where
+VIRTUAL
+
+**IMPORTANT**: Links and passwords to the Zoom rooms for the sessions will be sent out by email. Therefore to receive these links, you must register.
+
+
+
+
+## Register
+
+Register your interest here!
+
+Zoom links and passwords for all the sessions will be sent to the email address you provide on the registration form.
+
+
+
+## Our Sponsors
+
+
+
+
+**Previous years:**
+ResBaz Tucson 2020
+ResBaz Tucson 2019
\ No newline at end of file
diff --git a/resbaz/resbazTucson2022.qmd b/resbaz/resbazTucson2022.qmd
new file mode 100644
index 0000000..b70a012
--- /dev/null
+++ b/resbaz/resbazTucson2022.qmd
@@ -0,0 +1,69 @@
+---
+layout: default
+title: ResBaz Arizona
+---
+
+
+
+## What
+
+The Research Bazaar is a worldwide festival promoting the digital literacy emerging at the center of modern research. Throughout 2022, events are happening at university campuses around the globe.
+
+ResBaz Tucson is a free, multi-day intensive conference where researchers come together to up-skill in "next generation digital research tools and skills." In the spirit of a marketplace or bazaar, ResBaz is a highly participatory event where researchers from many different disciplines can learn, share knowledge and skills, and have fun!
+
+Who should attend? Researchers at ALL levels from ALL disciplines. PhD and research master's students are especially encouraged to attend. Research technologists who support researchers to do their job should also come along!
+
+## When
+
+May 23–26, 2022
+
+## Schedule
+
+
+
+
+
+## Where
+
+Online, with an in-person Hacky Hour Event.
+
+Zoom links and passwords for all the sessions will be sent to the email address you provide on the registration form.
+
+Register
+
+## Our Sponsors
+
+
+
+
+**Previous years:**
+ResBaz Tucson 2021
+ResBaz Tucson 2020
+ResBaz Tucson 2019
\ No newline at end of file