Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Feb 23, 2024
1 parent 9348cc0 commit a22bbd5
Show file tree
Hide file tree
Showing 35 changed files with 3,444 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2c9ee748
ae1664e6
12 changes: 1 addition & 11 deletions components/randomAvatars.ojs
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
/*
see .gitignore for the rationale behind semiSecretFiles
*/
peopleFile = fetch('data/semiSecretFiles/people.json')
.then(response => {
if (response.status === 404) {
return fetch('data/exampleFiles/people.json');
}
return response;
})
.then(response => response.json());
peopleFile = FileAttachment('data/people.json').json();

function randomAvatars(teamName) {
const team = peopleFile.data.organization.teams.nodes.find(
Expand Down
66 changes: 0 additions & 66 deletions data/exampleFiles/people.json

This file was deleted.

File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added img/logos/NSF_SWEETER.jpg
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 img/logos/ResBazAZrectanglelogo-small.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 img/logos/aetuts.jpg
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 img/logos/cctLogo.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 img/logos/creative-market.jpg
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 img/logos/cyverse.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 img/logos/designmodo.jpg
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 img/logos/envato.jpg
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 img/logos/microlancer.jpg
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 img/logos/nsf.jpeg
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 img/logos/overleaf.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 img/logos/themeforest.jpg
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 img/logos/ua_libraries.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 img/logos/ua_uits.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 img/logos/ua_uits_researchcomp.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 img/logos/wordpress.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
93 changes: 55 additions & 38 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>ResBaz Arizona - Research BazaarArizona</title>
<title>ResBaz Arizona - Research Bazaar Arizona</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -103,6 +103,24 @@
"search-label": "Search"
}
}</script>
<style>

.quarto-title-block .quarto-title-banner h1,
.quarto-title-block .quarto-title-banner h2,
.quarto-title-block .quarto-title-banner h3,
.quarto-title-block .quarto-title-banner h4,
.quarto-title-block .quarto-title-banner h5,
.quarto-title-block .quarto-title-banner h6
{
color: white;
}

.quarto-title-block .quarto-title-banner {
color: white;
background-image: url(img/mainPageBackground.jpg);
background-size: cover;
}
</style>
<script type="module" src="site_libs/quarto-ojs/quarto-ojs-runtime.js"></script>
<link href="site_libs/quarto-ojs/quarto-ojs.css" rel="stylesheet">

Expand All @@ -113,7 +131,7 @@
<body class="nav-fixed">

<div id="quarto-search-results"></div>
<header id="quarto-header" class="headroom fixed-top">
<header id="quarto-header" class="headroom fixed-top quarto-banner">
<nav class="navbar navbar-expand-lg " data-bs-theme="dark">
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
Expand All @@ -132,8 +150,8 @@
<span class="menu-text">Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">
<span class="menu-text">About</span></a>
<a class="nav-link" href="./whoWeAre.html">
<span class="menu-text">Who We Are</span></a>
</li>
</ul>
</div> <!-- /navcollapse -->
Expand All @@ -143,7 +161,24 @@
</nav>
</header>
<!-- content -->
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-full page-navbar">
<header id="title-block-header" class="quarto-title-block default page-columns page-full">
<div class="quarto-title-banner page-columns page-full">
<div class="quarto-title column-page-left">
<h1 class="title">Research Bazaar Arizona</h1>
<p class="subtitle lead">Community · Skills Sharing · Digital Literacy</p>
</div>
</div>


<div class="quarto-title-meta column-page-left">




</div>


</header><div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-full page-navbar">
<!-- sidebar -->
<!-- margin-sidebar -->
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar">
Expand All @@ -169,34 +204,19 @@ <h2 id="toc-title">On this page</h2>
<li><a href="#tucson-python-meetup" id="toc-tucson-python-meetup" class="nav-link" data-scroll-target="#tucson-python-meetup">Tucson Python Meetup</a></li>
<li><a href="#uxua" id="toc-uxua" class="nav-link" data-scroll-target="#uxua">UX@UA</a></li>
</ul></li>
<li><a href="#todo-finish-and-delete-this-stuff" id="toc-todo-finish-and-delete-this-stuff" class="nav-link" data-scroll-target="#todo-finish-and-delete-this-stuff">TODO: finish and delete this stuff</a></li>
<li><a href="#previous-resbaz-festivals" id="toc-previous-resbaz-festivals" class="nav-link" data-scroll-target="#previous-resbaz-festivals">Previous ResBaz Festivals</a></li>
</ul>
</nav>
</div>
<!-- main -->
<main class="content column-page-left" id="quarto-document-content">

