From 5e968115f515e7b393e9806bbff97e4f02116fcf Mon Sep 17 00:00:00 2001 From: Lliar-liar <1169523200@qq.com> Date: Sun, 24 May 2026 19:39:16 +0000 Subject: [PATCH] Align citation section with SkillLens --- index.html | 108 ++++++++++++++++++++++++++++++-------------------- skillopt.html | 108 ++++++++++++++++++++++++++++++-------------------- 2 files changed, 132 insertions(+), 84 deletions(-) diff --git a/index.html b/index.html index b73a7af..0c8769f 100644 --- a/index.html +++ b/index.html @@ -1537,43 +1537,55 @@ font-size: 0.92rem; } - .citation-panel { - padding: 22px; - background: #ffffff; - border: 1px solid var(--line); - border-radius: 16px; - box-shadow: var(--shadow); - } - - .citation-panel h3 { - margin: 0 0 10px; - font-family: var(--display); - font-size: 1.4rem; - line-height: 1.05; - } - - .citation-panel p { - margin: 0; - color: var(--muted); - line-height: 1.55; - } - - .citation-box { + .bibtex-box { + position: relative; overflow-x: auto; - margin: 16px 0 0; - padding: 16px; - color: #f8faf7; - background: #0f172a; - border-radius: 14px; + margin-top: 18px; + padding: 22px 24px; + color: #94a3b8; + background: #1e293b; + border: 1px solid #334155; + border-radius: 12px; + box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16); } - .citation-box code { + .bibtex-box pre { + margin: 0; + } + + .bibtex-box code { font-family: var(--mono); - font-size: 0.74rem; - line-height: 1.55; + font-size: 0.82rem; + line-height: 1.6; white-space: pre; } + .copy-btn { + position: absolute; + top: 12px; + right: 12px; + padding: 6px 14px; + color: #a5b4fc; + background: rgba(124, 58, 237, 0.20); + border: 1px solid rgba(124, 58, 237, 0.30); + border-radius: 6px; + font-family: var(--mono); + font-size: 0.78rem; + font-weight: 600; + cursor: pointer; + transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease; + } + + .copy-btn:hover { + background: rgba(124, 58, 237, 0.35); + } + + .copy-btn.copied { + color: #86efac; + background: rgba(34, 197, 94, 0.20); + border-color: rgba(34, 197, 94, 0.30); + } + .footer { margin-top: 80px; padding: 32px 0 44px; @@ -2399,26 +2411,25 @@
-
07 / Citation
+
07 / BibTeX

Citation.

- The final paper link and BibTeX will be updated when the preprint is available. + Placeholder BibTeX. The final paper link and camera-ready citation will be updated when available.

-
-

BibTeX placeholder

-

Use this placeholder until the camera-ready citation is available.

-
@misc{skillopt2026,
-  title = {SkillOpt: Executive Strategy for Self-Evolving Agent Skills},
+      
+ +
@misc{skillopt2026,
+  title  = {SkillOpt: Executive Strategy for Self-Evolving Agent Skills},
   author = {SkillOpt Authors},
-  year = {2026},
-  note = {Preprint forthcoming},
-  url = {https://microsoft.github.io/SkillOpt/}
+  year   = {2026},
+  note   = {Preprint forthcoming},
+  url    = {https://microsoft.github.io/SkillOpt/}
 }
-
+