diff --git a/src/components/Header.jsx b/src/components/Header.jsx index b5caf0e..ca2b208 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -28,13 +28,13 @@ function Header() {

Zack Goldblum - + - + - + diff --git a/src/index.css b/src/index.css index 4255fa0..e79f944 100644 --- a/src/index.css +++ b/src/index.css @@ -13,6 +13,7 @@ --pink_color: #ad6db4; --red_color: #b14f4f; --dark_purple_color: #282434; + --light_purple_color: #635cb7; --border_radius: 20px; --internal_padding: 20px; diff --git a/src/pages/About.jsx b/src/pages/About.jsx index 3c52ca2..85ccb00 100644 --- a/src/pages/About.jsx +++ b/src/pages/About.jsx @@ -2,7 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import useSmoothScroll from '../hooks/useSmoothScroll'; -const TimelineEntry = ({ date, imageUrl, imageAlt, title, subheader, subtitle, bullets, positions }) => ( +const TimelineEntry = ({ date, imagePath, imageUrl, imageAlt, title, subheader, subtitle, bullets, positions }) => (
@@ -15,8 +15,8 @@ const TimelineEntry = ({ date, imageUrl, imageAlt, title, subheader, subtitle, b

- - {imageAlt} + + {imageAlt}
@@ -63,7 +63,8 @@ function About() { const timelineEntries = [ { date: "Sept 2024-
Present", - imageUrl: "/about/nucleate_thumbnail.webp", + imagePath: "/about/nucleate_thumbnail.webp", + imageUrl: "https://www.nucleate.xyz/", imageAlt: "Nucleate thumbnail", title: "Leadership Team, Philadelphia", subheader: "Nucleate", @@ -71,7 +72,8 @@ function About() { }, { date: "Aug 2024-
Present", - imageUrl: "/about/penn_thumbnail.webp", + imagePath: "/about/penn_thumbnail.webp", + imageUrl: "https://be.seas.upenn.edu/", imageAlt: "Penn thumbnail", title: "Bioengineering PhD Student", subheader: "University of Pennsylvania", @@ -80,7 +82,8 @@ function About() { }, { date: "Sept 2023-
Aug 2024", - imageUrl: "/about/litt_lab_thumbnail.webp", + imagePath: "/about/litt_lab_thumbnail.webp", + imageUrl: "https://littlab.seas.upenn.edu/", imageAlt: "Litt Lab thumbnail", title: "Research Specialist", subheader: "Litt Lab, University of Pennsylvania", @@ -89,7 +92,8 @@ function About() { }, { date: "June 2023-
March 2024", - imageUrl: "/about/sociail_thumbnail.webp", + imagePath: "/about/sociail_thumbnail.webp", + imageUrl: "https://www.sociail.com/", imageAlt: "Sociail thumbnail", title: "Co-Founder, Technology Lead", subheader: "Sociail", @@ -100,7 +104,8 @@ function About() { }, { date: "Dec 2021-
Sept 2023", - imageUrl: "/about/ayaz_lab_thumbnail.webp", + imagePath: "/about/ayaz_lab_thumbnail.webp", + imageUrl: "https://ayazlab.com/", imageAlt: "Ayaz Lab thumbnail", title: "Research Assistant", subheader: "Neuroergonomics and Neuroengineering Lab, Drexel University", @@ -115,7 +120,8 @@ function About() { }, { date: "June 2020-
June 2023", - imageUrl: "/about/moberg_analytics_thumbnail.webp", + imagePath: "/about/moberg_analytics_thumbnail.webp", + imageUrl: "https://moberganalytics.com/", imageAlt: "Moberg Analytics thumbnail", positions: [ { @@ -140,7 +146,8 @@ function About() { }, { date: "Sept 2019-
March 2020", - imageUrl: "/about/intact_vascular_thumbnail.webp", + imagePath: "/about/intact_vascular_thumbnail.webp", + imageUrl: "https://www.linkedin.com/company/intactvascular/", imageAlt: "Intact Vascular thumbnail", title: "Product Research & Development Engineer", subheader: "Intact Vascular", @@ -152,7 +159,8 @@ function About() { }, { date: "Sept 2018-
June 2023", - imageUrl: "/about/drexel_thumbnail.webp", + imagePath: "/about/drexel_thumbnail.webp", + imageUrl: "https://drexel.edu/biomed/", imageAlt: "Drexel University thumbnail", title: "Biomedical Engineering Graduate", subheader: "Drexel University", @@ -190,32 +198,32 @@ function About() {
@@ -339,7 +347,7 @@ function About() {

CITI Program (Sept 2023 - N/A)

- Check it out! + Check it out!

@@ -347,7 +355,7 @@ function About() {

CITI Program (Sept 2023 - Sept 2026)

- Check it out! + Check it out!

@@ -355,7 +363,7 @@ function About() {

CITI Program (Feb 2022 - Feb 2025)

- Check it out! + Check it out!
diff --git a/src/pages/Projects.jsx b/src/pages/Projects.jsx index 683038c..fce41d0 100644 --- a/src/pages/Projects.jsx +++ b/src/pages/Projects.jsx @@ -55,10 +55,10 @@ function Projects() { V2: New design with a Three.js-animated starfield background.

V1: 5 HTML files, 1 CSS file, 1 font, 0 frameworks. That's it! Clean and simple. Color palette inspired by Aura Theme. + href="https://github.com/daltonmenezes/aura-theme/tree/main" target="_blank" rel="noopener noreferrer">Aura Theme.

Check it out!` + href="https://github.com/ZackGoldblum/zackgoldblum.github.io" target="_blank" rel="noopener noreferrer">Check it out!` } ], "2024-2025": [ @@ -137,7 +137,7 @@ function Projects() { eventually I'll write something long-form that conveys how truly foundational this experience was.

- Check it out!` + Check it out!` } ], "2023-2024": [ @@ -154,10 +154,10 @@ function Projects() { verified an experimental setup for investigating the neural correlates of cognitive tasks and designed open-source tools to facilitate optical neuroimaging research.

- Check it out! + Check it out!
- GitHub (Experiment) | - GitHub (Analysis)` + GitHub (Experiment) | + GitHub (Analysis)` }, { title: "Novel Medical Devices for Neurocritical Care Monitoring | Moberg Analytics", @@ -169,7 +169,7 @@ function Projects() { in neuro-ICU rooms. After the Stopcock Position Sensor for ICP context was clinically validated at UT Southwestern Medical Center, I initiated a joint effort with a Drexel Senior Design team to overhaul the devices and verify the sensors for environmental data capture. -

Check it out!` +

Check it out!` } ], "2022-2023": [ @@ -184,7 +184,7 @@ function Projects() { retrospectively collected patient and medical data using a k-nearest neighbors algorithm. The utilized database is the Medical Information Mart for Intensive Care (MIMIC)-IV.

Check it + href="https://github.com/ZackGoldblum/Neurocritial-Care-Patient-Outcome-Predictor" target="_blank" rel="noopener noreferrer">Check it out!` }, { @@ -197,8 +197,7 @@ function Projects() { while the patient is breathing. The patient presses the button when he or she wishes to speak and the cuff deflates. This work was presented at several Drexel Biomed events at which I participated on a Q&A panel for prospective students. -

Check it out!` +

Check it out!` }, { title: "BrainTech Podcast | YouTube and Spotify", @@ -210,7 +209,7 @@ function Projects() { was spun out of the Brain Technology Convergence graduate course taught by Dr. Banu Onaral. Four episodes were created as initial run. I would like to return to this project at some point and do more with the BrainTech channel. -

Check it +

Check it out!` } ], @@ -226,7 +225,7 @@ function Projects() { from my OpenBCI headset. The software handles EEG data acquisition from the headset, pre-processing, and visualization, as well as dataset creation and real-time classification using our model.

Check it out!` + href="https://github.com/ZackGoldblum/BMES725-BCI-Motor-Imagery" target="_blank" rel="noopener noreferrer">Check it out!` } ], "2020-2021": [ @@ -240,7 +239,7 @@ function Projects() { accelerometer, gyroscope, and keystroke data streams from a smartphone to train the model and create visualizations for clinicians to remotely monitor disease progression over time. Built on Android and Google Firebase. -

Check it +

Check it out!` } ] diff --git a/src/pages/Research.jsx b/src/pages/Research.jsx index 0e1bfb2..3a372a1 100644 --- a/src/pages/Research.jsx +++ b/src/pages/Research.jsx @@ -20,10 +20,10 @@ function Research() { const researchData = { "2024-2025": [ { - tag: "Publication", - tagColor: "green", - title: "Pennsieve — A Collaborative Platform for Translational Neuroscience and Beyond", - content: 'Goldblum Z, Xu Z, Shi H, Orzechowski P, Spence J, Davis K A, Sinha N, Wagenaar J. arXiv. Park City, UT. September 16, 2024. DOI: 10.48550/arXiv.2409.10509.
Check it out!' + tag: "Pre-print", + tagColor: "light_purple", + title: "Pennsieve: A Collaborative Platform for Translational Neuroscience and Beyond", + content: 'Goldblum Z, Xu Z, Shi H, Orzechowski P, Spence J, Davis K A, Sinha N, Wagenaar J. arXiv. September 16, 2024. DOI: 10.48550/arXiv.2409.10509.
Check it out!' }, { tag: "Poster", @@ -37,13 +37,13 @@ function Research() { tag: "Publication", tagColor: "green", title: "A Novel External Ventricular Drain Sensor to Improve Acquired Brain Injury Monitoring", - content: 'Goldblum Z, Gruen V, Olson DM, Kanter G, Moberg D. Military Medicine, Volume 188, Issue Supplement_6, November/December 2023, Pages 334-339. DOI: 10.1093/milmed/usad136.
Check it out!' + content: 'Goldblum Z, Gruen V, Olson DM, Kanter G, Moberg D. Military Medicine, Volume 188, Issue Supplement_6, November/December 2023, Pages 334-339. DOI: 10.1093/milmed/usad136.
Check it out!' }, { tag: "Thesis", tagColor: "red", title: "Evaluation of Cognitive Function using Time-Domain Optical Neuroimaging", - content: 'Goldblum Z. Master\'s Thesis, Drexel University. June, 2023. DOI: 10.17918/00001784.
Check it out!' + content: 'Goldblum Z. Master\'s Thesis, Drexel University. June, 2023. DOI: 10.17918/00001784.
Check it out!' }, { tag: "Poster", @@ -61,13 +61,13 @@ function Research() { tag: "Poster", tagColor: "orange", title: "Enhancing Neurocritical Care Through Multimodal Monitoring with Novel Contextual Sensors", - content: 'Zwiebel I, Gruen V, Jose J, Wheeler K, Goldblum Z, Gomba MA, Moyer EJ, Moberg D. Northeast Bioengineering Conference. Philadelphia, PA. March 31, 2023.
Check it out!' + content: 'Zwiebel I, Gruen V, Jose J, Wheeler K, Goldblum Z, Gomba MA, Moyer EJ, Moberg D. Northeast Bioengineering Conference. Philadelphia, PA. March 31, 2023.
Check it out!' }, { tag: "Poster", tagColor: "orange", title: "Evaluation of Cognitive Function using Time-Domain Optical Neuroimaging", - content: 'Goldblum Z, Alshehri S, Curtin A, Ayaz H. Northeast Bioengineering Conference. Philadelphia, PA. March 30, 2023.
Check it out!' + content: 'Goldblum Z, Alshehri S, Curtin A, Ayaz H. Northeast Bioengineering Conference. Philadelphia, PA. March 30, 2023.
Check it out!' } ], "2022-2023": [ @@ -75,7 +75,7 @@ function Research() { tag: "Poster", tagColor: "orange", title: "Using Contextual Data to Enhance Machine Learning in Traumatic Brain Injury: Progress from the MIND Workgroup", - content: 'Goldblum Z, Olson DM, Rosenthal ES, Foreman B, Moberg D. Military Health System Research Symposium. Kissimmee, FL. September 12, 2022.
Check it out!' + content: 'Goldblum Z, Olson DM, Rosenthal ES, Foreman B, Moberg D. Military Health System Research Symposium. Kissimmee, FL. September 12, 2022.
Check it out!' } ], "2021-2022": [ @@ -83,7 +83,7 @@ function Research() { tag: "Poster", tagColor: "orange", title: "Using Contextual Data to Enhance Machine Learning in Traumatic Brain Injury", - content: 'Goldblum Z, Olson DM, Rosenthal ES, Foreman B, Moberg D. Neurocritical Care Society 19th Annual Meeting. Chicago, IL. October 27, 2021.
Voted as a Poster of Distinction
Check it out!' + content: 'Goldblum Z, Olson DM, Rosenthal ES, Foreman B, Moberg D. Neurocritical Care Society 19th Annual Meeting. Chicago, IL. October 27, 2021.
Voted as a Poster of Distinction
Check it out!' }, { tag: "Poster",