Extracting Semantics of Individual Places from Movement Data by Analyzing Temporal Patterns of Visits

Size: px
Start display at page:

Download "Extracting Semantics of Individual Places from Movement Data by Analyzing Temporal Patterns of Visits"

Transcription

1 Extracting Semantics of Individual Places from Movement Data by Analyzing Temporal Patterns of Visits Gennady Andrienko 1,4, Natalia Andrienko 1,4, Georg Fuchs 1, Ana-Maria Olteanu Raimond 2, Juergen Symanzik 3, Cezary Ziemlicki 2 1 Fraunhofer Institute IAIS (Intelligent Analysis and Information Systems) and University of Bonn, Germany 2 Orange Labs R&D, Paris, France 3 Utah State University, Logan, USA 4 City University, London, UK ABSTRACT Data reflecting movements of people, such as GPS or GSM tracks, can be a source of information about mobility behaviors and activities of people. Such information is required for various kinds of spatial planning in the public and business sectors. Movement data by themselves are semantically poor. Meaningful information can be derived by means of interactive visual analysis performed by a human expert; however, this is only possible for data about a small number of people. We suggest an approach that allows scaling to large datasets reflecting movements of numerous people. It includes extracting stops, clustering them for identifying personal places of interest (POIs), and creating temporal signatures of the POIs characterizing the temporal distribution of the stops with respect to the daily and weekly time cycles and the time line. The analyst can give meanings to selected POIs based on their temporal signatures (i.e., classify them as home, work, etc.), and then POIs with similar signatures can be classified automatically. We demonstrate the possibilities for interactive visual semantic analysis by example of GSM, GPS, and Twitter data. GPS data allow inferring richer semantic information, but temporal signatures alone may be insufficient for interpreting short stops. Twitter data are similar to GSM data but additionally contain message texts, which can help in place interpretation. We plan to develop an intelligent system that learns how to classify personal places and trips while a human analyst visually analyzes and semantically annotates selected subsets of movement data. 1 INTRODUCTION Analysis of movement data is now a hot research topic in GI Science [10], spatial databases [8], data mining [7] and visual analytics [4]. There is a special interest to data about movements of people for their potential to enable insights into patterns of people's mobility and activities. Thus, for spatial planning applications, it is important to know the typical movement-related behaviors and needs of the people on a given territory in order to find suitable planning options and predict their possible effects, e.g., by means of simulation. A usual approach is asking a sample of the population to provide their diaries, i.e., reports about the daily activities and travels. The diaries are then generalized to a set of typical mobility and activity profiles, which can be used to generate synthetic populations for simulation of various "what if" scenarios. However, such population surveys are expensive and the resulting data are very limited in their temporal extent (usually andrienko@geoanalytics.net each person reports about a single day or a few days). Unlike personal diaries, movement data can be collected automatically by GPS trackers or by recording positions of mobile devices and, hence, are cheap and easy to acquire. However, the data consist of just geographic coordinates and time stamps and lack any semantic information. To make a reasonable alternative to diaries, movement data need to be semantically enriched by attaching meanings to the spatial positions and travels of the people. Semantic information can be derived by comparing the positions with locations of predefined places of interest (POI) [11]. For example, a daily trajectory that starts and ends at a hotel, visits one or more tourist attractions, and stops at a restaurant is classified as a "tourist's trajectory". This approach, however, does not uncover personal POIs such as home, work, child's school or kindergarten, and regularly visited grocery. In the area of human geography, mobile phone calls data are analyzed to find personal POIs and classify some of them as home or work places based on the frequency of the person s calls from each place, their average time of the day, and the standard deviation of the time of the day [1]. There is no attempt to classify other kinds of POIs. Interactive visualizations allow a human analyst to discover and interpret personal POIs and mobility patterns from movement data of one person [2]; however, it is not feasible to do the same for many individuals as analyst's time is a very limited and costly resource. Our goal is to extend this visual analytics approach [2] to much larger datasets reflecting movements of many people. We apply a procedure that extracts stops, finds spatial clusters of the stops, which correspond to individual POIs, and creates "temporal signatures" characterizing the temporal distribution of person's presence in each POI. The signatures are then visualized to enable understanding of place meaning by an analyst. After the analyst assigns a subset of places to some category based on their temporal signatures, places with similar signatures can be automatically found in a database and assigned to the same category. We illustrate our ideas using three example datasets. The first dataset contains 609,241 time-stamped GSM positions (cell tower coordinates) of 67 persons in France for a period of 49 days. The data have been obtained by an active collection procedure: selected people were pinged every 7 minutes. The second dataset contains 81,389 GPS positions of a single person in the USA for a period of 351 days. We have also tested the approach on the Nokia mobile data challenge dataset consisting of 1,153,070 positions of 38 persons during 262 days. The data were provided by volunteers for use in research. The third dataset consists of 163,203 georeferenced tweets from the greater Seattle urban area in USA, which were posted by 2,607 local Twitter users during the two-month period from August 8th to October 8th, 2011.

2 Figure 2. POIs and their temporal profiles for person A. Two gray curves on each graph correspond to the home and work places, the black curves to the leisure place. Figure 1. Overview of the GSM data set: trajectories and POIs 2 COMPUTATIONAL PROCESSING To extract individual POIs, we adapt the procedure proposed in [5]. It starts with extracting each person s positions of stops with the user-specified minimum duration t min. For this purpose, the diagonal of the bounding rectangle enclosing each recorded position and the following positions, if any, within the time window t min is computed. If the diagonal length is below a userspecified distance threshold d max, the position is treated as a stop position. The choice of t min and d max depends on the temporal and spatial resolution of the data. We take t min = 30 minutes and d max = 1km for the GSM data and t min = 5 minutes and d max = 100m for the GPS data. These values have been selected with the help of an interactive interface [6]. At the second step, clusters of each person s repeated stops are identified by means of density-based clustering [5], which is done separately for each person. For our GSM and GPS data examples, we use spatial thresholds of 1km and 100m and minimal numbers of neighbors 5 and 3, respectively. This results in 283 clusters for 67 persons in the GSM data set (Fig.1) and 19 clusters for a single person in the GPS data set. These clusters represent candidate individual POIs. To outline the POIs, spatial buffer zones around the clusters are built. In our examples, we build buffer zones with radii of 500m and 50m, respectively (one half of the clustering distance threshold). At the third step, the following temporal aggregates are computed for each candidate POI: Total count of visits; Minimum/average/maximum/median durations of visits; Count of different days, weeks, months with visits; Count of different days of week; Time series of visit counts by hours of a day: o for all visits to the POI; o for the visits on working days; o for the visits on the weekend. Time series of visit counts by days of a week; Time series of visit counts by weeks (GSM data) and months (GPS data). These aggregates represent temporal signatures of the POIs. We hypothesize that (1) the likely meanings of the POIs can be inferred from the temporal signatures and (2) similar temporal Figure 3. Temporal profiles of POIs of person B. Two gray curves on each graph correspond to the home and work places in Paris and the black curves to the weekend home in Lille. signatures of POIs of different persons correspond to similar meanings of the POIs for these persons. We suggest a set of interactive visual tools that enable an analyst to explore the temporal signatures of different POIs and determine their probable meanings based on background knowledge of human behaviors. As the analyst gives a certain meaning to one POI, the same meaning can be automatically assigned to all POIs having similar temporal signatures according to a specially designed distance function. In this way, the method is scaled to large datasets. 3 VISUAL INTERPRETATION OF POIS IN GSM DATA The interactive visual interface for POI exploration, interpretation, and semantic annotation includes two main components: a map and a set of time graphs. The map shows the spatial positions and extents of the POIs. One of the temporal aggregates can be represented by embedded diagrams at the POI locations. Additionally, the stop points and the trajectories can be drawn semi-transparently. The time graphs represent the computed time series.

