From c42d541828c623cc99c6e789da127c39257b235c Mon Sep 17 00:00:00 2001 From: Lliar-liar <1169523200@qq.com> Date: Sun, 24 May 2026 18:24:48 +0000 Subject: [PATCH] Refine project links and citation section --- README.md | 5 ++- index.html | 116 +++++++++++++++++++++----------------------------- skillopt.html | 116 +++++++++++++++++++++----------------------------- 3 files changed, 99 insertions(+), 138 deletions(-) diff --git a/README.md b/README.md index 6a9e59c..381de7f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ *Train agent skills like you train neural networks — with epochs, learning rates, and validation gates — but without touching model weights.* -[Project page](https://microsoft.github.io/SkillOpt/) · [Paper](https://microsoft.github.io/SkillOpt/#paper) · [Project video](https://youtu.be/JUBMDTCiM0M) +[![Project Page](https://img.shields.io/badge/Project%20Page-SkillOpt-8dbb3c?style=for-the-badge&labelColor=4c4c4c)](https://microsoft.github.io/SkillOpt/) +[![Paper](https://img.shields.io/badge/Paper-Coming%20Soon-b31b1b?style=for-the-badge&labelColor=4c4c4c)](https://microsoft.github.io/SkillOpt/#citation) +[![Project Video](https://img.shields.io/badge/Project%20Video-YouTube-ff0000?style=for-the-badge&labelColor=4c4c4c)](https://youtu.be/JUBMDTCiM0M) [![SkillOpt project video](https://img.youtube.com/vi/JUBMDTCiM0M/maxresdefault.jpg)](https://youtu.be/JUBMDTCiM0M) @@ -417,4 +419,3 @@ For SWEBench, you also need a working Docker environment plus the SWE-bench harn year={2026} } ``` - diff --git a/index.html b/index.html index 4f68c93..aeec83c 100644 --- a/index.html +++ b/index.html @@ -186,6 +186,7 @@ display: inline-flex; align-items: center; justify-content: center; + gap: 8px; min-height: 42px; padding: 10px 15px; font-family: var(--mono); @@ -219,6 +220,27 @@ border-color: var(--gold); } + .button-icon { + width: 16px; + height: 16px; + flex: 0 0 auto; + fill: currentColor; + } + + .button-icon-mark { + display: inline-grid; + place-items: center; + min-width: 30px; + height: 16px; + padding: 0 3px; + border: 1px solid currentColor; + border-radius: 3px; + font-size: 0.52rem; + font-weight: 800; + line-height: 1; + text-transform: none; + } + .hero-ledger { position: relative; overflow: hidden; @@ -1184,14 +1206,6 @@ font-size: 0.92rem; } - .resource-panel { - display: grid; - grid-template-columns: minmax(0, 0.75fr) minmax(280px, 0.55fr); - gap: 18px; - align-items: stretch; - } - - .resource-card, .citation-panel { padding: 22px; background: rgba(255, 255, 255, 0.72); @@ -1199,7 +1213,6 @@ border-radius: 8px; } - .resource-card h3, .citation-panel h3 { margin: 0 0 10px; font-family: var(--display); @@ -1207,41 +1220,12 @@ line-height: 1.05; } - .resource-card p, .citation-panel p { margin: 0; color: var(--muted); line-height: 1.55; } - .resource-links { - display: flex; - flex-wrap: wrap; - gap: 10px; - margin-top: 18px; - } - - .resource-link { - display: inline-flex; - align-items: center; - min-height: 38px; - padding: 8px 12px; - color: var(--ink); - background: var(--paper); - border: 1px solid var(--line-strong); - border-radius: 6px; - font-family: var(--mono); - font-size: 0.76rem; - font-weight: 700; - text-decoration: none; - } - - .resource-link.primary { - color: #f8faf7; - background: var(--black); - border-color: var(--black); - } - .citation-box { overflow-x: auto; margin: 16px 0 0; @@ -1299,7 +1283,6 @@ .manifesto, .teaser-heading, .section-header, - .resource-panel, .evolution-shell { grid-template-columns: 1fr; } @@ -1421,7 +1404,6 @@ Ablations Evolution Transfer - Paper Citation Code @@ -1442,8 +1424,22 @@ Core Idea Method View Results - Code Repo - Paper + + + Code Repo + + + + Paper + + + + Video + @@ -2025,49 +2021,33 @@ -
+
-
07 / Links
+
07 / Citation
-

Paper, code, and citation.

+

Citation.

- The code repository is public. The paper link is reserved here and will - be replaced with the final preprint URL. + The final paper link and BibTeX will be updated when the preprint is available.

-
- - -
-

Citation

-

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

-
@misc{skillopt2026,
+      
+

BibTeX placeholder

+

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

+
@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/}
 }
-
-
+