<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">Research Bazaar–Arizona</h1>
</div>



<div class="quarto-title-meta column-page-left">
<main class="content quarto-banner-title-block column-page-left" id="quarto-document-content">




</div>



</header>


<div class="cell">
<div class="sourceCode cell-code hidden" id="cb1" data-startfrom="9" data-source-offset="0"><pre class="sourceCode js code-with-copy"><code class="sourceCode javascript" style="counter-reset: source-line 8;"><span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> { randomAvatars } <span class="im">from</span> <span class="st">'./components/randomAvatars.ojs'</span><span class="op">;</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="sourceCode cell-code hidden" id="cb1" data-startfrom="12" data-source-offset="0"><pre class="sourceCode js code-with-copy"><code class="sourceCode javascript" style="counter-reset: source-line 11;"><span id="cb1-12"><a href="#cb1-12" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> { randomAvatars } <span class="im">from</span> <span class="st">'./components/randomAvatars.ojs'</span><span class="op">;</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-display">
<div id="ojs-cell-1" data-nodetype="declaration">

Expand Down Expand Up @@ -226,15 +246,15 @@ <h2 class="anchored" data-anchor-id="events">Events</h2>
<section id="coffee-and-code" class="level3">
<h3 class="anchored" data-anchor-id="coffee-and-code">Coffee and Code</h3>
<div class="split-section">
<p><a href="images/coffeeAndCode.png" class="lightbox" data-gallery="quarto-lightbox-gallery-1" title="Coffee and Code"><img src="images/coffeeAndCode.png" class="side-image img-fluid" alt="Coffee and Code"></a><br>
<p><a href="img/coffeeAndCode.png" class="lightbox" data-gallery="quarto-lightbox-gallery-1" title="Coffee and Code"><img src="img/coffeeAndCode.png" class="side-image img-fluid" alt="Coffee and Code"></a><br>
</p>
<div class="split-chunk">
<p><strong>Where</strong>: <a href="https://union.arizona.edu/dining/dining-by-district/north/#Catalyst%20Caf%C3%A9">Catalyst Cafe at BSRL</a> 1230 N Cherry Ave</p>
<p><strong>When</strong>: 8.30AM - 10.30AM, every Wednesday</p>
<p><strong>What</strong>: Whether you’re debugging code or need ideas for how to introduce programming into your research, Coffee and Code is a great place to receive help and share knowledge! No specific problem? No worries – join us at Coffee and Code to chit chat with other researchers in the morning. Coffee and Code is the best way to start your Wednesday!</p>
<p><strong>Who you’re likely to see</strong>:</p>
<div class="cell">
<div class="sourceCode cell-code hidden" id="cb2" data-startfrom="51" data-source-offset="0"><pre class="sourceCode js code-with-copy"><code class="sourceCode javascript" style="counter-reset: source-line 50;"><span id="cb2-51"><a href="#cb2-51" aria-hidden="true" tabindex="-1"></a><span class="fu">randomAvatars</span>(<span class="st">"Coffee and Code"</span>)<span class="op">;</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="sourceCode cell-code hidden" id="cb2" data-startfrom="54" data-source-offset="0"><pre class="sourceCode js code-with-copy"><code class="sourceCode javascript" style="counter-reset: source-line 53;"><span id="cb2-54"><a href="#cb2-54" aria-hidden="true" tabindex="-1"></a><span class="fu">randomAvatars</span>(<span class="st">"Coffee and Code"</span>)<span class="op">;</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-display">
<div id="ojs-cell-2" data-nodetype="expression">

