Skip to content

Commit

Permalink
DOCS: Spelling fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbarany committed Jun 5, 2014
1 parent c0d504c commit 5c8a21f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Track Communities
===================
This tool is a synthesis of analytic components and visualization techniques that allow a user to browse a network of communities based on geo-temporal co-occurence, follow tracks of movement, and observe co-location highlights within a dynamic graph.
This tool is a synthesis of analytic components and visualization techniques that allow a user to browse a network of communities based on geo-temporal co-occurrence, follow tracks of movement, and observe co-location highlights within a dynamic graph.

![Track Communities UI](https://raw.githubusercontent.com/Sotera/track-communities/master/docs/track-communities-example.png)

## What Does It Do?
1. Utilizes **[Aggregate Micro Paths](http://sotera.github.io/aggregate-micro-paths/)** to infer movement patterns based on given geo-temporal data. This produces a graph object that has constructed relationships based off of a configurable definition of geospatial and temporal co-occurence from the inferred tracks of movement.
2. Scales the data with **[Distributed Louvain Modularity](http://sotera.github.io/distributed-louvain-modularity/)**, building hierachical levels of community that can be browsed and visualized as a series of expanding networks of community.
3. Constructs dynamic graph data to help highlight specific tracks of movement and the co-occurence events in a given geo-temporal frame.
1. Utilizes **[Aggregate Micro Paths](http://sotera.github.io/aggregate-micro-paths/)** to infer movement patterns based on given geo-temporal data. This produces a graph object that has constructed relationships based off of a configurable definition of geospatial and temporal co-occurrence from the inferred tracks of movement.
2. Scales the data with **[Distributed Louvain Modularity](http://sotera.github.io/distributed-louvain-modularity/)**, building hierarchical levels of community that can be browsed and visualized as a series of expanding networks of community.
3. Constructs dynamic graph data to help highlight specific tracks of movement and the co-occurrence events in a given geo-temporal frame.
4. Provides a visualization tool that allows a user to browse aggregated networks of communities, follow tracks of movement on a map, and observe co-location highlights in the form of a dynamic graph.

## Easy Start
Expand Down

0 comments on commit 5c8a21f

Please sign in to comment.