fix: reorder DOIs in document db
This commit is contained in:
parent
ec3081fa10
commit
099c326a54
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ export const documents: Readonly<{ [key: string]: Document }> = {
|
||||||
],
|
],
|
||||||
status: 'published no review',
|
status: 'published no review',
|
||||||
},
|
},
|
||||||
doi: '10.5281/zenodo.10668880',
|
|
||||||
file: 'pdf',
|
file: 'pdf',
|
||||||
|
doi: '10.5281/zenodo.10668880',
|
||||||
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.',
|
||||||
},
|
},
|
||||||
|
@ -290,8 +290,8 @@ On Day 1 we will discuss the ins and outs of the robot. The Electrical Sub team
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
file: 'pdf',
|
file: 'pdf',
|
||||||
abstract: `In this paper, we present eeXiv, an open-source, open-access project hosted by Team 1280 EECS ("Electrical Engineering and Computer Science"), independent of the department of the same name at UC Berkeley. We aim to rival arXiv as the single largest open-source and open-access research paper repository and as the largest research paper repository on the West Coast, transforming San Ramon Valley High School into a tier-1 research institution. Similar to arXiv, we host electronic preprints and postprints (known as e-prints) approved for posting after a rigorous peer review process. Our repository consists of scientific papers in the fields of mathematics, physics, astronomy, electrical engineering, computer science, quantitative biology, statistics, mathematical finance, and economics, with a focus on papers specific to the FIRST Robotics Competition. eeXiv bypasses the traditional bureaucracy of research publication, which involves lengthy peer review proesses and journal approval, by enabling "libre" and "open" publication, dissemination, and consumption of research artifacts. `,
|
|
||||||
doi: '10.5281/zenodo.10668656',
|
doi: '10.5281/zenodo.10668656',
|
||||||
|
abstract: `In this paper, we present eeXiv, an open-source, open-access project hosted by Team 1280 EECS ("Electrical Engineering and Computer Science"), independent of the department of the same name at UC Berkeley. We aim to rival arXiv as the single largest open-source and open-access research paper repository and as the largest research paper repository on the West Coast, transforming San Ramon Valley High School into a tier-1 research institution. Similar to arXiv, we host electronic preprints and postprints (known as e-prints) approved for posting after a rigorous peer review process. Our repository consists of scientific papers in the fields of mathematics, physics, astronomy, electrical engineering, computer science, quantitative biology, statistics, mathematical finance, and economics, with a focus on papers specific to the FIRST Robotics Competition. eeXiv bypasses the traditional bureaucracy of research publication, which involves lengthy peer review proesses and journal approval, by enabling "libre" and "open" publication, dissemination, and consumption of research artifacts. `,
|
||||||
},
|
},
|
||||||
'moscow-to-kabul': {
|
'moscow-to-kabul': {
|
||||||
manifest: {
|
manifest: {
|
||||||
|
|
Loading…
Reference in a new issue