Difference between revisions of "Main Page/Research"

From phurvitz
Jump to: navigation, search
(Replacing page with '__FORCETOC__ ==MSB Project== * Issues * Overall Strategy * Research Questions ==Papers== ==Census ...')
Line 1: Line 1:
 
__FORCETOC__
 
__FORCETOC__
==MSB Issues==
+
==MSB Project==
{|- border="1"
+
* [[/MSB/Issues | Issues]]
!issue!!priority!!who!!resolution?!!resolved?
+
* [[/MSB/Overall Strategy | Overall Strategy]]
|-
+
* [[/MSB/Research Questions | Research Questions]]
|timestamps on MyExperience do not match SMS || '''high''' || Phil || "fuzzy" time matching will fix||R code fixes
 
|-
 
|timestamps should be in a consistent or explicit time zone || '''high''' || ?? || ||
 
|-
 
|duplicate timestamps on certain records || '''high''' || Phil || delete duplicates || perl script fixes
 
|-
 
|GPS data: full set of measurements || ''medium'' (assuming these can be extracted from current data) || Jonathan || ||
 
|-
 
|'''wget''' copies index.html files || '''high''' || Jonathan || use '''wget --reject=html,htm||
 
|-
 
|GPS data munged, see [http://www.cs.washington.edu/research/projects/ubicomp3/phurvitz/gis.washington.edu/phurvitz/msb/data/pmh04_20071012/part_02/sirfGPSOutput.kml part_02] || ''medium'' (unless this pattern repeats itself) || ?? || ||
 
|-
 
|need codes for LEDs on MSB || ''medium/high'' (for troubleshooting when subjects will go out) || Carl ||  
 
*Blinking red - no communication w/ gps module
 
*Solid red - communication ok, no lock
 
*Green - Fully locked
 
*Cyan - Partial (2D) lock
 
*Blue - Dead reckoning
 
|| see codes (left)
 
|-
 
|MyExperience Analyzer command line interface || low || Jon F || ||
 
|-
 
|some data sets do not get parsed, see [http://gis.washington.edu/phurvitz/msb/data/pmh04.2/ pmh04.2]
 
This dir seems to contain 8 blocks of data (large files) separated by a series of small files (293 or 0 kB).
 
  
The output is very limited for [http://www.cs.washington.edu/research/projects/ubicomp3/phurvitz/gis.washington.edu/phurvitz/msb/data/pmh04.2/part_05/ part_05] and [http://www.cs.washington.edu/research/projects/ubicomp3/phurvitz/gis.washington.edu/phurvitz/msb/data/pmh04.2/part_08/ part_08], and [http://www.cs.washington.edu/research/projects/ubicomp3/phurvitz/gis.washington.edu/phurvitz/msb/data/pmh04.2/part_06/ part_06] could not be classified.
+
==Papers==
|| '''high''' || Jonathan ||
 
When the MSB runs out of power, the last file causes the entire session not to parse.  In order to avoid this, rename files that are not the standard size to ''*.uwar.junk'' or anything other than ''*.uwar''.
 
|| Yes
 
|}
 
 
 
==Overall Strategy==
 
''Based on discussion with Miles, 2008-09-23''
 
# Define and explicate a new data-driven construct for conceptualizing movement in urban environments.
 
## Three typologies of movement:
 
### Dwell
 
###: XY-aggregated locations at which a substantial amount of "non-moving" time is spent; may include short, punctuated bouts of "moving" points
 
### Trip
 
###: linear collections of "moving" points, may contain short, punctuated bouts of "non-moving" points
 
### Stop
 
###: XY-aggregated locations of "non-moving" points within trips
 
#:'''How have others attempted to define & measure this or a similar typology?'''
 
#:'''What does this new paradigm have to offer?'''
 
#:'''What data set would be necessary to investigate the use of this paradigm?'''
 
#:'''What hypotheses could be tested using this construct?'''
 
# Explicate methodology for obtaining & processing data set
 
# Hypotehsis testing for hypotheses made in step 1
 
# 4D data frame
 
## XY (Cartesian)
 
## Z (elevation)
 
## time
 
## attribute(s) of points
 
#: Display a cloud of XYZt data with unique value classification of an attribute
 
#: "Collapse" one of the dimensions by viewing data cube endwise
 
#: Look for patterns across subjects, dwell, or trip types.
 
 
 
==Research Questions==
 
* What are the built environment characteristics of areas of maximum utilization distribution?
 
* What are the differences in built environment characteristics of areas of maximum UD stratified by activity type?
 
* What are the BE characteristics of the proximate area for bouts of different types of PA?
 
* What is the relationship between PA and distance between home and work?
 
* What is the relationship between PA and the size of home range?
 
* What is the relationship between the size of home range and distance between home and work?
 
* What is the difference, if any, of diversity of environments in areas/locations of different PA?
 
* What are the BE characteristics of trips that differ by:
 
** Transportation mode
 
** Trip duration
 
** Trip distance
 
  
 
==Census data==
 
==Census data==
 
[[/Importing ZCTA census data|Importing ZCTA census data]]
 
[[/Importing ZCTA census data|Importing ZCTA census data]]

Revision as of 19:38, 26 January 2009

MSB Project

Papers

Census data

Importing ZCTA census data