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

Update minimal mistakes #5095

Closed
wants to merge 52 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
70dd499
Update _config.yml
TylerPollard410 Aug 1, 2024
51dd688
Update _config.yml
TylerPollard410 Aug 1, 2024
33bb03e
Update Gemfile
TylerPollard410 Aug 1, 2024
7feb828
Update _config.yml
TylerPollard410 Aug 1, 2024
530ada1
Update _config.yml
TylerPollard410 Aug 1, 2024
e086abd
Update _config.yml
TylerPollard410 Aug 1, 2024
7f985ae
Added profile photo
TylerPollard410 Aug 1, 2024
290a32e
update
TylerPollard410 Aug 1, 2024
f65c9dc
new photo
TylerPollard410 Aug 1, 2024
9563fab
Email
TylerPollard410 Aug 1, 2024
15789d6
Linkedin
TylerPollard410 Aug 1, 2024
f9f6213
Updated skin
TylerPollard410 Aug 15, 2024
ea877ea
Removed docs and test
TylerPollard410 Aug 16, 2024
80aa08f
About page
TylerPollard410 Aug 16, 2024
c56e583
About try 2
TylerPollard410 Aug 16, 2024
a5eebc0
About try 3
TylerPollard410 Aug 16, 2024
be7c888
Updated about pic
TylerPollard410 Aug 16, 2024
032f6cc
Changed to png
TylerPollard410 Aug 16, 2024
90b0eb0
Update png 2
TylerPollard410 Aug 16, 2024
e1bb777
Test
TylerPollard410 Aug 22, 2024
222d587
Test 2
TylerPollard410 Aug 22, 2024
b9b6dcf
Test 3
TylerPollard410 Aug 22, 2024
75fb5d6
Test 4
TylerPollard410 Aug 22, 2024
b103c95
UPdate config
TylerPollard410 Aug 22, 2024
129fbc1
Update config 2
TylerPollard410 Aug 22, 2024
b0aa9d7
Update navigation
TylerPollard410 Aug 22, 2024
0f19736
Breadcrumbs
TylerPollard410 Aug 22, 2024
7345358
Breadcrumbs 2
TylerPollard410 Aug 22, 2024
2d0044c
Adding resume pdf
TylerPollard410 Aug 22, 2024
9281f06
Cleaned folder
TylerPollard410 Aug 22, 2024
a1316ef
Testing without html output
TylerPollard410 Aug 22, 2024
02bab98
Added resume rendering files
TylerPollard410 Aug 22, 2024
f3954cf
Added resume
TylerPollard410 Aug 22, 2024
cc6838b
Resume push 2
TylerPollard410 Aug 22, 2024
1209910
Change config
TylerPollard410 Aug 22, 2024
4a1c99d
pdf as object
TylerPollard410 Aug 22, 2024
5a8375c
back to embed with wide
TylerPollard410 Aug 22, 2024
d39c27a
Object resume
TylerPollard410 Aug 22, 2024
6d615d4
Object 2
TylerPollard410 Aug 22, 2024
6992bd5
Object 3
TylerPollard410 Aug 22, 2024
78b3437
Added button
TylerPollard410 Aug 22, 2024
690a784
Open in new window
TylerPollard410 Aug 22, 2024
d87d4d6
Open in new window 2
TylerPollard410 Aug 22, 2024
cf792ae
Open new tsb 3
TylerPollard410 Aug 22, 2024
4617b46
Headers
TylerPollard410 Aug 22, 2024
0021b60
Back to normal
TylerPollard410 Aug 22, 2024
55450a8
Added first portfolio
TylerPollard410 Aug 24, 2024
62a24ea
Updated Navbar
TylerPollard410 Aug 24, 2024
84a1fc1
Added hurricane analysis
TylerPollard410 Aug 25, 2024
12d099f
Added github link
TylerPollard410 Aug 25, 2024
cb9e104
Updated resume
TylerPollard410 Sep 11, 2024
298e582
Updating
TylerPollard410 Jan 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .RData
Binary file not shown.
47 changes: 47 additions & 0 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
install.packages("vitae")
pandoc_version()
rmarkdown::pandoc_version()
library(rmarkdown)
render(input = "21Aug2024Resume.Rmd", output_format = "pdf_document", output_file = "/download/resume.pdf")
render(input = "assets/Resume/21Aug2024Resume.Rmd", output_format = "pdf_document", output_file = "assets/download/resume.pdf")
render(input = "assets/Resume/21Aug2024Resume.Rmd",
output_format = "pdf_document",
output_file = "./download/resume.pdf")
render(input = "assets/Resume/21Aug2024Resume.Rmd",
output_format = "pdf_document",
output_dir = "assets/download",
output_file = "resume.pdf")
library(rmarkdown)
render(input = "assets/Resume/21Aug2024Resume.Rmd",
output_format = "pdf_document",
output_dir = "assets/download",
output_file = "resume.pdf",
clean = FALSE)
render(input = "assets/Resume/21Aug2024Resume.Rmd",
output_format = "html_document",
output_dir = "assets/download",
output_file = "resume.html")
render(input = "assets/Resume/21Aug2024Resume.Rmd",
output_format = "pdf_document",
output_dir = "assets/download",
output_file = "resume.pdf")
render(input = "assets/Resume/21Aug2024Resume.Rmd",
output_format = "pdf_document",
output_dir = "assets/download",
output_file = "resume.pdf")
library(rmarkdown)
render(input = "assets/Resume/21Aug2024Resume.Rmd",
output_format = "pdf_document",
output_dir = "assets/download",
output_file = "resume.pdf")
10405+1600+230+1335+455+1300+2070+31775+1200+365+285+180+7620
b <- 18000
a+b
a <- 10405+1600+230+1335+455+1300+2070+31775+1200+365+285+180+7620
a
b <- 18000
a+b
c <- 392990
a+b+c
a+c
409999-399999
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ codekit-config.json
.sass-cache
_asset_bundler_cache
_site
.Rproj.user
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
source "https://rubygems.org"
gemspec

