feat: rebuild evidence-first application workflow

This commit is contained in:
2026-07-27 17:56:15 +02:00
parent c24892f381
commit fe5f24704f
57 changed files with 3815 additions and 3555 deletions
@@ -1,43 +1,58 @@
\documentclass[11pt,a4paper,roman]{moderncv}
\usepackage[english]{babel}
\moderncvstyle{classic}
\moderncvcolor{green}
\usepackage[utf8]{inputenc}
\usepackage{ragged2e}
\usepackage[scale=0.79]{geometry}
\usepackage[version=4,arrows=pgf-filled]{mhchem}
\renewcommand*{\makeletterclosing}{\par\vspace{2ex}\closingname\par}
% Generate only when the session records Cover Letter Decision: YES.
% Keep to one page and use only claims present in the canonical registry and resume.
% ========== CUSTOMIZE THESE ==========
\name{[YOUR FIRST]}{[YOUR LAST]}
\address{[Your City, State ZIP]}
\phone[mobile]{[+1 XXXXXXXXXX]}
\email{[your@email.com]}
% ======================================
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[a4paper,left=0.85in,right=0.85in,top=0.7in,bottom=0.7in]{geometry}
\usepackage{parskip}
\usepackage{xcolor}
\usepackage{hyperref}
\hypersetup{hidelinks}
\pagestyle{empty}
\setlength{\parindent}{0pt}
\begin{document}
\recipient{To}{Hiring Committee\\[Department/Group Name]\\[Division Name]\\[Company/Institution Name]\\[City, State ZIP]}
\date{\today}
\opening{Dear Members of the Hiring Committee,}
\makelettertitle
{\Large\bfseries Dennis Thiessen, M.Eng.}\par
% Add "Swiss B permit; no employer sponsorship required" only when useful.
Bern, Switzerland $\vert$
\href{mailto:dennis@thiessen.io}{dennis@thiessen.io} $\vert$ +41 795 955 585 $\vert$
\href{https://linkedin.com/in/dennis-thiessen}{LinkedIn}
\begin{justify}
% GENERATE: Paragraph 1 — Hook. Connect their work to your methodology. State the position.
\vspace{1.5em}
\textit{Hiring manager or team}\\
\textit{Company}\\
\textit{City, country}
% GENERATE: Paragraph 2 — Current position. Key results with quantified metrics.
\vspace{1em}
\today
% GENERATE: Paragraph 3 — Previous positions. Transferable methodology arc. Quantify.
\vspace{1em}
\textbf{Application for \textit{exact role title}}
% GENERATE: Paragraph 4 (if National Lab/Academic) — Closing. Vision + collaboration + call to action.
\end{justify}
\vspace{0.8em}
Dear \textit{name or Hiring Team},
\vspace{0.3cm}
% ========== CUSTOMIZE THESE ==========
{Sincerely,\\
[Your Full Name, Degree]\\
[Your Current Title]\\
[Your Current Institution]}
% ======================================
% Paragraph 1: specific reason for this employer/role. Use a verified first-party
% hook only. State the strongest direct match without repeating the summary.
\textit{Employer-specific motivation and role thesis.}
% Paragraph 2: one or two connected examples already supported by canonical IDs
% and present in the resume. Explain scope, method and relevance. Do not invent a
% metric or imply ownership of a company-wide platform.
\textit{Evidence paragraph.}
% Optional paragraph 3: explain a transition, location/work-authorization point,
% or motivation that materially helps the decision. Delete if it adds no value.
\textit{Optional context paragraph.}
I would welcome the opportunity to discuss how this experience could support \textit{specific team or outcome}.
Kind regards,
\vspace{1.5em}
Dennis Thiessen
\end{document}
+46 -186
View File
@@ -1,199 +1,59 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Medium Length Professional CV - RESUME CLASS FILE
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% This class file defines the structure and design of the template.
%
% Original header:
% Copyright (C) 2010 by Trey Hunner
%
% Copying and distribution of this file, with or without modification,
% are permitted in any medium without royalty provided the copyright
% notice and this notice are preserved. This file is offered as-is,
% without any warranty.
%
% Created by Trey Hunner and modified by www.LaTeXTemplates.com
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProvidesClass{resume}[2026/07/27 Evidence-first professional resume]
\LoadClass[11pt,a4paper]{article}
\ProvidesClass{resume}[2018/09/25 v1.0 Resume class]
\RequirePackage{enumitem}
\RequirePackage{ifthen}
\RequirePackage{lastpage}
\RequirePackage{parskip}
\RequirePackage{needspace}
\LoadClass[10pt, a4paper]{article} % Font size and paper type
\usepackage{lastpage}
\usepackage[parfill]{parskip} % Remove paragraph indentation
\usepackage{array} % Required for boldface (\bf and \bfseries) tabular columns
\usepackage{ifthen} % Required for ifthenelse statements
\usepackage{enumitem}
\pagestyle{empty} % Suppress page numbers
\pagestyle{empty}
\setlength{\parindent}{0pt}
%----------------------------------------------------------------------------------------
% HEADINGS COMMANDS: Commands for printing name and address
%----------------------------------------------------------------------------------------
\def\@resumename{}
\def\@resumeheadline{}
\def\@resumecontact{}
\def \name#1{\def\@name{#1}} % Defines the \name command to set name
\def \@name {} % Sets \@name to empty by default
\newcommand{\name}[1]{\def\@resumename{#1}}
\newcommand{\headline}[1]{\def\@resumeheadline{#1}}
\newcommand{\contactline}[1]{\def\@resumecontact{#1}}
\def \addressSep {$|$} % Set default address separator to a diamond
% One, two or three address lines can be specified
\let \@addressone \relax
\let \@addresstwo \relax
\let \@addressthree \relax
\let \@addressfour \relax
% \address command can be used to set the first, second, and third address (last 2 optional)
\def \address #1{
\@ifundefined{@addresstwo}{
\def \@addresstwo {#1}
}{
\@ifundefined{@addressthree}{
\def \@addressthree {#1}
}{
\@ifundefined{@addressfour}{
\def \@addressfour {#1}
} {\def \@addressone {#1}
}
}
}
\newcommand{\printresumeheader}{%
{\LARGE\bfseries \@resumename}\par
\vspace{0.15em}
\ifthenelse{\equal{\@resumeheadline}{}}{}{\@resumeheadline\par}
\vspace{0.1em}
{\small \@resumecontact}\par
\vspace{0.45em}
}
% \printaddress is used to style an address line (given as input)
\def \printaddress #1{
\begingroup
\def \\ {\addressSep\ }
{#1}
% \centerline{#1}
\endgroup
\par
% \addressskip
}
\AtBeginDocument{\printresumeheader}
% \printname is used to print the name as a page header
\def \printname {
\begingroup
% \MakeUppercase
{\namesize\bf \@name} \hfil
% \hfil{\MakeUppercase{\namesize\bf \@name}}\hfil
\nameskip\break
\endgroup
}
%----------------------------------------------------------------------------------------
% PRINT THE HEADING LINES
%----------------------------------------------------------------------------------------
\let\ori@document=\document
\renewcommand{\document}{
\ori@document % Begin document
% \begin{center}
\printname % Print the name specified with \name
\@ifundefined{@addressone}{}{ % Print the first address if specified
\printaddress{\@addressone}}
\@ifundefined{@addresstwo}{}{ % Print the second address if specified
\printaddress{\@addresstwo}}
\@ifundefined{@addressthree}{}{ % Print the third address if specified
\printaddress{\@addressthree}}
\@ifundefined{@addressfour}{}{ % Print the third address if specified
\printaddress{\@addressfour}}
% \end{center}
}
%----------------------------------------------------------------------------------------
% SECTION FORMATTING
%----------------------------------------------------------------------------------------
% Defines the rSection environment for the large sections within the CV
\newenvironment{rSection}[1]{ % 1 input argument - section name
\sectionskip
{\bf #1}
% \MakeUppercase{\bf #1} % Section title
\sectionlineskip
\hrule % Horizontal line
\begin{list}{}{ % List for each individual item in the section
\setlength{\leftmargin}{0.50em} % Margin within the section
}
\item[]
}{
\end{list}
}
\newenvironment{rSection2}[1]{ % 1 input argument - section name
\sectionskip
{\bf #1} % Section title
\sectionlineskip
\hrule % Horizontal line
\medskip
\begin{list}{$\bullet$}{\setlength{\leftmargin}{1.5em}}
\itemsep -0.3em \vspace{-0.5em} % Compress items in list together for aesthetics
}{
\end{list}
\vspace{0.5em}
}
\newenvironment{rSection3}[1]{ % 1 input argument - section name
\sectionskip
{\bf #1} % Section title
\sectionlineskip
\hrule % Horizontal line
\medskip
\begin{enumerate}[]{\setlength{\leftmargin}{1.5em}}
\itemsep -0.3em \vspace{-0.5em} % Compress items in list together for aesthetics
}{
\end{enumerate}
\vspace{0.5em}
}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE FORMATTING
%----------------------------------------------------------------------------------------
\newenvironment{rSubsection}[4]{ % 4 input arguments - company name, year(s) employed, job title and location
{\bf #1} \hfill {#2} % Bold company name and date on the right
\ifthenelse{\equal{#3}{}}{}{ % If the third argument is not specified, don't print the job title and location line
\\
{\em #3} \quad {\em #4} % Italic job title and location
}\smallskip
\begin{list}{$\cdot$}{\leftmargin=1.5em} % \cdot used for bullets, no indentation
\itemsep -0.2em \vspace{-0.2em} % Compress items in list together for aesthetics
}{
\end{list}
\vspace{0.2 em} % Some space after the list of bullet points
}
%----------------------------------------------------------------------------------------
% FORMAT C SKILLS COMMANDS
%----------------------------------------------------------------------------------------
% Skills group environment: \begin{skillgroup}{Group Name} ... \end{skillgroup}
% Renders bold header + indented dash sub-items. Each \skilldash = exactly 1 rendered line.
\newenvironment{skillgroup}[1]{%
\textbf{#1}\par\nopagebreak%
\vspace{-\parskip}%
\begin{list}{--}{\leftmargin=0.8em \labelsep=0.3em \itemsep=0pt \topsep=0.1em \parsep=0pt \partopsep=0pt}%
\newenvironment{rSection}[1]{%
\vspace{0.35em}
{\bfseries #1}\par
\vspace{0.1em}\hrule\vspace{0.35em}
}{%
\end{list}%
\vspace{-\parskip}\vspace{0.45em}%
\vspace{0.2em}
}
% Single dash sub-item within a skillgroup. Content must fit 1 rendered line.
% Char limit: 119 - (0.5 x bold_char_count) at 10pt
\newcommand{\skilldash}[1]{\item #1}
% Arguments: employer, dates, formal title, location.
\newenvironment{rSubsection}[4]{%
\Needspace{6\baselineskip}%
{\bfseries #1}\hfill{\small #2}\par
{\itshape #3}\hfill{\itshape #4}\par
\vspace{0.1em}
\begin{itemize}[leftmargin=1.25em,label=\textbullet,itemsep=0.18em,topsep=0.15em,parsep=0pt,partopsep=0pt]
}{%
\end{itemize}
\vspace{0.25em}
}
%----------------------------------------------------------------------------------------
% EXPERIENCE SUB-THEME COMMAND
%----------------------------------------------------------------------------------------
\newcommand{\skillline}[2]{%
\textbf{#1:} #2\par
\vspace{0.08em}
}
% Sub-theme underline header within rSubsection
\newcommand{\subtheme}[1]{\item[] \underline{#1}}
% The below commands define the whitespace after certain things in the document - they can be \smallskip, \medskip or \bigskip
\def\namesize{\huge} % Size of the name at the top of the document
\def\addressskip{\smallskip} % The space between the two address (or phone/email) lines
\def\sectionlineskip{\medskip} % The space above the horizontal line for each section
\def\nameskip{\medskip} % The space after your name at the top
\def\sectionskip{\medskip} % The space after the heading section
\newcommand{\compactentry}[2]{%
\textbf{#1}\hfill #2\par
}
+55 -208
View File
@@ -1,236 +1,83 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TEMPLATE: Resume (resume.cls) -- structural reference for Claude generation
% Copy this structure exactly. Replace [GENERATE: ...] placeholders with JD-tailored content.
% FIXED sections: contain actual data -- never modify during generation
% GENERATE sections: Claude fills in per JD using the uploaded bundle
%
% SETUP INSTRUCTIONS:
% 1. Fill [CONFIG: ...] markers with values from your config.md
% 2. Fill FIXED sections (Education, Awards, etc.) with your actual content
% 3. Leave [GENERATE: ...] markers -- Claude fills these per JD
% 4. Calibrate page budget after filling FIXED content (compile + count lines)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Default profile: International Tech resume for US-tech/FAANG-style roles in Europe.
% Copy this file and resume.cls into a new output folder. Generate only from
% resume_builder/canonical/claims.json plus normalized experience files.
\documentclass{resume}
\usepackage{hyperref}
\usepackage{enumitem}
\usepackage{fontawesome}
\usepackage{tikz}
\usepackage{graphicx}
\hypersetup{
colorlinks = true,
linkcolor = [rgb]{0.9,0.4,0.4},
anchorcolor = [rgb]{0.9,0.4,0.4},
citecolor = [rgb]{0.4,0.4,0.4},
filecolor = [rgb]{0.4,0.4,0.4},
urlcolor = [rgb]{0.0,0.0,0.99},
}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[a4paper,left=0.65in,right=0.65in,top=0.55in,bottom=0.55in]{geometry}
\usepackage{xcolor}
\usepackage[version=4,arrows=pgf-filled]{mhchem}
\usepackage[includefoot,left=0.5in,top=0.5in,right=0.5in,bottom=0.2in,textwidth=7.5in,textheight=10.8in]{geometry}
\usepackage{hyperref}
\hypersetup{hidelinks}
\usepackage[version=4]{mhchem}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[R]{\hfill \thepage/\pageref{LastPage}}
\newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
\fancyfoot[R]{\small \thepage/\pageref{LastPage}}
%----------------------------------------------------------------------------------------
% HEADER — FIXED (fill from config.md)
%----------------------------------------------------------------------------------------
% FIXED: Name -- from config.md
\name{[CONFIG: Full Name, Degree]}
% FIXED: Links -- include whichever you have; delete unused lines
\address{\href{[CONFIG: website URL]}{[CONFIG: site display]} \\ \href{[CONFIG: LinkedIn URL]}{LinkedIn} \\ \href{[CONFIG: Google Scholar URL]}{Google Scholar}}
% FIXED: Contact
\address{[CONFIG: email] \\ [CONFIG: phone]}
% GENERATE: Relocation target per JD
\address{[CONFIG: City, State] (Open to relocation to [Target City])}
% GENERATE: Tagline -- rewrite per JD using bundle Section 2 building blocks
% Use $\vert$ as separator between tagline phrases
\address{{[GENERATE: Role Title $\vert$ Domain Specialty $\vert$ Key Method or Impact]}}
\name{Dennis Thiessen, M.Eng.}
% Tailor this professional identity only within verified evidence.
\headline{Staff Data Engineer $\vert$ AWS Data Platforms $\vert$ Production ML Delivery}
% Optional when relevant: Swiss B permit; no employer sponsorship required.
\contactline{Bern, Switzerland $\vert$ \href{mailto:dennis@thiessen.io}{dennis@thiessen.io} $\vert$ +41 795 955 585 $\vert$ \href{https://linkedin.com/in/dennis-thiessen}{LinkedIn}}
\begin{document}
%----------------------------------------------------------------------------------------
% GENERATION REFERENCE (for Claude -- not rendered in PDF)
%----------------------------------------------------------------------------------------
% CHARACTER LIMITS (rendered chars — strip \textbf{}, \textit{}, \ce{}, $..$ before counting):
% Chars per line (CPL): ~111-115 at 10pt (varies with char width distribution)
%
% Resume-1L bullet: target 105-111 chars | HARD MAX 117
% Resume-2L bullet: target 189-205 chars | HARD MAX 218 | orphan >= 78 chars
%
% AIM FOR TARGET MIDDLE (200 for 2L) — NOT the hard max.
% Em-dash (---) counts as 1 char but renders ~2x wide. Budget 2 extra per em-dash.
% Bold in bullets: ~0.42 penalty/bold char (10 bold chars ≈ lose 4 chars capacity).
%
% PAGE FILL BUDGET:
% After filling FIXED sections, compile and count rendered lines per page.
% Remaining lines = your variable bullet budget.
% Example for 2-page resume with 5 skill groups:
% Skills 4-3-2-2-2 (13 lines): ~21 variable bullets (2L each)
% Skills 4-4-2-2-2 (14 lines): ~20 variable bullets
% Variable bullets = sum of all GENERATE position bullets
% FIXED position bullets are NOT counted in the variable budget.
%
% POSITION FORMAT (FLIPPED):
% Bold line = JD-customized domain theme (strongest customization lever)
% Subtitle (italic) = formal role + institution
% FIXED positions keep the same theme in every resume.
\vspace{-0.15cm}
%----------------------------------------------------------------------------------------
% SUMMARY — GENERATE per JD
%----------------------------------------------------------------------------------------
% GENERATE: Rewrite per JD using bundle Section 2 building blocks
% 5 body lines (4-5 sentences). Lead with years of experience + primary methods.
% End with publication/citation metrics if applicable.
% Max 1 paragraph -- no line breaks.
\begin{rSection}{Summary}
[GENERATE: [Domain] scientist with [N]+ years combining \textbf{[primary method]} and \textbf{[secondary method]} for [application domain]. [1-2 sentences on key accomplishments tailored to JD]. [Metrics: publications, citations, awards if applicable].]
Staff data engineer with 12+ years of production software experience across telecom, semiconductor manufacturing, broadcast technology and insurance. Owns business-critical pipeline components at Swisscom and previously integrated containerized ML inference into a continuously operating Bosch semiconductor fab.
\end{rSection}
\vspace{-0.15cm}
%----------------------------------------------------------------------------------------
% TECHNICAL SKILLS — GENERATE per JD (Format C)
%----------------------------------------------------------------------------------------
% GENERATE: 5 groups in Format C (categorized dash sub-items)
% Default config from config.md (e.g. 4-3-2-2-2 = 13 content lines)
% Load skills_taxonomy.md to map JD keywords to skill entries
% Group names are JD-customizable; order most JD-relevant first
% Bold 6-8 tools that most directly match JD keywords
% Each dash item = exactly 1 rendered line (~105-111 chars), no wrapping
\begin{rSection}{Technical Skills}
% FORMAT C: Use \skillgroup{} and \skilldash{} commands from resume.cls
% Each \skilldash = exactly 1 rendered line. Char limit: 119 - (0.5 x bold_chars)
\skillline{Languages}{Python, SQL; Java and C\# (professional, historical); C++ and JavaScript (limited historical use)}
\skillline{Data}{Apache Kafka, Airflow, PySpark, Oracle, Teradata, Hadoop/Impala, data products, metadata and governance}
\skillline{Cloud and platform}{AWS (S3, Glue, Athena/Iceberg, Redshift), CloudFormation, Kubernetes, Docker, GitLab CI/CD, Ansible}
\skillline{ML delivery}{Production inference deployment and support, on-call operations; ELK, Grafana and Prometheus proof-of-concept work}
\skillline{Certifications}{AWS Solutions Architect -- Associate; Data Engineering with AWS; iSAQB CPSA-F; ITIL Foundation}
\end{rSection}
\begin{skillgroup}{[GENERATE: Most JD-Relevant Domain]}
\skilldash{[GENERATE: tools, methods — max ~105-111 chars with bold penalty]}
\skilldash{[GENERATE]}
\skilldash{[GENERATE]}
\end{skillgroup}
\begin{rSection}{Professional Experience}
\begin{skillgroup}{[GENERATE: Second Domain]}
\skilldash{[GENERATE]}
\skilldash{[GENERATE]}
\end{skillgroup}
\begin{rSubsection}{Swisscom (Schweiz) AG}{Oct 2023 -- Present}{Staff Data, Analytics \& AI Engineer (promoted from Senior, Apr 2025)}{Bern, Switzerland}
\item Own Fulfillment ETL pipeline components as Component Owner, covering production operation, data quality, governance, incidents and on-call obligations across Oracle, Kafka, Python and Teradata processing.
\item Migrated pipelines in the Fulfillment and Product Analysis domains onto Swisscom's AWS platform using Glue, Athena/Iceberg, Redshift, Airflow and CloudFormation while contributing to the wider migration programme.
\item Build governed data products and active metadata within Swisscom's company-wide Data Mesh, supporting discoverable data access for analytics and AI use cases.
\item Build and operate Python data applications on Kubernetes with GitLab CI/CD, covering containerized delivery from test through production operation.
\end{rSubsection}
\end{rSection}
\begin{skillgroup}{[GENERATE: Third Domain]}
\skilldash{[GENERATE]}
\end{skillgroup}
% Default two-page balance: keep the most recent role on page 1 and start the
% second major evidence block on page 2. Recheck this break after tailoring.
\newpage
\begin{skillgroup}{[GENERATE: Fourth Domain]}
\skilldash{[GENERATE]}
\end{skillgroup}
\begin{rSection}{Professional Experience (continued)}
\begin{rSubsection}{Robert Bosch Semiconductor Manufacturing Dresden GmbH}{Feb 2020 -- Dec 2022}{Senior Engineer, Data Analysis (Data \& ML Engineering)}{Dresden, Germany}
\item Integrated containerized ML inference with Docker, Kubernetes and Ansible into a continuously operating semiconductor-fab environment for automated image-based defect classification.
\item Served as Application Owner for analytics applications and upstream pipelines, defining SLOs and transition scope while coordinating vendors, user training and documentation.
\item Developed Python, Java and C\# data services over Oracle and Hadoop/Impala for defect-management and process-analysis teams.
\item Co-owned the TIBCO Spotfire environment, built C\# extensions and wafer-map visualizations, and co-presented the work at TIBCO Analytics Forum 2022.
\end{rSubsection}
\begin{skillgroup}{[GENERATE: Programming \& Tools]}
\skilldash{[GENERATE]}
\end{skillgroup}
\begin{rSubsection}{Fraunhofer CML}{Sep 2018 -- Oct 2019}{Research Software Engineer}{Hamburg, Germany}
\item Set up Jenkins CI/CD with quality gates, developed C\#/.NET software and built containerized microservices for maritime research platforms.
\end{rSubsection}
\begin{rSubsection}{Vizrt}{Jul 2017 -- May 2018}{Test Automation / DevOps Engineer}{Bergen, Norway}
\item Contributed Python and C++ engineering to a distributed video-transcoding backend and developed automated audio/video integration tests connected to CI/CD quality gates.
\end{rSubsection}
\begin{rSubsection}{Generali Deutschland Informatik Services GmbH}{May 2015 -- Jun 2017}{IT Consultant}{Hamburg, Germany}
\item Introduced BDD test automation through a proof of concept, held technical responsibility for the suite and Jenkins jobs, and trained colleagues in the Java community.
\end{rSubsection}
\end{rSection}
\vspace{-0.15cm}
%----------------------------------------------------------------------------------------
% EXPERIENCE — GENERATE bullets per JD; position headers are FIXED
%----------------------------------------------------------------------------------------
% Add one rSubsection per position. Most recent first.
% FLIPPED format: Bold line = JD-customized theme; italic = formal role + institution.
% Mark any position as FIXED if its bullets never change across JDs.
\begin{rSection}{Research Experience}
% --- Position 1 (most recent) ---
% GENERATE: Select bullets from bundle; bold theme line customized to JD
\begin{rSubsection}{[GENERATE: JD-Customized Theme]}{\textcolor{black!60}{[FIXED: Start -- End]}}{[FIXED: Title, Institution]}{}
\item [GENERATE: Bullet 1 -- strongest JD-relevant accomplishment]
\item [GENERATE: Bullet 2]
\item [GENERATE: ...]
\end{rSubsection}
% --- Position 2 ---
\begin{rSubsection}{[GENERATE: JD-Customized Theme]}{\textcolor{black!60}{[FIXED: Start -- End]}}{[FIXED: Title, Institution]}{}
\item [GENERATE: Bullet 1]
\item [GENERATE: ...]
\end{rSubsection}
% --- Position 3 ---
\begin{rSubsection}{[GENERATE: JD-Customized Theme]}{\textcolor{black!60}{[FIXED: Start -- End]}}{[FIXED: Title, Institution]}{}
\item [GENERATE: Bullet 1]
\item [GENERATE: ...]
\end{rSubsection}
% --- Optional: FIXED position (e.g. early-career internship that never changes) ---
% Uncomment and fill if you have a short position whose bullets are always the same:
% \begin{rSubsection}{[FIXED: Theme]}{\textcolor{black!60}{[FIXED: Dates]}}{[FIXED: Title, Institution]}{}
% \item [FIXED: Bullet — same in every resume]
% \item [FIXED: Bullet — same in every resume]
% \end{rSubsection}
\end{rSection}
\vspace{-0.15cm}
%----------------------------------------------------------------------------------------
% EDUCATION — FIXED: Fill with your actual education
%----------------------------------------------------------------------------------------
% Each entry: {Degree (honors)} \hfill {Years} \\ {Institution}, Location \hfill GPA
\begin{rSection}{Education}
{[FIXED: Degree Title]} \hfill {\textcolor{black!60}{[FIXED: Start -- End]}}\\
{[FIXED: Institution]}, [FIXED: Location] \hfill GPA: \textbf{[FIXED]}/[FIXED]
\compactentry{M.Eng. Computer Aided Engineering (Software Design \& Engineering), Universität der Bundeswehr München}{Apr 2012 -- Oct 2013}
Thesis at Tongji University, Shanghai: \textit{Development of a Web-Based Remote Fault Diagnosis System}; grade 1.0.
{[FIXED: Degree Title]} \hfill {\textcolor{black!60}{[FIXED: Start -- End]}}\\
{[FIXED: Institution]}, [FIXED: Location] \hfill GPA: \textbf{[FIXED]}/[FIXED]
\compactentry{B.Eng. Information and Telecommunication Technologies, Universität der Bundeswehr München}{Oct 2009 -- Oct 2012}
\end{rSection}
\vspace{-0.15cm}
%----------------------------------------------------------------------------------------
% SELECTED PUBLICATIONS — GENERATE: Claude picks 5 per JD relevance
%----------------------------------------------------------------------------------------
% GENERATE: Score publications per JD relevance using pub_metadata.md
% Copy-paste FIXED author + journal LaTeX blocks from pub_metadata.md
% GENERATE JD-shortened title + JD-relevant keyword tags at runtime
% 2-line hard limit per entry, last line >= 70% filled
% Prioritize: first-author > co-first > contributing; high-impact > standard
\begin{rSection2}{Selected Publications (\href{[CONFIG: Google Scholar URL]}{Google Scholar}: [FIXED: N] papers $\vert$ [FIXED: N]+ citations)}
\item [GENERATE: Publication 1 -- most JD-relevant, short format]
\item [GENERATE: Publication 2]
\item [GENERATE: Publication 3]
\item [GENERATE: Publication 4]
\item [GENERATE: Publication 5]
\end{rSection2}
\vspace{-0.15cm}
%----------------------------------------------------------------------------------------
% HONORS & AWARDS — FIXED: Fill with your actual awards
%----------------------------------------------------------------------------------------
% Format: \item \textbf{Award}, Granting Body (Year). Brief context.
% Aim for 1 rendered line each. Adjust count to fit page budget.
\begin{rSection2}{Honors \& Awards}
\item \textbf{[FIXED: Award]}, [FIXED: Body] ([FIXED: Year]). [FIXED: context].
\item \textbf{[FIXED: Award]}, [FIXED: Body] ([FIXED: Year]). [FIXED: context].
\item \textbf{[FIXED: Award]}, [FIXED: Body] ([FIXED: Year]). [FIXED: context].
\end{rSection2}
\vspace{-0.1cm}
%----------------------------------------------------------------------------------------
% IMMIGRATION — FIXED content, include/exclude per JD
% USA JD: keep this block | Non-USA JD: delete (frees ~2 lines)
%----------------------------------------------------------------------------------------
\begin{center}
\vspace{0.15cm}
\textit{[CONFIG: Immigration status line from config.md]}
\end{center}
\end{document}
@@ -0,0 +1,11 @@
% Swiss/DACH alternative. Use only when local conventions suit the employer.
% The photo remains opt-in; never add one automatically.
\input{resume_template.tex}
% Generation instructions:
% 1. Keep the same conventional employer/title/date structure and evidence rules.
% 2. A professional photo may be added only after explicit user approval.
% 3. Swiss B residence permit and no-sponsorship status are verified. Mention
% them only when useful; they do not need to consume header space by default.
% 4. Attach employer references and diplomas as separate portal files only when requested.
% 5. Do not add date of birth, marital status, gender or children.