diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000..9e1fa1373a Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 2b8ee31c0d..79e37e6d2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ _site/ -.sass-cache/ \ No newline at end of file +.sass-cache/ +.DS_Store +*.DS_Store +.DS_Store? +.Rproj.user +mdresume.Rproj diff --git a/README.md b/README.md index 99d2d44506..e5c19b9b46 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -# markdown-cv +# md-resume -A curriculum vitae maintained in plain text and rendered to HTML and PDF using CSS. +A resume maintained in plain text and rendered to HTML and PDF using CSS. -For more details, see the [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). +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 markdown-cv repo](https://github.com/elipapa/markdown-cv) +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 [directly in Github](https://help.github.com/articles/editing-files-in-your-repository/) +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) @@ -22,23 +22,18 @@ adding your skills, jobs and education. ## Distribution -To transform your plain text CV into a beautiful and shareable HTML page, you have two options: +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. Delete the existing `gh-pages` branch from your fork. It will only contain this webpage. You can either use git or [the Github web interface](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/#deleting-a-branch). -2. Create a new branch called `gh-pages`. -3. Head to *yourusername*.github.io/markdown-cv to see your CV live. +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. -Any change you want to make to your CV from then on would have to be done on the `gh-pages` branch and will be immediately rendered by Github Pages. +![](docs_setup.png) -### II. Build it locally and print a PDF +3. Head to *yourusername*.github.io/mdresume to see your resume live. -1. To [install jekyll](https://jekyllrb.com/docs/installation/), run `gem install bundler jekyll` from the command line. -3. [Clone](https://help.github.com/en/articles/cloning-a-repository) your fork of markdown-cv to your local machine. -3. Type `jekyll serve` to render your CV at http://localhost:4000. -4. You can edit the `index.md` file and see the changes live in your browser. -5. To print a PDF, press + p. Print and web CSS media queries should take care of the styling. +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 diff --git a/docs/.DS_Store b/docs/.DS_Store new file mode 100644 index 0000000000..3184b6e9c2 Binary files /dev/null and b/docs/.DS_Store differ diff --git a/_config.yml b/docs/_config.yml similarity index 53% rename from _config.yml rename to docs/_config.yml index daba7398ab..823f4de072 100644 --- a/_config.yml +++ b/docs/_config.yml @@ -1,2 +1,2 @@ markdown: kramdown -style: kjhealy \ No newline at end of file +style: davewhipp diff --git a/docs/_layouts/.DS_Store b/docs/_layouts/.DS_Store new file mode 100644 index 0000000000..5008ddfcf5 Binary files /dev/null and b/docs/_layouts/.DS_Store differ diff --git a/_layouts/cv.html b/docs/_layouts/cv.html similarity index 100% rename from _layouts/cv.html rename to docs/_layouts/cv.html diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000000..e1d9104f6e --- /dev/null +++ b/docs/index.md @@ -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. + +
+datascience@byui.edu +| Data Science Program +| LinkedIn +| GitHub +
+ + + +## 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 + + + + + + diff --git a/media/davewhipp-print.css b/docs/media/davewhipp-print.css similarity index 100% rename from media/davewhipp-print.css rename to docs/media/davewhipp-print.css diff --git a/media/davewhipp-screen.css b/docs/media/davewhipp-screen.css similarity index 100% rename from media/davewhipp-screen.css rename to docs/media/davewhipp-screen.css diff --git a/media/kjhealy-print.css b/docs/media/kjhealy-print.css similarity index 100% rename from media/kjhealy-print.css rename to docs/media/kjhealy-print.css diff --git a/media/kjhealy-screen.css b/docs/media/kjhealy-screen.css similarity index 100% rename from media/kjhealy-screen.css rename to docs/media/kjhealy-screen.css diff --git a/docs_setup.png b/docs_setup.png new file mode 100644 index 0000000000..0573f72096 Binary files /dev/null and b/docs_setup.png differ diff --git a/index_2027.md b/index_2027.md new file mode 100644 index 0000000000..5a1228df71 --- /dev/null +++ b/index_2027.md @@ -0,0 +1,88 @@ +--- +layout: resume +title: Brigham Young's Resume +--- +# Brigham Young +The second prophet of The Church of Jesus Christ of Latter-day Saints. + +
+datascience@byui.edu +| Data Science Program +
+ + + + +## 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 + + + + + + diff --git a/index.md b/index_example_1.md similarity index 100% rename from index.md rename to index_example_1.md