Deployed dfa11acf
to dev with MkDocs 1.2.3 and mike 1.1.2
parent
0d7b6e6745
commit
493aa441e1
|
@ -1716,6 +1716,13 @@
|
|||
</label>
|
||||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#v170" class="md-nav__link">
|
||||
v.1.7.0
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#v160" class="md-nav__link">
|
||||
v1.6.0
|
||||
|
@ -1931,6 +1938,13 @@
|
|||
</label>
|
||||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#v170" class="md-nav__link">
|
||||
v.1.7.0
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#v160" class="md-nav__link">
|
||||
v1.6.0
|
||||
|
@ -2125,6 +2139,10 @@
|
|||
|
||||
|
||||
<h1 id="change-log">Change Log<a class="headerlink" href="#change-log" title="Permanent link">¶</a></h1>
|
||||
<h2 id="v170">v.1.7.0<a class="headerlink" href="#v170" title="Permanent link">¶</a></h2>
|
||||
<ul>
|
||||
<li>Add tests for phone battery features</li>
|
||||
</ul>
|
||||
<h2 id="v160">v1.6.0<a class="headerlink" href="#v160" title="Permanent link">¶</a></h2>
|
||||
<ul>
|
||||
<li>Refactor PHONE_CALLS RAPIDS provider to compute features based on call episodes or events</li>
|
||||
|
|
|
@ -2143,7 +2143,7 @@
|
|||
<td>RAPIDS</td>
|
||||
<td>Y</td>
|
||||
<td>Y</td>
|
||||
<td>N</td>
|
||||
<td>Y</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Phone Bluetooth</td>
|
||||
|
@ -2260,9 +2260,9 @@
|
|||
<tr>
|
||||
<td>Fitbit Sleep Summary</td>
|
||||
<td>RAPIDS</td>
|
||||
<td>N</td>
|
||||
<td>N</td>
|
||||
<td>N</td>
|
||||
<td>Y</td>
|
||||
<td>Y</td>
|
||||
<td>Y</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fitbit Sleep Intraday</td>
|
||||
|
@ -2304,7 +2304,7 @@
|
|||
<li>One episode before the time switch (<code>Sun 00:02:00</code>) and one episode after the time switch (<code>Sun 04:18:00</code>)</li>
|
||||
<li>Multiple episodes within one min which cause variance in magnitude (<code>Fri 00:10:25</code>, <code>Fri 00:10:27</code> and <code>Fri 00:10:46</code>)</li>
|
||||
</ul>
|
||||
<p>Checklist:</p>
|
||||
<p>Checklist</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -2369,7 +2369,7 @@
|
|||
<li>Two episodes locate in the same daily segment (<code>Fri 11:57:56.385</code> and <code>Sat 10:54:10.000</code>)</li>
|
||||
<li>One episode before the time switch (<code>Sun 00:48:01.000</code>) and one episode after the time switch (<code>Sun 06:21:01.000</code>)</li>
|
||||
</ul>
|
||||
<p>Checklist:</p>
|
||||
<p>Checklist</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -2610,25 +2610,70 @@ When generating test data, all traces for iOS device need to be unique otherwise
|
|||
</tbody>
|
||||
</table>
|
||||
<h2 id="battery">Battery<a class="headerlink" href="#battery" title="Permanent link">¶</a></h2>
|
||||
<p>Due to the difference in the format of the raw battery data for iOS and Android as well as versions of iOS the following is the expected results the <code>battery_deltas.csv</code>. This would give a better idea of the use cases being tested since the <code>battery_deltas.csv</code> would make both the iOS and Android data comparable. These files are used to calculate the features for the battery sensor.</p>
|
||||
<p>Description</p>
|
||||
<ul>
|
||||
<li>The battery delta data file contains data for 1 day.</li>
|
||||
<li>The battery delta data contains 1 record each for a <code>charging</code> and
|
||||
<code>discharging</code> episode that falls within an <code>epoch</code> for every
|
||||
<code>epoch</code>. Thus, for the <code>daily</code> epoch there would be multiple
|
||||
<code>charging</code> and <code>discharging</code> episodes</li>
|
||||
<li>Since either a <code>charging</code> episode or a <code>discharging</code> episode and
|
||||
not both can occur across epochs, in order to test episodes that
|
||||
occur across epochs alternating episodes of <code>charging</code> and
|
||||
<code>discharging</code> episodes that fall across <code>night</code> to <code>morning</code>,
|
||||
<code>morning</code> to <code>afternoon</code> and finally <code>afternoon</code> to <code>night</code> are
|
||||
present in the battery delta data. This starts with a
|
||||
<code>discharging</code> episode that begins in <code>night</code> and end in <code>morning</code>.</li>
|
||||
<li>There is one battery data file each, for testing both iOS and
|
||||
Android data formats.</li>
|
||||
<li>There is also an additional empty data file for both android and
|
||||
iOS for testing empty data files</li>
|
||||
<li>The 4-day raw data is contained in <code>phone_battery_raw.csv</code></li>
|
||||
<li>One discharge episode acrossing two 30-min time segements (<code>Fri 05:57:30.123</code> to <code>Fri 06:04:32.456</code>)</li>
|
||||
<li>One charging episode acrossing two 30-min time segments (<code>Fri 11:55:58.416</code> to <code>Fri 12:08:07.876</code>)</li>
|
||||
<li>One discharge episode and one charging episode locate within the same 30-min time segement (<code>Fri 21:30:00</code> to <code>Fri 22:00:00</code>)</li>
|
||||
<li>One episode before the time switch (<code>Sun 00:24:00.000</code>) and one episode after the time switch (<code>Sun 21:58:00</code>)</li>
|
||||
<li>Two episodes locate in the same daily segment</li>
|
||||
</ul>
|
||||
<p>Checklist</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>time segment</th>
|
||||
<th>single tz</th>
|
||||
<th>multi tz</th>
|
||||
<th>platform</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>30min</td>
|
||||
<td>OK</td>
|
||||
<td>OK</td>
|
||||
<td>android</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>morning</td>
|
||||
<td>OK</td>
|
||||
<td>OK</td>
|
||||
<td>android</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>daily</td>
|
||||
<td>OK</td>
|
||||
<td>OK</td>
|
||||
<td>android</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>threeday</td>
|
||||
<td>OK</td>
|
||||
<td>OK</td>
|
||||
<td>android</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>weekend</td>
|
||||
<td>OK</td>
|
||||
<td>OK</td>
|
||||
<td>android</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>beforeMarchEvent</td>
|
||||
<td>OK</td>
|
||||
<td>OK</td>
|
||||
<td>android</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>beforeNovemberEvent</td>
|
||||
<td>OK</td>
|
||||
<td>OK</td>
|
||||
<td>android</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="bluetooth">Bluetooth<a class="headerlink" href="#bluetooth" title="Permanent link">¶</a></h2>
|
||||
<p>Description </p>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
152
dev/sitemap.xml
152
dev/sitemap.xml
|
@ -2,382 +2,382 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/change-log/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/citation/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/code_of_conduct/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/common-errors/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/contributing/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/migrating-from-old-versions/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/team/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/add-new-data-streams/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/aware-csv/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/aware-influxdb/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/aware-mysql/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/data-streams-introduction/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/empatica-zip/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/fitbitjson-csv/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/fitbitjson-mysql/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/fitbitparsed-csv/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/fitbitparsed-mysql/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/mandatory-empatica-format/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/mandatory-fitbit-format/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/datastreams/mandatory-phone-format/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/developers/documentation/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/developers/git-flow/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/developers/remote-support/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/developers/test-cases/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/developers/testing/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/developers/validation-schema-config/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/developers/virtual-environments/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/add-new-features/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/empatica-accelerometer/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/empatica-blood-volume-pulse/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/empatica-electrodermal-activity/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/empatica-heartrate/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/empatica-inter-beat-interval/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/empatica-tags/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/empatica-temperature/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/feature-introduction/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/fitbit-calories-intraday/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/fitbit-data-yield/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/fitbit-heartrate-intraday/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/fitbit-heartrate-summary/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/fitbit-sleep-intraday/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/fitbit-sleep-summary/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/fitbit-steps-intraday/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/fitbit-steps-summary/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-accelerometer/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-activity-recognition/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-applications-crashes/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-applications-foreground/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-applications-notifications/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-battery/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-bluetooth/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-calls/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-conversation/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-data-yield/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-keyboard/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-light/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-locations/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-log/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-messages/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-screen/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-wifi-connected/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/features/phone-wifi-visible/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/setup/configuration/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/setup/execution/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/setup/installation/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/setup/overview/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/snippets/aware_format/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/snippets/database/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/snippets/feature_introduction_example/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/snippets/jsonfitbit_format/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/snippets/parsedfitbit_format/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/visualizations/data-quality-visualizations/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/visualizations/feature-visualizations/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/workflow-examples/analysis/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.rapids.science/dev/workflow-examples/minimal/</loc>
|
||||
<lastmod>2021-10-18</lastmod>
|
||||
<lastmod>2021-10-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
Binary file not shown.
Loading…
Reference in New Issue