Example Outputs¶
This page shows examples of documents generated by the Academic Document Generator.
Thesis Colloquium¶
LaTeX Protocol Letter¶
The tool generates a formal scrlttr2 letter using the TH Köln corporate design.
\documentclass[11pt,ngerman,parskip=full]{scrlttr2}
% TH Köln letterhead
\setkomavar{subject}{Evaluation of Bachelor Thesis by Max Mustermann}
% Summary
\textbf{Summary of the Thesis:}
The present work deals with the development of a...
% Questions
\textbf{Questions Prof. Dr. Müller:}
\begin{itemize}
\item Page 5: Could you further justify the choice of this methodology?
\item Page 12: How does the algorithm behave with larger datasets?
\end{itemize}
% Statistics
\textbf{Notes on the thesis:}
- Number of comments: 15
- Missing sources: 2
- Linguistic quality: Good (3 notes)
Compiled PDF¶
The PDF includes the TH Köln logo, the examination office address as the recipient, and your digital signature (if available under data/signature.png).
Pre-filled Grading Form¶
The official TH Köln PDF form is automatically filled with the following data:
- Name, First name & Student ID
- Thesis title
- Date and time of the colloquium
- Correct checkbox for the course of study (e.g., Business Informatics -> KontrollWI)
Email & Outlook Draft¶
A Markdown file with the text for the examination office:
Subject: Protocol & Evaluation Colloquium: Max Mustermann (11122233)
Dear Sir or Madam,
Please find attached the protocol and the evaluation for the colloquium of Mr. Max Mustermann.
...
Project & WASP1¶
LaTeX Grading Letter¶
A letter to communicate the grade to the student.
\setkomavar{subject}{Evaluation of your project work}
Dear Mr. Mustermann,
Congratulations on the successful submission of your project work titled "Development of...".
Your work has been graded with a \textbf{1.3}.
Compiled PDF (Project)¶
Similar to the colloquium letter, but addressed directly to the student.
Email for Examination Office¶
A short text for submitting the project grade to the secretariat/examination office.
Student Feedback Email¶
The AI analyzes the project and generates constructive feedback:
Subject: Feedback on your project work
Hi Max,
here is some brief feedback on your work:
- **Strengths:** Very good structure and clear methodology.
- **Areas for improvement:** The evaluation of the results could have been more detailed.
- **Grade:** 1.3
Web Metadata (Profile)¶
A Jekyll-compatible profile is generated for each project/thesis:
---
layout: project
title: "AI-based document generation"
author: "M. Mustermann"
date: 2026-01-20
summary: "This work investigates the automation of..."
keywords: [AI, LaTeX, Python]
---
# Summary
...
Peer Review¶
Review feedback is output as a structured Markdown document.