feat: update lab name to ANL and sync 5 core research pillars across README.md and UI components

This commit is contained in:
2026-07-30 09:01:30 +09:00
parent 396f8dff3c
commit e35b46d188
10 changed files with 47 additions and 54 deletions
+5 -5
View File
@@ -16,8 +16,8 @@ export default function Footer() {
{/* Marquee band — colophon ticker */}
<Marquee
items={[
"IoT STANDARDS LAB",
"METAVERSE INTEROPERABILITY",
"AI AGENT NETWORKING LAB",
"A2A PROTOCOLS & ACP",
"QUIC MULTI-AGENT ORCHESTRATION",
"ISSUE 01 — 2026",
"KYUNGPOOK NATIONAL UNIVERSITY",
@@ -31,10 +31,10 @@ export default function Footer() {
<div className="lg:col-span-5">
<p className="kicker text-ivory/50">Colophon</p>
<h3 className="headline-ko mt-3 text-2xl leading-snug">
AI
</h3>
<p className="font-display mt-1 text-xl italic text-ivory/70">
IoT Standards Lab
AI Agent Networking Lab (ANL)
</p>
<p className="mt-5 max-w-sm text-sm leading-relaxed text-ivory/60">
<br />
@@ -84,7 +84,7 @@ export default function Footer() {
<div className="border-t border-ivory/20">
<div className="container-content flex flex-col gap-2 py-5 sm:flex-row sm:items-center sm:justify-between">
<p className="text-xs text-ivory/50">
© {new Date().getFullYear()} · . All rights reserved.
© {new Date().getFullYear()} AI (ANL) · . All rights reserved.
</p>
<p className="kicker text-ivory/40">Set in Fraunces · Noto Serif KR · Pretendard</p>
</div>