Skip to content

Commit

Permalink
Merge pull request #98 from resbazaz/add-comment-section
Browse files Browse the repository at this point in the history
Added comment section to 2024 festival page
  • Loading branch information
julianpistorius authored May 15, 2024
2 parents ec0119e + bd6c5d8 commit 9902485
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions resbaz/resbazTucson2024.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ aliases:
- resbazArizona2024
---

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


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

ResBaz Arizona is a free, multi-day intensive conference happening **May 15th - 17th 2024** 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!
Expand Down Expand Up @@ -96,3 +100,21 @@ We are committed to making this workshop accessible to everybody. For any accomm
- [ResBaz Tucson 2021](/resbaz/resbazTucson2021.qmd)
- [ResBaz Tucson 2020](/resbaz/resbazTucson2020.qmd)
- [ResBaz Tucson 2019](/resbaz/resbazTucson2019.qmd)

## Comments

<div id="comment-section"></div>

<script>
initComments({
node: document.getElementById("comment-section"),
defaultHomeserverUrl: "https://matrix.cactus.chat:8448",
serverName: "cactus.chat",
siteName: "resbazaz",
commentSectionId: "festival2024",
updateInterval: 15,
loginEnabled: true,
guestPostingEnabled: true,
pageSize: 6
})
</script>

0 comments on commit 9902485

Please sign in to comment.