Skip to content

Commit

Permalink
fixed link. added christofides
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoku committed Oct 6, 2018
1 parent a9ce38c commit 2d2a4b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ <h3>Software</h3>
<li>geo_sampling: Randomly sample locations on the streets. <a href = "https://github.com/geosensing/geo_sampling">Python Package</a> | <a href = "http://geo-sampling.readthedocs.io/">Documentation</a></li>
<li>allocator: Efficiently collect data from geographically distributed locations. <a href = "https://github.com/geosensing/allocator">Python Package</a> | <a href = "https://allocator.readthedocs.io/">Documentation</a> </li>
<li>ybar: Mobile application for crowd sourcing data collection over geographically distributed locations. <a href = "https://github.com/geosensing/ybar">Architecture And Application</a></li>
<li>Implementation of Christofides Algorithm in Python for TSP. <a href ="https://github.com/geosensing/Christofides">Script</a>.</li>
</ul>

<h3>Applications</h3>
<ul>
<li>women count: Missing Women on the streets of Delhi. <a href = "https://github.com/geosensing/women-count">Project</a></li>
<li>streetview: Estimate condition of roads. <a href = "https://github.com/geosensing/streetview">Project</a></li>
<li>Women count: Missing Women on the streets of Delhi. <a href = "https://github.com/geosensing/women-count">Project</a></li>
<li>Street Sense: Learning from Google Street View. <a href = "https://github.com/geosensing/streetsense">Project</a></li>
</ul>

</div><!-- /.blurb -->
Expand Down

0 comments on commit 2d2a4b0

Please sign in to comment.