|
|
|
@ -26,7 +26,7 @@ TIME_SEGMENTS: &time_segments
|
|
|
|
|
INCLUDE_PAST_PERIODIC_SEGMENTS: TRUE # Only relevant if TYPE=PERIODIC, see docs
|
|
|
|
|
TAILORED_EVENTS: # Only relevant if TYPE=EVENT
|
|
|
|
|
COMPUTE: True
|
|
|
|
|
SEGMENTING_METHOD: "stress_event" # 30_before, 90_before, stress_event
|
|
|
|
|
SEGMENTING_METHOD: "30_before" # 30_before, 90_before, stress_event
|
|
|
|
|
INTERVAL_OF_INTEREST: 10 # duration of event of interest [minutes]
|
|
|
|
|
IOI_ERROR_TOLERANCE: 5 # interval of interest erorr tolerance (before and after IOI) [minutes]
|
|
|
|
|
|
|
|
|
@ -104,9 +104,9 @@ PHONE_APPLICATIONS_CRASHES:
|
|
|
|
|
CONTAINER: applications_crashes
|
|
|
|
|
APPLICATION_CATEGORIES:
|
|
|
|
|
CATALOGUE_SOURCE: FILE # FILE (genres are read from CATALOGUE_FILE) or GOOGLE (genres are scrapped from the Play Store)
|
|
|
|
|
CATALOGUE_FILE: "data/external/stachl_application_genre_catalogue.csv"
|
|
|
|
|
UPDATE_CATALOGUE_FILE: False # if CATALOGUE_SOURCE is equal to FILE, whether or not to update CATALOGUE_FILE, if CATALOGUE_SOURCE is equal to GOOGLE all scraped genres will be saved to CATALOGUE_FILE
|
|
|
|
|
SCRAPE_MISSING_CATEGORIES: False # whether or not to scrape missing genres, only effective if CATALOGUE_SOURCE is equal to FILE. If CATALOGUE_SOURCE is equal to GOOGLE, all genres are scraped anyway
|
|
|
|
|
CATALOGUE_FILE: "data/external/play_store_application_genre_catalogue.csv"
|
|
|
|
|
UPDATE_CATALOGUE_FILE: False # if CATALOGUE_SOURCE is equal to FILE, whether to update CATALOGUE_FILE, if CATALOGUE_SOURCE is equal to GOOGLE all scraped genres will be saved to CATALOGUE_FILE
|
|
|
|
|
SCRAPE_MISSING_CATEGORIES: False # whether to scrape missing genres, only effective if CATALOGUE_SOURCE is equal to FILE. If CATALOGUE_SOURCE is equal to GOOGLE, all genres are scraped anyway
|
|
|
|
|
PROVIDERS: # None implemented yet but this sensor can be used in PHONE_DATA_YIELD
|
|
|
|
|
|
|
|
|
|
# See https://www.rapids.science/latest/features/phone-applications-foreground/
|
|
|
|
@ -114,24 +114,32 @@ PHONE_APPLICATIONS_FOREGROUND:
|
|
|
|
|
CONTAINER: applications
|
|
|
|
|
APPLICATION_CATEGORIES:
|
|
|
|
|
CATALOGUE_SOURCE: FILE # FILE (genres are read from CATALOGUE_FILE) or GOOGLE (genres are scrapped from the Play Store)
|
|
|
|
|
CATALOGUE_FILE: "data/external/stachl_application_genre_catalogue.csv"
|
|
|
|
|
PACKAGE_NAMES_HASHED: True
|
|
|
|
|
UPDATE_CATALOGUE_FILE: False # if CATALOGUE_SOURCE is equal to FILE, whether or not to update CATALOGUE_FILE, if CATALOGUE_SOURCE is equal to GOOGLE all scraped genres will be saved to CATALOGUE_FILE
|
|
|
|
|
SCRAPE_MISSING_CATEGORIES: False # whether or not to scrape missing genres, only effective if CATALOGUE_SOURCE is equal to FILE. If CATALOGUE_SOURCE is equal to GOOGLE, all genres are scraped anyway
|
|
|
|
|
CATALOGUE_FILE: "data/external/play_store_application_genre_catalogue.csv"
|
|
|
|
|
# Refer to data/external/play_store_categories_count.csv for a list of categories (genres) and their frequency.
|
|
|
|
|
UPDATE_CATALOGUE_FILE: False # if CATALOGUE_SOURCE is equal to FILE, whether to update CATALOGUE_FILE, if CATALOGUE_SOURCE is equal to GOOGLE all scraped genres will be saved to CATALOGUE_FILE
|
|
|
|
|
SCRAPE_MISSING_CATEGORIES: False # whether to scrape missing genres, only effective if CATALOGUE_SOURCE is equal to FILE. If CATALOGUE_SOURCE is equal to GOOGLE, all genres are scraped anyway
|
|
|
|
|
PROVIDERS:
|
|
|
|
|
RAPIDS:
|
|
|
|
|
COMPUTE: True
|
|
|
|
|
INCLUDE_EPISODE_FEATURES: True
|
|
|
|
|
SINGLE_CATEGORIES: ["all", "email"]
|
|
|
|
|
SINGLE_CATEGORIES: ["Productivity", "Tools", "Communication", "Education", "Social"]
|
|
|
|
|
MULTIPLE_CATEGORIES:
|
|
|
|
|
social: ["socialnetworks", "socialmediatools"]
|
|
|
|
|
entertainment: ["entertainment", "gamingknowledge", "gamingcasual", "gamingadventure", "gamingstrategy", "gamingtoolscommunity", "gamingroleplaying", "gamingaction", "gaminglogic", "gamingsports", "gamingsimulation"]
|
|
|
|
|
games: ["Puzzle", "Card", "Casual", "Board", "Strategy", "Trivia", "Word", "Adventure", "Role Playing", "Simulation", "Board, Brain Games", "Racing"]
|
|
|
|
|
social: ["Communication", "Social", "Dating"]
|
|
|
|
|
productivity: ["Tools", "Productivity", "Finance", "Education", "News & Magazines", "Business", "Books & Reference"]
|
|
|
|
|
health: ["Health & Fitness", "Lifestyle", "Food & Drink", "Sports", "Medical", "Parenting"]
|
|
|
|
|
entertainment: ["Shopping", "Music & Audio", "Entertainment", "Travel & Local", "Photography", "Video Players & Editors", "Personalization", "House & Home", "Art & Design", "Auto & Vehicles", "Entertainment,Music & Video",
|
|
|
|
|
"Puzzle", "Card", "Casual", "Board", "Strategy", "Trivia", "Word", "Adventure", "Role Playing", "Simulation", "Board, Brain Games", "Racing" # Add all games.
|
|
|
|
|
]
|
|
|
|
|
maps_weather: ["Maps & Navigation", "Weather"]
|
|
|
|
|
CUSTOM_CATEGORIES:
|
|
|
|
|
social_media: ["com.google.android.youtube", "com.snapchat.android", "com.instagram.android", "com.zhiliaoapp.musically", "com.facebook.katana"]
|
|
|
|
|
dating: ["com.tinder", "com.relance.happycouple", "com.kiwi.joyride"]
|
|
|
|
|
SINGLE_APPS: ["top1global", "com.facebook.moments", "com.google.android.youtube", "com.twitter.android"] # There's no entropy for single apps
|
|
|
|
|
EXCLUDED_CATEGORIES: []
|
|
|
|
|
EXCLUDED_APPS: ["com.fitbit.FitbitMobile", "com.aware.plugin.upmc.cancer"] # TODO list system apps?
|
|
|
|
|
SINGLE_APPS: []
|
|
|
|
|
EXCLUDED_CATEGORIES: ["System", "STRAW"]
|
|
|
|
|
# Note: A special option here is "is_system_app".
|
|
|
|
|
# This excludes applications that have is_system_app = TRUE, which is a separate column in the table.
|
|
|
|
|
# However, all of these applications have been assigned System category.
|
|
|
|
|
# I will therefore filter by that category, which is a superset and is more complete. JL
|
|
|
|
|
EXCLUDED_APPS: []
|
|
|
|
|
FEATURES:
|
|
|
|
|
APP_EVENTS: ["countevent", "timeoffirstuse", "timeoflastuse", "frequencyentropy"]
|
|
|
|
|
APP_EPISODES: ["countepisode", "minduration", "maxduration", "meanduration", "sumduration"]
|
|
|
|
@ -745,6 +753,6 @@ PARAMS_FOR_ANALYSIS:
|
|
|
|
|
TARGET:
|
|
|
|
|
COMPUTE: True
|
|
|
|
|
LABEL: appraisal_stressfulness_event_mean
|
|
|
|
|
ALL_LABELS: [appraisal_stressfulness_event_mean, appraisal_threat_mean, appraisal_challenge_mean]
|
|
|
|
|
ALL_LABELS: [PANAS_positive_affect_mean, PANAS_negative_affect_mean, JCQ_job_demand_mean, JCQ_job_control_mean, JCQ_supervisor_support_mean, JCQ_coworker_support_mean, appraisal_stressfulness_period_mean]
|
|
|
|
|
# PANAS_positive_affect_mean, PANAS_negative_affect_mean, JCQ_job_demand_mean, JCQ_job_control_mean, JCQ_supervisor_support_mean,
|
|
|
|
|
# JCQ_coworker_support_mean, appraisal_stressfulness_period_mean, appraisal_stressfulness_event_mean, appraisal_threat_mean, appraisal_challenge_mean
|
|
|
|
|