Create project in app
A clean-asthetic template for writing a research proposal. There are no official guidelines on how to write a research proposal.
Getting Started
typst init @preview/cleanified-hpi-research-proposal
Configuration
An example configuration is located in example/
.
#import "@preview/cleanified-hpi-research-proposal:0.0.2": *
#show: project.with(
title: "My Very Long, Informative, Expressive, and Definitely Fancy Title",
author: "Max Mustermann",
date: "Febuary 29, 2025",
chair: "Data-Intensive Internet Computing",
additional-logos: (image("path/to/my/logo.png"),),
hpi-logo-index: 0,
remove-hpi-logo: false,
)
= Introduction
#lorem(80)
== Contributions
#lorem(40)
=== Really Small Stuff
#lorem(20)
= Related Work
#lorem(500)
Parameter | Type | Usage |
---|---|---|
title |
string | Title of the proposal |
author |
string | Author of the proposal |
date |
string | Date of the proposal |
chair |
string | HPI Chair the proposal is proposed to |
additional_logos |
image array | Further logos on the proposal; Logos listed as images in an array; styling should be evicted |
hpi_logo_index |
int | Index at which the HPI logo should be displayed. 0 means the HPI logo is the first logo. (Default 0) |
remove_hpi_logo |
boolean | Whether to remove the HPI logo from the proposal |
Copyright Notes
Please note that Hasso Plattner Institute logo is subject to a copyright (HPI Logo Usage Guidelines).