<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Authors | AC Group | TU Wien</title><link>https://ac.tuwien.ac.at/authors/</link><atom:link href="https://ac.tuwien.ac.at/authors/index.xml" rel="self" type="application/rss+xml"/><description>Authors</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Thu, 05 Mar 2026 00:00:00 +0000</lastBuildDate><image><url>https://ac.tuwien.ac.at/media/logo_hu10234977157890132473.png</url><title>Authors</title><link>https://ac.tuwien.ac.at/authors/</link></image><item><title/><link>https://ac.tuwien.ac.at/team/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ac.tuwien.ac.at/team/</guid><description>&lt;h1 id="-mini-guide-adding-new-team-members-authors">🚀 Mini-Guide: Adding New Team Members (Authors)&lt;/h1>
&lt;p>Whenever a new colleague joins the group, a local profile directory must be created so that TISS data and publications can be automatically linked and synced.&lt;/p>
&lt;hr>
&lt;h2 id="1-directory-structure">1. Directory Structure&lt;/h2>
&lt;p>Create a new subdirectory inside &lt;code>content/authors/&lt;/code>, named after the official &lt;strong>TU Login&lt;/strong> (e.g., &lt;code>content/authors/mmustermann/&lt;/code>).&lt;/p>
&lt;h2 id="2-basic-_indexmd-template">2. Basic &lt;code>_index.md&lt;/code> Template&lt;/h2>
&lt;p>Inside that directory, create an &lt;code>_index.md&lt;/code> file with the following minimal frontmatter:&lt;/p>
&lt;pre>&lt;code class="language-yaml">---
title: Max Mustermann
tiss_id: &amp;quot;13660717&amp;quot;
user_groups:
- PhD Students
---
&lt;/code>&lt;/pre>
&lt;h3 id="-critical-details">⚠️ Critical Details&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>&lt;code>title&lt;/code>&lt;/strong>: First and last name without academic titles (e.g., omit &lt;em>Dr.&lt;/em> or &lt;em>Dipl.-Ing.&lt;/em>)&lt;/li>
&lt;li>&lt;strong>&lt;code>tiss_id&lt;/code>&lt;/strong>: &lt;strong>Extremely Important:&lt;/strong> Enter the &lt;strong>TISS OID&lt;/strong> (e.g., &lt;code>13660717&lt;/code>) here
*(The shorter TISS-ID will NOT work because the API relies strictly on the OID)&lt;/li>
&lt;li>&lt;strong>&lt;code>user_groups&lt;/code>&lt;/strong>: Must contain at least one initial target group (&lt;code>PhD Students&lt;/code>, &lt;code>Postdocs&lt;/code>, or &lt;code>Scientific Staff&lt;/code>)
*(The &lt;code>sync_tiss.py&lt;/code> script will only manage group assignments if one of these default groups is already present)&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="3-data-synchronization--sorting">3. Data Synchronization &amp;amp; Sorting&lt;/h2>
&lt;p>After creating the file, simply run the automated update pipeline:&lt;/p>
&lt;pre>&lt;code class="language-bash">just update-data
&lt;/code>&lt;/pre>
&lt;p>&lt;strong>What happens automatically:&lt;/strong>&lt;/p>
&lt;ol>
&lt;li>&lt;code>sync_tiss.py&lt;/code> queries the TISS API, fills in room numbers, phone numbers, ORCID, titles, email addresses, and adjusts the group assignment (PhD Student/Postdoc)[cite: 4].&lt;/li>
&lt;li>&lt;code>sort_team.py&lt;/code> reads all profile directories and re-sorts all team members alphabetically by last name[cite: 3].&lt;/li>
&lt;/ol></description></item><item><title/><link>https://ac.tuwien.ac.at/team/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ac.tuwien.ac.at/team/</guid><description>&lt;h1 id="-guide-how-to-update-your-profile-page">📝 Guide: How to Update Your Profile Page&lt;/h1>
&lt;p>Each staff member can customize their own profile page.&lt;/p>
&lt;p>Your file is located at:&lt;/p>
&lt;pre>&lt;code>content/authors/YOUR_USERNAME/_index.md
&lt;/code>&lt;/pre>
&lt;p>⚠️ Important: Some fields are synchronized automatically with &lt;strong>TISS&lt;/strong>.&lt;br>
Manual changes to these fields will be overwritten.&lt;/p>
&lt;hr>
&lt;h1 id="-automatically-managed-fields-tiss-sync">🔄 Automatically Managed Fields (TISS Sync)&lt;/h1>
&lt;p>The following information is synchronized regularly from &lt;strong>TISS&lt;/strong> and must not be edited manually:&lt;/p>
&lt;ul>
&lt;li>Name&lt;/li>
&lt;li>Academic titles&lt;/li>
&lt;li>Email&lt;/li>
&lt;li>Phone number&lt;/li>
&lt;li>Room number&lt;/li>
&lt;li>Office hours&lt;/li>
&lt;li>TISS profile link&lt;/li>
&lt;li>ORCID (if present in TISS)&lt;/li>
&lt;/ul>
&lt;p>If any of this information is incorrect, please update it in your &lt;strong>TISS profile&lt;/strong>.&lt;/p>
&lt;hr>
&lt;h1 id="-fields-you-can-edit">✏️ Fields You Can Edit&lt;/h1>
&lt;p>Everything else in your &lt;code>_index.md&lt;/code> file can be customized.&lt;/p>
&lt;h2 id="position--role">Position / Role&lt;/h2>
&lt;p>Your role appears below your name.&lt;/p>
&lt;pre>&lt;code class="language-yaml">role: &amp;quot;PhD Student &amp;amp; Project Assistant&amp;quot;
&lt;/code>&lt;/pre>
&lt;p>If left empty, nothing will be displayed.&lt;/p>
&lt;hr>
&lt;h2 id="short-bio">Short Bio&lt;/h2>
&lt;p>A short summary (1-2 sentences) used in list views.&lt;/p>
&lt;pre>&lt;code class="language-yaml">bio: Jane Doe is a PhD student researching graph algorithms.
&lt;/code>&lt;/pre>
&lt;hr>
&lt;h2 id="research-interests">Research Interests&lt;/h2>
&lt;p>Displayed as bullet points on your profile page.&lt;/p>
&lt;pre>&lt;code class="language-yaml">interests:
- Parameterized Complexity
- Graph Drawing
- Combinatorial Optimization
&lt;/code>&lt;/pre>
&lt;hr>
&lt;h2 id="group-membership">Group Membership&lt;/h2>
&lt;p>Defines how you appear in staff listings.&lt;/p>
&lt;p>Typical options:&lt;/p>
&lt;pre>&lt;code>Professors
Postdocs
PhD Students
Administration
&lt;/code>&lt;/pre>
&lt;p>Example:&lt;/p>
&lt;pre>&lt;code class="language-yaml">user_groups:
- PhD Students
&lt;/code>&lt;/pre>
&lt;hr>
&lt;h1 id="-social-links">🌐 Social Links&lt;/h1>
&lt;p>Icons linking to external profiles can be added in the &lt;code>social:&lt;/code> section.&lt;/p>
&lt;pre>&lt;code class="language-yaml">social:
- icon: google-scholar
icon_pack: ai
link: 'https://scholar.google.com/citations?user=...'
- icon: github
icon_pack: fab
link: 'https://github.com/janedoe'
- icon: orcid
icon_pack: ai
link: 'https://orcid.org/0000-...'
- icon: dblp
icon_pack: ai
link: 'https://dblp.org/pid/312/1234.html'
label: 'DBLP'
- icon: globe
icon_pack: fas
link: 'https://www.janedoe.com'
&lt;/code>&lt;/pre>
&lt;p>⚠️ Some icons (Email, Phone, TISS profile) are added automatically by the system.&lt;/p>
&lt;hr>
&lt;h1 id="-profile-picture">🖼️ Profile Picture&lt;/h1>
&lt;p>To update your profile picture:&lt;/p>
&lt;ol>
&lt;li>Place a &lt;strong>square image&lt;/strong> in your profile folder&lt;/li>
&lt;li>Name the file exactly:&lt;/li>
&lt;/ol>
&lt;pre>&lt;code>avatar.jpg
&lt;/code>&lt;/pre>
&lt;p>The system will automatically crop it.&lt;/p>
&lt;hr>
&lt;h1 id="-biography-text">✍️ Biography Text&lt;/h1>
&lt;p>The full biography is written &lt;strong>below the second &lt;code>---&lt;/code> line&lt;/strong> in the file.&lt;/p>
&lt;p>Markdown formatting is supported.&lt;/p>
&lt;p>Example:&lt;/p>
&lt;pre>&lt;code class="language-markdown">## Biography
Jane Doe joined the Algorithms and Complexity Group in 2024.
Her research focuses on parameterized algorithms and graph drawing.
&lt;/code>&lt;/pre>
&lt;hr>
&lt;h1 id="-internal-links-and-mentions">🔗 Internal Links and Mentions&lt;/h1>
&lt;p>When linking to content within the website, use Hugo shortcodes instead of hardcoded URLs.&lt;br>
This ensures links remain valid even if the URL structure changes.&lt;/p>
&lt;p>For internal pages such as research areas or projects, use &lt;code>ref&lt;/code>:&lt;/p>
&lt;pre>&lt;code class="language-markdown">Check out our [Algorithms Research Area](https://ac.tuwien.ac.at/research/).
&lt;/code>&lt;/pre>
&lt;p>You can also use &lt;code>ref&lt;/code> to link to a person&amp;rsquo;s profile page:&lt;/p>
&lt;pre>&lt;code class="language-markdown">[Prof. Robert Ganian](https://ac.tuwien.ac.at/team/robert-ganian/)
&lt;/code>&lt;/pre>
&lt;p>Alternatively, for people within the institute, you can use the &lt;code>mention&lt;/code> shortcode:&lt;/p>
&lt;pre>&lt;code class="language-markdown">&lt;a href="https://ac.tuwien.ac.at/team/robert-ganian/">Robert Ganian&lt;/a>
&lt;/code>&lt;/pre>
&lt;p>In short: use &lt;code>ref&lt;/code> for internal pages in general, and use either &lt;code>ref&lt;/code> or &lt;code>mention&lt;/code> when referring to colleagues.&lt;/p>
&lt;hr>
&lt;h1 id="-publications--projects">📚 Publications &amp;amp; Projects&lt;/h1>
&lt;p>You &lt;strong>do not need to add publications or projects manually&lt;/strong>.&lt;/p>
&lt;p>They are generated automatically from the central repository.&lt;/p>
&lt;h3 id="publications">Publications&lt;/h3>
&lt;p>Publications are parsed from the central &lt;strong>BibTeX database&lt;/strong>.&lt;/p>
&lt;p>If your name appears in the BibTeX entry:&lt;/p>
&lt;pre>&lt;code class="language-bibtex">author = {Jane Doe and ...}
&lt;/code>&lt;/pre>
&lt;p>the system automatically links the publication to your profile.&lt;/p>
&lt;h3 id="projects">Projects&lt;/h3>
&lt;p>Projects are associated through metadata fields in the central publication/project database.&lt;/p>
&lt;p>No manual action is required in your profile file.&lt;/p>
&lt;hr>
&lt;h1 id="-icon-reference">📚 Icon Reference&lt;/h1>
&lt;p>When adding icons, use the following icon sets.&lt;/p>
&lt;h3 id="academic-icons">Academic Icons&lt;/h3>
&lt;p>For research platforms like Google Scholar or ORCID:&lt;/p>
&lt;p>&lt;a href="https://jpswalsh.github.io/academicons/" target="_blank" rel="noopener">https://jpswalsh.github.io/academicons/&lt;/a>&lt;/p>
&lt;p>Use:&lt;/p>
&lt;pre>&lt;code>icon_pack: ai
&lt;/code>&lt;/pre>
&lt;h3 id="social-media--brand-icons">Social Media / Brand Icons&lt;/h3>
&lt;p>For GitHub, LinkedIn, Twitter, etc.&lt;/p>
&lt;p>&lt;a href="https://fontawesome.com/search?o=r&amp;amp;m=free&amp;amp;f=brands" target="_blank" rel="noopener">https://fontawesome.com/search?o=r&amp;m=free&amp;f=brands&lt;/a>&lt;/p>
&lt;p>Use:&lt;/p>
&lt;pre>&lt;code>icon_pack: fab
&lt;/code>&lt;/pre>
&lt;h3 id="general-icons">General Icons&lt;/h3>
&lt;p>For websites or generic icons.&lt;/p>
&lt;p>&lt;a href="https://fontawesome.com/search?o=r&amp;amp;m=free&amp;amp;s=solid" target="_blank" rel="noopener">https://fontawesome.com/search?o=r&amp;m=free&amp;s=solid&lt;/a>&lt;/p>
&lt;p>Use:&lt;/p>
&lt;pre>&lt;code>icon_pack: fas
&lt;/code>&lt;/pre>
&lt;hr>
&lt;h1 id="-example-template">🧩 Example Template&lt;/h1>
&lt;pre>&lt;code class="language-yaml">---
title: Jane Doe
tiss_id: '123456'
room: HC0401
phone: +43 1 58801 12345
email: jane.doe@tuwien.ac.at
role: &amp;quot;PhD Student &amp;amp; Project Assistant&amp;quot;
bio: Jane Doe is a PhD student researching graph algorithms.
interests:
- Parameterized Complexity
- Graph Drawing
user_groups:
- PhD Students
social:
- icon: google-scholar
icon_pack: ai
link: 'https://scholar.google.com/citations?user=...'
- icon: github
icon_pack: fab
link: 'https://github.com/janedoe'
---
## Biography
Jane Doe joined the Algorithms and Complexity Group in 2024.
&lt;/code>&lt;/pre>
&lt;hr>
&lt;p>If something breaks, you can revert the changes in Git.&lt;/p></description></item></channel></rss>