From 103f571395cc41751e24025b30fcd5e9ba8bc4b9 Mon Sep 17 00:00:00 2001 From: Ananth Venkatesh <46249765+quantum9Innovation@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:18:48 -0800 Subject: [PATCH] Add more DOIs --- src/app/db/data.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/db/data.ts b/src/app/db/data.ts index 6360ac6..6f6a507 100644 --- a/src/app/db/data.ts +++ b/src/app/db/data.ts @@ -97,13 +97,15 @@ export const documents: Readonly<{ [key: string]: Document }> = { 'lidar', ], code: [ + 'https://github.com/Team-1280/programming-dwm', 'https://github.com/Team-1280/Swerve', 'https://github.com/Team-1280/Jankboard', 'https://github.com/Team-1280/identity', ], - status: 'published no review', + status: 'reviewed', }, file: 'pdf', + doi: '10.5281/zenodo.10672616', abstract: 'This document outlines the first two weeks of prototyping conducted by the EECS subteam for Team 1280. Action items are presented in a doing/working/moving format to keep track of new developments related to EECS projects.', },