21 lines
920 B
Text
21 lines
920 B
Text
#import "@preview/arkheion:0.1.0": arkheion, arkheion-appendices
|
|
|
|
#show: arkheion.with(
|
|
title: [Secret Management with rvault],
|
|
authors: (
|
|
(name: "Samuel", email: "user@domain.com", affiliation: "HPE", orcid: "0000-0000-0000-0000"),
|
|
(name: "Philip Herz", email: "inf22175@lehre.dhbw-stuttgart.de", affiliation: "HPE"),
|
|
(name: "Laurenz Noffke", email: "laurenz.noffke+but-id-replace-it-with-matrikel@hpe.com", affiliation: [HPE]),
|
|
),
|
|
// Insert your abstract after the colon, wrapped in brackets.
|
|
// Example: `abstract: [This is my abstract...]`
|
|
// abstract: [lorem(55)],
|
|
// keywords: ("First keyword", "Second keyword", "etc."),
|
|
date: "2024-04-10",
|
|
)
|
|
|
|
#include "./chapters/01-Project-Requirements.typ"
|
|
#include "./chapters/02-Project-Goal.typ"
|
|
#include "./chapters/03-Planning-and-Timeline.typ"
|
|
#include "./chapters/04-Architecture.typ"
|
|
#include "./chapters/05-API-Compliance-and-Testing.typ"
|