Spaces:
Running
Running
Update About page
Browse files- app/about/page.tsx +3 -6
app/about/page.tsx
CHANGED
|
@@ -10,7 +10,7 @@ export default function AboutPage() {
|
|
| 10 |
|
| 11 |
<main className="mx-auto w-full max-w-[64rem] px-4 pb-24 pt-12 sm:px-8">
|
| 12 |
{/* HEADER --------------------------------------------------------- */}
|
| 13 |
-
<div className="kicker">About
|
| 14 |
<h1
|
| 15 |
className="mt-2 mb-7"
|
| 16 |
style={{
|
|
@@ -347,19 +347,16 @@ export default function AboutPage() {
|
|
| 347 |
<div className="kicker mb-2.5">Cite as</div>
|
| 348 |
<p className="font-mono m-0 text-[12px] leading-[1.7] text-[color:var(--fg)]">
|
| 349 |
EvalEval Coalition. (2026). Evaluation Cards: a reporting layer for AI evaluation
|
| 350 |
-
(
|
| 351 |
</p>
|
| 352 |
</div>
|
| 353 |
<div className="border border-[color:var(--border-soft)] p-[22px]">
|
| 354 |
<div className="kicker mb-2.5">Submit a correction</div>
|
| 355 |
-
<p className="m-0
|
| 356 |
Each record links a correction path. Disclosure gaps close as developers and
|
| 357 |
third parties publish; we accept patches against any (model, benchmark,
|
| 358 |
metric-path) tuple with a citation.
|
| 359 |
</p>
|
| 360 |
-
<span className="font-mono text-[color:var(--fg-subtle)] text-[11px] uppercase tracking-[0.1em]">
|
| 361 |
-
corrections@evalevalai.com
|
| 362 |
-
</span>
|
| 363 |
</div>
|
| 364 |
</div>
|
| 365 |
</section>
|
|
|
|
| 10 |
|
| 11 |
<main className="mx-auto w-full max-w-[64rem] px-4 pb-24 pt-12 sm:px-8">
|
| 12 |
{/* HEADER --------------------------------------------------------- */}
|
| 13 |
+
<div className="kicker">About</div>
|
| 14 |
<h1
|
| 15 |
className="mt-2 mb-7"
|
| 16 |
style={{
|
|
|
|
| 347 |
<div className="kicker mb-2.5">Cite as</div>
|
| 348 |
<p className="font-mono m-0 text-[12px] leading-[1.7] text-[color:var(--fg)]">
|
| 349 |
EvalEval Coalition. (2026). Evaluation Cards: a reporting layer for AI evaluation
|
| 350 |
+
(snapshot 5 Jun 2026). evalcards.evalevalai.com
|
| 351 |
</p>
|
| 352 |
</div>
|
| 353 |
<div className="border border-[color:var(--border-soft)] p-[22px]">
|
| 354 |
<div className="kicker mb-2.5">Submit a correction</div>
|
| 355 |
+
<p className="m-0 text-[13.5px] leading-[1.65] text-[color:var(--fg-muted)]">
|
| 356 |
Each record links a correction path. Disclosure gaps close as developers and
|
| 357 |
third parties publish; we accept patches against any (model, benchmark,
|
| 358 |
metric-path) tuple with a citation.
|
| 359 |
</p>
|
|
|
|
|
|
|
|
|
|
| 360 |
</div>
|
| 361 |
</div>
|
| 362 |
</section>
|