-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.Rmd
165 lines (133 loc) · 6.73 KB
/
resume.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
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
---
name: Nathaniel Price, Ph.D.
address: Washington, D.C.
phone: +1 904 315 2486
email: [email protected]
website: natbprice.github.io
geometry: left=1in,right=1in,top=1in,bottom=1in
bibliography: publications.bib
nocite: |
@price_open-sourced_2020, @balesdent_advanced_2016, @chaudhuri_nasa_2015
knit: (function(input, ...) {
c(rmarkdown::render(
input,
output_format = "github_document",
output_file = "README",
envir = globalenv()
),
rmarkdown::render(
input,
output_format = "pdf_document",
output_file = "nprice_resume",
envir = globalenv()
))
})
output:
pdf_document:
extra_dependencies:
fontawesome: null
carlito: sfdefault
fancyhdr: null
github_document: default
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
library(fontawesome)
library(rmarkdown)
```
\vspace*{-0.75in}
\thispagestyle{empty}
\centerline{\huge \bf `r metadata$name`}
\vspace{5pt}
\centerline{
\faicon{map-marker} `r metadata$address` \hspace{2 pt}
\faicon{phone} \href{tel:`r gsub("[[:space:]]", "", metadata$phone)`}{`r metadata$phone`} \hspace{2 pt}
\faicon{envelope} \href{mailto:`r metadata$email`}{`r metadata$email`} \hspace{2 pt}
\faicon{home} \href{https://`r metadata$website`}{`r metadata$website`}
}
\vspace{5pt}
\hrule
\pagestyle{fancy}
\fancyhead[L]{\textcolor[gray]{0.4}{Resume: `r metadata$name`}}
\fancyfoot[L]{\textcolor[gray]{0.4}{Document compiled on `r Sys.Date()` (\href{https://www.github.com/natbprice/resume}{github.com/natbprice/resume})}}
\pagenumbering{gobble}
```{r, results='asis', eval = knitr::is_html_output()}
cat("# ", metadata$name, "\n")
fa("map-marker")
cat(" ", metadata$address, " ")
fa("phone")
cat(" ", metadata$phone, " ")
fa("envelope")
cat(" ", metadata$email, " ")
fa("home")
cat(' <a href="https://',
metadata$website,
'">',
metadata$website,
"</a>",
" ",
sep = ""
)
cat("<hr/>")
```
## Experience
**ICF**, Reston, Virginia, US (Remote) \
*Lead Data Scientist* | March 2022 - Present \
*Senior Data Scientist* | May 2020 - March 2022 \
*Data Scientist* | October 2019 - May 2020
- Built Azure cloud computing/machine learning infrastructure from the ground up for low-cost, scalable analysis of billions of records of utility smart meter data
- Researched, prototyped, and deployed machine learning models related to utility analytics (e.g., energy disaggregation, energy savings, EV detection)
- Established cross-team Data Science Knowledge Share meetings to promote collaboration and information sharing
- Assisted other teams in scaling data science processes by advising on best practices and providing technical assistance
**University of Nebraska-Lincoln**, Lincoln, Nebraska, US \
*Data Scientist* | September 2016 - October 2019
- Designed, developed, and deployed open-source, web-based, data analysis application (SQL, R, Shiny) for analyzing repeat-purchase behavior (recruitment, retention, churn, reactivation) of Nebraska sportspersons
- Mentored graduate students and facilitated data science research resulting in multiple journal publications, international conference presentations, and a book chapter
**University of Florida**, Gainesville, Florida, US \
*Graduate Research Assistant* | August 2012 - July 2016
- Integrated machine learning (e.g., Gaussian process) and optimization to design engineering systems considering uncertainty in future decision making process
- Collaboratively developed optimization-based solution to The NASA Langley Multidisciplinary Uncertainty Quantification Challenge (2014)
**ONERA - The French Aerospace Lab**, Palaiseau, Île-de-France, France \
*Ph.D. Student Researcher* | October 2014 - March 2016
- As part of international joint-PhD collaboration between 2 universities (UF, EMSE) and ONERA aerospace lab, developed a novel method for optimal design under uncertainty that incorporated risk of future redesign into design optimization
- Co-authored book chapter on advanced space vehicle design under uncertainty
**University of Florida**, Gainesville, Florida, US \
*Undergraduate Research Assistant* | September 2011 - August 2012
- Created parameterized biomechanical model in Python to understand interactions of patient variability and design changes on safety of Biomet rigid sternal fixation device
- Awarded Biomedical Engineering Society (BMES) Design and Research Award and Knox T. Millsaps Outstanding Undergraduate Paper Award
**SpaceX**, Cape Canaveral, Florida, US \
*Launch Engineer Intern* | August 2010 - January 2011
- Performed maintenance of launch vehicle ground systems
- Ground crew team member during launch of SpaceX COTS Demo Flight 1
## Education
**Doctorate | Mechanical Engineering** \
*University of Florida*, Gainesville, Florida, US | 2016 \
*École des Mines de Saint-Étienne*, Saint-Étienne, Rhône-Alps, France | 2016
**Graduate Certificate | Scientific Computing** \
*University of Florida*, Gainesville, Florida, US | 2014
**Master of Science | Mechanical Engineering** \
*University of Florida*, Gainesville, Florida, US | 2014
**Bachelor of Science | Mechanical Engineering** \
*University of Florida*, Gainesville, Florida, US | 2012
## Professional Development
- DeepLearning.AI TensorFlow Developer Professional Certificate (80 hours), Coursera, Credential ID [VDW7KD9SA2TM](https://coursera.org/verify/professional-cert/VDW7KD9SA2TM) (2023)
## Publications
```{r, results = "asis"}
fa('book')
cat(" 2 book chapters ")
fa('scroll')
cat(" 5 peer-reviewed journal publications ")
fa('file-alt')
cat(" 5 conference papers ")
```
Full List Available On Google Scholar: https://scholar.google.com/citations?user=rXaKU0EAAAAJ&hl=en
**Select Publications:**
<div id="refs"></div>
## Data Science Skills
**Cloud Computing:** Azure • AWS • high-performance computing (Azure Batch) • NoSQL (Azure Table/Blob, AWS S3) •
containers (Docker, Azure ACI, Azure ACR) \
**Communication:** presentations • dashboard design (Shiny) • data analysis reports (Rmarkdown, Jupyter) • data visualization (plotly, ggplot2, leaflet) • peer-reviewed publications (journal, book chapter, conference) \
**Numerical Methods:** optimization (stochastic, genetic, multi-start) • differential equations \
**Programming Languages:** R • Python • SQL • Matlab • C++ \
**Software Development:** source control (Git, SVN) • agile development (Jira) • CI/CD (Azure DevOps) \
**Statistics & Machine Learning:** deep learning (Tensorflow) • NLP • surrogate models • uncertainty quantification • Monte Carlo simulation • experimental design • survey methodology \