forked from MIT-Mobile/MIT-Mobile-for-Android
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpds_strings.xml
More file actions
171 lines (171 loc) · 6.91 KB
/
pds_strings.xml
File metadata and controls
171 lines (171 loc) · 6.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="pds_client_key">22bcd4c5fe92c7875db7c5704ad21e</string>
<string name="pds_client_secret">a7fd607823ae57d91dd02e80a68a4b</string>
<string name="pds_client_basic_auth">Basic MjJiY2Q0YzVmZTkyYzc4NzVkYjdjNTcwNGFkMjFlOmE3ZmQ2MDc4MjNhZTU3ZDkxZGQwMmU4MGE2OGE0Yg==</string>
<string name="pds_client_scope">funf_write</string>
<string name="pds_prefs_file">PDSPrefs</string>
<string name="loading">Loading…</string>
<string name="problem_contacting_server">There was a problem contacting the server. Please try again later.</string>
<string name="default_funf_password">changeme</string>
<string name="login_relative_url">/account/login</string>
<string name="signup_relative_url">/account/signup</string>
<string name="registry_url">https://celldata.media.mit.edu</string>
<string name="clients_relative_url">/account/clients</string>
<string name="token_relative_url">/oauth2/token/</string>
<string name="userinfo_relative_url">/oauth2/userinfo</string>
<string name="radial_relative_url">/visualization/socialHealthRadial</string>
<string name="sharing_relative_url">/sharing/edit/</string>
<string name="activity_relative_url">/visualization/activity/</string>
<string name="social_relative_url">/visualization/social/</string>
<string name="focus_relative_url">/visualization/focus/</string>
<string name="notification_api_relative_url">/api/personal_data/notification/</string>
<string name="places_relative_url">/visualization/places/</string>
<string name="device_api_relative_url">/api/personal_data/device/</string>
<string name="living_labs_application_list">
"[
{
'name': 'Social Health Tracker',
'visualizations' : [
{'title': 'My Social Health', 'key': 'socialHealthRadial', 'answers': ['socialhealth'] },
{'title': 'Activity', 'key': 'activity', 'answers': ['recentActivityByHour'] },
{'title': 'Social', 'key': 'social', 'answers': ['recentSocialByHour'] },
{'title': 'Focus', 'key': 'focus', 'answers': ['recentFocusByHour'] }
],
'answers': [
{ 'key': 'socialhealth', 'data': ['recentActivityByHour', 'recentSocialByHour', 'recentFocusByHour'], 'purpose': ['Social health radial'] },
{ 'key': 'recentActivityByHour', 'data': ['Activity Probe'], 'purpose': ['Social health radial', 'Activity graph'] },
{ 'key': 'recentSocialByHour', 'data': ['Sms Probe', 'Call Log Probe', 'Bluetooth Probe'], 'purpose': ['Social health radial', 'Social graph'] },
{ 'key': 'recentFocusByHour', 'data': ['Screen Probe'], 'purpose': ['Social health radial', 'Focus graph'] }
],
'about': 'Social Health Tracker is an application to construct 3 social health metrics of an individual: activity, social, and focus.',
'credits': 'Brian Sweatt'
},
{
'name': 'My Places',
'visualizations': [
{'title': 'Home / Work', 'key': 'places', 'answers': ['recentPlaces'] }
],
'answers': [
{ 'key': 'recentPlaces', 'data': [ 'Simple Location Probe' ], 'purpose': ['Map'] }
],
'about': 'My Places is an application to mine frequently-visited locations and identify work and home locations.',
'credits': 'Brian Sweatt'
},
{
'name': 'Meetup',
'visualizations': [
{'title': 'Meetup Home', 'key': 'meetup_home', 'answers': ['recentPlaces'] }
],
'about': 'Meetup is an application to enable people schedule meetups without explicitly sharing their location or points of interest.',
'credits': 'Brian Sweatt, Sharon Paradesi, Ilaria Liccardi'
},
{
'name': 'MIT-FIT',
'visualizations': [
{'title': 'High-activity Locations', 'key': 'mitfit/userlocation', 'answers': ['activeLocations'] },
{'title': 'High-activity Times', 'key': 'mitfit/usertime', 'answers': ['activeLocations'] },
{'title': 'Your Recommendations', 'key': 'mitfit/recos', 'answers': ['activityStats'] }
],
'answers': [
{ 'key': 'activeLocations', 'data': ['Activity Probe', 'Simple Location Probe'], 'purpose': ['Heatmaps'] },
{ 'key': 'activityStats', 'data': ['Activity Probe', 'Simple Location Probe'], 'purpose': ['Heatmaps', 'Recommendations'] }
],
'about': 'MIT-FIT enables users to track personal and aggregate high-activity regions and times, as well as view personalized fitness-related event recommendations.',
'credits': 'This lab was developed as part of the big data initiative at MIT led by Prof. Sam Madden and Elizabeth Bruce. The MIT-FIT lab was developed by Sharon Paradesi under the guidance of Dr. Lalana Kagal and with the help of Brian Sweatt. User experience and design suggestions were provided by Myra Hope Eskridge and Laura Watts.'
}
]"
</string>
<string name="main_pipeline_config"> {
<!-- "@type": "edu.mit.media.openpds.client.funf.OpenPDSPipeline", -->
"@type": "edu.mit.mitmobile2.livinglabs.LivingLabOpenPDSPipeline",
"schedules": {
"archive": {
"strict": false,
"interval": 86405
},
"upload": {
"strict": false,
"interval": 900
}
},
"data": [
{
"@type": "edu.mit.media.funf.probe.builtin.ActivityProbe",
"@schedule": {
"strict": true,
"interval": 120,
"duration": 15,
"opportunistic": true
}
},
{
"@type": "edu.mit.media.funf.probe.builtin.ScreenProbe",
"@schedule": {
"strict": true,
"opportunistic": true
}
},
{
"@type": "edu.mit.media.funf.probe.builtin.CallLogProbe",
"afterDate": 1365822705,
"@schedule": {
"strict": false,
"interval": 3600,
"opportunistic": true
}
},
{
"@type": "edu.mit.media.funf.probe.builtin.SimpleLocationProbe",
"maxWaitTime": 30,
"goodEnoughAccuracy": 10,
"useCache": false,
"@schedule": {
"strict": true,
"interval": 900,
"opportunistic": true
}
},
{
"@type": "edu.mit.media.funf.probe.builtin.SmsProbe",
"afterDate": 1365822705,
"@schedule": {
"strict": false,
"interval": 3600,
"opportunistic": true
}
},
{
"@type": "edu.mit.media.funf.probe.builtin.BluetoothProbe",
"maxScanTime": 40,
"@schedule": {
"strict": false,
"interval": 900,
"opportunistic": true
}
},
{
"@type": "edu.mit.media.funf.probe.builtin.WifiProbe",
"@schedule": {
"strict": false,
"interval": 900,
"opportunistic": true
}
},
{
"@type": "edu.mit.media.funf.probe.builtin.HardwareInfoProbe",
"@schedule": {
"strict": true,
"interval": 604800,
"opportunistic": true
}
},
{
"@type": "edu.mit.media.funf.probe.builtin.RunningApplicationsProbe",
"pollInterval": 30
}
]
}</string>
<string name="living_lab_settings">Settings</string>
<string name="select_context">Select context</string>
</resources>