3 Figure 5. Trajectories from GPS data and extracted POIs. working days (about 50%) in early afternoon. This may be either a lunch place or a leisure/sport activity location. Figure 3 shows the temporal profiles of the POIs of person B, who has an easy-to-identify work POI and an area where the stops occur mostly in the evenings of the working days and rarely on weekends. Besides, there is a POI in Lille visited almost every weekend. Evidently, B has two home places, one for the workdays (close to the work place) and one for the weekends. Figure 4 demonstrates a case when a person has, evidently, two work places. The one filled in light green is attended more often and the other (in yellow) in less than 20% of the working days. Both POIs are never visited on Wednesday. Additionally to the POIs classified as home and work places, we could also find POIs of repeated evening activities (most likely, leisure) and destinations of occasional weekend trips, distant vacation trips (occurring within a holiday period and having a uniform hourly distribution of stops), and business trips (the hourly distributions of the stops is similar to places of work and home). It is quite easy to infer the transportation modes of the long-distance trips by matching the routes to the road networks and considering the average speeds. The suitability of GSM data for semantic interpretation of mobility is somewhat limited by the nature of the data collection procedure. Small changes of position are not captured due to the low spatial resolution. Short stops cannot be captured, too. Figure 4. POIs ad their temporal profiles for person C. Highlighted are two probable places of work attended in different days. Synchronous querying of all three information layers (trajectories, stops, and POIs) is supported by interactive filtering tools that link related datasets. Selecting a subset of trajectories also selects the stops extracted from these trajectories. Selecting a subset of stops also selects the POIs including these stops. The filters can also be turned to work in the opposite direction: from stops to trajectories and from POIs to stops. The filters affect all displays, in particular, the map and time graphs. Figure 2 shows an example configuration on the screen after selecting a trajectory of one person (person A). Three areas on the map outline the major POIs and the diagrams show the temporal profiles of the stops in these areas by hours of a day. Five time graphs show the temporal signatures of the POIs with respect to hours of a day, days of a week, hours of a day for the working days and weekends, and different days. The vertical black lines on the time graph at the bottom correspond to Sundays. By observing the temporal signatures of each POI, we can infer their likely meanings. The extended area on the north is visited almost every day, more often in the evening. It can be interpreted as the home place of A. The place on the southwest is, evidently, the working place: A stops there only on the working days, mostly in the morning. The POI highlighted in black is visited on some 4 VISUAL INTERPRETATION OF POIS IN GPS DATA GPS tracks with fine spatial and temporal resolution enable more sophisticated semantic analysis. In particular, it is possible to find and interpret short stops. We have tested our approach on two GPS datasets describing long-term movements of 38 persons in Switzerland (Nokia mobile data challenge dataset) and one person in the USA. Unfortunately, the data access agreement prohibits publication of the results of the first experiment. We demonstrate the possibilities for analyzing GPS data on the second example. The map in Figure 5 displays the trajectories of the person (in green) and the extracted POIs with the respective daily profiles of stop occurrences represented by diagrams. The highest diagram corresponds to the home place, and the diagram on the southeast with two high peaks and a drop between them to the work place, where the person stopped in the mornings and afternoons of work days (the days of POI attendance can be seen from time graphs as in Figures 2-4). There is a POI in the middle attended in the mornings and evenings of work days. The stop durations, which can be easily determined from GPS data, are around 4 minutes (maximum 9) in the mornings and 14 minutes on average (maximum 35) in the evenings. This POI can be interpreted as a place of workday activity (work or study) of a family member of the person under analysis. The person brings the family member to that place in the mornings and takes him/her in the evenings. The longer stop durations in the evenings indicate waiting time.

4 The area around the work place is enlarged in Figure 5 right. The work place can be distinguished from the POI southeast of it, where the stops occurred in the mornings and evenings. Judging from the duration of these stops (5 minutes on the average) and the relative times of their occurrence (before and after the stops in the work place), we can classify this POI as a parking place. The POI on the north was sometimes visited during the work time for up to two hours and the POI on the south was occasionally visited either before or after the work for 5-6 minutes. The former place is, very probably, related to person s work. The meaning of the latter place can be understood only after zooming in the map. We see that this is a place for garbage recycling, which could also be classified using a database of public POIs. After extracting the POIs, the entire one-year trajectory of the person can be divided into smaller trajectories corresponding to the trips between the POIs. We have clustered these trajectories according to the similarity of the routes [2][12]. The colors of the trajectories in the map in Figure 5 right correspond to different clusters. These colors are also used in the space-time cubes [9] (STC) in Figure 6. To investigate the temporal distribution of person s trips and stops with respect to the weekly and daily cycles, we apply time transformations [3]. In Figure 6 top, the trajectories and stops are temporally aligned to the weekly cycle (Monday is at the bottom of the cube and Sunday at the top). We see repeated patterns of the trips in the five work days and quite different patterns in the weekend. In Figure 6 bottom, the trajectories and stops of the work days are temporally aligned to the daily cycle (morning is at the bottom and evening at the top). In the morning, the person usually drove from the home to the family member s place (these trajectories are colored in light green) and then to the work place (trajectories in cyan). In the evenings, the person drove from the work first to the family member s place (violet) and then to the home place (dark red). In yellow there are trips from the home to the shopping places located close to the home place (the respective daily diagrams are close to or overlap with the diagram of the home place in Figure 5 left). The shopping places were attended in the evenings of the work days. In Figure 6 top, we see that shopping trips also occurred on Saturday. On Thursdays, the person sometimes went from the work place to a POI east of it. From other displays we can see that this POI was visited at lunch time once per month on Thursday; the stop duration was about two hours. This indicates a place of some regular though infrequent activity. Hence, by analyzing the GPS data, we could derive the same information as is typically provided in a personal diary. Moreover, since the data cover a long time period, we could extract and identify truly routine behaviors, infrequent regular behaviors, infrequent irregularly repeated behaviors, and occasional behaviors. This is much more that could be learned from a diary covering one or a few days. 5 SEMANTIC INTERPRETATION OF POIS OF MANY PERSONS IN TWITTER DATA We use a subset of georeferenced Twitter data referring to the greater Seattle urban area in the USA and a time period of two months. We have constructed trajectories of the Twitter users from the geographical positions of the messages posted on the selected territory. We have discarded the trajectories of the individuals who were present on this territory for less than 10 days. The remaining 2,558 trajectories are regarded as belonging to residents of the selected area, who are likely to have repeatedly visited personal places. We have extracted 4,245 personal places of these people by means of density-based clustering with the spatial distance threshold of 100 m and minimum 5 neighbours for a core point. Figure 6. Person s trips (line) and stops (balls) in space-time cubes. Top: the distribution over a week. Bottom: the distribution of the work day trips and stops over a day. Based on the time series of place visits by days, we have computed for each place the number of different days it was visited. There are 1,488 personal places (35.1% of all) that were visited in 10 or more different days. In our experiment on place interpretation, we focus on these places. The Twitter data are episodic movement data, where the time gaps between the position records may be quite large. For some time intervals by which the data are aggregated there may be no records; hence, the places where a person was present in these intervals are unknown. Therefore, the values in the time series need to be considered as the lower bounds of the actual presence counts. A value decrease in a place time series does not necessarily mean that the person moved somewhere else. The person could stay in the place but not post new messages from this place in the next one or more time intervals. This needs to be taken into account in interpreting the time series. Figure 7 gives an example of temporal signatures of personal places of one person. Four time graphs show the time series of place visits by hours on the work days (A), Saturdays (B), and Sundays (C) and the time series of visits by days (D). The line coloured in blue demonstrates a typical time series for a work place: the person was present there only on work days from hour 5 till hour 14. There are two lines coloured in red. The one reaching higher values may correspond to the home place of the person, since the person is present there in the afternoons and evenings of the work days and at any times in the weekend. The second red-

