Migrate projects to the new format
@@ -2,6 +2,8 @@
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
6
_layouts/page_moved.html
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
||||||
|
<h1>Page moved</h1>
|
||||||
|
<p>This page has been moved. {{ content }}</p>
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: CMES Mobile App
|
title: CMES Mobile App
|
||||||
layout: project
|
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**App development project for volunteer organization Techies Without Borders.** I helped implement the CMES mobile app, facilitating the download, viewing and playback of medical education content in resource-constrained countries.
|
**App development project for volunteer organization Techies Without Borders.** I helped implement the CMES mobile app, facilitating the download, viewing and playback of medical education content in resource-constrained countries.
|
||||||
|
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Don't Wake Sandie
|
title: Don't Wake Sandie
|
||||||
layout: project
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<iframe style="width: 100%; height: 400px; border-radius: 1px; pointer-events: auto; background-color: white;" src="https://www.linkedin.com/embed/feed/update/urn:li:activity:7274629268624551936?compact=true" frameborder="0" sandbox="allow-scripts allow-popups allow-top-navigation-by-user-activation allow-forms allow-same-origin allow-storage-access-by-user-activation allow-popups-to-escape-sandbox" allowfullscreen=""></iframe>
|
<iframe style="width: 100%; height: 400px; border-radius: 1px; pointer-events: auto; background-color: white;" src="https://www.linkedin.com/embed/feed/update/urn:li:activity:7274629268624551936?compact=true" frameborder="0" sandbox="allow-scripts allow-popups allow-top-navigation-by-user-activation allow-forms allow-same-origin allow-storage-access-by-user-activation allow-popups-to-escape-sandbox" allowfullscreen=""></iframe>
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Interchange
|
title: Interchange
|
||||||
layout: project
|
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**An iOS app for college transit, currently available for Chapman University.**
|
**An iOS app for college transit, currently available for Chapman University.**
|
||||||
View routes, shuttle locations, and estimated arrival times in a sleek,
|
View routes, shuttle locations, and estimated arrival times in a sleek,
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Power to the People
|
title: Power to the People
|
||||||
layout: project
|
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**An iPhone app designed to make traffic stops safer for marginalized communities.** Record interactions with police, assign and text emergency contacts, and be informed of your rights. I worked in a student team of 4, including [David Sohn](https://www.linkedin.com/in/sohn-david/), [Jacob Zamore](https://www.linkedin.com/in/jacob-zamore/), and [Patrick Smith](https://www.linkedin.com/in/patrick-smith-ld/), to prototype and build a proof of concept in 36 hours. The app was selected for the **President's Pick award** at [CruzHacks 2024](https://cruzhacks.com/), the premier hackathon of UC Santa Cruz.
|
**An iPhone app designed to make traffic stops safer for marginalized communities.** Record interactions with police, assign and text emergency contacts, and be informed of your rights. I worked in a student team of 4, including [David Sohn](https://www.linkedin.com/in/sohn-david/), [Jacob Zamore](https://www.linkedin.com/in/jacob-zamore/), and [Patrick Smith](https://www.linkedin.com/in/patrick-smith-ld/), to prototype and build a proof of concept in 36 hours. The app was selected for the **President's Pick award** at [CruzHacks 2024](https://cruzhacks.com/), the premier hackathon of UC Santa Cruz.
|
||||||
|
|
||||||
@@ -1,42 +1,39 @@
|
|||||||
---
|
---
|
||||||
title: Projects
|
title: Projects
|
||||||
layout: default
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Projects
|
|
||||||
|
|
||||||
## Games
|
## Games
|
||||||
|
|
||||||
- [Resonance](/projects/resonance)
|
- [[Resonance]]
|
||||||
- **IEEE GameSig Finalist**, 2026
|
- **IEEE GameSig Finalist**, 2026
|
||||||
- A cyberpunk-themed game show shooter.
|
- A cyberpunk-themed game show shooter.
|
||||||
- [Don't Wake Sandie](/projects/dont-wake-sandie)
|
- [[Don't Wake Sandie]]
|
||||||
- A game about not waking up a beloved hungover corgi
|
- A game about not waking up a beloved hungover corgi
|
||||||
|
|
||||||
## Personal
|
## Personal
|
||||||
|
|
||||||
- [Interchange](/projects/interchange)
|
- [[Interchange]]
|
||||||
- An iOS app for college transit, now on the App Store!
|
- An iOS app for college transit, now on the App Store!
|
||||||
- [Timestamp](/projects/timestamp)
|
- [[Timestamp]]
|
||||||
- An unintrusive, open source Pomodoro timer for macOS.
|
- An unintrusive, open source Pomodoro timer for macOS.
|
||||||
- [Sourcebook](/projects/sourcebook)
|
- [[Sourcebook]]
|
||||||
- A lightweight content management system (CMS) for class websites.
|
- A lightweight content management system (CMS) for class websites.
|
||||||
|
|
||||||
## Hackathons
|
## Hackathons
|
||||||
|
|
||||||
- [teech.ai](/projects/teech-ai-cal-hacks-12)
|
- [[teech.ai]]
|
||||||
- Cal Hacks 12.0
|
- Cal Hacks 12.0
|
||||||
- A tutoring app to make education more accessible, built with SwiftUI and Gemini Vision API.
|
- A tutoring app to make education more accessible, built with SwiftUI and Gemini Vision API.
|
||||||
- [Power to the People](/projects/power-to-the-people)
|
- [[Power to the People]]
|
||||||
- **President's Pick**, CruzHacks 2024
|
- **President's Pick**, CruzHacks 2024
|
||||||
- An iOS app designed to make traffic stops safer for marginalized communities.
|
- An iOS app designed to make traffic stops safer for marginalized communities.
|
||||||
|
|
||||||
## Work
|
## Work
|
||||||
|
|
||||||
- [The Farmer's Dog Trivia Game](/projects/the-farmers-dog-trivia)
|
- [[The Farmer's Dog Trivia Game]]
|
||||||
- A Windows kiosk application designed to connect customers with the Farmer's Dog experience.
|
- A Windows kiosk application designed to connect customers with the Farmer's Dog experience.
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
||||||
- [CMES Mobile App](/projects/cmes-mobile/)
|
- [[CMES Mobile App]]
|
||||||
- One of my earliest projects. A cross-platform mobile app to deliver educational medical content to end users, part of [Techies Without Borders](https://techieswithoutborders.us/).
|
- One of my earliest projects. A cross-platform mobile app to deliver educational medical content to end users, part of [Techies Without Borders](https://techieswithoutborders.us/).
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Resonance
|
title: Resonance
|
||||||
layout: project
|
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Resonance is a cyberpunk-themed game show shooter. Enter the arena, blast your opponents, and become the star of the show. I worked with a student team of 12 to create this game over multiple months. The game was selected as an **IEEE GameSig finalist**.
|
Resonance is a cyberpunk-themed game show shooter. Enter the arena, blast your opponents, and become the star of the show. I worked with a student team of 12 to create this game over multiple months. The game was selected as an **IEEE GameSig finalist**.
|
||||||
|
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Sourcebook
|
title: Sourcebook
|
||||||
layout: project
|
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**A lightweight content management system (CMS) designed to build class
|
**A lightweight content management system (CMS) designed to build class
|
||||||
websites.** I designed it to be a self-hosted alternative for popular apps like
|
websites.** I designed it to be a self-hosted alternative for popular apps like
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Tad-Pool
|
title: Tad-Pool
|
||||||
layout: project
|
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**A mobile app designed to make carpooling easier for college students.** Find
|
**A mobile app designed to make carpooling easier for college students.** Find
|
||||||
carpools based on time and location, and get rewarded for helping to reduce CO2
|
carpools based on time and location, and get rewarded for helping to reduce CO2
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: teech.ai
|
title: teech.ai
|
||||||
layout: project
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<iframe width="100%" height="480" src="https://www.youtube-nocookie.com/embed/luVIdLB9id0?si=1sTE9Z3MeyWntRmd" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
<iframe width="100%" height="480" src="https://www.youtube-nocookie.com/embed/luVIdLB9id0?si=1sTE9Z3MeyWntRmd" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Another note"
|
|
||||||
---
|
|
||||||
|
|
||||||
[[test]]
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Hello World"
|
|
||||||
---
|
|
||||||
|
|
||||||
Hello World
|
|
||||||
|
|
||||||
==This is some highlighted text==
|
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: The Farmer's Dog Trivia Game
|
title: The Farmer's Dog Trivia Game
|
||||||
layout: project
|
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**A Windows kiosk application designed to connect customers with the Farmer's
|
**A Windows kiosk application designed to connect customers with the Farmer's
|
||||||
Dog experience.** Play the interactive trivia game, score points, and win swag!
|
Dog experience.** Play the interactive trivia game, score points, and win swag!
|
||||||
@@ -1,12 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: Timestamp
|
title: Timestamp
|
||||||
layout: project
|
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
A simple, unintrusive Pomodoro timer for macOS which lives in the menu bar. I built it with SwiftUI and made it open source.
|
A simple, unintrusive Pomodoro timer for macOS which lives in the menu bar. I built it with SwiftUI and made it open source.
|
||||||
|
|
||||||
[Download the app](https://github.com/brendan-ch/timestamp/releases){: .primary-action }
|
[Download the app](https://github.com/brendan-ch/timestamp/releases){: .primary-action }
|
||||||
[View the code](https://github.com/brendan-ch/timestamp){: .secondary-action }
|
[View the code](https://github.com/brendan-ch/timestamp){: .secondary-action }
|
||||||
{: .horizontal-wrapper }
|
{: .horizontal-wrapper }
|
||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 461 KiB After Width: | Height: | Size: 461 KiB |
|
Before Width: | Height: | Size: 843 KiB After Width: | Height: | Size: 843 KiB |
|
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 2.8 MiB |
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 182 KiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 760 KiB After Width: | Height: | Size: 760 KiB |
|
Before Width: | Height: | Size: 941 KiB After Width: | Height: | Size: 941 KiB |
|
Before Width: | Height: | Size: 9.4 MiB After Width: | Height: | Size: 9.4 MiB |
5
projects/cmes-mobile.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Page moved
|
||||||
|
layout: page_moved
|
||||||
|
---
|
||||||
|
[[CMES Mobile App]]
|
||||||
5
projects/dont-wake-sandie.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Page moved
|
||||||
|
layout: page_moved
|
||||||
|
---
|
||||||
|
[[Don't Wake Sandie]]
|
||||||
5
projects/interchange.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Page moved
|
||||||
|
layout: page_moved
|
||||||
|
---
|
||||||
|
[[Interchange]]
|
||||||
5
projects/power-to-the-people.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Page moved
|
||||||
|
layout: page_moved
|
||||||
|
---
|
||||||
|
[[Power to the People]]
|
||||||
5
projects/resonance.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Page moved
|
||||||
|
layout: page_moved
|
||||||
|
---
|
||||||
|
[[Resonance]]
|
||||||
5
projects/sourcebook.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Page moved
|
||||||
|
layout: page_moved
|
||||||
|
---
|
||||||
|
[[Sourcebook]]
|
||||||
5
projects/tad-pool.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Page moved
|
||||||
|
layout: page_moved
|
||||||
|
---
|
||||||
|
[[Tad-Pool]]
|
||||||
5
projects/teech-ai-cal-hacks-12.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Page moved
|
||||||
|
layout: page_moved
|
||||||
|
---
|
||||||
|
[[teech.ai]]
|
||||||
5
projects/the-farmers-dog-trivia.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Page moved
|
||||||
|
layout: page_moved
|
||||||
|
---
|
||||||
|
[[The Farmer's Dog Trivia Game]]
|
||||||
6
projects/timestamp.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Timestamp
|
||||||
|
layout: page_moved
|
||||||
|
---
|
||||||
|
[[Timestamp]]
|
||||||
|
|
||||||