Skip to content

Commit

Permalink
updating main examples
Browse files Browse the repository at this point in the history
  • Loading branch information
krs-world committed Feb 8, 2017
1 parent 7aae64e commit c3ca306
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,20 +95,20 @@ <h3> <u>BRIDGES Examples</u> </h3>
<b>Example 1.</b> A singly linked list using a reduced version of the
IMDB actor/movie dataset(Click on the image to see the live
visualization).<p>
<a href="http://bridges-cs.herokuapp.com/assignments/11/bridges_public" target="_blank"><img src="./img/list.png" alt="" style="float:left; margin: 0px 0px 5px 5px;width:100%;"/></a> <p>
<a href="http://bridges-cs.herokuapp.com/assignments/16/bridges_public" target="_blank"><img src="./img/list.png" alt="" style="float:left; margin: 0px 0px 5px 5px;width:100%;"/></a> <p>
</div>
<div class="Example2"> <p>
<b>Example 2.</b> Bacon Number and Path Computation using the IMDB
actor/movie dataset. Example illustrates the path between Kevin Bacon
and Denzel Washington (Click on the image to see the live visualization).
<p>
<a href= "http://bridges-cs.herokuapp.com/assignments/10/bridges_public"><img src="./img/graph2.png" alt="" style="float:left; margin: 0px 0px 5px 5px;width:100%;"/></a> <p>
<a href= "http://bridges-cs.herokuapp.com/assignments/17/bridges_public"><img src="./img/graph2.png" alt="" style="float:left; margin: 0px 0px 5px 5px;width:100%;"/></a> <p>
<div class = "Example3">
<p> <b> Example 3.</b> A binary search tree built using earthquake magnitudes;
data from the USGIS earthquake feed(periodically retrieved and stored on
server, so as to always access the most recent quakes). (Click on the
image to see the live visualization).<p>
<a href="http://bridges-cs.herokuapp.com/assignments/12/bridges_public
<a href="http://bridges-cs.herokuapp.com/assignments/15/bridges_public
"><img src="./img/tree.png" alt="" style="float:left; margin: 0px 0px 5px 5px;width:100%;"/></a>
</div>
</div>
Expand Down

0 comments on commit c3ca306

Please sign in to comment.