Fix data for eeXiv:86woofdvzw15

This commit is contained in:
Ananth Venkatesh 2024-02-16 15:06:31 -08:00 committed by GitHub
parent 38cd4392c6
commit 27b2a905ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ export interface DocumentManifest {
export const documents: Readonly<{ [key: string]: Document }> = { export const documents: Readonly<{ [key: string]: Document }> = {
'day-5-principles': { 'day-5-principles': {
manifest: { manifest: {
title: 'Day 5 Principles', title: 'Day 5: Principles of Mechanical Engineering',
authors: ['shasan'], authors: ['shasan'],
topics: ['frc', 'mech'], topics: ['frc', 'mech'],
dates: [1707281608], dates: [1707281608],
@ -60,6 +60,7 @@ export const documents: Readonly<{ [key: string]: Document }> = {
], ],
status: 'published no review', status: 'published no review',
}, },
doi: '10.5281/zenodo.10668881',
file: 'pdf', file: 'pdf',
abstract: abstract:
'This guide to mechanical engineering covers gears and gear ratios, gear types, gear diagrams and measurements and sprockets and chains. It also introduces a discussion of power in the context of gears and mechanical engineering specific to FRC robotics.', 'This guide to mechanical engineering covers gears and gear ratios, gear types, gear diagrams and measurements and sprockets and chains. It also introduces a discussion of power in the context of gears and mechanical engineering specific to FRC robotics.',