You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divid="aboutBox" class="info-box hidden" role="region" aria-label="About Iris and how to use it">
42
+
<divclass="info-header">
43
+
<h3class="info-title">What is Iris? How to use</h3>
44
+
</div>
45
+
<divclass="info-content">
46
+
<p><strong>Iris</strong> discovers the shortest hyperlink path between two Wikipedia pages. Under the hood it runs a high‑performance graph search and streams live progress, then visualizes the path so you can explore how topics connect.</p>
47
+
<ulclass="info-list">
48
+
<li><strong>Pick pages:</strong> Enter two Wikipedia page titles (e.g., “Barack Obama” → “Mathematics”). Exact titles work best.</li>
49
+
<li><strong>Start:</strong> Click <em>Find Path</em>. The progress card shows depth, nodes explored, queue size, and elapsed time.</li>
50
+
<li><strong>Explore:</strong> Drag nodes to tidy the layout and click any step to open it on Wikipedia.</li>
51
+
<li><strong>Resume:</strong> Your latest search is saved locally so you can refresh and continue later.</li>
52
+
</ul>
53
+
<pclass="info-note">Tip: Some pairs can take longer or may not connect quickly. Try broader page titles if you get stuck.</p>
0 commit comments