Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb4957f349 | |||
| 6c8d6bce98 |
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
/// <reference types="next" />
|
/// <reference types="next" />
|
||||||
/// <reference types="next/image-types/global" />
|
/// <reference types="next/image-types/global" />
|
||||||
import "./.next/dev/types/routes.d.ts";
|
import "./.next/types/routes.d.ts";
|
||||||
|
|
||||||
// NOTE: This file should not be edited
|
// NOTE: This file should not be edited
|
||||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||||
|
|||||||
@@ -346,6 +346,13 @@ export const experiences: Experience[] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const awards: Award[] = [
|
export const awards: Award[] = [
|
||||||
|
{
|
||||||
|
title: "James M. Pommersheim Research and Innovation in Engineering Award",
|
||||||
|
organization: "Bucknell University College of Engineering",
|
||||||
|
year: 2026,
|
||||||
|
description:
|
||||||
|
"Awarded to the engineering student who has achieved through creative effort outstanding work of scholarship or invention",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Dean's List (7 semesters)",
|
title: "Dean's List (7 semesters)",
|
||||||
organization: "Bucknell University",
|
organization: "Bucknell University",
|
||||||
|
|||||||
Reference in New Issue
Block a user