Thesis Template Change Log
AI-modifiedAI Use Information for this Web Page
The textual content of this page is AI modified.
- AI status: Modified with AI
- Scope: Entire page textual content
- Human oversight: Reviewed by Christian Huber before publication
- Details of AI usage: This page text was processed with AI assistance. The content was originally authored by Christian Huber and subsequently refined using language models to improve structure, consistency, and terminology. All AI-generated suggestions were manually reviewed and approved by Christian Huber before publication. The AI did not generate novel content but supported optimisation of existing material.
- Known limitations: AI-assisted text refinement may produce stylistic over-corrections; synonym suggestions may lack domain-specific precision; consistency checks may not account for intentional stylistic variation; applied grammar rules may reflect language model bias rather than prescriptive standards; estimated accuracy for editing suggestions: 94–97%.
- Example prompt used:
Example: "Improve clarity and consistency in this text whilst preserving the original voice. Check grammar, fix repetition, and ensure terminology is standardised. Suggest changes only, do not modify content." - Data flow: No personal data included. No data retention by model provider beyond session duration. No external storage or third-party sharing.
- Liability for AI errors: Liability for content accuracy rests with Christian Huber. Disclaimer: AI system recommendations are not binding and do not guarantee correctness.
- Content created: 1 December 2025
- Reviewed by: Christian Huber
Topics & Content
- August 2026 V 2.2 - Renaming to HOK | Hochschule für Angewandte Wissenschaften Kufstein Tirol, Integration of AI Meta Data according to EU AI Act 08.2026,
- Replace the file FHKufstein_grau60_EN.pdf in the graphics folder with the file HOK_logo_withName.pdf.
- December 2025: V 2.1 - Changes to Version 2.0
August 2026 V 2.2 - Renaming to HOK | Hochschule für Angewandte Wissenschaften Kufstein Tirol, Integration of AI Meta Data according to EU AI Act 08.2026, ^ top
Replace the file FHKufstein_grau60_EN.pdf in the graphics folder with the file HOK_logo_withName.pdf. ^ top
line 111
replace with:
\def\UniversityName{HOK | Hochschule für Angewandte Wissenschaften Kufstein Tirol}
line 495 to 496
relace with:
% logo
\noindent
\makebox[\dimexpr\textwidth+0.66cm\relax][r]{%
\includegraphics[width=0.3\textwidth]{./graphics/HOK_logo_withName.pdf}%
}
\vspace{7cm} %
line 594 to 604
replace with:
%==================== AI / LLM usage statement / Verwendung von KI & LLM
%==================== % CHANGE HERE / HIER ÄNDERN : delete section if not used / Abschnitt löschen, wenn nicht benötigt
% AI variables / KI Variablen
\def\AItoolName{[TOOL NAME]} % e.g., ChatGPT, LanguageTool
\def\AIcompanyName{[COMPANY NAME]} % e.g., OpenAI, LanguageTool
\Large
\textbf{\MakeUppercase{\lang{use of artificial intelligence and large language models (LLM)}{Verwendung von künstlicher Intelligenz und Large Language Models (LLM)}}}\par\vspace{0.3cm}
\large
\lang{%
\AItoolName\ by \AIcompanyName\ was used for proofreading (linguistic and stylistic editing) of the self-written text. No content-related changes or additions were made. I have reviewed and adjusted the results and take full responsibility for the published content.%
}{%
\AItoolName\ von \AIcompanyName\ wurde für das Lektorat (sprachliche und stilistische Überarbeitung) des selbst verfassten Textes verwendet. Inhaltliche Änderungen oder Ergänzungen wurden nicht vorgenommen. Ich habe die Ergebnisse überprüft und angepasst und übernehme die vollständige Verantwortung für den veröffentlichten Inhalt.%
}
% Machine-readable AI use declaration / Maschinenlesbare KI Kennzeichnung
\begingroup\color{white}\tiny
AI-USE-JSON-BEGIN\par
\{"ai\_use":"editing","purpose":"proofreading\_copyediting","tools":[\{"name":"\AItoolName","company":"\AIcompanyName"\}],"scope":\{"grammar":true,"style":true,"substantive\_content\_changes":false,"generated\_text\_inserted":false\},"reviewed\_by\_human":true,"responsible\_person":"\AuthorsFull","date":"\DeliveryYear-\DeliveryMonth-\DeliveryDay"\}\par
AI-USE-JSON-END
\endgroup
line 645 to 656
replace with:
%==================== Headers & footers / Kopf- und Fußzeilen
% --- Special style for the very first page (with logo) / Spezieller Stil nur für die erste Seite (mit Logo)
\newpairofpagestyles{firstpage}{%
\setlength{\headheight}{42pt}% Set larger head height only here / Größere Kopfzeilenhöhe nur hier
% Left header: degree programme / Linke Kopfzeile: Studiengang
\ihead{%
\normalsize\textbf{\lang{Degree programme }{Studiengang }\StudyProgram}%
}%
% Right header: logo, aligned to outer edge / Rechte Kopfzeile: Logo, an äußerer Kante
\ohead{%
\raisebox{0pt}[0pt][5pt]{% Extra space below the logo / Weißraum unterhalb des Logos
\makebox[0pt][r]{% Zero-width box, right-aligned / Nullbreiten-Box, rechtsbündig
\includegraphics[width=0.8cm]{./graphics/HOK_logo.pdf}\hspace*{-0.365cm}%
}%
}%
}%
\cfoot{}% No footer on this page / Kein Footer auf dieser Seite
\KOMAoptions{%
headsepline=0.3pt:18.5cm% Header rule only, full width / Nur Kopfzeilenlinie, volle Breite
}%
}
December 2025: V 2.1 - Changes to Version 2.0 ^ top
line 334
replace with:
\ifx\WorkType\WorkTypeTest
line 349 to 347
replace with:
% set name of study program on StudyCode / Name des Studiengangs automatisch setzen je nach StudyCode
\makeatletter
\def\setstudyprogram{%
% --- Energy & Sustainability Management
\def\StudyCodeTest{ENMvzB} % full-time Bachelor / Vollzeit Bachelor
\ifx\StudyCode\StudyCodeTest
\def\StudyProgram{\lang{Energy \& Sustainability Management}{Energie- \& Nachhaltigkeitsmanagement}}%
\def\DegreeType{Bachelor}%
\fi
\def\StudyCodeTest{ENMvzM} % full-time Master / Vollzeit Master
\ifx\StudyCode\StudyCodeTest
\def\StudyProgram{\lang{Energy \& Sustainability Management}{Energie- \& Nachhaltigkeitsmanagement}}%
\def\DegreeType{Master}%
\fi
\def\StudyCodeTest{ENMbbM} % part-time Master / Berufsbegleitend Master
\ifx\StudyCode\StudyCodeTest
\def\StudyProgram{\lang{Energy \& Sustainability Management}{Energie- \& Nachhaltigkeitsmanagement}}%
\def\DegreeType{Master}%
\fi
% --- Facility Management & Real Estate
\def\StudyCodeTest{FMIvzB} % full-time Bachelor / Vollzeit Bachelor
\ifx\StudyCode\StudyCodeTest
\def\StudyProgram{\lang{Facility \& Real Estate Management}{Facility Management \& Immobilienwirtschaft}}%
\def\DegreeType{Bachelor}%
\fi
\def\StudyCodeTest{FMIbbB} % part-time Bachelor / Berufsbegleitend Bachelor
\ifx\StudyCode\StudyCodeTest
\def\StudyProgram{\lang{Facility \& Real Estate Management}{Facility Management \& Immobilienwirtschaft}}%
\def\DegreeType{Bachelor}%
\fi
\def\StudyCodeTest{FIMbbM} % part-time Master / Berufsbegleitend Master
\ifx\StudyCode\StudyCodeTest
\def\StudyProgram{\lang{Facility \& Real Estate Management}{Facility- \& Immobilienmanagement}}%
\def\DegreeType{Master}%
\fi
% --- Error handling
% If no match above, StudyProgram is undefined → throw error
\@ifundefined{StudyProgram}{%
\errmessage{Invalid StudyCode / Ungueltiges Kuerzel}%
}{}%
}
\setstudyprogram
\makeatother
folder renaming
- Grafiken > graphics
- Literatur > bibliography
file renaming
- Grafiken/Unterschrift.png > graphics/signature.png
- Literatur/Literaturliste.bib > bibliography/bibliography.bib
![Creative Commons 4.0 International Licence [CC BY 4.0]](https://melearning.online/compendium/themes/simpletwo/images/meLearning/cc-by-large.png)