feat: update lab name to ANL and sync 5 core research pillars across README.md and UI components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user