Skip to content

Commit

Permalink
Updated website with palantir internship and logos for companies
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya-n05 committed Jan 4, 2025
1 parent 7616914 commit 98496ec
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 7 deletions.
Binary file added assets/Optiver.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 assets/Palantir.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 assets/Tagit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Balaji Adithya Narayanan - CS Student Portfolio</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<header class="top-bar">
<div class="social-links">
<a href="mailto:balaji.adithya@example.com" target="_blank"><i class="fas fa-envelope"></i></a>
<a href="https://linkedin.com/in/badithyanarayanan" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/adithya-n05" target="_blank"><i class="fab fa-github"></i></a>
</div>
<h1>Balaji Adithya Narayanan</h1>
<a href="Adithya Narayanan Resume.pdf" target="_blank" class="cv-link">View My CV</a>
</header>

<main class="grid-container">
<section id="education" class="grid-item">
<h2>Education</h2>
<div class="education-item">
<div class="item-header">
<h3>Imperial College London</h3>
<span class="item-date">Oct. 2023 - June 2026 (Expected)</span>
</div>
<p class="degree">BEng Joint Mathematics and Computer Science</p>
<p class="location">London, England</p>
<p class="achievement">Running grade: First Class Honours</p>
<div class="grades">
<h4>Grades:</h4>
<ul>
<li><span class="module">First year:</span> <span class="grade">First Class Honours</span></li>
</ul>
</div>
</div>
<div class="education-item">
<div class="item-header">
<h3>Overseas Family School</h3>
<span class="item-date">Aug. 2020 - May 2022</span>
</div>
<p class="degree">International Baccalaureate Diploma</p>
<p class="location">Singapore</p>
<p class="achievement">Total Score: 44/45 – Ranked top 1.6% worldwide</p>
<p class="achievement">Sole student to take 4 higher level subjects out of cohort of 250+ students</p>
<div class="grades">
<h4>IB components:</h4>
<ul>
<li><span class="module">Mathematics HL:</span> <span class="grade">7 / 7 </span></li>
<li><span class="module">Physics HL:</span> <span class="grade">7 / 7</span></li>
<li><span class="module">Computer Science HL:</span> <span class="grade">7 / 7</span></li>
<li><span class="module">Economics HL:</span> <span class="grade">7 / 7</span></li>
<li><span class="module">English SL:</span> <span class="grade">7 / 7</span></li>
<li><span class="module">Spanish Ab Initio:</span> <span class="grade">6 / 7</span></li>
<li><span class="module">Extended Essay in Computer Science:</span> <span class="grade">A / A</span></li>
<!-- Add more subjects as needed -->
</ul>
</div>
</div>
</section>

<section id="experience" class="grid-item">
<h2>Work Experience</h2>
<div class="experience-item">
<div class="item-header">
<h3>Software Engineer Intern</h3>
<span class="item-date">Aug. 2024 - Present · 2 mos</span>
</div>
<p class="company">Stealth</p>
<p class="location">San Francisco, United States (Remote)</p>
<p class="description">Working with Jeff Wilson, 2 time Y Combinator Alum, former PostDoc researcher & Fellow at Harvard and former Professor/Dean.</p>
</div>
<div class="experience-item">
<div class="item-header">
<h3>Trading Masterclass</h3>
<span class="item-date">Jun 2024 - Jun 2024 · 1 mo</span>
</div>
<p class="company"><a href="https://www.optiver.com/" target="_blank" class="work-link">Optiver<i class="fas fa-external-link-alt"></i></a></p>
<p class="location">London, England</p>
</div>
<div class="experience-item">
<div class="item-header">
<h3>Investment and Technology Intern</h3>
<span class="item-date">July 2023 - September 2023 · 3 mos</span>
</div>
<p class="company">Tristar Investment Management</p>
<p class="location">Singapore</p>
</div>
<div class="experience-item">
<div class="item-header">
<h3>Software Engineer Intern</h3>
<span class="item-date">May 2023 - June 2023 · 2 mos</span>
</div>
<p class="company"><a href="https://www.tagitmobile.com/" target="_blank" class="work-link">Tagit Technologies<i class="fas fa-external-link-alt"></i></a></p>
<p class="location">Singapore</p>
</div>
<div class="experience-item">
<div class="item-header">
<h3>Software Engineer Intern</h3>
<span class="item-date">April 2023 - May 2023 · 2 mos</span>
</div>
<p class="company">Campus.ai</p>
<p class="location">Singapore</p>
</div>
</section>

