Skip to content

Commit 13af238

Browse files
committed
Remove docs page tagline; update acknowledgements
1 parent 61e935f commit 13af238

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

localgdoc.aml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ paperFooter.citation.bibtex:@misc{sehgal2025formulacode,
7070
}
7171
:end
7272
paperFooter.funding.title: Acknowledgements
73-
paperFooter.funding.description: This project was supported with a Slingshot Award from the <a href=https://www.laude.org/>Laude Institute</a>.
73+
paperFooter.funding.description: This work was supported in part by a Slingshot Award from the <a href=https://www.laude.org/>Laude Institute</a>, NSF awards III-#2505097, PPoSS-#2316161, NSF #2505096, NSF #2505098, and gifts from Point72 and OpenAI.
7474

7575
paperFooter.relatedWork.show: false
7676
paperFooter.relatedWork.title: Related Work

src/components/pages/DocsPage.svelte

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{
44
path: "formula-code/fc-eval",
55
name: "fc-eval",
6-
tagline: "Evaluation harness",
76
description:
87
"Run frontier LLM agents against the FormulaCode benchmark. Spins up reproducible Docker environments, replays the unit-test suite, and computes per-workload speedup, advantage, and stratified scores. Bring your own Terminus or OpenHands agent — `fceval run -d formulacode -a <your-agent>` is all it takes.",
98
docsUrl: "/docs/eval/",
@@ -14,7 +13,6 @@
1413
{
1514
path: "formula-code/datasmith",
1615
name: "datasmith",
17-
tagline: "Data curation pipeline",
1816
description:
1917
"The four-stage pipeline that mines FormulaCode's tasks from real GitHub repositories: scraping high-quality performance PRs, attribute-filtering them with LLM judges, synthesising reproducible build environments, and running the statistical-significance tests that admit a candidate into the benchmark.",
2018
docsUrl: "/docs/data/",
@@ -75,7 +73,6 @@
7573
>
7674
<div class="card-header">
7775
<span class="repo-path">{r.path}</span>
78-
<span class="repo-tagline">{r.tagline}</span>
7976
</div>
8077
<div class="card-image">
8178
<img src={r.image} alt={r.imageAlt} loading="lazy" />
@@ -247,15 +244,6 @@
247244
color: var(--text-muted);
248245
}
249246
250-
.repo-tagline {
251-
font-family: var(--sans);
252-
font-size: 0.7rem;
253-
font-weight: 700;
254-
text-transform: uppercase;
255-
letter-spacing: 0.08em;
256-
color: var(--brand-red);
257-
}
258-
259247
.card-image {
260248
padding: var(--space-md) var(--space-lg);
261249
}

0 commit comments

Comments
 (0)