KaiWu123 commited on
Commit
126c304
·
verified ·
1 Parent(s): de67ba6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +15 -4
index.html CHANGED
@@ -25,6 +25,9 @@
25
  .links { margin-bottom: 22px; display: flex; flex-wrap: wrap; gap: 16px; font-size: 13.5px; }
26
  .links a { color: var(--blue); text-decoration: none; border-bottom: 1px solid rgba(103,212,255,.3); }
27
  .links a:hover { color: #fff; border-color: #fff; }
 
 
 
28
  .controls {
29
  display: grid; grid-template-columns: 2fr 1fr auto auto; gap: 12px; align-items: center;
30
  padding: 16px; margin-bottom: 8px; border: 1px solid var(--line); border-radius: 12px;
@@ -61,12 +64,20 @@
61
  <div class="wrap">
62
  <h1>Awesome <span>AI4AI</span></h1>
63
  <p class="sub">223 papers on whether AI can reliably improve AI — the catalog behind the survey.</p>
 
 
 
64
  <div class="links">
65
- <a href="https://www.preprints.org/manuscript/202608.2108/v1">📄 Paper</a>
66
- <a href="https://kaiwu5.github.io/Awesome-AI4AI/">🌐 Project site</a>
67
- <a href="https://github.com/KaiWU5/Awesome-AI4AI"> Repo</a>
68
- <a href="https://huggingface.co/datasets/KaiWu123/awesome-ai4ai">📊 Dataset</a>
 
69
  </div>
 
 
 
 
70
 
71
  <div class="controls">
72
  <input type="text" id="q" placeholder="Search titles…" autocomplete="off">
 
25
  .links { margin-bottom: 22px; display: flex; flex-wrap: wrap; gap: 16px; font-size: 13.5px; }
26
  .links a { color: var(--blue); text-decoration: none; border-bottom: 1px solid rgba(103,212,255,.3); }
27
  .links a:hover { color: #fff; border-color: #fff; }
28
+ .cn { margin: -8px 0 22px; color: var(--muted); font-size: 12.5px; }
29
+ .cn a { color: var(--lime); text-decoration: none; border-bottom: 1px solid rgba(185,245,109,.3); }
30
+ .cn a:hover { color: #fff; border-color: #fff; }
31
  .controls {
32
  display: grid; grid-template-columns: 2fr 1fr auto auto; gap: 12px; align-items: center;
33
  padding: 16px; margin-bottom: 8px; border: 1px solid var(--line); border-radius: 12px;
 
64
  <div class="wrap">
65
  <h1>Awesome <span>AI4AI</span></h1>
66
  <p class="sub">223 papers on whether AI can reliably improve AI — the catalog behind the survey.</p>
67
+ <!-- The Hub embeds this page in a sandboxed iframe without
68
+ allow-top-navigation, so every outbound link needs target="_blank"
69
+ or the browser refuses the navigation. -->
70
  <div class="links">
71
+ <a href="https://www.preprints.org/manuscript/202608.2108/v1" target="_blank" rel="noopener">📄 Paper</a>
72
+ <a href="https://raw.githubusercontent.com/KaiWU5/Awesome-AI4AI/main/assets/AI4AI-Survey.pdf" target="_blank" rel="noopener">📥 PDF</a>
73
+ <a href="https://kaiwu5.github.io/Awesome-AI4AI/" target="_blank" rel="noopener">🌐 Project site</a>
74
+ <a href="https://github.com/KaiWU5/Awesome-AI4AI" target="_blank" rel="noopener"> Repo</a>
75
+ <a href="https://huggingface.co/datasets/KaiWu123/awesome-ai4ai" target="_blank" rel="noopener">📊 Dataset</a>
76
  </div>
77
+ <p class="cn">🇨🇳 From mainland China, huggingface.co may be unreachable — use the
78
+ <a href="https://hf-mirror.com/datasets/KaiWu123/awesome-ai4ai" target="_blank" rel="noopener">hf-mirror dataset</a>,
79
+ or the <a href="https://github.com/KaiWU5/Awesome-AI4AI" target="_blank" rel="noopener">GitHub repo</a>
80
+ (both reachable). This page itself works either way.</p>
81
 
82
  <div class="controls">
83
  <input type="text" id="q" placeholder="Search titles…" autocomplete="off">