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 Apr 5, 2024
1 parent b71065e commit 6718437
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1f824f20
5caaf224
3 changes: 2 additions & 1 deletion components/randomAvatars.ojs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ function randomAvatars(teamName) {
(person) => person.id === id
)
)
.sort(() => 2 * Math.random() - 1);
.sort(() => 2 * Math.random() - 1)
.slice(0, 5);
const container = d3.create("div").classed("randomAvatars", true);
container
.selectAll("img")
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h3 class="anchored" data-anchor-id="coffee-and-code">Coffee and Code</h3>
<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>
<p><strong>A few people you’re likely to see</strong>:</p>
<div class="cell">
<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">
Expand All @@ -270,7 +270,7 @@ <h3 class="anchored" data-anchor-id="hacky-hour">Hacky Hour</h3>
<p><strong>Where</strong>: <a href="https://www.snakesandlattes.com/tucson">Snakes &amp; Lattes</a> 988 E University Blvd</p>
<p><strong>When</strong>: 4PM - 7PM, every Thursday</p>
<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>
<p><strong>A few people you’re likely to see</strong>:</p>
<div class="cell">
<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">
Expand All @@ -294,7 +294,7 @@ <h3 class="anchored" data-anchor-id="resbaz-festival">ResBaz Festival</h3>
<p><strong>Where</strong>: Arizona</p>
<p><strong>When</strong>: Annually, for a few days in the spring (Apr/May)</p>
<p><strong>What</strong>: Learn, Network, Teach, Help, and Discuss are just a few of the availble things to do at ResBaz. Use the festival to add organizing events or presenting technical workshops to your resume, or simply attend and pick up a new data science trick, the choice is all yours!</p>
<p><strong>Who you’re likely to see</strong>:</p>
<p><strong>A few people you’re likely to see</strong>:</p>
<div class="cell">
<div class="sourceCode cell-code hidden" id="cb4" data-startfrom="104" data-source-offset="0"><pre class="sourceCode js code-with-copy"><code class="sourceCode javascript" style="counter-reset: source-line 103;"><span id="cb4-104"><a href="#cb4-104" aria-hidden="true" tabindex="-1"></a><span class="fu">randomAvatars</span>(<span class="st">"Festival2024"</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">
Expand Down Expand Up @@ -780,7 +780,7 @@ <h2 class="anchored" data-anchor-id="previous-resbaz-festivals">Previous ResBaz
});
</script>
</div> <!-- /content -->
<script>var lightboxQuarto = GLightbox({"openEffect":"zoom","selector":".lightbox","descPosition":"bottom","closeEffect":"zoom","loop":false});
<script>var lightboxQuarto = GLightbox({"selector":".lightbox","closeEffect":"zoom","descPosition":"bottom","loop":false,"openEffect":"zoom"});
window.onload = () => {
lightboxQuarto.on('slide_before_load', (data) => {
const { slideIndex, slideNode, slideConfig, player, trigger } = data;
Expand Down
Loading

0 comments on commit 6718437

Please sign in to comment.