-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.Rmd
29 lines (18 loc) · 1.17 KB
/
aboutme.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
---
title: "About Me"
output:
html_document:
toc: true
include:
after_body: footer.html
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
<img style="float: right; border-radius: 50%" src="images/profile-pic.jpeg" width=30%>
I am a modeler/applied mathematician at the Nortwest Fisheries Science Center (NOAA Fisheries). I develop R packages for public use and teach workshops and classes on statistics, R and reproducible research. Much of my work along these lines is on my [GitHub profile](https://github.com/eeholmes) and [website](http://eeholmes.github.io/).
Training material that I have written can be found at
* [RWorkflow Workshops](https://rverse-tutorials.github.io/RVerse-Tutorials/)
* [NMFS R User Group Sessions](https://nmfs-openscapes.github.io/Training/)
* [Applied Time Series Analysis](https://atsa-es.github.io/)
I am also immersed in the Open Science community. I am also a contributor to [Openscapes](https://github.com/openscapes), [NMFS Openscapes](https://github.com/nmfs-openscapes) and [R-Govys](https://github.com/rgovys), which are working to support adoption of open science and open source workflow in government.