Fix data for eeXiv:86woofdvzw15
This commit is contained in:
parent
38cd4392c6
commit
27b2a905ad
1 changed files with 2 additions and 1 deletions
|
@ -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.',
|
||||||
|
|
Loading…
Reference in a new issue