Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publish respritory #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 0 additions & 60 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,60 +0,0 @@
# 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)
225 changes: 225 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,225 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>

<meta charset="utf-8">
<meta name="generator" content="quarto-1.2.313">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>Brigham Young’s Resume</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
</style>


<script src="index_files/libs/clipboard/clipboard.min.js"></script>
<script src="index_files/libs/quarto-html/quarto.js"></script>
<script src="index_files/libs/quarto-html/popper.min.js"></script>
<script src="index_files/libs/quarto-html/tippy.umd.min.js"></script>
<script src="index_files/libs/quarto-html/anchor.min.js"></script>
<link href="index_files/libs/quarto-html/tippy.css" rel="stylesheet">
<link href="index_files/libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="index_files/libs/bootstrap/bootstrap.min.js"></script>
<link href="index_files/libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="index_files/libs/bootstrap/bootstrap.min.css" rel="stylesheet" id="quarto-bootstrap" data-mode="light">


</head>

<body class="fullcontent">

<div id="quarto-content" class="page-columns page-rows-contents page-layout-article">

<main class="content" id="quarto-document-content">

<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">Brigham Young’s Resume</h1>
</div>



<div class="quarto-title-meta">




</div>


</header>

<section id="jennifer-crawford" class="level1">
<h1>Jennifer Crawford</h1>
<p>Student</p>
<div id="webaddress">
<p><a href="cra21014@byui.edu">cra21014@byui.edu</a> | <a href="https://github.com/crawfy531?tab=repositories">My Github page</a></p>
</div>
<section id="education_" class="level2">
<h2 class="anchored" data-anchor-id="education_">Education_</h2>
<p><code>2016 - 2020</code> <strong>Columbia Basin Colledge</strong> , Pasco - WA</p>
<ul>
<li>Associate of Art and Science Degree</li>
</ul>
<p><code>2021 - current</code> <strong>Brigham Young University - Idaho</strong>, Rexburg, ID</p>
<ul>
<li>Computer Science Bachelor Degree</li>
</ul>
</section>
<section id="service-and-work-history" class="level2">
<h2 class="anchored" data-anchor-id="service-and-work-history">Service and Work History</h2>
<p><code>2020-2021</code> <strong>checker/floral assistant</strong>, Ki-Be Market, Benton Cit, WA</p>
</section>
</section>

</main>
<!-- /main column -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
const mode = bsSheetEl.getAttribute("data-mode");
const bodyEl = window.document.querySelector("body");
if (mode === "dark") {
bodyEl.classList.add("quarto-dark");
bodyEl.classList.remove("quarto-light");
} else {
bodyEl.classList.add("quarto-light");
bodyEl.classList.remove("quarto-dark");
}
}
const toggleBodyColorPrimary = () => {
const bsSheetEl = window.document.querySelector("link#quarto-bootstrap");
if (bsSheetEl) {
toggleBodyColorMode(bsSheetEl);
}
}
toggleBodyColorPrimary();
const icon = "";
const anchorJS = new window.AnchorJS();
anchorJS.options = {
placement: 'right',
icon: icon
};
anchorJS.add('.anchored');
const clipboard = new window.ClipboardJS('.code-copy-button', {
target: function(trigger) {
return trigger.previousElementSibling;
}
});
clipboard.on('success', function(e) {
// button target
const button = e.trigger;
// don't keep focus
button.blur();
// flash "checked"
button.classList.add('code-copy-button-checked');
var currentTitle = button.getAttribute("title");
button.setAttribute("title", "Copied!");
let tooltip;
if (window.bootstrap) {
button.setAttribute("data-bs-toggle", "tooltip");
button.setAttribute("data-bs-placement", "left");
button.setAttribute("data-bs-title", "Copied!");
tooltip = new bootstrap.Tooltip(button,
{ trigger: "manual",
customClass: "code-copy-button-tooltip",
offset: [0, -8]});
tooltip.show();
}
setTimeout(function() {
if (tooltip) {
tooltip.hide();
button.removeAttribute("data-bs-title");
button.removeAttribute("data-bs-toggle");
button.removeAttribute("data-bs-placement");
}
button.setAttribute("title", currentTitle);
button.classList.remove('code-copy-button-checked');
}, 1000);
// clear code selection
e.clearSelection();
});
function tippyHover(el, contentFn) {
const config = {
allowHTML: true,
content: contentFn,
maxWidth: 500,
delay: 100,
arrow: false,
appendTo: function(el) {
return el.parentElement;
},
interactive: true,
interactiveBorder: 10,
theme: 'quarto',
placement: 'bottom-start'
};
window.tippy(el, config);
}
const noterefs = window.document.querySelectorAll('a[role="doc-noteref"]');
for (var i=0; i<noterefs.length; i++) {
const ref = noterefs[i];
tippyHover(ref, function() {
// use id or data attribute instead here
let href = ref.getAttribute('data-footnote-href') || ref.getAttribute('href');
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
});
}
const findCites = (el) => {
const parentEl = el.parentElement;
if (parentEl) {
const cites = parentEl.dataset.cites;
if (cites) {
return {
el,
cites: cites.split(' ')
};
} else {
return findCites(el.parentElement)
}
} else {
return undefined;
}
};
var bibliorefs = window.document.querySelectorAll('a[role="doc-biblioref"]');
for (var i=0; i<bibliorefs.length; i++) {
const ref = bibliorefs[i];
const citeInfo = findCites(ref);
if (citeInfo) {
tippyHover(citeInfo.el, function() {
var popup = window.document.createElement('div');
citeInfo.cites.forEach(function(cite) {
var citeDiv = window.document.createElement('div');
citeDiv.classList.add('hanging-indent');
citeDiv.classList.add('csl-entry');
var biblioDiv = window.document.getElementById('ref-' + cite);
if (biblioDiv) {
citeDiv.innerHTML = biblioDiv.innerHTML;
}
popup.appendChild(citeDiv);
});
return popup.innerHTML;
});
}
}
});
</script>
</div> <!-- /content -->



</body></html>
81 changes: 12 additions & 69 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,88 +2,31 @@
layout: cv
title: Brigham Young's Resume
---
# Brigham Young
The second prophet of The Church of Jesus Christ of Latter-day Saints.
# Jennifer Crawford
Student

<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>
<a href="cra21014@byui.edu">cra21014@byui.edu</a>
| <a href="https://github.com/crawfy531?tab=repositories">My Github page</a>
</div>

<!-- https://www.monique.tech/the-art-of-markdown -->
## Education_

## Education
`2016 - 2020`
__Columbia Basin Colledge__ , Pasco - WA

`2025-2027`
__LDS Business College__, Salt Lake City, UT
- Associate of Art and Science Degree

- Full academic scholarship with 4.0 GPA

`Expected 2029`
`2021 - current`
__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.

- Computer Science Bachelor Degree

## Service and Work History

`2025-2027`
__Math Tutor__, LDSBC


`2023-2025`
__Service Missionary__, South Africa


`2020-2021`
__checker/floral assistant__, Ki-Be Market, Benton Cit, WA

<!-- ### Footer

Last updated: May 2013 -->


Loading