first commit

This commit is contained in:
Conner Chu 2023-12-17 22:02:38 -08:00
commit 790ffa1d2f
7 changed files with 178 additions and 0 deletions

5
archetypes/default.md Normal file
View File

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

70
content/resume.md Normal file
View File

@ -0,0 +1,70 @@
+++
title = 'Resume'
date = 2023-12-17T21:40:43-08:00
draft = false
+++
## Experience
### Neurotech @ Berkeley: Wetware Division (Sep. 2023 Present)
- Acquiring proficiency in Numpy, Matplotlib, and Pandas through active participation in the education program
- Enhancing robotic arm performance by optimizing electrode design for the RobLES EMG project
- Pioneering experimental procedures for replicating Cortical Labs DishBrain biological neural network
### Berkeley UAS: Telescope Crew (Sep. 2023 Present)
- Operating the Cassegrain and Newtonian telescopes during sidewalk astronomy and star party events
- Engaging and educating onlookers by providing captivating explanations of celestial objects
### TelePAWS: Columnist (Aug. 2021 Present)
- Authoring compelling bi-monthly articles on pet health for WordPress site
- Leveraging the Frase search engine optimization tool to boost website traffic and customer acquisition
### CPU Advantage: Director of Outreach (Aug. 2021 June 2023)
- Established rapport with the Sherman Oaks Studio City Encino News for expanding outreach efforts
- Coordinated a several thousand dollar computer donation to Rosecrans Elementary School in Compton
### SDSU C1-Biocatalysis Lab: Researcher (Jan. 2021 Aug. 2022)
- Self-directed research on the effects of low-frequency electromagnetic fields on the growth of methanotrophs
- Conducted extensive literature review and cold-emailing for six months for professional insight and lab space
- Published in the Journal of Emerging Investigators following several rounds of revision
## Relevant Coursework
### Fall 2023
- General Chemistry (Chem 1A)
- General Chemistry Lab (Chem 1AL)
- Multivariable Calculus (Math 53)
### Spring 2024
- Introductory Mechanics and Relativity (Physics 5A)
- Introduction to Mathematical Physics (Physics 89)
## Honors & Leadership
### Honors
- Congressional Silver Medal Award
- CyberPatriot Platinum and Gold State Qualifier
- 2nd Place in California State Personal Finance Challenge (x2)
- AP Scholar with Distinction (x3)
### Leadership
- Co-President of Taft High School MUN team
- Co-Founder and VP of Taft High School Amnesty International
- VP of Taft High School Astronomy Club
- Speaker at TEDxYouth@Timberline
## Technical Skills
### Laboratory
Pipetting, Serial Dilution, Vacuum Filtration, Bacterial Culture, Spectrophotometry, Titration, Excel
### Languages
Java, Python, JavaScript, HTML/CSS
### Frameworks
Hugo, WordPress, Frase
### Developer Tools
Git, VS Code, PyCharm, IntelliJ
### Libraries
Pandas, NumPy, Matplotlib

98
hugo.toml Normal file
View File

@ -0,0 +1,98 @@
baseURL = "https://example.com"
title = "Conner Chu"
languageCode = "en-us"
theme = "hello-friend-ng"
# googleAnalytics = ""
buildDrafts = false
buildFuture = false
buildExpired = false
[params]
# Home subtitle of the index page.
#
homeSubtitle = "Physics at Berkeley"
[params.author]
name = "Conner Chu"
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Metadata mostly used in document's head
#
description = "Personal Website of Conner Chu"
keywords = ""
images = [""]
enableSharingButtons = true
# Custom footer
# If you want, you can easily override the default footer with your own content.
#
[params.footer]
trademark = 2023
bottomText = [
"Powered by Hugo and Djordje Atlialp"
]
# Colors for favicons
#
[params.favicon.color]
mask = "#1b1c1d"
msapplication = "#1b1c1d"
theme = "#1b1c1d"
[params.logo]
logoMark = " "
logoText = "Home"
logoHomeLink = "/"
# Set true to remove the logo cursor entirely.
logoCursorDisabled = true
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Addon: Startpage portrait
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Uncomment this if you want a portrait on your start page
#
[params.portrait]
path = "/img/headshot.png"
alt = "Portrait"
# maxWidth = "50px"
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Addon: Social icons
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
[[params.social]]
name = "github"
url = "https://github.com/cchuster"
[[params.social]]
name = "email"
url = "mailto:connerchu@berkeley.edu"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/connerchu/"
[menu]
[[menu.main]]
identifier = "Resume"
name = "Resume"
url = "resume/"
weight = 1
[[menu.main]]
identifier = "Research"
name = "Research"
url = "research/"
weight = 2
[[menu.main]]
identifier = "Tidbits"
name = "Tidbits"
url = "tidbits/"
weight = 3

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"main.465348d458fba9f474cf83e31009b91fe712b5c5ded4fdd25e7b16da91644d2e.css","MediaType":"text/css","Data":{"Integrity":"sha256-RlNI1Fj7qfR0z4PjEAm5H+cStcXe1P3SXnsW2pFkTS4="}}

BIN
static/img/headshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

@ -0,0 +1 @@
Subproject commit 51e697bea7eb265c5b6bc532636bb4c707a84173