-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (36 loc) · 1021 Bytes
/
_config.yml
File metadata and controls
38 lines (36 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
title: "Benton Tripp's Portfolio & Blog"
email: bentontripp@gmail.com
description: >-
Benton Tripp is a data scientist specializing in geospatial
analytics, advanced statistical modeling, and machine learning. His work
includes developing data pipelines, cloud analytics solutions, and web
applications using Python and R, with a focus on applying spatial data
science to real-world challenges in environmental conservation and urban analysis.
keywords:
- "data science"
- "geospatial analytics"
- "machine learning"
- "statistical modeling"
- "deep learning"
- "Python"
- "R"
- "cloud analytics"
- "web applications"
- "gospatial data science"
url: "http://benton-tripp.github.io"
baseurl: ""
# Define collections
collections:
portfolio:
output: true
permalink: /portfolio/:name/ # URL for individual portfolio items
blog_posts:
output: true
permalink: /blog_posts/:name/
exclude:
- README.md
- old/
- .gitignore
- jekyll_setup.md
- R/
- scripts/