g

graceful-genetics

@preview

A paper template with which to publish in journals and at conferences

v0.2.0
Unlicense
Template

Package Information

Last Updated
Minimum Typst Version
0.12.0
Categories
paper

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/graceful-genetics:0.2.0

2. Initialize from template

Create a new project from this template:

typst init @preview/graceful-genetics:0.2.0

Version History

0.2.00.12.0
ca3e7e6e1338...
0.1.0
8dd8de7ef382...

The graceful-genetics Package

Version 0.2.0

A recreation of the Oxford Physics template shown on the typst.app homepage.

Media

Light         Dark

Getting Started

To use this template, simply import it as shown below:

#import "@preview/graceful-genetics:0.2.0"

#show: graceful-genetics.template.with(
  title: [Towards Swifter Interstellar Mail Delivery],
  authors: (
    (
      name: "Johanna Swift",
      department: "Primary Logistics Department",
      institution: "Delivery Institute",
      city: "Berlin",
      country: "Germany",
      mail: "swift@delivery.de",
    ),
    (
      name: "Egon Stellaris",
      department: "Communications Group",
      institution: "Space Institute",
      city: "Florence",
      country: "Italy",
      mail: "stegonaris@space.it",
    ),
    (
      name: "Oliver Liam",
      department: "Missing Letters Task Force",
      institution: "Mail Institute",
      city: "Budapest",
      country: "Hungary",
      mail: "oliver.liam@mail.hu",
    ),
  ),
  date: (
    year: 2022,
    month: "May",
    day: 17,
  ),
  keywords: (
    "Space",
    "Mail",
    "Astromail",
    "Faster-than-Light",
    "Mars",
  ),
  doi: "10:7891/120948510",
  abstract: [
    Recent advances in space-based document processing have enabled faster mail delivery between different planets of a solar system. Given the time it takes for a message to be transmitted from one planet to the next, its estimated that even a one-way trip to a distant destination could take up to one year. During these periods of interplanetary mail delivery there is a slight possibility of mail being lost in transit. This issue is considered so serious that space management employs P.I. agents to track down and retrieve lost mail. We propose A-Mail, a new anti-matter based approach that can ensure that mail loss occurring during interplanetary transit is unobservable and therefore potentially undetectable. Going even further, we extend A-Mail to predict problems and apply existing and new best practices to ensure the mail is delivered without any issues. We call this extension AI-Mail.
  ]
)