5 coloured line has a similar temporal distribution, but the values are very low; hence, this is not likely to be a home place. The two lines coloured in orange may correspond to shopping places: they are visited in the afternoons and evenings of the work days and in different times of the day on the weekend. can be interpreted as a cluster of likely home places (74 members). The cluster in the lower row, probably, includes places of stops of public transport (134 places), where people mostly appear in early morning hours of the work days. It should be noted, however, that the clusters are not very clean. Thus, the work cluster includes also a few time series with relatively high presence in the evenings. The time series in the other clusters we have obtained are more difficult to interpret, i.e., the meanings of the place for the individuals cannot be guessed from the shapes of the time series. Figure 7. The time graphs show temporal signatures of personal places of one Twitter user. A, B, C: time series of place visits by hours of the day for the work days (A), Saturdays (B), and Sundays (C); D: time series of place visits by days. To be able to analyze a large set of places without considering the temporal signatures of each place one by one, two approaches are possible: similarity analysis of the time series and clustering of the time series. For both cases, a suitable distance function for assessing the similarity of two time series is needed. In this case, the Euclidean distance may not work well enough. It is reasonable to apply a more sophisticated distance function that can perform moderate transformations of the time series: shifting, stretching, shrinking, and scaling. This is needed, in particular, to account for different working times and, consequently, for different times of coming home and other activities taking place on work days. For our illustrations, we estimate the similarity between time series by means of the Euclidean distance; however, before computing the distances, we apply temporal smoothing and then transform the absolute values to normalized deviations from the means. For similarity analysis, the analyst selects a place with previously assigned semantic interpretation and uses the distance function to compute the distances between the time series of this place and those of all other places. Then the analyst applies interactive dynamic filtering by the distances and looks at the time graphs to select a subset of sufficiently similar time series. The places these time series belong to can be given the same interpretation as the exemplar place. An illustration is given in Figure 8. The time graphs in the upper row show the selected time series similar to the work place time series from Figure 7. The time series belong to 154 different places, not counting the exemplar place. In the lower row, the selected time series are similar to the home place time series from Figure 7. These time series belong to only 5 different places. Figure 8. By means of similarity analysis, places with temporal signatures similar to selected ones have been found. Upper row: likely work places; lower row: likely home places. Figure 9 demonstrates selected results of clustering. The cluster presented in the upper row (197 members) consists mostly of time series characteristic for work places. The cluster in the middle row Figure 9. Temporal signatures of personal places have been clustered by similarity. The images show three selected clusters. Figure 10. Temporal distributions of occurrences of selected topics in tweets. Rows: days of the week; columns: hours of the day. Our experiments showed that deriving semantic interpretation from only temporal and statistical information may be possible for a small proportion of personal places. For the remaining places, it may be necessary to look at their relative geographical positions with respect to the other personal places and the relative times of visiting with respect to the times of visiting the other personal places. For example, a place visited on the way from home to work may be a place of child s school or kindergarten. Such more sophisticated analyses are not yet supported by visual and computational techniques. We have also investigated whether the texts of the tweets can help in interpreting the meanings of the places from which they are posted. We have used a manually created ad-hoc minivocabulary for recognizing the topics of tweets based on the occurrences of particular words. For instance, the topic local transport is recognized from occurrences of any of the words bus, metro, tram, and so on. We then explored the temporal distributions of the topic occurrences over days of the week and

6 times of the day (Figure 10) to check whether the temporal patterns correspond to expected temporal patterns of people s activities. The temporal distributions of some topics, including home, work, education, shopping, and others, do not exhibit prominent patterns and do not correspond sufficiently well to the expected times of the corresponding activities. However, local transport, restaurant, sports, and some other topics have quite clear patterns that match the expectations regarding the corresponding activity times. Hence, for some types of places, occurrences of particular topics in tweets potentially provide evidence for inferring the place meaning. However, we could not yet find a good method for combining evidences coming from the analysis of temporal signatures and from the contents of the texts. 6 DISCUSSION AND CONCLUSION Our examples have demonstrated that semantic information about personal mobility behaviors can be extracted from movement data by means of interactive visual analysis. As noted in section 2, a human analyst can classify selected POIs according to their temporal signatures, and other POIs with similar signatures can be then classified automatically. When movement data have sufficiently high temporal resolution, as in GPS tracks or GSM data obtained through active collection, this approach can work well for home, work, and shopping places. However, even for high-resolution data, the temporal signatures in terms of daily and weekly stop distributions may be insufficient for interpreting repeated short stops. In our experiments, we also paid attention to the relative temporal and spatial positions of the stops with respect to the stops in already known places (e.g. home and work) and the variation of the stop durations. Our current research topic is how to support translating such human inferences into classification rules that could be then applied automatically. We envisage an intelligent system that learns how to classify personal places and trips while a human analyst visually analyzes and semantically annotates selected portions of movement data. Episodic movement data, such as standard GSM data (call data records) and georeferenced tweets, pose much greater challenges than temporally regular data. Personal places can be found and interpreted in such data only when persons frequently make calls or send messages from these places. Still, the number of active users represented in a dataset may be high enough for extracting large numbers of mobility and activity patterns potentially valuable for different applications. [6] G.Andrienko, N.Andrienko, M.Heurich. An Event-Based Conceptual Model for Context-Aware Movement Analysis. International Journal on Geographical Information Science, 25 (9), pp , 2011 [7] F. Giannotti, D. Pedreschi. Mobility, data mining, and privacy: geographic knowledge discovery. Springer, [8] R. Gueting, M. Schneider. Moving objects databases. Morgan Kaufmann, [9] M.-J.Kraak. The space-time cube revisited from a geovisualization perspective. In: Proc. 21st International Cartographic Conference, Durban, South-Africa, pp , Aug [10] P. Laube. Progress in movement pattern analysis. In Behaviour Monitoring and Interpretation BMI - Smart Environments, pp , IOS Press, [11] C.Parent, S.Spaccapietra, C.Renso et al. Semantic Trajectories Modeling and Analysis. ACM Computing Surveys, 45(4), 2013 [12] S. Rinzivillo, D. Pedreschi, M. Nanni, F. Giannotti, N. Andrienko, G. Andrienko. Visually driven analysis of movement data by progressive clustering. Information Visualization 7 (3-4), pp , 2008 [13] G. Andrienko, N. Andrienko, H. Bosch, T. Ertl, G. Fuchs, P. Jankowski, D. Thom. Discovering Thematic Patterns in Geo- Referenced Tweets through Space-Time Visual Analytics. Computers in Science and Engineering, 15(3):72-82, REFERENCES [1] R.Ahas, S.Silm, O.Järv, E.Saluveer, M.Tiru. Using Mobile Positioning Data to Model Locations Meaningful to Users of Mobile Phones. Journal of Urban Technology, 17(1), pp.3-27, April 2010 [2] G.Andrienko, N.Andrienko, S.Wrobel. Visual Analytics Tools for Analysis of Movement Data. ACM SIGKDD Explorations, 9(2), pp , Dec [3] G.Andrienko, N.Andrienko. Poster: Dynamic Time Transformation for Interpreting Clusters of Trajectories with Space-Time Cube. IEEE VAST 2010, pp , Oct [4] G.Andrienko, N.Andrienko, P.Bak, D.Keim, S.Kisilevich, S.Wrobel. A conceptual framework and taxonomy of techniques for analyzing movement. Journal of Visual Languages and Computing, 22(3), pp , 2011 [5] G.Andrienko, N.Andrienko, C.Hurter, S.Rinzivillo, S.Wrobel. From Movement Tracks through Events to Places: Extracting and Characterizing Significant Places from Mobility Data. IEEE Visual Analytics Science and Technology (VAST 2011), Proceedings, IEEE Computer Society Press, pp , 2011