<section id="projects" class="grid-item">
<h2>Projects</h2>
<div class="experience-item">
<div class="item-header">
<h3>AArch64 Emulator and Assembler</h3>
<span class="item-date">2024</span>
</div>
<p class="company">Personal Project</p>
<p class="description">Developed an emulator and assembler for AArch64 in C to run on a Raspberry Pi. Created a script to control an LED via GPIO in assembly.</p>
<p class="technologies">Technologies: C, Assembly, Raspberry Pi, Git</p>
<a href="https://github.com/adithya-n05/C-Project-Y1" target="_blank" class="github-link"><i class="fab fa-github"></i> View on GitHub</a>
</div>
<div class="experience-item">
<div class="item-header">
<h3>Terra aim - Runner up at ICHack 2024</h3>
<span class="item-date">2024</span>
</div>
<p class="company">Hackathon Project</p>
<p class="achievement">Runner Up (600+ entrants) - ICHack 24 (Highest placing first year undergraduate for chosen category)</p>
<p class="description">Developed a prototype weapons aim training system integrating health metrics and performance feedback. Used ESP32 with gyroscopic sensors, OpenCV, and Unity for target tracking and visualization. Implemented data analysis with Flask and SQL, incorporating Terra API for health metrics.</p>
<p class="technologies">Technologies: Python, Unity, Flask, OpenCV, SQL, ESP32, Git</p>
</div>
<div class="experience-item">
<div class="item-header">
<h3>Investigation into the Inception-v1 CNN architecture</h3>
<span class="item-date">2022</span>
</div>
<p class="company">Research Project</p>
<p class="description">Developed 200+ different test configurations of the inception-v1 module to optimize for training time and accuracy. Tested hundreds of additional configurations of subsampling stride and number of unique convolutions per module. Based on GoogLeNet network and "Going Deeper With Convolutions" by Szegedy et. al.</p>
<p class="technologies">Technologies: Python, TensorFlow, Keras, CUDA, CNNs</p>
</div>
<div class="experience-item">
<div class="item-header">
<h3>Neural Style Transfer upon VGG19</h3>
<span class="item-date">2019</span>
</div>
<p class="company">Research Project</p>
<p class="description">Developed an implementation of Neural Style Transfer, based on the paper "A Neural Algorithm of Artistic Style" by Gatys et. al. Implementation was made using the VGG19 network, developed by the Visual Geometry Group at Oxford. Included total variation loss in the implementation.</p>
<p class="achievement">Invited by professor of Computer Science at the National University of Singapore to participate in research.</p>
<p class="technologies">Technologies: Python, TensorFlow, Keras, CUDA, CNNs</p>
<a href="https://github.com/adithya-n05/Neural-style-transfer-final" target="_blank" class="github-link"><i class="fab fa-github"></i> View on GitHub</a>
</div>
</section>

<section id="volunteering-societies" class="grid-item">
<h2>Volunteering & Societies</h2>
<div class="activities-container">
<div class="experience-item">
<div class="item-header">
<h3>[craft]</h3>
<span class="item-date">Jun 2024 - Present · 4 mos</span>
</div>
<p class="role">Co-Founder and Co-Lead</p>
<p class="location">London, England</p>
<p class="description">Member of [craft], a student initiative sponsored by Entrepreneur First and affiliated with [socratica] at U Waterloo and [scale down] at Cambridge University. We run weekly events to inspire students to pursue passion projects and showcase interests. Organized a major event at Entrepreneur First headquarters, attracting over 200 students from Cambridge, Oxford, and Imperial College London.</p>
</div>
<div class="experience-item">
<div class="item-header">
<h3>Beta Sigma Club</h3>
<span class="item-date">Feb 2024 - Present · 8 mos</span>
</div>
<p class="role">Member</p>
<p class="location">London, England</p>
<p class="description">Selected member of Beta Sigma Society, supporting students aspiring to pursue careers in quantitative finance. Sponsored by top firms including Jane Street, Optiver, Flow Traders, Jump Trading, and IMC Trading. Invited to participate in workshops with Optiver.</p>
</div>
<div class="experience-item">
<div class="item-header">
<h3>DoCSoc</h3>
<span class="item-date">May 2024 - Present · 5 mos</span>
</div>
<p class="role">Sponsor Liaison and Industrial Events Coordinator</p>
<p class="location">London, England</p>
<p class="description">Elected by students to liaise with sponsors for the highest funded student society in Europe. Collaborating with top companies in tech and finance. Responsible for coordinating sponsorship for ICHack 25, the consecutively largest student hackathon in Europe.</p>
</div>
<div class="experience-item">
<div class="item-header">
<h3>Leaders of Environmental Awareness and Protection (LEAP)</h3>
<span class="item-date">Dec 2020 - Dec 2021 · 1 yr 1 mo</span>
</div>
<p class="role">Head of Backend Web Development Team</p>
<p class="location">Singapore</p>
<p class="description">Designed and set up a backend database and login system for the LEAP initiative website. Added community communication features and contribution options. Assisted front end development team with UI/UX tweaks.</p>
</div>
</div>
</section>

