Skip to content

Commit

Permalink
Add slide for service award presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
etartaglia committed Aug 15, 2024
1 parent 90ed205 commit 7e2093c
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 8 deletions.
26 changes: 22 additions & 4 deletions intro/2024-08-20-event.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ name: council

]

<br>
.center[
**Tonight's event organisers are Chris and Elena**
]
Expand Down Expand Up @@ -261,6 +260,28 @@ We'll be heading to a nearby restaurant after the talk.
Let us know if you want to join!


---

class: inverse middle

## SSA Service Award 🎉🏆

.circle-image-200.fl[
<img src="images/jesskasza.jpg">]

### &nbsp;&nbsp;**Professor Jessica Kasza**


&nbsp;*Jessica Kasza is a Professor in biostatistics in the School of Public Health and Preventive Medicine at Monash University and ex-President of the Statisical Society of Australia.*
<br><br>


.f4[
Thanks to Jess for her contribution to the society!
]



---

class: inverse middle
Expand All @@ -277,6 +298,3 @@ class: inverse middle
<br><br>


.f4[
Thanks to **Chris Selman** (Event Coordinator) and **Elena Tartaglia** (Deputy Event Coordinator)
]
26 changes: 22 additions & 4 deletions intro/2024-08-20-event.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@

]

&lt;br&gt;
.center[
**Tonight's event organisers are Chris and Elena**
]
Expand Down Expand Up @@ -283,6 +282,28 @@
Let us know if you want to join!


---

class: inverse middle

## SSA Service Award 🎉🏆

.circle-image-200.fl[
&lt;img src="images/jesskasza.jpg"&gt;]

### &amp;nbsp;&amp;nbsp;**Professor Jessica Kasza**


&amp;nbsp;*Jessica Kasza is a Professor in biostatistics in the School of Public Health and Preventive Medicine at Monash University and ex-President of the Statisical Society of Australia.*
&lt;br&gt;&lt;br&gt;


.f4[
Thanks to Jess for her contribution to the society!
]



---

class: inverse middle
Expand All @@ -299,9 +320,6 @@
&lt;br&gt;&lt;br&gt;


.f4[
Thanks to **Chris Selman** (Event Coordinator) and **Elena Tartaglia** (Deputy Event Coordinator)
]
</textarea>
<style data-target="print-only">@media screen {.remark-slide-container{display:block;}.remark-slide-scaler{box-shadow:none;}}</style>
<script src="lib/remark-latest.min.js"></script>
Expand Down
12 changes: 12 additions & 0 deletions intro/lib/header-attrs-2.27/header-attrs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});

0 comments on commit 7e2093c

Please sign in to comment.