File size: 12,249 Bytes
59027a2
 
 
 
 
 
 
 
 
 
 
 
 
 
2db2783
f266a46
 
59027a2
 
 
 
 
 
 
 
 
 
 
 
2db2783
 
f266a46
59027a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2db2783
f266a46
2db2783
 
 
 
e0f4370
2db2783
 
e0f4370
f266a46
 
e0f4370
2db2783
 
 
 
 
59027a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d18a05d
e0f4370
 
 
 
 
 
d18a05d
 
 
 
e0f4370
d18a05d
 
 
e0f4370
59027a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
---
import HtmlEmbed from "./HtmlEmbed.astro";

interface Props {
  title: string; // may contain HTML (e.g., <br/>)
  titleRaw?: string; // plain title for slug/PDF (optional)
  description?: string;
  authors?: Array<
    string | { name: string; url?: string; affiliationIndices?: number[] }
  >;
  affiliations?: Array<{ id: number; name: string; url?: string }>;
  affiliation?: string; // legacy single affiliation
  published?: string;
  doi?: string;
  paperUrl?: string; // e.g. OpenReview forum
  browserUrl?: string; // interactive demo (browser)
  dashboardUrl?: string; // stats dashboard (overview tab)
  pdfProOnly?: boolean; // Gate PDF download to Pro users only
}

const {
  title,
  titleRaw,
  description,
  authors = [],
  affiliations = [],
  affiliation,
  published,
  doi,
  paperUrl,
  browserUrl,
  dashboardUrl,
  pdfProOnly = false,
} = Astro.props as Props;

type Author = { name: string; url?: string; affiliationIndices?: number[] };

function normalizeAuthors(
  input: Array<
    | string
    | {
        name?: string;
        url?: string;
        link?: string;
        affiliationIndices?: number[];
      }
  >,
): Author[] {
  return (Array.isArray(input) ? input : [])
    .map((a) => {
      if (typeof a === "string") {
        return { name: a } as Author;
      }
      const name = (a?.name ?? "").toString();
      const url = (a?.url ?? a?.link) as string | undefined;
      const affiliationIndices = Array.isArray((a as any)?.affiliationIndices)
        ? (a as any).affiliationIndices
        : undefined;
      return { name, url, affiliationIndices } as Author;
    })
    .filter((a) => a.name && a.name.trim().length > 0);
}

const normalizedAuthors: Author[] = normalizeAuthors(authors as any);

// Determine if affiliation superscripts should be shown (only when there are multiple distinct affiliations referenced by authors)
const authorAffiliationIndexSet = new Set<number>();
for (const author of normalizedAuthors) {
  const indices = Array.isArray(author.affiliationIndices)
    ? author.affiliationIndices
    : [];
  for (const idx of indices) {
    if (typeof idx === "number") {
      authorAffiliationIndexSet.add(idx);
    }
  }
}
const shouldShowAffiliationSupers = authorAffiliationIndexSet.size > 1;
const hasMultipleAffiliations =
  Array.isArray(affiliations) && affiliations.length > 1;

function stripHtml(text: string): string {
  return String(text || "").replace(/<[^>]*>/g, "");
}

function slugify(text: string): string {
  return (
    String(text || "")
      .normalize("NFKD")
      .replace(/\p{Diacritic}+/gu, "")
      .toLowerCase()
      .replace(/[^a-z0-9]+/g, "-")
      .replace(/^-+|-+$/g, "")
      .slice(0, 120) || "article"
  );
}

const pdfBase = titleRaw ? stripHtml(titleRaw) : stripHtml(title);
const pdfFilename = `${slugify(pdfBase)}.pdf`;
---

<section class="hero">
  <h1 class="hero-title" set:html={title} />
  <div class="hero-banner">
    <HtmlEmbed src="banner.html" frameless />
    {description && <p class="hero-desc">{description}</p>}
  </div>
</section>

<header class="meta" aria-label="Article meta information">
  <div class="meta-container">
    {
      normalizedAuthors.length > 0 && (
        <div class="meta-container-cell">
          <h3>Author{normalizedAuthors.length > 1 ? "s" : ""}</h3>
          <ul class="authors">
            {normalizedAuthors.map((a, i) => {
              const supers =
                shouldShowAffiliationSupers &&
                Array.isArray(a.affiliationIndices) &&
                a.affiliationIndices.length ? (
                  <sup>{a.affiliationIndices.join(", ")}</sup>
                ) : null;
              return (
                <li>
                  {a.url ? <a href={a.url}>{a.name}</a> : a.name}{supers}{i < normalizedAuthors.length - 1 && <span set:html=",&nbsp;" />}
                </li>
              );
            })}
          </ul>
        </div>
      )
    }
    {
      Array.isArray(affiliations) && affiliations.length > 0 && (
        <div class="meta-container-cell meta-container-cell--affiliations">
          <h3>Affiliation{affiliations.length > 1 ? "s" : ""}</h3>
          {hasMultipleAffiliations ? (
            <ol class="affiliations">
              {affiliations.map((af) => (
                <li value={af.id}>
                  {af.url ? (
                    <a href={af.url} target="_blank" rel="noopener noreferrer">
                      {af.name}
                    </a>
                  ) : (
                    af.name
                  )}
                </li>
              ))}
            </ol>
          ) : (
            <p>
              {affiliations[0]?.url ? (
                <a
                  href={affiliations[0].url}
                  target="_blank"
                  rel="noopener noreferrer"
                >
                  {affiliations[0].name}
                </a>
              ) : (
                affiliations[0]?.name
              )}
            </p>
          )}
        </div>
      )
    }
    {
      (!affiliations || affiliations.length === 0) && affiliation && (
        <div class="meta-container-cell meta-container-cell--affiliations">
          <h3>Affiliation</h3>
          <p>{affiliation}</p>
        </div>
      )
    }
    {
      published && (
        <div class="meta-container-cell meta-container-cell--published">
          <h3>Published</h3>
          <p>{published}</p>
        </div>
      )
    }
    {
      (paperUrl || browserUrl || dashboardUrl) && (
        <div class="meta-container-cell meta-container-cell--links">
          <h3>Links</h3>
          <p class="hero-links">
            {paperUrl && (
              <a class="button lk-paper" href={paperUrl} target="_blank" rel="noopener noreferrer">Paper</a>
            )}
            {browserUrl && (
              <a class="button lk-demo" href={browserUrl} target="_blank" rel="noopener noreferrer">Demo</a>
            )}
            {dashboardUrl && (
              <a class="button lk-dash" href={dashboardUrl} target="_blank" rel="noopener noreferrer">Dashboard</a>
            )}
          </p>
        </div>
      )
    }
    <!-- {doi && (
      <div class="meta-container-cell">
        <h3>DOI</h3>
        <p><a href={`https://doi.org/${doi}`} target="_blank" rel="noopener noreferrer">{doi}</a></p>
      </div>
    )} -->
    {/* PDF/Pro section hidden: HuggingFace template bloat */}
  </div>
