-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
83 lines (66 loc) · 1.92 KB
/
index.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
title: "Andrew Stewart"
image: "images/andrew.png"
links:
- label: LinkedIn
icon: linkedin
url: "https://www.linkedin.com/in/andrewcollinstewart/"
- label: Twitter
icon: twitter
url: "https://twitter.com/andrewcstewart"
- label: GitHub
url: "https://github.com/andrewcstewart"
- label: Medium
url: "https://bit.ly/39o4tKD"
- label: ResearchGate
url: "https://www.researchgate.net/profile/Andrew_Stewart48"
- label: Email
url: "mailto:email@email.com"
- label: Calendly
url: "https://calendly.com/andrew-c-stewart"
output:
postcards::trestles
site: distill::distill_website
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
library(fontawesome)
```
<br>
Data scientist with a strong background in applied research and development in computational biology, scientific computing, machine learning, and statistics. Passionate about improving business processes through sound experimental design and analysis.
<br>
```{css, echo = FALSE}
.columnname {
font-size: 1.4rem;
font-weight: 600;
}
.grad-item {
list-style: none;
background-image: url(graduation-cap-solid.png);
background-repeat: no-repeat;
background-size: 1.2rem;
padding-left: 2rem;
}
.grad-location {
font-size: 0.8rem;
color: grey;
}
```
:::: {style="display: grid; grid-template-columns: 40% 50%; grid-column-gap: 30px; line-height: 1.5rem;"}
::: {}
<span class = "columnname"> Interests </span>
* Artificial Intelligence
* Machine Learning
* Computational Statistics
* Evolutionary Algorithms
:::
::: {}
<span class = "columnname"> Education </span>
<ul>
<li class = "grad-item"> `r fa(name = "graduation-cap")` M.S. in Computer Science, 2015 <br>
<p class = "grad-location"> Johns Hopkins University </p> </li>
<li class = "grad-item"> `r fa(name = "graduation-cap")` B.S. in Biology, 2006 <br> <p class = "grad-location"> University of Maryland, College Park </p>
</li>
</ul>
:::
::::