Skip to content

Commit

Permalink
starters: update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Nov 16, 2023
1 parent 4cc8738 commit 24ac41d
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 17 deletions.
4 changes: 2 additions & 2 deletions assets/dist/wc.css

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,38 @@
title: 'Home'
date: 2023-10-24
type: landing

# Note: `username` refers to the user's folder name in `content/authors/`

# Page sections
sections:
- block: about.avatar
content:
# The user's folder name in content/authors/
username: admin
button:
label: Download Résumé
url: uploads/resume.pdf
design:
banner:
# Upload your cover image to the `assets/media/` folder and reference it here
filename: kalen-emsley-Bkci_8qcdvQ-unsplash.jpg
- block: experience
content:
# The user's folder name in content/authors/
username: admin
design:
# Hugo date format
date_format: 'January 2006'
is_education_first: false
- block: skills
content:
# The user's folder name in content/authors/
title: Skills & Hobbies
username: admin
- block: awards
content:
title: Awards
username: admin
- block: languages
content:
title: Languages
# The user's folder name in content/authors/
username: admin
---
66 changes: 56 additions & 10 deletions content/authors/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ superuser: true
# Role/position/tagline
role: Director of Cloud Infrastructure

# Organizations/Affiliations to show in About widget
# Organizations/Affiliations to display in About block
organizations:
- name: GenCoin
url: https://www.example.com/

# Social Networking
# Social network links
# Need to use another icon? Simply download the SVG icon to your `assets/media/icons/` folder.
social:
- icon: at-symbol
Expand All @@ -40,29 +40,37 @@ social:
link: https://www.instagram.com/

education:
- area: PhD in Artificial Intelligence
- area: PhD Artificial Intelligence
institution: Stanford University
date_start: 2016-01-01
date_end: 2020-12-31
summary: |
Thesis on _Why LLMs are awesome_
Supervised by Prof Joe Smith
Thesis on _Why LLMs are awesome_. Supervised by [Prof Joe Smith](https://example.com). Presented papers at 5 IEEE conferences with the contributions being published in 2 Springer journals.
button:
label: 'Read Thesis'
url: 'https://example.com'
- area: MEng in Artificial Intelligence
- area: MEng Artificial Intelligence
institution: Massachusetts Institute of Technology
date_start: 2016-01-01
date_end: 2020-12-31
summary: |
GPA: 3.8/4.0
- area: BSc in Artificial Intelligence
Courses included:
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- area: BSc Artificial Intelligence
institution: Massachusetts Institute of Technology
date_start: 2016-01-01
date_end: 2020-12-31
summary: |
GPA: 3.4/4.0
Courses included:
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
work:
- position: Director of Cloud Infrastructure
company_name: GenCoin
Expand All @@ -71,14 +79,21 @@ work:
date_start: 2021-01-01
date_end: ''
summary: |2-
Responsibilities include lorem ipsum dolor sit amet, consectetur adipiscing elit.
Responsibilities include:
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- position: Backend Software Engineer
company_name: X
company_url: ''
company_logo: ''
date_start: 2016-01-01
date_end: 2020-12-31
summary: Migrated infrastructure to a new data center.
summary: |
Responsibilities include:
- Migrated infrastructure to a new data center
- lorem ipsum dolor sit amet, consectetur adipiscing elit
- lorem ipsum dolor sit amet, consectetur adipiscing elit
# Skills
# Add your own SVG icons to `assets/media/icons/`
Expand Down Expand Up @@ -121,6 +136,37 @@ languages:
percent: 75
- name: Portuguese
percent: 25

# Awards.
# Add/remove as many awards below as you like.
# Only `title`, `awarder`, and `date` are required.
# Begin multi-line `summary` with YAML's `|` or `|2-` multi-line prefix and indent 2 spaces below.
awards:
- title: Neural Networks and Deep Learning
url: https://www.coursera.org/learn/neural-networks-deep-learning
date: '2023-11-25'
awarder: Coursera
icon: coursera
summary: |
I studied the foundational concept of neural networks and deep learning. By the end, I was familiar with the significant technological trends driving the rise of deep learning; build, train, and apply fully connected deep neural networks; implement efficient (vectorized) neural networks; identify key parameters in a neural network’s architecture; and apply deep learning to your own applications.
- title: Blockchain Fundamentals
url: https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals
date: '2023-07-01'
awarder: edX
icon: edx
summary: |
Learned:
- Synthesize your own blockchain solutions
- Gain an in-depth understanding of the specific mechanics of Bitcoin
- Understand Bitcoin’s real-life applications and learn how to attack and destroy Bitcoin, Ethereum, smart contracts and Dapps, and alternatives to Bitcoin’s Proof-of-Work consensus algorithm
- title: 'Object-Oriented Programming in R'
url: https://www.datacamp.com/courses/object-oriented-programming-with-s3-and-r6-in-r
certificate_url: https://www.datacamp.com
date: '2023-01-21'
awarder: datacamp
icon: datacamp
summary: |
Object-oriented programming (OOP) lets you specify relationships between functions and the objects that they can act on, helping you manage complexity in your code. This is an intermediate level course, providing an introduction to OOP, using the S3 and R6 systems. S3 is a great day-to-day R programming tool that simplifies some of the functions that you write. R6 is especially useful for industry-specific analyses, working with web APIs, and building GUIs.
---

I am currently Director of Cloud Infrastructure at GenCoin where I am leading teams on edge computing, deep sea data center architecture, and hivemind optimization.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.19

require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.1-0.20231113202541-ebaf14037b21
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.1-0.20231116075740-358962ce0850
)

0 comments on commit 24ac41d

Please sign in to comment.