-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
308 lines (174 loc) · 6.59 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
---
title: "[Local ANU Resources for Statistics and Data Science]{.f-subheadline}"
subtitle: BIOL8700 Guest Lecture
format:
anu-light-revealjs:
width: 1220
footer: "https://anu-bdsi.github.io/BIOL8700"
auto-stretch: false
html-math-method: katex
self-contained: false
css: styles.css
transition: slide
#parallax-background-image: images/background.png
#parallax-background-size: "6000px 3px"
#parallax-background-horizontal: 20
author: Emi Tanaka
institute: Biological Data Science Institute
date: 2024/04/30
date-format: "D[th] MMMM YYYY"
---
## About me
::: columns
::: {.column width="70%"}
```{r}
#| results: asis
cat(emix::fa_list(c("fas fa-user-circle" = "Deputy Director of ANU Biological Data Science Institute",
"fas fa-graduation-cap" = "PhD in Statistical Bioinformatics",
"fas fa-user-graduate" = "Bachelor of Science with major in Mathematics and Statistics",
"fas fa-heart fa-beat" = "Loves data and coding"),
incremental = TRUE))
```
:::
::: {.column width="30%" }
![](images/emi-photo-monash.png){style="border-radius: 50%;" }
::: {.f3}
```{r}
#| results: asis
cat(emix::fa_list(c("fab fa-twitter" = "@statsgen",
"fab fa-mastodon" = "[email protected]",
"fas fa-globe" = "https://emitanaka.org")))
```
:::
:::
:::
::: fragment
This slide is available at [anu-bdsi.github.io/BIOL8700](https://anu-bdsi.github.io/BIOL8700).
:::
## {{< fa dna >}} Biological Data Science Institute
```{r}
hex <- function(img, name) {
id <- stringr::str_replace_all(name, " ", "-")
glue::glue('
<svg class="profile" viewbox="4 0 96 125" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="{id}" patternUnits="userSpaceOnUse" width="100" height="100">
<image xlink:href="images/bdsi-staff/{img}" x="-25" width="150" height="100" />
</pattern>
</defs>
<polygon class="hex" points="50 1 95 25 95 75 50 99 5 75 5 25" fill="url(#{id})"/>
<text x="50%" y="120" text-anchor="middle" style="font-size: 0.2em;">{name}</text>
</svg>')
}
```
::: {.f2 style="margin-bottom:2%;"}
BDSI brings together a diverse range of experts providing an interdisciplinary approach to life science, data science, research and teaching.
:::
`r hex("alipic.jpeg", "Ali Zia")``r hex("Ayman_ANU_People_200X200.jpeg", "Ayman Elgharabawy")``r hex("brian-parker.png", "Brian Parker")``r hex("Tai_photo.jpeg", "Danh-Tai Hoang")``r hex("DSC_0019-Elle2.jpeg", "Elle Saber")``r hex("emi-photo-monash.jpeg", "Emi Tanaka")``r hex("eric.jpeg", "Eric Stone")``r hex("profile_2019.jpeg", "James Nichols")``r hex("jiajia_0.jpeg", "JiaJia Li")``r hex("Liu.jpeg", "Jia Liu")``r hex("jon-rocco.jpeg", "Jonathan Roco")``r hex("Teresa.jpeg", "Terry Neeman")``r hex("Xuesong.jpg", "Xuesong Li")``r hex("no-pic.jpg", "You?")`
## BDSI Workshops
::: columns
::: {.column width="30%"}
[![](images/qr-code-bdsi-workshops.png){.ba}](https://bdsi.anu.edu.au/training-courses/available-courses)
:::
::: {.column width="70%"}
Current workshop:
- Data Visualisation with Python
Past workshops includes:
- Introduction to R Programming
- Data Wrangling with R (Part 1)
- Data Visualisation with R (Part 1)
- Reproducible Research with Quarto
:::
:::
## Introduction to R Programming
_April 2024_
::: columns
::: {.column width="70%"}
<iframe src="https://anu-bdsi.github.io/workshop-intro-R/materials.html" width="100%" height="500px" class="ba"></iframe>
:::
::: {.column width="30%"}
[![](images/qrcode-intro-r-programming.png){.ba}](https://anu-bdsi.github.io/workshop-intro-R/materials.html)
:::
:::
<center>
<https://anu-bdsi.github.io/workshop-intro-R/>
</center>
## Data Wrangling with R (Part 1)
_April 2024_
::: columns
::: {.column width="70%"}
<iframe src="https://anu-bdsi.github.io/workshop-data-wrangling-R1/materials.html" width="100%" height="500px" class="ba"></iframe>
:::
::: {.column width="30%"}
[![](images/wrangle-qr-code.png){.ba}](https://anu-bdsi.github.io/workshop-data-wrangling-R1/materials.html)
:::
:::
<center>
<https://anu-bdsi.github.io/workshop-data-wrangling-R1/>
</center>
## Data Visualisation with R (Part 1)
_April 2024_
::: columns
::: {.column width="70%"}
<iframe src="https://anu-bdsi.github.io/workshop-data-vis-R1/materials.html" width="100%" height="500px" class="ba"></iframe>
:::
::: {.column width="30%"}
[![](images/datavis-qr-code.png){.ba}](https://anu-bdsi.github.io/workshop-data-vis-R1/materials.html)
:::
:::
<center>
<https://anu-bdsi.github.io/workshop-data-vis-R1/>
</center>
## Reproducible Research with Quarto
_April 2024_
::: columns
::: {.column width="70%"}
<iframe src="https://anu-bdsi.github.io/workshop-intro-quarto/materials.html" width="100%" height="500px" class="ba"></iframe>
:::
::: {.column width="30%"}
[![](images/quarto-website-qr-code.png){.ba}](https://anu-bdsi.github.io/workshop-intro-quarto/materials.html)
:::
:::
<center>
<https://anu-bdsi.github.io/workshop-intro-quarto/>
</center>
## BDSI Bioinformatics and Statistics Drop-In Sessions
::: columns
::: {.column width="70%"}
- **10.00am - 11.00am every Tuesday**
- Physical location alternates between R.N. Robertson Building and JCSMR Building
- Accesible also via Zoom
- Please note help is for the above designated hour only!
:::
::: {.column width="30%"}
[![](images/qrcode-dropin.png){.ba}](https://bdsi.anu.edu.au/news-events/event-series/bdsi-bioinformatics-and-statistics-drop-sessions)
:::
:::
## Statistical Support Network
> SSN’s vision is to be the **hub** where every ANU **HDR student** and **researcher** is welcome to **collaborate** with **statistical** experts to achieve **excellent** research results.
::: columns
::: {.column width="70%"}
![](images/alice.jpg){.circle}
SSN is led by **A/Prof. Alice Richardson**.
:::
::: {.column width="30%" .f2}
[![](images/ssn-qrcode.png){.ba}](https://services.anu.edu.au/business-units/research-initiatives-and-infrastructure/statistical-support-network)
:::
:::
## Upcoming Workhops
::: columns
::: {.column width="70%"}
In Semester 2 (TBD):
- Introduction to R Programming
- Data Wrangling with R (Part 1)
- Data Visualisation with R (Part 1)
- Reproducible Research with Quarto
- Design and Analysis of Experiments
- Generalised Linear Models
:::
::: {.column width="30%" .f2}
Want to be notified? Join our mailing list!
[![](images/QRCode for ANU Biological Data Science Institute Mailing List.png){width="100%" .ba}](https://forms.office.com/Pages/ResponsePage.aspx?id=XHJ941yrJEaa5fBTPkhkN5BTqudNKKdBqhKF4XvgPSVUNVNXOEQ2TFJTSUZXSTBISVBFUUEzOFNSWCQlQCN0PWcu)
<https://bdsi.anu.edu.au/>
:::
:::