resumee-website/content/_index.md

115 lines
3.8 KiB
Markdown
Raw Normal View History

2024-04-06 08:09:34 +02:00
---
# Leave the homepage title empty to use the site title
title: ''
2024-04-06 10:42:45 +02:00
date: 2024-04-06
2024-04-06 08:09:34 +02:00
type: landing
sections:
- block: about.biography
id: about
content:
title: Biography
# Choose a user profile to display (a folder name within `content/authors/`)
username: admin
- block: skills
content:
title: Skills
text: ''
# Choose a user to display skills from (a folder name within `content/authors/`)
username: admin
design:
columns: '1'
2024-04-06 15:57:26 +02:00
- block: experience
content:
title: Experience
# Date format for experience
# Refer to https://docs.hugoblox.com/customization/#date-format
date_format: Jan 2006
# Experiences.
# Add/remove as many `experience` items below as you like.
# Required fields are `title`, `company`, and `date_start`.
# Leave `date_end` empty if it's your current employer.
# Begin multi-line descriptions with YAML's `|2-` multi-line prefix.
items:
- title: Peer Tutor
company: University of Erlangen-Nuremberg
company_url: 'https://www.fau.eu'
company_logo: fau
location: Erlangen, Germany
date_start: '2022-10-01'
date_end: '2023-03-31'
description: |2-
Teaching students the basics of logic in computer science (the first course is called "Grundlagen der Logik in der Informatik") and the basics of functional programming languages ("Theorie der Programmierung").
- title: Midlands Graduate School
company: University of Leicester
company_url: 'https://le.ac.uk/'
company_logo: leicester
location: Leicester, UK
date_start: '2024-04-08'
date_end: '2024-04-12'
description: |2-
Visiting a graduate school on the Mathematical Foundations of Computing Science.
- title: Student Research Assistant
company: University of Erlangen-Nuremberg
company_url: 'https://www.fau.eu'
company_logo: fau
location: Erlangen, Germany
date_start: '2024-04-01'
date_end: '2025-03-31'
description: Formalizing results of recent research in the proof assistant Agda.
design:
columns: '2'
2024-04-06 13:08:12 +02:00
- block: portfolio
id: projects
content:
title: Projects
filters:
folders:
2024-04-06 15:57:26 +02:00
- projects
2024-04-06 13:08:12 +02:00
# Default filter index (e.g. 0 corresponds to the first `filter_button` instance below).
default_button_index: 0
# Filter toolbar (optional).
# Add or remove as many filters (`filter_button` instances) as you like.
# To show all items, set `tag` to "*".
# To filter by a specific tag, set `tag` to an existing tag name.
# To remove the toolbar, delete the entire `filter_button` block.
buttons:
- name: All
tag: '*'
- name: Category Theory
tag: Category Theory
- name: Agda
tag: Agda
- name: Haskell
tag: Haskell
- name: Programming Languages
tag: Programming Languages
2024-04-06 13:40:56 +02:00
- name: Nix
tag: Nix
2024-04-06 13:08:12 +02:00
design:
# Choose how many columns the section has. Valid values: '1' or '2'.
columns: '1'
2024-04-06 13:44:14 +02:00
view: compact
2024-04-06 08:09:34 +02:00
- block: contact
id: contact
content:
title: Contact
subtitle:
text: |-
2024-04-06 10:42:45 +02:00
You can reach me by mail or via Discord.
2024-04-06 08:09:34 +02:00
# Contact (add or remove contact options as necessary)
contact_links:
2024-04-06 13:08:12 +02:00
- icon: envelope
icon_pack: fas
name: leon.vatthauer _at_ fau.de
link: mailto:leon.vatthauer@fau.de
2024-04-06 10:42:45 +02:00
- icon: discord
2024-04-06 08:09:34 +02:00
icon_pack: fab
2024-04-06 10:42:45 +02:00
name: Leon#4082
link: 'https://discordapp.com/users/151796651139399680'
2024-04-06 08:09:34 +02:00
# Automatically link email and phone or display as text?
autolink: true
design:
columns: '2'
---