Skip to content

Commit 5e37d53

Browse files
authored
Initial commit
0 parents  commit 5e37d53

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+12581
-0
lines changed

.github/workflows/publish.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
on:
2+
workflow_dispatch:
3+
push:
4+
branches: main
5+
6+
name: Quarto Publish
7+
8+
jobs:
9+
build-deploy:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
steps:
14+
- name: Check out repository
15+
uses: actions/checkout@v4
16+
17+
- name: Set up Quarto
18+
uses: quarto-dev/quarto-actions/setup@v2
19+
with:
20+
# To install LaTeX to build PDF book
21+
tinytex: true
22+
23+
# Comment out the below section if you are not using python
24+
- name: Install Python and Dependencies
25+
uses: actions/[email protected]
26+
with:
27+
python-version: '3.12'
28+
#cache: 'pip'
29+
- run: pip install jupyter numpy pandas scikit-learn lets-plot palmerpenguins seaborn matplotlib plotly.express #altair altair_viewer # nbformat nbclient pyyaml
30+
#- run: pip install -r requirements.txt
31+
32+
# # Comment out the 2 below section if you are not using R
33+
# - name: Install R
34+
# uses: r-lib/actions/setup-r@v2
35+
# with:
36+
# #r-version: '4.3.2'
37+
# use-public-rspm: true
38+
39+
# - name: Install R Dependencies
40+
# uses: r-lib/actions/setup-r-dependencies@v2
41+
# with:
42+
# packages:
43+
# any::tidyverse
44+
# any::knitr
45+
# any::DT
46+
47+
- name: Render resume.qmd to PDF
48+
run: quarto render resume.qmd --to pdf
49+
50+
- name: Render and Publish
51+
uses: quarto-dev/quarto-actions/publish@v2
52+
with:
53+
target: gh-pages
54+
env:
55+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.quarto/
2+
/_site/

Cleansing_Exploration/project1.qmd

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Client Report - [Insert Project Title]"
3+
subtitle: "Course DS 250"
4+
author: "[STUDENT NAME]"
5+
format:
6+
html:
7+
self-contained: true
8+
page-layout: full
9+
title-block-banner: true
10+
toc: true
11+
toc-depth: 3
12+
toc-location: body
13+
number-sections: false
14+
html-math-method: katex
15+
code-fold: true
16+
code-summary: "Show the code"
17+
code-overflow: wrap
18+
code-copy: hover
19+
code-tools:
20+
source: false
21+
toggle: true
22+
caption: See code
23+
execute:
24+
warning: false
25+
26+
---
27+
28+
### Paste in a template

Cleansing_Exploration/project2.qmd

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Client Report - [Insert Project Title]"
3+
subtitle: "Course DS 250"
4+
author: "[STUDENT NAME]"
5+
format:
6+
html:
7+
self-contained: true
8+
page-layout: full
9+
title-block-banner: true
10+
toc: true
11+
toc-depth: 3
12+
toc-location: body
13+
number-sections: false
14+
html-math-method: katex
15+
code-fold: true
16+
code-summary: "Show the code"
17+
code-overflow: wrap
18+
code-copy: hover
19+
code-tools:
20+
source: false
21+
toggle: true
22+
caption: See code
23+
execute:
24+
warning: false
25+
26+
---
27+
28+
### Paste in a template

Cleansing_Exploration/project3.qmd

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Client Report - [Insert Project Title]"
3+
subtitle: "Course DS 250"
4+
author: "[STUDENT NAME]"
5+
format:
6+
html:
7+
self-contained: true
8+
page-layout: full
9+
title-block-banner: true
10+
toc: true
11+
toc-depth: 3
12+
toc-location: body
13+
number-sections: false
14+
html-math-method: katex
15+
code-fold: true
16+
code-summary: "Show the code"
17+
code-overflow: wrap
18+
code-copy: hover
19+
code-tools:
20+
source: false
21+
toggle: true
22+
caption: See code
23+
execute:
24+
warning: false
25+
26+
---
27+
28+
### Paste in a template

Cleansing_Exploration/project4.qmd

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Client Report - [Insert Project Title]"
3+
subtitle: "Course DS 250"
4+
author: "[STUDENT NAME]"
5+
format:
6+
html:
7+
self-contained: true
8+
page-layout: full
9+
title-block-banner: true
10+
toc: true
11+
toc-depth: 3
12+
toc-location: body
13+
number-sections: false
14+
html-math-method: katex
15+
code-fold: true
16+
code-summary: "Show the code"
17+
code-overflow: wrap
18+
code-copy: hover
19+
code-tools:
20+
source: false
21+
toggle: true
22+
caption: See code
23+
execute:
24+
warning: false
25+
26+
---
27+
28+
### Paste in a template

Cleansing_Exploration/project5.qmd

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Client Report - [Insert Project Title]"
3+
subtitle: "Course DS 250"
4+
author: "[STUDENT NAME]"
5+
format:
6+
html:
7+
self-contained: true
8+
page-layout: full
9+
title-block-banner: true
10+
toc: true
11+
toc-depth: 3
12+
toc-location: body
13+
number-sections: false
14+
html-math-method: katex
15+
code-fold: true
16+
code-summary: "Show the code"
17+
code-overflow: wrap
18+
code-copy: hover
19+
code-tools:
20+
source: false
21+
toggle: true
22+
caption: See code
23+
execute:
24+
warning: false
25+
26+
---
27+
28+
### Paste in a template

Cleansing_Projects/project1.qmd

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Client Report - [Insert Project Title]"
3+
subtitle: "Course DS 250"
4+
author: "[STUDENT NAME]"
5+
format:
6+
html:
7+
self-contained: true
8+
page-layout: full
9+
title-block-banner: true
10+
toc: true
11+
toc-depth: 3
12+
toc-location: body
13+
number-sections: false
14+
html-math-method: katex
15+
code-fold: true
16+
code-summary: "Show the code"
17+
code-overflow: wrap
18+
code-copy: hover
19+
code-tools:
20+
source: false
21+
toggle: true
22+
caption: See code
23+
execute:
24+
warning: false
25+
26+
---
27+
28+
### Paste in a template

Cleansing_Projects/project2.qmd

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Client Report - [Insert Project Title]"
3+
subtitle: "Course DS 250"
4+
author: "[STUDENT NAME]"
5+
format:
6+
html:
7+
self-contained: true
8+
page-layout: full
9+
title-block-banner: true
10+
toc: true
11+
toc-depth: 3
12+
toc-location: body
13+
number-sections: false
14+
html-math-method: katex
15+
code-fold: true
16+
code-summary: "Show the code"
17+
code-overflow: wrap
18+
code-copy: hover
19+
code-tools:
20+
source: false
21+
toggle: true
22+
caption: See code
23+
execute:
24+
warning: false
25+
26+
---
27+
28+
### Paste in a template

Cleansing_Projects/project3.qmd

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Client Report - [Insert Project Title]"
3+
subtitle: "Course DS 250"
4+
author: "[STUDENT NAME]"
5+
format:
6+
html:
7+
self-contained: true
8+
page-layout: full
9+
title-block-banner: true
10+
toc: true
11+
toc-depth: 3
12+
toc-location: body
13+
number-sections: false
14+
html-math-method: katex
15+
code-fold: true
16+
code-summary: "Show the code"
17+
code-overflow: wrap
18+
code-copy: hover
19+
code-tools:
20+
source: false
21+
toggle: true
22+
caption: See code
23+
execute:
24+
warning: false
25+
26+
---
27+
28+
### Paste in a template

0 commit comments

Comments
 (0)