Skip to content

Commit

Permalink
Merge pull request #2 from jeremy-wayland/adritian_theme
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
jeremy-wayland authored Mar 15, 2024
2 parents d4a8e98 + 8e9e53f commit 6a336a2
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 6 deletions.
79 changes: 79 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Pages

on:
# Runs on pushes targeting the default branch
push:
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

# Default to bash
defaults:
run:
shell: bash

jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.123.7
steps:
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./public

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3

11 changes: 6 additions & 5 deletions data/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ experience:
enable: true
title: "Experience"
description: "I've been primarily an academic for
for the last decade... which I actually can't believe.
for almost a decade... which I actually can't believe.
I started as an undergrad in mathematics and physics and
finished just in time for the pandemic. I then went on to
do a masters in data science and machine learning a few miles
Expand All @@ -87,12 +87,13 @@ experience:
computational topology, an amazing playground straddling the worlds of
pure mathematics and machine learning. Next thing I knew, I had accepted
an offer to work with <a href='https://bastian.rieck.me/'>Bastian Rieck</a>
as a PhD student in the <a href='https://aidos.group/'>AIDOS Lab</a> where
I study an array of topics within the sphere of topological and geometric
deep learning. My awesome co-founders (<a href='https://stuartwayland.github.io/'>Stuart Wayland</a> and
as a PhD student in the <a href='https://aidos.group/'>AIDOS Lab</a> in
Munich, Germany to study topological and geometric
deep learning. Since then, my awesome co-founders (<a href='https://stuartwayland.github.io/'>Stuart Wayland</a> and
<a href='https://www.linkedin.com/in/sidney-gathrid/'>Sidney Gathrid</a>) and I
also recently founded <a href='https://krv-analytics.us/'>Krv Analytics</a>, thus
have also founded <a href='https://krv-analytics.us/'>Krv Analytics</a>, thus
beginning a new adventure into the a fun world between academia and industry.
Stay tuned for more updates on the journey! 🚀
"

# "I'm a bit of a wanderer in the realm of knowledge and innovation.
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ <h2>Education</h2>
</div>
<div class="col-12 col-md-6">
<h2>Experience</h2>
<p>I've been primarily an academic for for the last decade... which I actually can't believe. I started as an undergrad in mathematics and physics and finished just in time for the pandemic. I then went on to do a masters in data science and machine learning a few miles from where I grew up. During this time I also was able to pick up some industry experience, working part-time for a hardware acceleration company and a SAP consulting firm. This, along with my masters help me build towards my position at CHOC as a grant-funded Research Scientist. During this position, I worked with my advisor <a href='https://scholar.google.com/citations?user=xu4laD8AAAAJ&hl=en'>Louis Ehwerhemuepha</a> to build a predictive models for early identification of pediatric sepsis. This experience me invited me into the world of computational topology, an amazing playground straddling the worlds of pure mathematics and machine learning. Next thing I knew, I had accepted an offer to work with <a href='https://bastian.rieck.me/'>Bastian Rieck</a> as a PhD student in the <a href='https://aidos.group/'>AIDOS Lab</a> where I study an array of topics within the sphere of topological and geometric deep learning. My awesome co-founders (<a href='https://stuartwayland.github.io/'>Stuart Wayland</a> and <a href='https://www.linkedin.com/in/sidney-gathrid/'>Sidney Gathrid</a>) and I also recently founded <a href='https://krv-analytics.us/'>Krv Analytics</a>, thus beginning a new adventure into the a fun world between academia and industry. </p>
<p>I've been primarily an academic for for almost a decade... which I actually can't believe. I started as an undergrad in mathematics and physics and finished just in time for the pandemic. I then went on to do a masters in data science and machine learning a few miles from where I grew up. During this time I also was able to pick up some industry experience, working part-time for a hardware acceleration company and a SAP consulting firm. This, along with my masters help me build towards my position at CHOC as a grant-funded Research Scientist. During this position, I worked with my advisor <a href='https://scholar.google.com/citations?user=xu4laD8AAAAJ&hl=en'>Louis Ehwerhemuepha</a> to build a predictive models for early identification of pediatric sepsis. This experience me invited me into the world of computational topology, an amazing playground straddling the worlds of pure mathematics and machine learning. Next thing I knew, I had accepted an offer to work with <a href='https://bastian.rieck.me/'>Bastian Rieck</a> as a PhD student in the <a href='https://aidos.group/'>AIDOS Lab</a> in Munich, Germany to study topological and geometric deep learning. Since then, my awesome co-founders (<a href='https://stuartwayland.github.io/'>Stuart Wayland</a> and <a href='https://www.linkedin.com/in/sidney-gathrid/'>Sidney Gathrid</a>) and I have also founded <a href='https://krv-analytics.us/'>Krv Analytics</a>, thus beginning a new adventure into the a fun world between academia and industry. Stay tuned for more updates on the journey! 🚀 </p>
<a href="https://krv-analytics.us/" target="_blank" class="btn btn-primary"><i
class="icon-profile-fill"></i> Krv Analytics</a>
<a href="https://www.choc.org/research/research-computational-science/" target="_blank" class="btn btn-primary"><i
Expand Down

0 comments on commit 6a336a2

Please # to comment.