Files
caperren-com/src/pages/experience/osu-sinnhuber-aquatic-research-laboratory/osu-sinnhuber-aquatic-research-laboratory.ts
Corwin Perren 8fd744118f
Some checks failed
Build and Test - Staging / test (pull_request) Failing after 4m56s
Build and Test - Staging / build_and_push (pull_request) Has been skipped
Build and Test - Staging / deploy_staging (pull_request) Has been skipped
Component for PCBs, many visual tweaks, finished dechorionator content, added many many photos, started work on mars rover software lead, timeline to luxon and automatic date-based ordering
2025-12-12 22:48:03 -08:00

24 lines
583 B
TypeScript

import { DateTime } from "luxon";
import type { timelineEntry } from "@interfaces/timeline.ts";
export const subTitles = [
"Oregon State University",
"College of Agricultural Sciences",
"Department of Environmental and Molecular Toxicology",
"Sinnhuber Aquatic Research Laboratory",
];
export const workingTimeline: timelineEntry[] = [
{
event: "Started",
eventDetail: "Joined SARL Engineering",
date: DateTime.fromISO("2013-09-01"),
},
{
event: "Finished",
eventDetail: "Left SARL Engineering",
date: DateTime.fromISO("2019-08-01"),
},
];