</header>

<script>
  // PDF access control - disabled (HuggingFace Pro gating removed)
  // The PDF section is commented out in the template above.
  // This script is kept as a no-op to avoid build errors if any
  // external code references these selectors.
</script>

<style>
  /* Hero (full-width) */
  .hero {
    width: 100%;
    padding: 64px 16px 16px;
    text-align: center;
  }
  .hero-title {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 8px;
    max-width: 100%;
  }
  .hero-banner {
    max-width: 980px;
    margin: 0 auto;
  }
  .hero-desc {
    color: var(--muted-color);
    font-style: italic;
    margin: 0 auto 16px;
    max-width: 55%;
  }

  @media (max-width: 768px) {
    .hero-desc {
      max-width: 90%;
    }
  }

  /* Meta (byline-like header) */
  .meta {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 0;
    font-size: 0.9rem;
  }
  .meta-container {
    max-width: 980px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 var(--content-padding-x);
    gap: 8px;
  }
  /* Subtle underline for links in meta; keep buttons without underline */
  .meta-container a:not(.button) {
    color: var(--link-color);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 0.06em;
    text-decoration-color: var(--link-underline);
    transition: text-decoration-color 0.15s ease-in-out;
  }
  .meta-container a:hover {
    text-decoration-color: var(--link-underline-hover);
  }
  .meta-container a.button,
  .meta-container .button {
    text-decoration: none;
  }
  /* Links cell: stacked, quiet outlined buttons */
  .hero-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .hero-links .button {
    background: var(--surface-bg);
    color: var(--text-color);
    border-color: var(--border-color);
  }
  .hero-links .button:hover {
    border-color: var(--muted-color);
    filter: none;
  }
  .meta-container-cell {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 400px;
  }
  .meta-container-cell h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: var(--muted-color);
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  .meta-container-cell p {
    margin: 0;
  }
  .authors {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .authors li {
    white-space: nowrap;
    padding:0;
  }
  .affiliations {
    margin: 0;
    padding-left: 1.25em;
  }
  .affiliations li {
    margin: 0;
  }

  header.meta .meta-container {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  @media (max-width: 768px) {
    .meta-container-cell--affiliations,
    .meta-container-cell--pdf {
      text-align: right;
    }
  }

  @media print {
    .meta-container-cell--pdf {
      display: none !important;
    }
  }

  /* PDF access control styles */
  .pdf-header-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
  }

  .pdf-header-wrapper h3 {
    line-height: 1;
  }

  .pdf-loading {
    color: var(--muted-color);
    font-size: 0.9em;
  }

  .pdf-pro-only {
    margin: 0;
  }

  .pro-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-style: normal;
  }

  .pro-badge-prefix {
    font-size: 0.85em;
    opacity: 0.5;
    font-weight: 400;
    font-style: normal;
  }

  .pro-badge {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.025);
    background: linear-gradient(to bottom right, #f9a8d4, #86efac, #fde047);
    color: black;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 0.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }

  /* Dark mode pro badge */
  :global(.dark) .pro-badge,
  :global([data-theme="dark"]) .pro-badge {
    background: linear-gradient(to bottom right, #ec4899, #22c55e, #eab308);
    border-color: rgba(255, 255, 255, 0.15);
  }

  .pro-only-label {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 0.85em;
    opacity: 0.5;
    font-weight: 400;
    line-height: 1;
  }

  .pro-only-dash {
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }

  .pro-only-icon {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
  }

  .pro-only-text {
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }

  .pdf-locked {
    display: block;
  }

  .button-locked {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, 
                  var(--primary-color) 0%, 
                  oklch(from var(--primary-color) calc(l - 0.1) calc(c + 0.05) calc(h - 60)) 100%);
    border-radius: var(--button-radius);
    padding: var(--button-padding-y) var(--button-padding-x);
    font-size: var(--button-font-size);
    line-height: 1;
    color: var(--on-primary);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: normal;
    border-color: rgba(0, 0, 0, 0.15);
  }

  .button-locked:active {
    transform: translateY(0);
  }

  .lock-icon {
    font-size: 1em;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  .locked-title {
    position: relative;
    z-index: 1;
  }

  /* Dark mode locked button - inherits from light mode variables */

  @media (max-width: 768px) {
    .meta-container-cell--pdf {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
  }
</style>