<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://saleese.github.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://saleese.github.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2026-08-19T05:22:49+00:00</updated><id>https://saleese.github.io/feed.xml</id><title type="html">blank</title><subtitle>Professor of Software Engineering at Gyeongsang National University, leading the Software Evolution and Architecture Lab. </subtitle><entry><title type="html">Testing the research-area label on blog posts</title><link href="https://saleese.github.io/blog/2026/area-label-test/" rel="alternate" type="text/html" title="Testing the research-area label on blog posts"/><published>2026-08-10T01:00:00+00:00</published><updated>2026-08-10T01:00:00+00:00</updated><id>https://saleese.github.io/blog/2026/area-label-test</id><content type="html" xml:base="https://saleese.github.io/blog/2026/area-label-test/"><![CDATA[<p>This post exists to check one thing: that a post can declare a research area in its front matter and have that area show up as a badge next to its title on the <a href="/blog/">blog index</a>.</p> <h2 id="how-a-post-declares-its-area">How a post declares its area</h2> <p>Add an <code class="language-plaintext highlighter-rouge">area</code> key to the front matter. It takes the same three values the rest of the site uses:</p> <div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nn">---</span>
<span class="na">layout</span><span class="pi">:</span> <span class="s">post</span>
<span class="na">title</span><span class="pi">:</span> <span class="s">Your title</span>
<span class="na">date</span><span class="pi">:</span> <span class="s">2026-08-10 10:00:00 +0900</span>
<span class="na">area</span><span class="pi">:</span> <span class="s">ai</span> <span class="c1"># se | ai | aero</span>
<span class="nn">---</span>
</code></pre></div></div> <p><code class="language-plaintext highlighter-rouge">se</code> is software engineering, <code class="language-plaintext highlighter-rouge">ai</code> is artificial intelligence, and <code class="language-plaintext highlighter-rouge">aero</code> is aerospace engineering. This post is <code class="language-plaintext highlighter-rouge">ai</code>, so its badge is the pale blue one.</p> <p>The colours are the ones from the Venn diagram on the introduction page, and they are defined in a single place, so the badge here, the group headings on the courses page and the labels on the publications page all agree.</p> <p>A post that leaves <code class="language-plaintext highlighter-rouge">area</code> out simply renders its title with no badge, so nothing has to be backfilled.</p>]]></content><author><name></name></author><category term="notes"/><category term="test"/><summary type="html"><![CDATA[A test post that checks the AI badge renders beside a post title on the blog index.]]></summary></entry></feed>