Skip to content

Commit 205a11d

Browse files
committed
Restore research direction numbering
1 parent 33c8859 commit 205a11d

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ <h2>Four shared directions for open 3D world models</h2>
8080
</div>
8181
<div class="direction-grid">
8282
<article class="direction-card">
83+
<span class="index">01</span>
8384
<h3>Foundation Representation and Manipulation</h3>
8485
<p>
8586
Compact and controllable 3D asset representations for reconstruction,
@@ -92,6 +93,7 @@ <h3>Foundation Representation and Manipulation</h3>
9293
</ul>
9394
</article>
9495
<article class="direction-card">
96+
<span class="index">02</span>
9597
<h3>Spatial Understanding and Synthesis</h3>
9698
<p>
9799
Agentic generation pipelines and engine-grounded tools for coherent 3D
@@ -104,6 +106,7 @@ <h3>Spatial Understanding and Synthesis</h3>
104106
</ul>
105107
</article>
106108
<article class="direction-card">
109+
<span class="index">03</span>
107110
<h3>Interaction Dynamics and Motion</h3>
108111
<p>
109112
Expressive avatars, human-scene interaction, and multi-person motion
@@ -116,6 +119,7 @@ <h3>Interaction Dynamics and Motion</h3>
116119
</ul>
117120
</article>
118121
<article class="direction-card">
122+
<span class="index">04</span>
119123
<h3>Decision Intelligence and Reasoning</h3>
120124
<p>
121125
LLM-based reasoning, language-guided planning, reinforcement learning,

styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,14 @@ h3 {
331331
border-top: 4px solid var(--cyan);
332332
}
333333

334+
.index {
335+
display: block;
336+
margin-bottom: 28px;
337+
color: var(--red);
338+
font-size: 14px;
339+
font-weight: 900;
340+
}
341+
334342
.direction-card p,
335343
.direction-card li,
336344
.project-card span,

0 commit comments

Comments
 (0)