Mining Human-Place Interaction Patterns from Location-Based Social Networks to Enrich Place Categorization Systems

Mining Human-Place Interaction Patterns from Location-Based Social Networks to Enrich Place Categorization Systems Mining Human-Place Interaction Patterns from Location-Based Social Networks to Enrich Place Categorization Systems Yingjie Hu, Grant McKenzie, Krzysztof Janowicz, Song Gao STKO Lab, Department of Geography,

More information

Introspection-based Periodicity Awareness Model for Intermittently Connected Mobile Networks

Introspection-based Periodicity Awareness Model for Intermittently Connected Mobile Networks Introspection-based Periodicity Awareness Model for Intermittently Connected Mobile Networks Okan Turkes, Hans Scholten, and Paul Havinga Dept. of Computer Engineering, Pervasive Systems University of

More information

Measuring Focused Attention Using Fixation Inner-Density

Measuring Focused Attention Using Fixation Inner-Density Measuring Focused Attention Using Fixation Inner-Density Wen Liu, Mina Shojaeizadeh, Soussan Djamasbi, Andrew C. Trapp User Experience & Decision Making Research Laboratory, Worcester Polytechnic Institute

More information

Where you stop is who you are: understanding people s activities by places visited

Where you stop is who you are: understanding people s activities by places visited BMI'10 38 Karlsruhe, September 21th, 2010 Where you stop is who you are: understanding people s activities by places visited Laura Spinsanti, 1 Fabrizio Celli, 1, Chiara Renso 2 1 EPFL, Lausanne, Switzerland

More information

Table of Contents. Contour Diabetes App User Guide

Table of Contents. Contour Diabetes App User Guide Table of Contents Introduction... 3 About the CONTOUR Diabetes App... 3 System and Device Requirements... 3 Intended Use... 3 Getting Started... 3 Downloading CONTOUR... 3 Apple... 3 Android... 4 Quick

More information

Visualizing Temporal Patterns by Clustering Patients

Visualizing Temporal Patterns by Clustering Patients Visualizing Temporal Patterns by Clustering Patients Grace Shin, MS 1 ; Samuel McLean, MD 2 ; June Hu, MS 2 ; David Gotz, PhD 1 1 School of Information and Library Science; 2 Department of Anesthesiology

More information

Representativeness of crowdsourced cycle volumes:

Representativeness of crowdsourced cycle volumes: Representativeness of crowdsourced cycle volumes: Exploring the challenges and possibilities of mobile sports tracking application data Cecilia Bergman and Juha Oksanen June 9th 2015, RICH-VGI workshop

More information

1 Introduction. Abstract: Accurate optic disc (OD) segmentation and fovea. Keywords: optic disc segmentation, fovea detection.

1 Introduction. Abstract: Accurate optic disc (OD) segmentation and fovea. Keywords: optic disc segmentation, fovea detection. Current Directions in Biomedical Engineering 2017; 3(2): 533 537 Caterina Rust*, Stephanie Häger, Nadine Traulsen and Jan Modersitzki A robust algorithm for optic disc segmentation and fovea detection

More information

Does daily travel pattern disclose people s preference?

Does daily travel pattern disclose people s preference? Proceedings of the 51 st Hawaii International Conference on System Sciences 2018 Does daily travel pattern disclose people s preference? Mingxin Gan * Donlinks School of Economics and Management, University

More information

Familiar Strangers: the Collective Regularity in Human Behaviors

Familiar Strangers: the Collective Regularity in Human Behaviors Familiar Strangers: the Collective Regularity in Human Behaviors Yan Leng MIT Media Lab Email: yleng@mit.edu Dominiquo Santistevan Electrical Engineering & Computer Science Email: niquo@mit.edu Alex Sandy

More information

Contour Diabetes app User Guide

Contour Diabetes app User Guide Contour Diabetes app User Guide Contents iii Contents Chapter 1: Introduction...5 About the CONTOUR DIABETES app...6 System and Device Requirements...6 Intended Use...6 Chapter 2: Getting Started...7

More information

HarGroup Management Consultants DRAFT SUB-REGIONAL TRANSIT FEASIBILITY STUDY SURVEY OF COMMUNITY RESIDENTS

HarGroup Management Consultants DRAFT SUB-REGIONAL TRANSIT FEASIBILITY STUDY SURVEY OF COMMUNITY RESIDENTS Sub-Regional Feasibility Study Survey of Community Residents DRAFT SUB-REGIONAL TRANSIT FEASIBILITY STUDY SURVEY OF COMMUNITY RESIDENTS (BLACK DIAMOND, NANTON, OKOTOKS, & TURNER VALLEY) 2014 HarGroup Management

More information

A Framework for Conceptualizing, Representing, and Analyzing Distributed Interaction. Dan Suthers

A Framework for Conceptualizing, Representing, and Analyzing Distributed Interaction. Dan Suthers 1 A Framework for Conceptualizing, Representing, and Analyzing Distributed Interaction Dan Suthers Work undertaken with Nathan Dwyer, Richard Medina and Ravi Vatrapu Funded in part by the U.S. National

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

A pragmatic approach to HIV hotspot mapping in a developing country. Thursday, July 13, 2017

A pragmatic approach to HIV hotspot mapping in a developing country. Thursday, July 13, 2017 A pragmatic approach to HIV hotspot mapping in a developing country Thursday, July 13, 2017 Overview of HIV Epidemic Eastern and Southern Africa (ESA) 2016 Source: UNAIDS Estimates 2016 Distribution of

More information

Social Determinants of Health

Social Determinants of Health FORECAST HEALTH WHITE PAPER SERIES Social Determinants of Health And Predictive Modeling SOHAYLA PRUITT Director Product Management Health systems must devise new ways to adapt to an aggressively changing

More information

Tracking Disease Outbreaks using Geotargeted Social Media and Big Data

Tracking Disease Outbreaks using Geotargeted Social Media and Big Data 2016 ESRI User Conference Paper #: 298, Session Title: GIS in Social Media Date: Thursday, June 30, 2016, Time: 8:30 AM - 9:45 AM, Room: Room 28 B Tracking Disease Outbreaks using Geotargeted Social Media

