Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed img/logos/analytical_mineset.png
Binary file not shown.
5 changes: 5 additions & 0 deletions img/logos/analytical_mineset.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,45 @@ import { randomAvatars } from './components/randomAvatars.ojs';
```


```{=html}
<style>
.btn {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
text-transform: uppercase;
font-size: 22px;
font-weight: 700;
background-color: var(--bs-primary);
color: white;
padding: 1em 3em;
}
.btn:hover {
background-color: #ed6f45;
color: white;
box-shadow: #f8a98e 1em 1em 6em 0;
transition: box-shadow 0.5s ease;
}
.register-btn-wrapper {
margin-top: -1em;
position: relative;
height: 1em;
text-align: right;
}
.hero-btn-wrapper {
position: absolute;
top: 5em;
right: 2em;
}
.hero-btn-wrapper .btn:not(:hover) {
box-shadow: var(--bs-btn-color) 1em 1em 4em 0;
}
</style>
```

::: hero-btn-wrapper
<a class="btn" target="_blank" rel="noopener noreferrer" href="https://docs.google.com/forms/d/e/1FAIpQLSeivt4M7pgTZyYMwz_YMdyRAiAtHAJb_eyy2AsygolOiSxy-g/viewform">Register for ResBaz 2026</a>
:::


## What we do

_The ResBaz Arizona community is most active on Slack. [Join us!](https://resbazaz.slack.com/signup) If you don't have an email address from one of the domains listed on the signup page, attend one of our in person gatherings, join our Meetup group, or fill out [this form](https://docs.google.com/forms/d/e/1FAIpQLSdTlPYDRXX_bbDfdTkGk3w_X_xfgYuIxpvrb93pn1OzXv14cw/viewform) for an invite _
Expand Down Expand Up @@ -92,6 +131,10 @@ randomAvatars("Hacky Hour");

::: {.split-chunk}

::: register-btn-wrapper
<a class="btn" target="_blank" rel="noopener noreferrer" href="https://docs.google.com/forms/d/e/1FAIpQLSeivt4M7pgTZyYMwz_YMdyRAiAtHAJb_eyy2AsygolOiSxy-g/viewform">Register Here!</a>
:::

**Where**: Tucson, Arizona

**When**: 14–15 May 2026
Expand Down
8 changes: 4 additions & 4 deletions resbaz/resbazTucson2026.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ aliases:

<link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">

```{=html}
<style>
.btn {
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
Expand All @@ -28,17 +29,16 @@ aliases:
text-align: center;
}
</style>
```

The Research Bazaar is a worldwide festival promoting the digital literacy emerging at the center of modern research. Throughout 2026, events are happening at university campuses around the globe.

ResBaz Arizona is a free festival happening **May 14–15 2026** where researchers and community members 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?** Faculty, students, and science enthusiasts from any (or no) research organization are welcome. PhD and research master's students are especially encouraged to attend. Research technologists who support researchers to do their job should also come along!

::: {.btn-wrapper}

::: btn-wrapper
<a class="btn" target="_blank" rel="noopener noreferrer" href="https://docs.google.com/forms/d/e/1FAIpQLSeivt4M7pgTZyYMwz_YMdyRAiAtHAJb_eyy2AsygolOiSxy-g/viewform">Register</a>

:::

## 2026 Theme: Do Your Own Research
Expand Down Expand Up @@ -115,7 +115,7 @@ When dealing with potential AI hallucinations, errors, or misinformation,<br/>[*
</a>

<a href="https://www.analyticalmineset.com" title="Analytical Mineset">
<img src="/img/logos/analytical_mineset.png"/>
<img src="/img/logos/analytical_mineset.svg"/>
</a>
</div>
```
Expand Down