<section id="achievements" class="grid-item full-width">
<h2>Achievements & Awards</h2>
<div class="achievements-list">
<div class="achievement-item">
<i class="fas fa-trophy"></i>
<p>UKMT Senior Maths Challenge and Intermediate Maths Challenge - Gold (2021, 2020 respectively)</p>
</div>
<div class="achievement-item">
<i class="fas fa-award"></i>
<p>Ranked top 1% in Singapore for REACH assessments in Science (2019)</p>
</div>
<div class="achievement-item">
<i class="fas fa-users"></i>
<p>Selected member of Quant society – Beta Sigma (2024)</p>
</div>
<div class="achievement-item">
<i class="fas fa-star"></i>
<p>4 Principal's awards - Overseas Family School (2019 - 2022)</p>
</div>
<div class="achievement-item">
<i class="fas fa-robot"></i>
<p>Founder of AI education initiative and head of Machine Learning and AI society (High School)</p>
</div>
<div class="achievement-item">
<i class="fas fa-brain"></i>
<p>Rank 1 score in high school received on personal project assessments on Neural Style Transfer. Invited by professors at the National University of Singapore to participate in research as a grade 9 student.</p>
</div>
<div class="achievement-item">
<i class="fas fa-pencil-alt"></i>
<p>Highest score in High School for IB Extended Essay in Computer Science, developed on Inception-v1 investigations.</p>
</div>
</div>
</section>

</main>
</body>
</html>
20 changes: 13 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,30 @@ <h4>IB components:</h4>
</div>
</div>
</section>

<section id="experience" class="grid-item">
<h2>Work Experience</h2>
<div class="experience-item">
<div class="item-header">
<h3>Incoming Software Engineer Intern</h3>
<span class="item-date">Jul. 2025 - Sep. 2025 · 3 mos</span>
</div>
<p class="company"><img src="assets/Palantir.png" alt="Palantir Logo" class="company-logo" style="width: 25px; height: 25px; vertical-align: middle; margin-right: 5px;"><a href="https://www.palantir.com/" target="_blank" class="work-link">Palantir<i class="fas fa-external-link-alt"></i></a></p>
<p class="location">London, England</p>
</div>
<div class="experience-item">
<div class="item-header">
<h3>Software Engineer Intern</h3>
<span class="item-date">Aug. 2024 - Present · 2 mos</span>
<span class="item-date">Aug. 2024 - Oct. 2024 · 3 mos</span>
</div>
<p class="company">Stealth</p>
<p class="location">San Francisco, United States (Remote)</p>
<p class="description">Working with Jeff Wilson, 2 time Y Combinator Alum, former PostDoc researcher & Fellow at Harvard and former Professor/Dean.</p>
<p class="company">Stealth AI Startup</p>
<p class="location">SF/Texas, United States (Remote)</p>
</div>
<div class="experience-item">
<div class="item-header">
<h3>Trading Masterclass</h3>
<span class="item-date">Jun 2024 - Jun 2024 · 1 mo</span>
</div>
<p class="company"><a href="https://www.optiver.com/" target="_blank" class="work-link">Optiver<i class="fas fa-external-link-alt"></i></a></p>
<p class="company"><img src="assets/Optiver.png" alt="Optiver Logo" class="company-logo" style="width: 25px; height: 25px; vertical-align: middle; margin-right: 5px;"><a href="https://www.optiver.com/" target="_blank" class="work-link">Optiver<i class="fas fa-external-link-alt"></i></a></p>
<p class="location">London, England</p>
</div>
<div class="experience-item">
Expand All @@ -94,7 +100,7 @@ <h3>Investment and Technology Intern</h3>
<h3>Software Engineer Intern</h3>
<span class="item-date">May 2023 - June 2023 · 2 mos</span>
</div>
<p class="company"><a href="https://www.tagitmobile.com/" target="_blank" class="work-link">Tagit Technologies<i class="fas fa-external-link-alt"></i></a></p>
<p class="company"><img src="assets/Tagit.png" alt="Tagit Logo" class="company-logo" style="width: 40px; height: 25px; vertical-align: middle; margin-right: 5px;"><a href="https://www.tagitmobile.com/" target="_blank" class="work-link">Tagit Technologies<i class="fas fa-external-link-alt"></i></a></p>
<p class="location">Singapore</p>
</div>
<div class="experience-item">
Expand Down

0 comments on commit 98496ec

Please sign in to comment.