More information

Using Perceptual Grouping for Object Group Selection

Using Perceptual Grouping for Object Group Selection Using Perceptual Grouping for Object Group Selection Hoda Dehmeshki Department of Computer Science and Engineering, York University, 4700 Keele Street Toronto, Ontario, M3J 1P3 Canada hoda@cs.yorku.ca

More information

Searching for Temporal Patterns in AmI Sensor Data

Searching for Temporal Patterns in AmI Sensor Data Searching for Temporal Patterns in AmI Sensor Data Romain Tavenard 1,2, Albert A. Salah 1, Eric J. Pauwels 1 1 Centrum voor Wiskunde en Informatica, CWI Amsterdam, The Netherlands 2 IRISA/ENS de Cachan,

More information

Driving forces of researchers mobility

Driving forces of researchers mobility Driving forces of researchers mobility Supplementary Information Floriana Gargiulo 1 and Timoteo Carletti 1 1 NaXys, University of Namur, Namur, Belgium 1 Data preprocessing The original database contains

More information

Elsevier ClinicalKey TM FAQs

Elsevier ClinicalKey TM FAQs Elsevier ClinicalKey FAQs Table of Contents What is ClinicalKey? Where can I access ClinicalKey? What medical specialties are covered in ClinicalKey? What information is available through ClinicalKey?

More information

Predicting Sleeping Behaviors in Long-Term Studies with Wrist-Worn Sensor Data

Predicting Sleeping Behaviors in Long-Term Studies with Wrist-Worn Sensor Data Predicting Sleeping Behaviors in Long-Term Studies with Wrist-Worn Sensor Data Marko Borazio and Kristof Van Laerhoven TU-Darmstadt, Germany http://www.ess.tu-darmstadt.de Abstract. This paper conducts

More information

NTT DOCOMO Technical Journal

NTT DOCOMO Technical Journal Tweet Analysis Place-name Identification Technology Location Information Twitter* 1 is an SNS for sharing real-time information, and this information can be analyzed to reveal trends around the world;

More information

Asthma Surveillance Using Social Media Data

