Skip to content

Commit 463404b

Browse files
committed
Update streetlens.html
1 parent 1dfbe7d commit 463404b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

projects/streetlens.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,15 @@ <h1><b>StreetLens</b>: Enabling Human-Centered AI Agents for </br> Neighborhood
128128
</div>
129129
</header>
130130

131+
<div style="text-align:center; margin: 20px 0;">
132+
<a href="https://arxiv.org/pdf/2506.14670" target="_blank">
133+
<button style="padding: 12px 20px; margin-right: 15px; background:#2980b9; color:white; border:none; border-radius:8px; cursor:pointer;">arXiv Paper</button>
134+
</a>
135+
<a href="https://github.com/knowledge-computing/streetlens" target="_blank">
136+
<button style="padding: 12px 20px; background:#2980b9; color:white; border:none; border-radius:8px; cursor:pointer;">Code</button>
137+
</a>
138+
</div>
139+
131140
<section>
132141
<h2>Introduction</h2>
133142
<div style="margin-left: 50px; margin-right: 50px;">
@@ -142,8 +151,8 @@ <h2>Introduction</h2>
142151
<section>
143152
<h2>Jupyter Notebooks</h2>
144153
<div style="text-align:center; margin-bottom: 30px;">
145-
<a href="https://colab.research.google.com/drive/NOTEBOOK_ID_1" target="_blank" style="margin: 0 15px; padding: 10px 20px; background:#3498db; color:white; text-decoration:none; border-radius:8px;">Notebook 1</a>
146-
<a href="https://colab.research.google.com/drive/NOTEBOOK_ID_2" target="_blank" style="margin: 0 15px; padding: 10px 20px; background:#2ecc71; color:white; text-decoration:none; border-radius:8px;">Notebook 2</a>
154+
<a href="https://github.com/knowledge-computing/streetlens/notebook/" target="_blank" style="margin: 0 15px; padding: 10px 20px; background:#2ecc71; color:white; text-decoration:none; border-radius:8px;">1_data_exploration.ipynb</a>
155+
<a href="https://github.com/knowledge-computing/streetlens/notebook/" target="_blank" style="margin: 0 15px; padding: 10px 20px; background:#2ecc71; color:white; text-decoration:none; border-radius:8px;">2_assess_neighborhood_environment.ipynb</a>
147156
</div>
148157
</section>
149158

0 commit comments

Comments
 (0)