gem "github-pages", group: :jekyll_plugins
gem "jekyll-include-cache", group: :jekyll_plugins

14 changes: 14 additions & 0 deletions Portfolio.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Version: 1.0
ProjectId: 3cc06f09-bcae-403f-b567-00b3876fbe9d

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
53 changes: 38 additions & 15 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme

# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
remote_theme : "mmistakes/minimal-mistakes@4.26.2"
minimal_mistakes_skin : "air" # "default", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "en-US"
rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
title : "Site Title"
title : "Tyler Pollard Portfolio"
title_separator : "-"
subtitle : # site tagline that appears below site title in masthead
name : "Your Name"
description : "An amazing website."
name : "Tyler Pollard"
description : "My personal portfolio"
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
repository : "TylerPollard410/TylerPollard410.github.io" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
breadcrumbs : # true, false (default)
breadcrumbs : true #, false (default)
words_per_minute : 200
enable_copy_code_button : # true, false (default)
copyright : # "copyright" name, defaults to site.title
Expand Down Expand Up @@ -113,15 +113,18 @@ analytics:

# Site Author
author:
name : "Your Name"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
email :
name : "Tyler Pollard"
avatar : "/assets/images/profilepic2.jpeg"
bio : "My personal portfolio"
location : "Lakewood Ranch, FL"
email : "[email protected]"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:[email protected]"
# url: "mailto:[email protected]"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/tyler-pollard-763b8315b/"
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
Expand All @@ -133,7 +136,7 @@ author:
# url: "https://facebook.com/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
url: "https://github.com/TylerPollard410"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
Expand Down Expand Up @@ -176,6 +179,7 @@ exclude:
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- assets/Resume
- Capfile
- CHANGELOG
- config
Expand Down Expand Up @@ -308,7 +312,11 @@ compress_html:
clippings: all
ignore:
envs: development


collections:
portfolio:
output: true
permalink: /:collection/:path/

# Defaults
defaults:
Expand All @@ -323,3 +331,18 @@ defaults:
comments: # true
share: true
related: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
# _portfolio
- scope:
path: ""
type: portfolio
values:
layout: single
author_profile: false
share: true
16 changes: 6 additions & 10 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# main links
main:
- title: "Quick-Start Guide"
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
# - title: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
# url: /year-archive/
# - title: "Sample Collections"
# url: /collection-archive/
# - title: "Sitemap"
# url: /sitemap/
- title: "About"
url: /about/
- title: "Resume"
url: /resume/
- title: "Projects"
url: /portfolio/
24 changes: 24 additions & 0 deletions _pages/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
permalink: /about/
title: About
output: html_output
---

![image](/assets/images/aboutpic.png)

Hello my name is **Tyler Pollard**! I am 25 years old and I am from *Baltimore, MD*. I graduated from **Clemson University** with a degree in *Mechanical Engineering* and a minor in *Mathematical Sciences*. Since graduating I have been working for the Army Evaluation Center at the Aberdeen Proving Ground in Maryland where I transitioned into the world of STATISTICS!! I have been learning as much as I can from my coworkers as well on my own, and I am going to continue my statistics journey in the Masters of Statistics program at **NC State**!

### Hobbies
* Golf
* Exercise
* Running
* Lifting
* Watching Sports
* Baltimore Ravens
* Baltimore Orioles
* Clemson Tigers
* Cooking
* Movies (*always looking for recommendations*)
* Psychological Thrillers
* War
* Sports
5 changes: 1 addition & 4 deletions docs/_pages/portfolio-archive.md → _pages/portfolio.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ title: Portfolio
layout: collection
permalink: /portfolio/
collection: portfolio
entries_layout: grid
classes: wide
---

Sample document listing for the collection `_portfolio`.
---
412 changes: 412 additions & 0 deletions _pages/resume.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions _pages/resume.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: single
title: Resume
permalink: /resume/
classes: wide
---

[Download PDF](https://TylerPollard410.github.io/assets/download/resume.pdf){: .btn .btn--info}

<object data="https://TylerPollard410.github.io/assets/download/resume.pdf?#scrollbar=0&toolbar=0&navpanes=0" width="100%" height="100%" type="application/pdf"></object>
6 changes: 6 additions & 0 deletions _portfolio/hurricanes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Hurricane Analysis"
excerpt: "A Bayesian analysis related to 24-hour ahead forecasts of hurricane intensity"
---

The analysis for Hurricanes is [available here](https://tylerpollard410.github.io/Hurricane-Analysis/)
6 changes: 6 additions & 0 deletions _portfolio/nfl-field-goal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "NFL Field Goal Analysis"
excerpt: "The following study will outline a Bayesian analysis of NFL field goal data since 1999."
---

The analysis for NFL Field Goals is [available here](https://tylerpollard410.github.io/NFL-Kicker-Analysis/)
Loading
Loading