changeset 82:76735aeab807

corrected typo in readme
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 17 Mar 2011 23:06:49 -0400
parents 895807396119
children 41da2cdcd91c
files README
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Mar 14 00:37:10 2011 -0400
+++ b/README	Thu Mar 17 23:06:49 2011 -0400
@@ -1,4 +1,4 @@
-This work is a set of tools developed by Nicolas Saunier for transportation analysis, in particular road traffic. The tool resolves around the most typical transportation data type, trajectories, i.e. temporal series of positions. The original work targeted automated road safety analysis using video sensors. 
+This work is a set of tools developed by Nicolas Saunier for transportation analysis, in particular road traffic. The tool revolves around the most typical transportation data type, trajectories, i.e. temporal series of positions. The original work targeted automated road safety analysis using video sensors. 
 
 This piece of software is at a very early stage and does not really provide any finished tool. It contains:
 
@@ -8,7 +8,7 @@
 
 An Example:
 
-The main use case and example for now is to load and analyze trajectory data from the NGSIM project (ngsim-community.org). In a ipython shell with the pylab option, you can try the following (once the python modules are in your python path). 
+The main use case and example for now is to load and analyze trajectory data from the NGSIM project (ngsim-community.org). In a ipython shell with the pylab option, you can type the following (once the python modules are in your python path). 
 
 $ import storage
 $ objects = storage.loadNgsimFile('./trajectories-0400-0415.txt',100)
@@ -18,6 +18,6 @@
 
 The code is licensed under the MIT open source license (http://www.opensource.org/licenses/mit-license).
 
-If you make use of this piece of software, please cite: N. Saunier, T. Sayed and K. Ismail. Large Scale Automated Analysis of Vehicle Interactions and Collisions. Transportation Research Record: Journal of the Transportation Research Board, 2147:42-50, 2010
+If you make use of this piece of software, please cite: N. Saunier, T. Sayed and K. Ismail. Large Scale Automated Analysis of Vehicle Interactions and Collisions. Transportation Research Record: Journal of the Transportation Research Board, 2147:42-50, 2010. I would be very happy in any case to know about any use of the code, and to discuss any opportunity for collaboration. 
 
 Contact me at nicolas.saunier@polymtl.ca and learn more about my work at http://nicolas.saunier.confins.net.
\ No newline at end of file