This commit is contained in:
@@ -2,27 +2,27 @@ import type { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Resume',
|
||||
description: 'Experience, education, and technical skills of Akshay Kolli.',
|
||||
description: "Akshay Kolli's resume: research, engineering, education, and technical skills.",
|
||||
openGraph: {
|
||||
title: 'Resume',
|
||||
description: 'Experience, education, and technical skills of Akshay Kolli.',
|
||||
description: "Akshay Kolli's resume: research, engineering, education, and technical skills.",
|
||||
},
|
||||
};
|
||||
|
||||
const experience = [
|
||||
{
|
||||
title: 'PhD in Computer Science',
|
||||
org: 'University of Massachusetts',
|
||||
org: 'University of Massachusetts Lowell',
|
||||
period: 'Jan 2025 – Present',
|
||||
bullets: [],
|
||||
},
|
||||
{
|
||||
title: 'Research Assistant',
|
||||
org: 'Exalabs, University of Massachusetts',
|
||||
org: 'Exalabs, University of Massachusetts Lowell',
|
||||
period: 'Sep 2022 – Present',
|
||||
bullets: [
|
||||
'Designing state-of-the-art ML pipelines for graph properties and trajectory forecasting.',
|
||||
'Reduced multi-agent simulation time by 1000x.',
|
||||
'Building ML pipelines for graph-property prediction and trajectory forecasting.',
|
||||
'Cut multi-agent simulation time by 1000x.',
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -72,10 +72,10 @@ export default function ResumePage() {
|
||||
<div className="space-y-4">
|
||||
<p className="eyebrow">Resume</p>
|
||||
<h1 className="max-w-[40rem] text-balance font-sans text-5xl font-medium leading-[0.96] text-ink sm:text-6xl lg:text-7xl">
|
||||
Experience, education, and technical depth.
|
||||
Research and engineering work.
|
||||
</h1>
|
||||
<p className="max-w-[34rem] text-[1rem] leading-8 text-muted">
|
||||
Research, engineering, and systems work across academia and industry.
|
||||
My background across ML research, simulation tooling, and production software.
|
||||
</p>
|
||||
<div className="flex flex-wrap gap-x-5 gap-y-2 text-[0.92rem] text-ink">
|
||||
<a href="/files/Resume_latest.pdf" className="transition-colors hover:text-accent">
|
||||
|
||||
Reference in New Issue
Block a user