Skip to content

Commit ae8efb7

Browse files
committed
cleaning up
1 parent 125be40 commit ae8efb7

4 files changed

Lines changed: 3 additions & 866 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</p>
1010

1111
<p align="center">
12-
<a href="https://xcellect.github.io/recips/">Paper Page</a> |
12+
<a href="https://xcellect.github.io/recips/">Paper Website</a> |
1313
<a href="https://arxiv.org/pdf/2602.23232.pdf">Paper PDF</a> |
1414
<a href="https://arxiv.org/abs/2602.23232">arXiv Abstract</a> |
1515
<a href="https://colab.research.google.com/github/xcellect/recips/blob/main/playground.ipynb">Colab Demo</a> (no setup required)

paper-site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>ReCoN-Ipsundrum | Paper Page</title>
7+
<title>ReCoN-Ipsundrum | Paper Website</title>
88
<meta name="description"
99
content="Project page for ReCoN-Ipsundrum with abstract, concise narrative sections, rollout media, paper figures, additional analysis, and BibTeX.">
1010
<link rel="icon" href="favicon.svg" type="image/svg+xml">

paper-site/static/js/site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function renderPaper(paper) {
194194
setText("paper-abstract", paper.abstract);
195195
setText("bibtex-block", paper.bibtex);
196196

197-
document.title = "ReCoN-Ipsundrum | Paper Page";
197+
document.title = "ReCoN-Ipsundrum | Paper Website";
198198
const metaDescription = document.querySelector('meta[name="description"]');
199199
if (metaDescription && paper.abstract) {
200200
metaDescription.setAttribute("content", paper.abstract);

0 commit comments

Comments
 (0)