generated from byuids-resumes/mdresume
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ecb03a4
Showing
16 changed files
with
1,151 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
_site/ | ||
.sass-cache/ | ||
.DS_Store | ||
*.DS_Store | ||
.DS_Store? | ||
.Rproj.user | ||
mdresume.Rproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2015 Eliseo Papa | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# md-resume | ||
|
||
A resume maintained in plain text and rendered to HTML and PDF using CSS. | ||
|
||
For more details, see the [markdown-csv project page](http://elipapa.github.io/markdown-cv), or the blog post on [why I switched to markdown for my CV](http://elipapa.github.io/blog/why-i-switched-to-markdown-for-my-cv.html). | ||
|
||
*** | ||
|
||
## Customization | ||
|
||
Simply [fork the mdresume repo](https://github.com/byuids-resumes/mdresume) | ||
|
||
![](https://help.github.com/assets/images/help/repository/fork_button.jpg) | ||
|
||
and edit the `index.md` file in the `docs` folder [directly in Github](https://help.github.com/articles/editing-files-in-your-repository/) | ||
|
||
![](https://help.github.com/assets/images/help/repository/edit-file-edit-button.png) | ||
|
||
adding your skills, jobs and education. | ||
|
||
![](https://help.github.com/assets/images/help/repository/edit-readme-light.png) | ||
|
||
## Distribution | ||
|
||
To transform your plain text resume into a beautiful and shareable HTML page, you have two options: | ||
|
||
### I. Use Github Pages to publish it online | ||
|
||
1. Edit or move your resume to the `index.md` file in the `docs` folder. | ||
2. Go to settings > GitHub pages to make the changes shown. | ||
|
||
![](docs_setup.png) | ||
|
||
3. Head to *yourusername*.github.io/mdresume to see your resume live. | ||
|
||
Any change you want to make to your CV from then on would have to be done in the `docs` folder and will be immediately rendered by Github Pages. | ||
|
||
## Styling | ||
|
||
The included CSS will render your CV in two styles: | ||
s | ||
1. `kjhealy` the original default, inspired by [kjhealy's vita | ||
template](https://github.com/kjhealy/kjh-vita). | ||
2. `davewhipp` is a tweaked version of `kjhealy`, with bigger fonts and dates | ||
right aligned. | ||
|
||
To change the default style, simply change the variable in the | ||
`_config.yml` file. | ||
|
||
Any other styling is possible. More CSS style contributions and forks are welcome! | ||
|
||
### Author | ||
|
||
Eliseo Papa ([Twitter](http://twitter.com/elipapa)/[Github](http://github.com/elipapa)/[Website](https://elipapa.github.io)). | ||
|
||
![Eliseo Papa](https://s.gravatar.com/avatar/eae1f0c01afda2bed9ce9cb88f6873f6?s=100) | ||
|
||
### License | ||
|
||
[MIT License](https://github.com/elipapa/markdown-cv/blob/master/LICENSE) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
markdown: kramdown | ||
style: davewhipp |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset=utf-8 /> | ||
<title> {% if page.title %} {{ page.title }} | {% endif %} CV</title> | ||
<link href="media/{{ site.style }}-screen.css" type="text/css" rel="stylesheet" media="screen"> | ||
<link href="media/{{ site.style }}-print.css" type="text/css" rel="stylesheet" media="print"> | ||
</head> | ||
<body> | ||
<div id="main"> | ||
<div id="content"> | ||
{{ content }} | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
--- | ||
layout: cv | ||
title: Brigham Young's Resume | ||
--- | ||
# Brigham Young | ||
The second prophet of The Church of Jesus Christ of Latter-day Saints. | ||
|
||
<div id="webaddress"> | ||
<a href="datascience@byui.edu">datascience@byui.edu</a> | ||
| <a href="https://byuidatascience.github.io/development.html">Data Science Program</a> | ||
| <a href="https://www.linkedin.com/groups/13537407/">LinkedIn</a> | ||
| <a href="https://github.com/byuids-resumes">GitHub</a> | ||
</div> | ||
|
||
<!-- https://www.monique.tech/the-art-of-markdown --> | ||
|
||
## Education | ||
|
||
`2025-2027` | ||
__LDS Business College__, Salt Lake City, UT | ||
|
||
- Full academic scholarship with 4.0 GPA | ||
|
||
`Expected 2029` | ||
__Brigham Young University - Idaho__, Rexburg, ID | ||
|
||
- 4.0 Major GPA | ||
|
||
|
||
## Related Experience | ||
|
||
### Internships | ||
|
||
`January 2028 - June 2028` | ||
__Pacific Northwest National Lab__, Richland, WA | ||
|
||
- Worked on novel methods for soil sampling to reduce laboratory measurements | ||
- Used R and Visual Sample Plan to establish new sampling algorithms | ||
- Published a journal article in Environmental Quality. | ||
|
||
### Data Science Lead | ||
|
||
`April 2027 - June 2027` | ||
__Westmark Credit Union__, Consultant | ||
|
||
- Developed a predicted model to support Westmark in custumer conversion from dealer loans. | ||
- Used R and Python to build a machine learning model using CatBoost in Python and the Tidyverse for data visualization and munging. | ||
- Improved previous model development to over 85% balanced accuracy. Expect model to be implemented in Westmark business practices. | ||
|
||
`September 2027 - April 2028` | ||
__Good2Go__, Consultant | ||
|
||
- Built product ordering and supply predictive algorithms for chips and beverages categories | ||
- Established standardized SQL calls and connections for PowerBI dashboards | ||
- Found over $35k in waste and saved over 200 annual hours of store quality control work | ||
|
||
### Data Science Consulting Team | ||
|
||
`January 2027 - April 2027` | ||
__Imagine Learning__ | ||
|
||
- Build web scraping tool to find and format school district technology data. | ||
- Used R and the Rvest package to parse and format web data. | ||
- Saved 30 hours a month with the automated scripts. | ||
|
||
`April 2027 - July 2027` | ||
__Pinnacle Management Group__, | ||
|
||
- Proof of concept development of dashboards using client's corporate data. | ||
- Built and documented differences of PowerBI, Google Dashoards, and Tableau. | ||
- Saved client $10k in database and dashboard server fees and validated future dashboard processes. | ||
|
||
|
||
## Service and Work History | ||
|
||
`2025-2027` | ||
__Math Tutor__, LDSBC | ||
|
||
|
||
`2023-2025` | ||
__Service Missionary__, South Africa | ||
|
||
|
||
|
||
<!-- ### Footer | ||
Last updated: May 2013 --> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,194 @@ | ||
/* http://meyerweb.com/eric/tools/css/reset/ | ||
v2.0 | 20110126 | ||
License: none (public domain) | ||
*/ | ||
|
||
html, body, div, span, applet, object, iframe, | ||
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | ||
a, abbr, acronym, address, big, cite, code, | ||
del, dfn, em, img, ins, kbd, q, s, samp, | ||
small, strike, strong, sub, sup, tt, var, | ||
b, u, i, center, | ||
dl, dt, dd, ol, ul, li, | ||
fieldset, form, label, legend, | ||
table, caption, tbody, tfoot, thead, tr, th, td, | ||
article, aside, canvas, details, embed, | ||
figure, figcaption, footer, header, hgroup, | ||
menu, nav, output, ruby, section, summary, | ||
time, mark, audio, video { | ||
margin: 0; | ||
padding: 0; | ||
border: 0; | ||
font-size: 100%; | ||
font: inherit; | ||
vertical-align: baseline; | ||
} | ||
/* HTML5 display-role reset for older browsers */ | ||
article, aside, details, figcaption, figure, | ||
footer, header, hgroup, menu, nav, section { | ||
display: block; | ||
} | ||
body { | ||
line-height: 1; | ||
} | ||
ol, ul { | ||
list-style: none; | ||
} | ||
blockquote, q { | ||
quotes: none; | ||
} | ||
blockquote:before, blockquote:after, | ||
q:before, q:after { | ||
content: ''; | ||
content: none; | ||
} | ||
table { | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} | ||
|
||
/* end of reset */ | ||
|
||
|
||
|
||
body { | ||
font: normal normal 400; | ||
font-size: 12pt; | ||
line-height: 1.35em; | ||
/*also written as... font: normal normal 400 100%/1.5em;*/ | ||
font-family: Avenir,Verdana,sans-serif; | ||
/*margin-top: 1em; | ||
margin-left: 1em;*/ | ||
} | ||
|
||
p { | ||
position: relative; | ||
left: 25%; | ||
margin-bottom: 0.2em; | ||
margin-right: 0; | ||
width: 60%; | ||
} | ||
|
||
code { | ||
font: normal normal; | ||
font-size: 90%; | ||
/*line-height: 1em;*/ | ||
font-family: Monaco,Menlo,monospace,sans-serif; | ||
color: #ccc; | ||
} | ||
|
||
p code { | ||
position: absolute; | ||
text-align: right; | ||
right: -20%; | ||
} | ||
|
||
|
||
ul { | ||
position: relative; | ||
left: 25%; | ||
width: 75%; | ||
margin-bottom: 1em; | ||
/*margin-top: -0.5em;*/ | ||
} | ||
|
||
/*uncomment to get dashes in the list*/ | ||
/*li:before { | ||
content: "-"; | ||
position: relative; | ||
left: -0.25em; | ||
}*/ | ||
|
||
li { | ||
/*second line indent*/ | ||
padding-left: 1.25em; | ||
text-indent: -1.25em; | ||
/*color: #777;*/ | ||
} | ||
|
||
li ul { | ||
position: relative; | ||
left: 0; | ||
width: 100%; | ||
margin-top: 0.25em; | ||
} | ||
|
||
h1,h2,h3,h4 { | ||
font-weight: 400; | ||
font-family: Avenir,Cousine,Verdana,sans-serif; | ||
width: 80%; | ||
} | ||
|
||
h1 { | ||
text-align: left; | ||
font-size: 3em; | ||
line-height: 1em; | ||
position: relative; | ||
left: 25%; | ||
} | ||
|
||
h1+p { | ||
/*subtitle*/ | ||
font-style: italic; | ||
font-size: 110%; | ||
} | ||
|
||
h2 { | ||
font-size: 1.1em; | ||
color: #a00; | ||
margin-top: 2em; | ||
position: relative; | ||
top: 1.2em; | ||
text-align: right; | ||
width: 20%; | ||
} | ||
|
||
|
||
h3 { | ||
font-size: 1em; | ||
line-height: 2em; | ||
color: #ccc; | ||
position: relative; | ||
top: 1.6em; | ||
text-align: right; | ||
width: 20%; | ||
} | ||
|
||
a { | ||
color: inherit; | ||
text-decoration:none | ||
} | ||
|
||
a:hover { | ||
color:#39f | ||
} | ||
|
||
#webaddress { | ||
margin-top: 1em; | ||
position: relative; | ||
left: 25%; | ||
color: #ccc; | ||
font-family: Monaco,Menlo,monospace,sans-serif; | ||
font-size: 90%; | ||
} | ||
|
||
#webaddress a { | ||
text-decoration: none; | ||
} | ||
|
||
em { | ||
font-style: normal; | ||
color: #2d4e5e | ||
} | ||
|
||
strong { | ||
font-weight: bold; | ||
} | ||
|
||
#ghbutton { | ||
display: none; | ||
visibility: hidden; | ||
} | ||
|
||
|
||
|
Oops, something went wrong.