Skip to content

Commit

Permalink
feat: update website to reflect 2024-2025
Browse files Browse the repository at this point in the history
  • Loading branch information
SidhantPuntambekar committed Sep 18, 2024
1 parent 423eefe commit 1ce1ea2
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 5 deletions.
28 changes: 28 additions & 0 deletions src/components/Carousel.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
import React, { useState, useEffect } from "react";
import "./styles.css";

import badlands from '../img/badlands.jpg'
import roxborough from '../img/roxborough.JPG'
import lajolla from '../img/lajolla.JPG'
import yosemite from '../img/yosemite.jpg'

import deathvalley from '../img/deathvalley.jpg'
import cabo from '../img/cabo.JPG'
import maui from '../img/maui.jpg'
import marienplatz from '../img/marienplatz.jpg'

import neuschwanstein from '../img/neuschwanstein.jpg'
import hallstatt from '../img/hallstatt.jpg'
import salzburg from '../img/salzburg.jpg'
import olympiastadion from '../img/olympiastadion.jpg'

import coronado from '../img/coronado.jpeg'
import delmorro from '../img/elmorro.jpeg'
import oldsouthchurch from '../img/oldsouthchurch.jpeg'
import boston from '../img/boston.jpeg'

const Carousel = () => {
const style = {
alignItems: "center",
Expand Down Expand Up @@ -87,6 +95,26 @@ const Carousel = () => {
<img class="gallery__img" src={salzburg} alt="Salzburg"/>
<label for="img-12" class="gallery__thumb"><img src={salzburg} alt="Salzburg"/></label>
</div>
<div class="radio-buttons gallery__item">
<input type="radio" id="img-13" name="gallery" class="gallery__selector"/>
<img class="gallery__img" src={coronado} alt="Coronado Hotel"/>
<label for="img-13" class="gallery__thumb"><img src={coronado} alt="Coronado Hotel"/></label>
</div>
<div class="radio-buttons gallery__item">
<input type="radio" id="img-14" name="gallery" class="gallery__selector"/>
<img class="gallery__img" src={delmorro} alt="Castillo San Felipe Del Morro"/>
<label for="img-14" class="gallery__thumb"><img src={delmorro} alt="Castillo San Felipe Del Morro"/></label>
</div>
<div class="radio-buttons gallery__item">
<input type="radio" id="img-15" name="gallery" class="gallery__selector"/>
<img class="gallery__img" src={oldsouthchurch} alt="Old South Church, Copley"/>
<label for="img-15" class="gallery__thumb"><img src={oldsouthchurch} alt="Old South Church,Copley"/></label>
</div>
<div class="radio-buttons gallery__item">
<input type="radio" id="img-16" name="gallery" class="gallery__selector"/>
<img class="gallery__img" src={boston} alt="Boston"/>
<label for="img-16" class="gallery__thumb"><img src={boston} alt="Boston"/></label>
</div>
</section>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions src/components/pages/About.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { color } from "@mui/system";
import React from "react";
import Resume from "../../res/SidhantPuntambekarResumeSpring23.pdf";
import Resume from "../../res/SidhantPuntambekarResume2024-2025.pdf";

const About = () => {
const style = {
Expand Down Expand Up @@ -51,15 +51,15 @@ const About = () => {
While I mainly spend most of my time working and researching at the intersection of these two fields, I also enjoy learning about all sorts of topics in science, technology, engineering, math, history, and geography.
</h4>
<h4 style={{ margin: "20px", lineHeight: "1.5"}}>
Currently, I am employed as a bioinformatics analyst and software developer at Bionano Genomics in San Diego, California.
Although I call San Diego home for the moment, I am originally from Boulder, Colorado.
Currently, I am employed as a bioinformatician and software developer at Boston Children's Hospital in Boston, Massachusetts.
Although I call Boston home for the moment, I am originally from Boulder, Colorado and have previously lived in San Diego, California.
</h4>
<h4 style={{ margin: "20px", lineHeight: "1.5" }} class="text-red-500">
I also have a wide variety of hobbies that I pursue in my spare time; I enjoy playing chess and studying games of the past to improve my own skills, playing musical instruments including the electric guitar and piano,
reading about various military history topics, learning languages such as Spanish and German, running, travelling around the world, and following Denver area sports teams (such as the <span style={{color: "orange"}}>Broncos</span>, <span style={{color: "yellow"}}>Nuggets</span>, <span style={{color: "#FF2400"}}>Avalanche</span>, and <span style={{color: "#C0C0C0"}}>Rockies</span>).
Recently, I also started following Formula 1 racing.
Recently, I started following Formula 1 racing.
</h4>
<h4 style={{ margin: "20px", }} >You can often find me listening to rock music, hiking, watching classic movies and TV shows, and exploring San Diego on the weekends.</h4>
<h4 style={{ margin: "20px", }} >You can often find me listening to rock music, hiking, watching classic movies and TV shows, and exploring Boston on the weekends.</h4>
</div>
</div>
<div style={style}>
Expand Down
Binary file added src/img/bch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/boston.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/broad.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/broad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/coronado.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/elmorro.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/oldsouthchurch.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed src/res/SidhantPuntambekarResume.pdf
Binary file not shown.
Binary file added src/res/SidhantPuntambekarResume2024-2025.pdf
Binary file not shown.
Binary file removed src/res/SidhantPuntambekarResumeSpring23.pdf
Binary file not shown.
22 changes: 22 additions & 0 deletions src/res/info.JSON
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,28 @@
],

"experiences": [
{
"organization": "Boston Children's Hospital",
"role": "Bioinformatician · Boston, Massachusetts",
"bullets": [
"• Maintain computational pipeline for eQTL discovery in immune cells from steroid sensitive nephrotic syndrome patients leveraging bulk RNA-seq, WGS, PCA, and bayesian prior analysis for eGene fine mapping.",
"• Develop high-level software design and code for the Biobank to Illuminate the Genomics of Kidney Diseases (BIGKiDs) study at the Sampson Lab for Kidney Genomics through an interactive R Shiny web application.",
"• Mentor pediatric nephrology medical research fellows in creating code implementations for nephrotic syndrome research projects adhering to software development best practices as well as rigorous unit and regression testing."
],
"imgFileName": "bch.png",
"imgSize": "120px"
},

{
"organization": "Broad Institute of MIT and Harvard",
"role": "Affiliated Researcher, Kidney Disease Initiative · Boston, Massachusetts",
"bullets": [
"• Collaborate with kidney disease initiative researchers at the Broad Institute in weekly lab meetings by sharing analysis results and brainstorming ideas for future collaborative projects."
],
"imgFileName": "broad.png",
"imgSize": "110px"
},

{
"organization": "Bionano Genomics",
"role": "Bioinformatics Analyst · San Diego, California",
Expand Down

0 comments on commit 1ce1ea2

Please sign in to comment.