Asthma Surveillance Using Social Media Data Asthma Surveillance Using Social Media Data Wenli Zhang 1, Sudha Ram 1, Mark Burkart 2, Max Williams 2, and Yolande Pengetnze 2 University of Arizona 1, PCCI-Parkland Center for Clinical Innovation 2 {wenlizhang,

More information

Intelligent Object Group Selection

Intelligent Object Group Selection Intelligent Object Group Selection Hoda Dehmeshki Department of Computer Science and Engineering, York University, 47 Keele Street Toronto, Ontario, M3J 1P3 Canada hoda@cs.yorku.ca Wolfgang Stuerzlinger,

More information

Use of Structure Mapping Theory for Complex Systems

Use of Structure Mapping Theory for Complex Systems Gentner, D., & Schumacher, R. M. (1986). Use of structure-mapping theory for complex systems. Presented at the Panel on Mental Models and Complex Systems, IEEE International Conference on Systems, Man

More information

Record-Keeping Charts

Record-Keeping Charts In this appendix, we have provided some useful charts for you so you can record information that s important to manage your diabetes. Use these charts to keep track of the information not only for yourself,

More information

TERRORIST WATCHER: AN INTERACTIVE WEB- BASED VISUAL ANALYTICAL TOOL OF TERRORIST S PERSONAL CHARACTERISTICS

TERRORIST WATCHER: AN INTERACTIVE WEB- BASED VISUAL ANALYTICAL TOOL OF TERRORIST S PERSONAL CHARACTERISTICS TERRORIST WATCHER: AN INTERACTIVE WEB- BASED VISUAL ANALYTICAL TOOL OF TERRORIST S PERSONAL CHARACTERISTICS Samah Mansoour School of Computing and Information Systems, Grand Valley State University, Michigan,

More information

FINNISH NATIONAL HEALTH INTERVIEW SURVEY USING BLAISE CATI

FINNISH NATIONAL HEALTH INTERVIEW SURVEY USING BLAISE CATI FINNISH NATIONAL HEALTH INTERVIEW SURVEY USING BLAISE CATI Timo Byckling Statistics Finland, Helsinki, Finland 1. Conversion from personal interviews to CAT! From the early sixties onwards a series of

More information

OneTouch Reveal web app Report Reference Guide

OneTouch Reveal web app Report Reference Guide OneTouch Reveal web app Report Reference Guide Your step-by-step guide to setting up and using the OneTouch Reveal web app OneTouch Verio meter OneTouch Verio Flex meter OneTouch Verio IQ meter OneTouch

More information

From Mobile Phone Monitoring of Depressive States using GPS Traces Analysis to Data-Driven Behaviour Change Interventions

From Mobile Phone Monitoring of Depressive States using GPS Traces Analysis to Data-Driven Behaviour Change Interventions From Mobile Phone Monitoring of Depressive States using GPS Traces Analysis to Data-Driven Behaviour Change Interventions Luca Canzian Qascom Mirco Musolesi University College London Outline Motivation

More information

Temporal Analysis of Online Social Graph by Home Location

Temporal Analysis of Online Social Graph by Home Location Temporal Analysis of Online Social Graph by Home Location Shiori Hironaka Mitsuo Yoshida Kyoji Umemura Toyohashi University of Technology Aichi, Japan s143369@edu.tut.ac.jp, yoshida@cs.tut.ac.jp, umemura@tut.jp

More information

Houghton Mifflin Harcourt Avancemos Spanish correlated to the. NCSSFL ACTFL Can-Do Statements (2015), Novice Low, Novice Mid, and Novice High

Houghton Mifflin Harcourt Avancemos Spanish correlated to the. NCSSFL ACTFL Can-Do Statements (2015), Novice Low, Novice Mid, and Novice High Houghton Mifflin Harcourt Avancemos Spanish 1 2018 correlated to the NCSSFL ACTFL Can-Do Statements (2015), Novice Low, Novice Mid, and Novice High Novice Low Interpersonal Communication I can communicate

More information

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING 134 TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING H.F.S.M.Fonseka 1, J.T.Jonathan 2, P.Sabeshan 3 and M.B.Dissanayaka 4 1 Department of Electrical And Electronic Engineering, Faculty

More information

VCE VET SPORT AND RECREATION

VCE VET SPORT AND RECREATION Victorian Certificate of Education 2013 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words VCE VET SPORT AND RECREATION Written examination Friday 15 November 2013 Reading time:

More information

Brendan O Connor,

Brendan O Connor, Some slides on Paul and Dredze, 2012. Discovering Health Topics in Social Media Using Topic Models. PLOS ONE. http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0103408 Brendan O Connor,

More information

Houghton Mifflin Harcourt Avancemos Spanish 1b correlated to the. NCSSFL ACTFL Can-Do Statements (2015), Novice Low, Novice Mid and Novice High

Houghton Mifflin Harcourt Avancemos Spanish 1b correlated to the. NCSSFL ACTFL Can-Do Statements (2015), Novice Low, Novice Mid and Novice High Houghton Mifflin Harcourt Avancemos Spanish 1b 2018 correlated to the NCSSFL ACTFL Can-Do Statements (2015), Novice Low, Novice Mid and Novice High Novice Low Interpersonal Communication I can communicate

More information

User Manual. RaySafe i2 dose viewer

User Manual. RaySafe i2 dose viewer User Manual RaySafe i2 dose viewer 2012.03 Unfors RaySafe 5001048-A All rights are reserved. Reproduction or transmission in whole or in part, in any form or by any means, electronic, mechanical or otherwise,

More information

WFS. User Guide. thinkwhere Glendevon House Castle Business Park Stirling FK9 4TZ Tel +44 (0) Fax +44 (0)

WFS. User Guide. thinkwhere Glendevon House Castle Business Park Stirling FK9 4TZ   Tel +44 (0) Fax +44 (0) WFS User Guide thinkwhere Glendevon House Castle Business Park Stirling FK9 4TZ www.thinkwhere.com Tel +44 (0)1786 476060 Fax +44 (0)1786 47609 Table of Contents WHAT IS A WEB FEATURE SERVICE?... 3 Key

More information

Main Study: Summer Methods. Design

Main Study: Summer Methods. Design Main Study: Summer 2000 Methods Design The experimental design is within-subject each participant experiences five different trials for each of the ten levels of Display Condition and for each of the three

More information

Houghton Mifflin Harcourt Avancemos Spanish 1a correlated to the. NCSSFL ACTFL Can-Do Statements (2015), Novice Low, Novice Mid and Novice High

Houghton Mifflin Harcourt Avancemos Spanish 1a correlated to the. NCSSFL ACTFL Can-Do Statements (2015), Novice Low, Novice Mid and Novice High Houghton Mifflin Harcourt Avancemos Spanish 1a 2018 correlated to the NCSSFL ACTFL Can-Do Statements (2015), Novice Low, Novice Mid and Novice High Novice Low Interpersonal Communication I can communicate

More information

Mapping fear of crime dynamically on everyday transport: SUMMARY (1 of 5) Author: Reka Solymosi, UCL Department of Security & Crime Science

Mapping fear of crime dynamically on everyday transport: SUMMARY (1 of 5) Author: Reka Solymosi, UCL Department of Security & Crime Science transport: SUMMARY (1 of 5) THEORY: Crime is a social phenomenon which evokes fear as a consequence, and this fear of crime affects people not only at their place of residence or work, but also while travelling.

More information

MyDispense OTC exercise Guide

MyDispense OTC exercise Guide MyDispense OTC exercise Guide Version 5.0 Page 1 of 23 Page 2 of 23 Table of Contents What is MyDispense?... 4 Who is this guide for?... 4 How should I use this guide?... 4 OTC exercises explained... 4

More information

Appendix B. Nodulus Observer XT Instructional Guide. 1. Setting up your project p. 2. a. Observation p. 2. b. Subjects, behaviors and coding p.

Appendix B. Nodulus Observer XT Instructional Guide. 1. Setting up your project p. 2. a. Observation p. 2. b. Subjects, behaviors and coding p. 1 Appendix B Nodulus Observer XT Instructional Guide Sections: 1. Setting up your project p. 2 a. Observation p. 2 b. Subjects, behaviors and coding p. 3 c. Independent variables p. 4 2. Carry out an observation

More information

Enhanced Asthma Management with Mobile Communication

Enhanced Asthma Management with Mobile Communication Enhanced Asthma Management with Mobile Communication P.S. Ngai, S. Chan, C.T. Lau, K.M. Lau Abstract In this paper, we propose a prototype system to enhance the management of asthma condition in patients

More information

Quantifying location privacy

Quantifying location privacy Sébastien Gambs Quantifying location privacy 1 Quantifying location privacy Sébastien Gambs Université de Rennes 1 - INRIA sgambs@irisa.fr 10 September 2013 Sébastien Gambs Quantifying location privacy

More information

Crime Research in Geography

Crime Research in Geography Crime Research in Geography Resource allocation: we helped design the police Basic Command Unit families for the national resource allocation formula in the 1990s. More recently been advising West Yorkshire

More information

A step towards real-time analysis of major disaster events based on tweets

A step towards real-time analysis of major disaster events based on tweets A step towards real-time analysis of major disaster events based on tweets André Dittrich Karlsruhe Institute of Technology (KIT), Institute of Photogrammetry and Remote Sensing (IPF), andre.dittrich@kit.edu

More information

Agent-Based Models. Maksudul Alam, Wei Wang

Agent-Based Models. Maksudul Alam, Wei Wang Agent-Based Models Maksudul Alam, Wei Wang Outline Literature Review about Agent-Based model Modeling disease outbreaks in realistic urban social Networks EpiSimdemics: an Efficient Algorithm for Simulating

More information

Online Journal for Weightlifters & Coaches

Online Journal for Weightlifters & Coaches Online Journal for Weightlifters & Coaches WWW.WL-LOG.COM Genadi Hiskia Dublin, October 7, 2016 WL-LOG.com Professional Online Service for Weightlifters & Coaches Professional Online Service for Weightlifters

More information

Analysis A step in the research process that involves describing and then making inferences based on a set of data.

Analysis A step in the research process that involves describing and then making inferences based on a set of data. 1 Appendix 1:. Definitions of important terms. Additionality The difference between the value of an outcome after the implementation of a policy, and its value in a counterfactual scenario in which the

More information

Theta sequences are essential for internally generated hippocampal firing fields.

Theta sequences are essential for internally generated hippocampal firing fields. Theta sequences are essential for internally generated hippocampal firing fields. Yingxue Wang, Sandro Romani, Brian Lustig, Anthony Leonardo, Eva Pastalkova Supplementary Materials Supplementary Modeling

More information

Pilot Study: Clinical Trial Task Ontology Development. A prototype ontology of common participant-oriented clinical research tasks and

Pilot Study: Clinical Trial Task Ontology Development. A prototype ontology of common participant-oriented clinical research tasks and Pilot Study: Clinical Trial Task Ontology Development Introduction A prototype ontology of common participant-oriented clinical research tasks and events was developed using a multi-step process as summarized

More information

Journal: Nature Methods

Journal: Nature Methods Journal: Nature Methods Article Title: Network-based stratification of tumor mutations Corresponding Author: Trey Ideker Supplementary Item Supplementary Figure 1 Supplementary Figure 2 Supplementary Figure

More information

POLARPERSONALTRAINER.COM HELP

POLARPERSONALTRAINER.COM HELP POLARPERSONALTRAINER.COM HELP CONTENTS Contents 2 Introduction 9 Registration and Login 10 Data Transfer 11 Training Data / Activity data 11 Training Programs 11 Strength Training Exercises 11 Data Transfer

More information

GLOOKO REPORT REFERENCE GUIDE

GLOOKO REPORT REFERENCE GUIDE GLOOKO REPORT REFERENCE GUIDE November 2018 Version IFU-0010 02 Contents Intended Use... 2 Warnings... 2 Introduction... 3 Reports... 4 Report Criteria...4 Date Range... 4 Glucose Data Source... 4 Exercise

More information

Exploration of Linked Anomalies in Sensor Data for Suspicious Behavior Detection

Exploration of Linked Anomalies in Sensor Data for Suspicious Behavior Detection Int J Software Informatics, Volume 10, Issue 3 (2016), pp. 000 000 E-mail: ijsi@iscas.ac.cn International Journal of Software and Informatics, ISSN 1673-7288 http://www.ijsi.org c 2016 by ISCAS. All rights

More information

FORECASTING TRENDS FOR PROACTIVE CRIME PREVENTION AND DETECTION USING WEKA DATA MINING TOOL-KIT ABSTRACT

FORECASTING TRENDS FOR PROACTIVE CRIME PREVENTION AND DETECTION USING WEKA DATA MINING TOOL-KIT ABSTRACT FORECASTING TRENDS FOR PROACTIVE CRIME PREVENTION AND DETECTION USING WEKA DATA MINING TOOL-KIT Ramesh Singh National Informatics Centre, New Delhi, India Rahul Thukral Department Of Computer Science And

More information

Report Reference Guide. THERAPY MANAGEMENT SOFTWARE FOR DIABETES CareLink Report Reference Guide 1

Report Reference Guide. THERAPY MANAGEMENT SOFTWARE FOR DIABETES CareLink Report Reference Guide 1 Report Reference Guide THERAPY MANAGEMENT SOFTWARE FOR DIABETES CareLink Report Reference Guide 1 How to use this guide Each type of CareLink report and its components are described in the following sections.

More information

Automatic Context-Aware Image Captioning

Automatic Context-Aware Image Captioning Technical Disclosure Commons Defensive Publications Series May 23, 2017 Automatic Context-Aware Image Captioning Sandro Feuz Sebastian Millius Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

WHAT IS THE DECISION MAKING PROCESS?

WHAT IS THE DECISION MAKING PROCESS? 5841 Cedar Lake Road, Suite 204 Minneapolis, MN 55416 USA Tel: 952.646.2029 Fax: 952.545.6073 www.humanbrainmapping.org GUIDE AND GUIDE AGREEMENT TO SUBMITTING TO SUBMITTING A A LETTER BID OF INTEREST

More information

My Fitness Pal Health & Fitness Tracker A User s Guide

My Fitness Pal Health & Fitness Tracker A User s Guide My Fitness Pal Health & Fitness Tracker A User s Guide By: Angela McCall Introduction My Fitness Pal is an online diet, health, and fitness tracker that allows you to track your nutrition and fitness goals

More information

Analytical Workflow of Monitoring Human Mobility in Big Event Settings using Bluetooth. Thomas Liebig

Analytical Workflow of Monitoring Human Mobility in Big Event Settings using Bluetooth. Thomas Liebig Analytical Workflow of Monitoring Human Mobility in Big Event Settings using Bluetooth Hendrik Stange Fraunhofer IAIS Schloss Birlinghoven D-53754, Sankt Augustin hendrik.stange@ iais.fraunhofer.de Gennady

More information

Exploration and Exploitation in Reinforcement Learning

Exploration and Exploitation in Reinforcement Learning Exploration and Exploitation in Reinforcement Learning Melanie Coggan Research supervised by Prof. Doina Precup CRA-W DMP Project at McGill University (2004) 1/18 Introduction A common problem in reinforcement

More information

Incorporation of Imaging-Based Functional Assessment Procedures into the DICOM Standard Draft version 0.1 7/27/2011

Incorporation of Imaging-Based Functional Assessment Procedures into the DICOM Standard Draft version 0.1 7/27/2011 Incorporation of Imaging-Based Functional Assessment Procedures into the DICOM Standard Draft version 0.1 7/27/2011 I. Purpose Drawing from the profile development of the QIBA-fMRI Technical Committee,

More information

arxiv: v1 [cs.si] 29 Jan 2018

arxiv: v1 [cs.si] 29 Jan 2018 Detecting the impact of public transit on the transmission of epidemics Zhanwei Du 1,* and Yuan Bai 1 1 Jilin University, Changchun, Jilin, 130012, China * duzhanwei0@gmail.com ABSTRACT arxiv:1801.09333v1

More information

Cindy Fan, Rick Huang, Maggie Liu, Ethan Zhang October 20, f: Design Check-in Tasks

Cindy Fan, Rick Huang, Maggie Liu, Ethan Zhang October 20, f: Design Check-in Tasks Cindy Fan, Rick Huang, Maggie Liu, Ethan Zhang October 20, 2014 2f: Design Check-in Tasks Tracking Liquid Intake Over Time - Easy Task Albert is a software developer in his late 20 s, working for a tech

More information

Applying Google Maps and Google Street View in environmental criminological research

Applying Google Maps and Google Street View in environmental criminological research Applying Google Maps and Google Street View in environmental criminological research Should criminologists be feeling lucky!? t. f. +32 9 264 84 94 e. Introduction 2 Widely used on daily basis 1 billion

More information

Fully Automated IFA Processor LIS User Manual

Fully Automated IFA Processor LIS User Manual Fully Automated IFA Processor LIS User Manual Unless expressly authorized, forwarding and duplication of this document is not permitted. All rights reserved. TABLE OF CONTENTS 1 OVERVIEW... 4 2 LIS SCREEN...

More information

SUPPLEMENTAL INFORMATION

SUPPLEMENTAL INFORMATION SUPPLEMENTAL INFORMATION GO term analysis of differentially methylated SUMIs. GO term analysis of the 458 SUMIs with the largest differential methylation between human and chimp shows that they are more

More information

PO Box 19015, Arlington, TX {ramirez, 5323 Harry Hines Boulevard, Dallas, TX

PO Box 19015, Arlington, TX {ramirez, 5323 Harry Hines Boulevard, Dallas, TX From: Proceedings of the Eleventh International FLAIRS Conference. Copyright 1998, AAAI (www.aaai.org). All rights reserved. A Sequence Building Approach to Pattern Discovery in Medical Data Jorge C. G.

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1.1 Motivation and Goals The increasing availability and decreasing cost of high-throughput (HT) technologies coupled with the availability of computational tools and data form a

More information

Leaving Wednesday Night, April 6 Returning Sunday Morning, April 10. Led by Lauren Heath and Libby Rease

Leaving Wednesday Night, April 6 Returning Sunday Morning, April 10. Led by Lauren Heath and Libby Rease www.efexploreamerica.com/enroll Tour Number 1764487EJ Leaving Wednesday Night, April 6 Returning Sunday Morning, April 10 Led by Lauren Heath and Libby Rease Keeping students safe Full-time Tour Director

More information

Citywide PPG Event Survey Summary

Citywide PPG Event Survey Summary Citywide PPG Event Survey Summary Project Brief The NHS Clinical Commissioning Groups (CCGs) in Leeds are currently working on a project called One Voice. The work involved in this project is aiming to

More information

Houghton Mifflin Harcourt Discovering French Today! Level correlated to the

Houghton Mifflin Harcourt Discovering French Today! Level correlated to the Houghton Mifflin Harcourt Discovering French Today! Level 2 2013 correlated to the NCSSFL ACTFL Can-Do Statements (2015), Novice Mid, Novice High, Intermediate Low Novice Mid Interpersonal Communication

More information

Learning Utility for Behavior Acquisition and Intention Inference of Other Agent

Learning Utility for Behavior Acquisition and Intention Inference of Other Agent Learning Utility for Behavior Acquisition and Intention Inference of Other Agent Yasutake Takahashi, Teruyasu Kawamata, and Minoru Asada* Dept. of Adaptive Machine Systems, Graduate School of Engineering,

More information

The LibreView system gives you a consistent set of clear, intuitive reports that make it easier and faster to discover patterns and trends.

The LibreView system gives you a consistent set of clear, intuitive reports that make it easier and faster to discover patterns and trends. Report Overview The LibreView system gives you a consistent set of clear, intuitive reports that make it easier and faster to discover patterns and trends. Not all meters and meter reports are available

More information

Activity-travel behavior survey at tourist attraction by BLE in comparison with GPS

Activity-travel behavior survey at tourist attraction by BLE in comparison with GPS Activity-travel behavior survey at tourist attraction by BLE in comparison with GPS Toshiyuki Yamamoto, Tomoaki Usui, Norimasa Nakamura and Takayuki Morikawa Nagoya University 1 Background Disaggregate

More information

Mining Individual Life Pattern Based on Location History

Mining Individual Life Pattern Based on Location History Mining Individual Based on Location History Yang Ye #*1, Yu Zheng *2, Yukun Chen *3, Jianhua Feng #4, Xing Xie *5 # Dept. Of Computer Science and Technology, Tsinghua University Beijing, 100084, P.R. China

More information

PHARMACOPHORE MODELING

PHARMACOPHORE MODELING CHAPTER 9 PHARMACOPHORE MODELING 9.1 PHARMACOPHORES AS VIRTUAL SCREENING TOOLS The pharmacophore concept has been widely used over the past decades for rational drug design approaches and has now been

More information

Introduction to Discrimination in Microarray Data Analysis

Introduction to Discrimination in Microarray Data Analysis Introduction to Discrimination in Microarray Data Analysis Jane Fridlyand CBMB University of California, San Francisco Genentech Hall Auditorium, Mission Bay, UCSF October 23, 2004 1 Case Study: Van t

More information

READING. 1 Read the sentences. Underline the correct words. John is fifteen years / years old. 1 He s slim and long / tall.

READING. 1 Read the sentences. Underline the correct words. John is fifteen years / years old. 1 He s slim and long / tall. READING 1 Read the sentences. Underline the correct words. John is fifteen years / years old. 1 He s slim and long / tall. 2 He s got a round /curly face. 3 He s quite well / good -looking. 4 He s got

More information

EBCC Data Analysis Tool (EBCC DAT) Introduction

EBCC Data Analysis Tool (EBCC DAT) Introduction Instructor: Paul Wolfgang Faculty sponsor: Yuan Shi, Ph.D. Andrey Mavrichev CIS 4339 Project in Computer Science May 7, 2009 Research work was completed in collaboration with Michael Tobia, Kevin L. Brown,

More information

Supplementary Materials for

Supplementary Materials for advances.sciencemag.org/cgi/content/full/3/2/e1602024/dc1 Supplementary Materials for Combining contact tracing with targeted indoor residual spraying significantly reduces dengue transmission Gonzalo

More information

v Feature Stamping SMS 13.0 Tutorial Prerequisites Requirements Map Module Mesh Module Scatter Module Time minutes

v Feature Stamping SMS 13.0 Tutorial Prerequisites Requirements Map Module Mesh Module Scatter Module Time minutes v. 13.0 SMS 13.0 Tutorial Objectives Learn how to use conceptual modeling techniques to create numerical models which incorporate flow control structures into existing bathymetry. The flow control structures

More information

22 Week BEGINNER MARATHON TRAINING PLAN. RG Active 22 Week Beginner Marathon Training Plan Page 1

22 Week BEGINNER MARATHON TRAINING PLAN. RG Active 22 Week Beginner Marathon Training Plan Page 1 22 Week BEGINNER MARATHON TRAINING PLAN RG Active 22 Week Beginner Marathon Training Plan Page 1 Key Notes The NSPCC has teamed up with RG Active to be the charity s official training partner for running

More information

OECD QSAR Toolbox v.4.2. An example illustrating RAAF scenario 6 and related assessment elements

OECD QSAR Toolbox v.4.2. An example illustrating RAAF scenario 6 and related assessment elements OECD QSAR Toolbox v.4.2 An example illustrating RAAF scenario 6 and related assessment elements Outlook Background Objectives Specific Aims Read Across Assessment Framework (RAAF) The exercise Workflow

More information

A Model Officer: An Agent-based Model of Policing

A Model Officer: An Agent-based Model of Policing A Model Officer: An Agent-based Model of Policing Sarah Wise* 1 and Tao Cheng 1 Department of Civil, Environmental, and Geomatic Engineering University College London November 7, 2014 Summary The way police

More information

VACCINE REMINDER SERVICE A GUIDE FOR SURGERIES

VACCINE REMINDER SERVICE A GUIDE FOR SURGERIES VACCINE REMINDER SERVICE A GUIDE FOR SURGERIES Sign up to the free text and voicemail service to automatically remind patients eligible for flu vaccination to book their appointment. This guide shows how

More information

Predicting About-to-Eat Moments for Just-in-Time Eating Intervention

Predicting About-to-Eat Moments for Just-in-Time Eating Intervention Predicting About-to-Eat Moments for Just-in-Time Eating Intervention CORNELL UNIVERSITY AND VIBE GROUP AT MICROSOFT RESEARCH Motivation Obesity is a leading cause of preventable death second only to smoking,

More information

Goal Status Bar. Time/Date. Activity type. Activity value. Quick Start Guide. Model: Core C210

Goal Status Bar. Time/Date. Activity type. Activity value. Quick Start Guide. Model: Core C210 Goal Status Bar Time/Date Activity type Activity value Quick Start Guide Model: Core C210 To turn on your activity tracker, press and hold any button. Learn more For full instructions, helpful tips and

More information

Interpreting the charts & graphs

Interpreting the charts & graphs Report reference guide mg/dl The diasend solution Interpreting the charts & graphs diasend is a universal cloud-based diabetes data management system, that enables you to upload data from meters, pumps

More information

Network Analysis of Toxic Chemicals and Symptoms: Implications for Designing First-Responder Systems

Network Analysis of Toxic Chemicals and Symptoms: Implications for Designing First-Responder Systems Network Analysis of Toxic Chemicals and Symptoms: Implications for Designing First-Responder Systems Suresh K. Bhavnani 1 PhD, Annie Abraham 1, Christopher Demeniuk 1, Messeret Gebrekristos 1 Abe Gong

More information

GIANT: Geo-Informative Attributes for Location Recognition and Exploration

GIANT: Geo-Informative Attributes for Location Recognition and Exploration GIANT: Geo-Informative Attributes for Location Recognition and Exploration Quan Fang, Jitao Sang, Changsheng Xu Institute of Automation, Chinese Academy of Sciences October 23, 2013 Where is this? La Sagrada

More information

Dr. David Schlundt. Associate Professor Vanderbilt University

Dr. David Schlundt. Associate Professor Vanderbilt University Dr. David Schlundt Associate Professor Vanderbilt University Strategies for studying person-environment transactions: Implications for understanding and preventing obesity David G. Schlundt, Ph.D. Associate

More information

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany

High-level Vision. Bernd Neumann Slides for the course in WS 2004/05. Faculty of Informatics Hamburg University Germany High-level Vision Bernd Neumann Slides for the course in WS 2004/05 Faculty of Informatics Hamburg University Germany neumann@informatik.uni-hamburg.de http://kogs-www.informatik.uni-hamburg.de 1 Contents

More information

Evaluation of Linguistic Labels Used in Applications

Evaluation of Linguistic Labels Used in Applications Evaluation of Linguistic Labels Used in Applications Hanan Hibshi March 2016 CMU-ISR-16-104 Travis Breaux Institute for Software Research School of Computer Science Carnegie Mellon University Pittsburgh,

More information