Added pictures for CEOAS, formatting fixes, new work to dictionary
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
import type { timelineEntry } from "@interfaces/timeline.ts";
|
||||
|
||||
export const deploymentTimeline: timelineEntry[] = [
|
||||
{
|
||||
event: "Setup & Ocean Trials",
|
||||
eventDetail: "Petersburg, AK",
|
||||
date: "April 2017",
|
||||
},
|
||||
{
|
||||
event: "Glacier Deployment #1",
|
||||
eventDetail: "LeConte Glacier, AK",
|
||||
date: "May 2017",
|
||||
},
|
||||
{
|
||||
event: "Glacier Deployment #2",
|
||||
eventDetail: "LeConte Glacier, AK",
|
||||
date: "September 2017",
|
||||
},
|
||||
{
|
||||
event: "Scientific Paper Published",
|
||||
eventDetail: "The Oceanographic Society",
|
||||
date: "September 2017",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user