Here are some links for my poster presentation at ASTMH 2017:
Justin is a postdoctoral research scientist with the [Malaria Atlas Project]() at the University of Oxford’s [Big Data Institute](). His research focuses on high resolution geospatial modelling of malaria prevalence and incidence as part of the WHO’s High burden to high impact initiative.
Ph.D. in Epidemiology, 2019
University of Florida
M.Sc. in Biology, 2013
University of Mississippi
B.Sc. in Ecology and Evolution, 2011
Michigan State University
Here are some links for my poster presentation at ASTMH 2017:
Sample R code black:
library(ggplot2)
centre <- function(x, type, ...) {
switch(type,
mean = mean(x),
median = median(x),
trimmed = mean(x, trim = .1))
}
var <- NULL
Sample code block from testing syntax highlighting:
# hello world
you can write text [with links](http://example.com) inline or [link references][1].
* one _thing_ has *em*phasis
* two __things__ are **bold**
[1]: http://example.com
---
hello world
===========
<this_is inline="xml"></this_is>
> markdown is so cool
so are code segments
1. one thing (yeah!)
2. two thing `i can write code`, and `more` wipee!
This is a presentation that I gave at the UF R Meetups focused on getting started in R and RStudio. This was largely adapted R lesson from Data Carpentry.