nielsr HF Staff commited on
Commit
328dd20
verified
1 Parent(s): 5fd5c31

Sync paperswithcode.co frontend

Browse files
Files changed (1) hide show
  1. index.html +21 -0
index.html CHANGED
@@ -26,6 +26,22 @@
26
  <link rel="icon" type="image/png" sizes="192x192" href="/favicon-192.png?v=2" />
27
  <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2" />
28
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css" integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV" crossorigin="anonymous" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  <!-- Privacy-friendly analytics by Plausible -->
31
  <script>
@@ -54,5 +70,10 @@
54
  </head>
55
  <body>
56
  <div id="root"></div>
 
 
 
 
 
57
  </body>
58
  </html>
 
26
  <link rel="icon" type="image/png" sizes="192x192" href="/favicon-192.png?v=2" />
27
  <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2" />
28
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css" integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV" crossorigin="anonymous" />
29
+ <style>
30
+ .initial-paper { max-width: 960px; margin: 0 auto; padding: 24px; color: #202124; font: 16px/1.6 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
31
+ .initial-paper article { max-width: 800px; }
32
+ .initial-paper h1 { margin: .25rem 0 .5rem; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.12; letter-spacing: -.025em; }
33
+ .initial-paper h2 { margin: 2rem 0 .5rem; font-size: 1.3rem; }
34
+ .initial-paper h3 { margin-bottom: .25rem; font-size: 1rem; }
35
+ .initial-paper a { color: #2563eb; }
36
+ .initial-paper-breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 2rem; font-size: .9rem; }
37
+ .initial-paper-kicker { margin: 0; color: #5f6368; font-size: .9rem; }
38
+ .initial-paper .citation_author { color: #4b5563; }
39
+ .initial-paper-authors summary { cursor: pointer; color: #4b5563; }
40
+ .initial-paper ul { margin-top: .25rem; padding-left: 1.25rem; }
41
+ .initial-paper-links { display: inline-block; min-width: 14rem; margin-right: 2rem; vertical-align: top; }
42
+ .initial-discovery-footer { max-width: 960px; margin: 2rem auto; padding: 0 24px 24px; display: flex; gap: .65rem; font: 14px/1.5 system-ui, sans-serif; }
43
+ @media (prefers-color-scheme: dark) { .initial-paper { color: #e5e7eb; } .initial-paper-kicker, .initial-paper .citation_author { color: #9ca3af; } .initial-paper a { color: #93c5fd; } }
44
+ </style>
45
 
46
  <!-- Privacy-friendly analytics by Plausible -->
47
  <script>
 
70
  </head>
71
  <body>
72
  <div id="root"></div>
73
+ <footer class="initial-discovery-footer">
74
+ <a href="/papers/recent">Recent papers</a>
75
+ <span aria-hidden="true">路</span>
76
+ <a href="/papers/archive">Paper archive</a>
77
+ </footer>
78
  </body>
79
  </html>