Expand All @@ -253,15 +273,15 @@ <h3 class="anchored" data-anchor-id="hacky-hour">Hacky Hour</h3>
<p><strong>What</strong>: Hacking + Happy Hour = HackyHour! Every week, researchers, data scientists, and programmers around campus get together. Some people bring their programming problems to get help from those with more experience. Those without projects come to discuss their research, brainstorm new ideas, try out new technologies, or chit chat about data science!</p>
<p><strong>Who you’re likely to see</strong>:</p>
<div class="cell">
<div class="sourceCode cell-code hidden" id="cb3" data-startfrom="73" data-source-offset="0"><pre class="sourceCode js code-with-copy"><code class="sourceCode javascript" style="counter-reset: source-line 72;"><span id="cb3-73"><a href="#cb3-73" aria-hidden="true" tabindex="-1"></a><span class="fu">randomAvatars</span>(<span class="st">"Hacky Hour"</span>)<span class="op">;</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="sourceCode cell-code hidden" id="cb3" data-startfrom="76" data-source-offset="0"><pre class="sourceCode js code-with-copy"><code class="sourceCode javascript" style="counter-reset: source-line 75;"><span id="cb3-76"><a href="#cb3-76" aria-hidden="true" tabindex="-1"></a><span class="fu">randomAvatars</span>(<span class="st">"Hacky Hour"</span>)<span class="op">;</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-display">
<div id="ojs-cell-3" data-nodetype="expression">

</div>
</div>
</div>
</div>
<p><a href="images/hackyHour.png" class="lightbox" data-gallery="quarto-lightbox-gallery-2" title="Hacky Hour"><img src="images/hackyHour.png" class="side-image img-fluid" alt="Hacky Hour"></a><br>
<p><a href="img/hackyHour.png" class="lightbox" data-gallery="quarto-lightbox-gallery-2" title="Hacky Hour"><img src="img/hackyHour.png" class="side-image img-fluid" alt="Hacky Hour"></a><br>
</p>
</div>
</section>
Expand Down Expand Up @@ -301,17 +321,14 @@ <h3 class="anchored" data-anchor-id="uxua">UX@UA</h3>
<p><a href="https://uxua.arizona.edu/">More Info</a></p>
</section>
</section>
<section id="todo-finish-and-delete-this-stuff" class="level2">
<h2 class="anchored" data-anchor-id="todo-finish-and-delete-this-stuff">TODO: finish and delete this stuff</h2>
<section id="previous-resbaz-festivals" class="level2">
<h2 class="anchored" data-anchor-id="previous-resbaz-festivals">Previous ResBaz Festivals</h2>
<ul>
<li><p>Create Who We Are page</p></li>
<li><p>Add Coffee &amp; Code widget, create necessary Github teams, and point random avatar widgets to the correct team</p></li>
<li><p>Revisit fonts (do we really want that Raleway thing up in the corner? Match with new footer logo?)</p></li>
<li><p>Decide what to do with the blog</p></li>
<li><p>Verify that new festival page links are still consistent</p></li>
<li><p>Copy code of conduct md from organization repo as part of build?</p></li>
<li><p>DONATE NOW button (stuff about our opencollective)</p></li>
<li><p>Actually include full instructions for editing + adding things in the README</p></li>
<li><a href="resbaz/Arizona2023.html">Arizona 2023 festival</a></li>
<li><a href="resbaz/resbazTucson2022.html">Tucson 2022 festival</a></li>
<li><a href="resbaz/resbazTucson2021.html">Tucson 2021 festival</a></li>
<li><a href="resbaz/resbazTucson2020.html">Tucson 2020 festival</a></li>
<li><a href="resbaz/resbazTucson2019.html">Tucson 2019 festival</a></li>
</ul>


Expand Down Expand Up @@ -717,7 +734,7 @@ <h2 class="anchored" data-anchor-id="todo-finish-and-delete-this-stuff">TODO: fi
});
</script>
</div> <!-- /content -->
<script>var lightboxQuarto = GLightbox({"loop":false,"descPosition":"bottom","closeEffect":"zoom","openEffect":"zoom","selector":".lightbox"});
<script>var lightboxQuarto = GLightbox({"loop":false,"selector":".lightbox","descPosition":"bottom","openEffect":"zoom","closeEffect":"zoom"});
window.onload = () => {
lightboxQuarto.on('slide_before_load', (data) => {
const { slideIndex, slideNode, slideConfig, player, trigger } = data;
Expand Down
Loading

0 comments on commit a22bbd5

Please sign in to comment.