Commit Graph

1280 Commits (ed5314aa98accac305560f38fc1360ab0407e4bf)

Author SHA1 Message Date
JulioV 872125fbb2
Update link to paper that used RAPIDS 2021-07-23 11:57:04 -04:00
Hannah Roberts b52059b027 Ensure date/time format is maintained
Within the 'determine which is home' for loop, 'xx' is the midpoint of two datetime objects. When the midpoint is calculated to be midnight, only the date is returned. This can be replicated with:

mydates <- as.POSIXct("2018-01-01 00:00:00", tz = "UTC")
mydates
[1] "2018-01-01 UTC"

This results in 'hourofday' being NA as an hour cannot be found. By adding the suggested format wrapper, the time is maintained and 'hourofday' can be determined. It can then successfully be applied to the embedded if-statement within the loop.

mydates <- format(as.POSIXct("2018-01-01 00:00:00", tz = "UTC"), "%Y-%m-%d %H:%M:%S")
mydates
[1] "01-01-2018 00:00:00"
2021-07-23 10:12:11 -04:00
Weiyu 5a465873c4 Tested fitbit heartrate intraday feature 2021-07-21 10:24:02 -04:00
Weiyu e9c07924fd Tested fitbit heartrate summary feature 2021-07-20 16:54:08 -04:00
Kennedy Opoku Asare b1e3360e2b Update index.md 2021-07-19 09:54:57 -04:00
JulioV 18463f5e8e Fix bug with internal test script
Date times with a 00:00:00 would not be saved correctly for Fitbits
2021-07-16 16:56:02 -04:00
JulioV ad5796ed5e Update changelog for v1.4.1 2021-07-12 18:22:52 -04:00
JulioV 96d7b6e170 Fix links in home page 2021-07-12 18:15:27 -04:00
JulioV a323f6c390
Merge pull request #150 from carissalow/feature/phone_messages_test
Phone message tests
2021-07-07 10:51:42 -04:00
Weiyu 2e147fb89c Finished phone message test 2021-07-07 01:22:49 -04:00
JulioV 07eb2e7917 Update v1.4.0 changelog 2021-07-01 18:32:14 -04:00
JulioV c8dbd5c5ac Update app foreground docs 2021-07-01 18:27:46 -04:00
Meng Li e1cfcd46e4 Update example workflow for app episode features 2021-07-01 18:08:33 -04:00
JulioV d7fbee5914
Merge pull request #149 from carissalow/feature/own_categories
Feature/own categories
2021-07-01 17:02:28 -04:00
Weiyu 013425e36c Finished phone applications foreground feature test 2021-07-01 16:25:38 -04:00
JulioV 6fa1875bf3 Add app foreground episode count 2021-07-01 16:20:16 -04:00
JulioV bc5c0c9a4f Fix app episode length bug 2021-07-01 16:20:16 -04:00
JulioV 065a926a87 Change own to custom categories name 2021-07-01 16:20:16 -04:00
JulioV e74c745f86 Add own categories to app foreground features 2021-07-01 16:20:16 -04:00
JulioV 5892b6d838 Fix create_participants_files.R to handle numeric PIDs 2021-07-01 16:20:16 -04:00
Weiyu 9593667f38 Finished phone light test 2021-07-01 16:17:08 -04:00
Meng Li b7eafc8d5c Update changelog for v1.4.0 2021-06-29 11:54:42 -04:00
JulioV 0d7b7f3dad
Merge pull request #147 from carissalow/visualization_fix
Fix bugs of visualization module and analysis workflow example
2021-06-29 11:50:55 -04:00
Meng Li 2e12a061c7 Update docs of visualization module 2021-06-29 10:51:22 -04:00
Meng Li 97ef8a8368 Set color range and avoid SettingWithCopyWarning 2021-06-29 09:50:19 -04:00
Meng Li bb3c614135 Update analysis workflow example 2021-06-29 09:50:19 -04:00
Meng Li 1c57320ab3 Update segment labels and fix the bug when we do not have any labels for event segments 2021-06-29 09:49:24 -04:00
Meng Li cefcb0635b Update heatmap of recorded phone sensors 2021-06-29 09:49:24 -04:00
Meng Li bc06477d89 Update heatmap of sensor row count 2021-06-29 09:49:24 -04:00
Meng Li e98a8ff7ca Update histogram of phone data yield 2021-06-29 09:49:24 -04:00
Meng Li f436f1f530 Update heatmap of correlation matrix 2021-06-29 09:49:23 -04:00
Meng Li 4d37696158 Update heatmaps of overall data yield 2021-06-29 09:48:30 -04:00
JulioV 654f6f3c3d
Merge pull request #145 from carissalow/feature/phone_activity_recognition_test
Feature/phone activity recognition test
2021-06-23 19:11:26 -04:00
Weiyu 4efc247575 Tested phone activity recognition feature 2021-06-23 19:08:14 -04:00
Weiyu f374c67bd5 Bug fixed: Added unknown activity case 2021-06-23 19:04:55 -04:00
JulioV e4af893d25
Merge pull request #144 from carissalow/feature/phone_bluetooth_test
Feature/phone bluetooth test
2021-06-23 19:00:56 -04:00
Weiyu c07358df70 Tested phone bluetooth feature 2021-06-23 18:56:24 -04:00
Weiyu 3e4d167adc Bug fixed: sort bt_address alphabetically before picking the most frequent bt_address 2021-06-22 17:40:00 -04:00
Kirtiraj Khandekar 5924f251d9 Update phone-applications-foreground.md 2021-06-21 14:59:06 -04:00
Meng Li 339781252a Merge branch 'data_stream_fix' into develop 2021-06-11 18:37:30 -04:00
Meng Li f248b6c97d Fix bugs of Fitbit mutation scripts 2021-06-11 18:18:33 -04:00
kirtirajk 4b8698a4c6 adding app_episode with the changes as mentioned in the comments 2021-06-10 14:17:56 -04:00
Weiyu a7e720e1a8 Validated phone conversation feature results 2021-06-10 10:49:22 -04:00
Weiyu ae20d22d1e validated phone wifi feature results 2021-06-10 10:49:22 -04:00
Weiyu 65d5cb7bd4 Bug fixed: countscansmostuniquedevice stays the same for all time segments 2021-06-10 10:49:22 -04:00
Weiyu 56b344f9ce Updated phone call and screen test description
Updated phone screen description
2021-06-10 10:49:22 -04:00
Weiyu 93622b6781 Completed phone calls test 2021-06-10 10:49:22 -04:00
JulioV f1960f00b1 Update Docker Vs Code setup 2021-06-08 17:50:11 -04:00
JulioV daced51ca9 Update changelog for v1.3.0 2021-06-01 15:55:50 -04:00
JulioV 9764a0b378 Fix outdated warning link 2021-06-01 15:26:51 -04:00