Giter Site home page Giter Site logo

53e-notebook's Introduction

53E Notebook 2023-2024

Build Typst document GitHub

Welcome to 53E's notebook for the Over Under season.

Rendered PDF

You can downloaded the rendered version of this notebook under releases as a pdf. We will make a release after each tournament we go to.

Alternatively you can download the latest version, which gets built automatically after every commit. You can find it by going to the "Actions" tab on this repository, clicking the latest action run. You will then be able to find a zip file containing the pdf under "Artifacts".

How to Compile

  1. Install the required fonts, located in the assets/fonts folder.
  2. Install Typst
  3. Install the Notebookinator
  4. Clone the repository
git clone https://github.com/Area-53-Robotics/53E-Notebook.git
cd 53E-Notebook
  1. Compile the project
typst compile main.typ

Project Structure

  • main.typ: The entry point for the notebook
  • assets/: All of the images and fonts that don't belong with a certain entry
  • entries/: Contains all of the entries in the notebook
    • entries.typ: Contains a list, which #includes all of the entries in the notebook
  • glossary.typ: All of the glossary entries
  • packages.typ: All of the external packages used by the notebook

Making New Entries

To create a new entry you first need to create a new .typ file in the entries/ folder. There are two different ways this project organizes entries. Either they are organized by project section (for example flywheel, or intake), or they are single entries.

Words or phrases like this: <word here> should be substituted with a different word or phrase.

To create a single entry, create a file with this path: entries/<entry-name>/entry.typ. To create an entry in a group, create a file with the following path: entries/<group-name>/<entry_name>.typ

Once you've done this, you need to create an entry in the file.

#import "/packages.typ": notebookinator
#import notebookinator: *
#import themes.radial.components: *

#show: create-body-entry.with(
  title: "<EDP Stage>: <your title here>",
  type: "<EDP Stage>",
  date: datetime(year: 1982, month: 1, day: 1),
)

Write your content here.

Make sure to read through the Notebookinator documentation to see what components and options you can use while writing entries. You can also look at other existing entries as examples.

Once you're happy with your entry you'll need to add it to the entry index at entries/entries.typ, so that the main.typ file is aware of it.

Add the file to entries/entries.typ like this:

// Do this if its a single entry:
#include "./<entry_name>/entry.typ"

// Do this if its a group:
#include "./<group_name>/<entry_namge>.typ"

The order that the notebook renders the entries is dependent on the order that they're placed in this file, so make sure to put the #include in the correct spot.

Style Guide

These following rules should be followed when writing entries:

Tense

All entries should be written in past perfect tense. For example:

Today we built the drivetrain.

Lists

All lists should begin with capitalized letters. For example:

  • Number 1
  • Number 2
  • Number 3

Numbers

All numbers should be expressed with their respective Arabic notation rather than spelling them out. For example:

We drank 3 liters of water.

Pronouns and Names

Use "we" rather than referring to individuals in the squad. For example:

Today we programmed the PID for the catapult.

If you need to be more specific, refer to the job of the people performing the task. For example:

The programmers programmed a program.

If pronouns are needed, use the gender neutral "they/them". For example:

If the driver needs information, they should notify the drive team.

Thanks to

License

The content of this notebook is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

53e-notebook's People

Contributors

battlech1cken avatar mnredpanda avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.