-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.Rmd
60 lines (45 loc) · 2.86 KB
/
about.Rmd
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
---
title: "About"
description: ""
output:
html_document:
css:
- assets/about.css
template: assets/cv/template.html
---
<div id="canvas">
<div class="profile-photo">
<img src="images/avatar.jpg" alt="Profile photo">
</div>
<!-- I'm a lecturer (equivalent to assistant professor) in statistics at Monash -->
<!-- University, Melbourne, Australia and part of the [NUMBATs group](https://www.mpu.edu.mo/esca/en/aidd.php). Research-wise, I'm interested in developing useful statistical tools and methods. My experience in application is in bioinformatics and agriculture (particularly crop breeding). My active research areas are **experimental design**, **mixed models** and **statistical graphics**. -->
<!-- I speak English, Japanese (conversational) and R (base + tidyverse) fluently. I've lived in Australia almost all of my life (+-10 years standard deviation) and my university major was mathematics and statistics. My PhD, obtained at the School of Mathematics and Statistics, University of Sydney in 2015, is in statistical bioinformatics with most of my code written in Python + Bash (both of which I am rusty now). I also like to dabble on front-end web development (HTML/CSS/JS). -->
<script
src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js">
</script>
<div class="l-body-outset">
<a href="https://github.com/jixing475">
<div class="calendar">
Loading my github calendar data.
</div>
</a>
</div>
<script>
GitHubCalendar(".calendar", "jixing475", { responsive: true });
</script>
## You can find me at ...
```{r eval=FALSE, include=FALSE}
df <- data.frame(what = c('<i class="fab fa-twitter"></i>',
'<i class="fab fa-github"></i>',
'<i class="fas fa-envelope"></i>',
'<i class="fas fa-map-marker-alt"></i>'),
where = c("[statsgen](https://twitter.com/statsgen)",
"[jixing475](https://github.com/jixing475)",
"[[email protected]](mailto:[email protected])",
"Centre for Artificial Intelligence Driven Drug Discovery<br>Monash Business School<br>Menzies Building E776<br>Clayton campus, VIC 3800<br>Australia"))
knitr::kable(df, col.names = c("", ""), escape = FALSE)
```
<!-- 1EXPRDXpv02esVOHEyQuPPS8gogoyR9JX-->
<iframe src="https://www.google.com/maps/d/embed?mid=1nYKaQ3fKH6NICxAWM3wPjOqRSG1EuH5f&usp" width="640" height="480"></iframe>
<!-- You can also find me at various conferences and events. I'm a regular at the [International Biometrics Australiasia Region Conferences](http://biometrics.org.au/conferences.html), involved a lot with [Statistical Society of Australia](https://www.statsoc.org.au/Events-listing) (mostly Victorian Branch) and attend [R-Ladies Melbourne](https://www.meetup.com/en-AU/rladies-melbourne/) (or other chapters sometimes). -->
</div>