Skip to content

Commit b7759c0

Browse files
authored
Update streetlens.html
1 parent b0191bd commit b7759c0

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

projects/streetlens.html

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

131131
<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>
132+
<a href="https://dl.acm.org/doi/10.1145/3764917.3771334" target="_blank"
133+
style="display:inline-block; padding:12px 20px; margin-right:15px; background:#2980b9; color:white; text-decoration:none; border-radius:8px;">
134+
GeoHCC’25 Paper
134135
</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>
136+
137+
<a href="https://arxiv.org/pdf/2506.14670" target="_blank"
138+
style="display:inline-block; padding:12px 20px; margin-right:15px; background:#2980b9; color:white; text-decoration:none; border-radius:8px;">
139+
arXiv Paper
140+
</a>
141+
142+
<a href="https://github.com/knowledge-computing/streetlens" target="_blank"
143+
style="display:inline-block; padding:12px 20px; background:#2980b9; color:white; text-decoration:none; border-radius:8px;">
144+
Code
137145
</a>
138146
</div>
139147

@@ -156,7 +164,7 @@ <h2>Jupyter Notebooks</h2>
156164
</div>
157165
</section>
158166

159-
<hr>
167+
<!-- <hr>
160168
<section>
161169
<h2>Try Out StreetLens</h2>
162170
<p>This demo integrates data from the original case study (refer to paper for details) and connects to Cloudflare through the University of Minnesota server. Use the toggle buttons one at a time to explore StreetLens. If you encounter any issues with this demo, please contact Jina Kim &lt;kim01479@umn.edu&gt;.</p>
@@ -182,7 +190,7 @@ <h2>Try Out StreetLens</h2>
182190
document.getElementById("output").textContent = "Error: " + err;
183191
}
184192
}
185-
</script>
193+
</script> -->
186194

187195
<hr>
188196
<section>

0 commit comments

Comments
 (0)