From a8a53c801c54c8a77d5aa3a7ee382d2af0d74f31 Mon Sep 17 00:00:00 2001 From: Aditya Vaidyam Date: Thu, 22 Apr 2021 17:32:46 -0400 Subject: [PATCH] Convert Markdown frontmatter to initial h1 headings. --- blog/2020-08-25.md | 9 ++++----- blog/2020-10-05.md | 11 +++++------ blog/2020-10-15.md | 11 +++++------ blog/2020-10-23.md | 9 ++++----- blog/2020-11-05.md | 9 ++++----- blog/2020-11-06.md | 7 +++---- blog/2020-12-01.md | 11 +++++------ blog/2020-12-17.md | 11 +++++------ blog/2021-01-11.md | 9 ++++----- blog/2021-02-12.md | 11 +++++------ blog/2021-04-01.md | 5 ++--- blog/2021-04-22.md | 5 ++--- docs/accessing_account.md | 5 +---- docs/anomaly_detection_r.md | 5 +---- docs/app.md | 5 +---- docs/app_gateway.md | 5 +---- docs/aws_resources.md | 5 +---- docs/bug.md | 5 +---- docs/build_new_activities.md | 5 +---- docs/complete_activities.md | 6 ++---- docs/components_of_lamp.md | 6 ++---- docs/consortium_guidelines.md | 5 +---- docs/consortium_requirements.md | 5 +---- docs/consortium_survey.md | 6 ++---- docs/cortex.md | 5 +---- docs/costs.md | 5 +---- docs/create_activities.md | 6 ++---- docs/create_patients_participants.md | 5 +---- docs/create_surveys.md | 6 +----- docs/create_tips.md | 6 +----- docs/customize_activities.md | 6 +----- docs/data_science.md | 5 +---- docs/data_types.md | 5 +---- docs/delete_activities.md | 5 +---- docs/deploy_prereqs.md | 5 +---- docs/deploying_lamp.md | 5 +---- docs/deployment_recs.md | 5 +---- docs/how_interventions_work.md | 5 +---- docs/how_works.md | 5 +---- docs/instruments.md | 5 +---- docs/jsonata.md | 5 +---- docs/mapnet.md | 5 +---- docs/platforms_vs_apps.md | 5 +---- docs/privacy.md | 5 +---- docs/provisioning_lamp.md | 5 +---- docs/publications.md | 5 +---- docs/python.md | 5 +---- docs/r.md | 5 +---- docs/testing_lamp.md | 5 +---- docs/user_prereqs.md | 5 +---- docs/user_types.md | 5 +---- docs/users_vs_activities.md | 5 +---- docs/view_dashboard.md | 5 +---- docs/visualize.md | 5 +---- docs/wearables.md | 5 +---- docs/webinar_recordings.md | 6 ++---- 56 files changed, 97 insertions(+), 239 deletions(-) diff --git a/blog/2020-08-25.md b/blog/2020-08-25.md index 16c06d526a..9526ee0091 100644 --- a/blog/2020-08-25.md +++ b/blog/2020-08-25.md @@ -1,20 +1,19 @@ --- -title: Stability & Infrastructure Upgrades author: Aditya Vaidyam author_title: Division of Digital Psychiatry author_url: https://github.com/avaidyam author_image_url: https://avatars.githubusercontent.com/u/1361003 -description: Stability & Infrastructure Upgrades -hide_table_of_contents: false --- -# Improvements +# Stability & Infrastructure Upgrades + +## Improvements ### Infrastructure Upgrades - There's a lot of new improvements coming to support the release of mindLAMP 2 — thanks for helping us make it happen! -# Bug Fixes +## Bug Fixes - Resolved an issue that prevented notifications from being received on iOS devices. - Resolved an issue that caused the app to crash to a black screen on select Android devices. diff --git a/blog/2020-10-05.md b/blog/2020-10-05.md index 96fa3eb2bb..3f305cbf46 100644 --- a/blog/2020-10-05.md +++ b/blog/2020-10-05.md @@ -1,14 +1,13 @@ --- -title: General Availability of mindLAMP 2 author: Aditya Vaidyam author_title: Division of Digital Psychiatry author_url: https://github.com/avaidyam author_image_url: https://avatars.githubusercontent.com/u/1361003 -description: General Availability of mindLAMP 2 -hide_table_of_contents: false --- -# Features +# General Availability of mindLAMP 2 + +## Features ![](assets/banner.png) @@ -38,7 +37,7 @@ hide_table_of_contents: false Please note that we're currently investigating an issue that significantly impacts the sensor collection frequency of device motion on iOS and Apple Watch devices. -# Improvements +## Improvements ### Push notifications @@ -52,7 +51,7 @@ Please note that we're currently investigating an issue that significantly impac - Security and performance improvements make it simpler to share data with others using Credentials and download data quickly using our Event-based API. - It's now possible for organizations to deploy the LAMP Platform on Amazon Web Services, Microsoft Azure, or on-premise quickly and effectively. For more information, check out [Deploy & Develop LAMP](https://www.notion.so/Deploy-Develop-LAMP-7e06a70a07ee43bd9b70862367a2f2b9). -# Bug Fixes +## Bug Fixes - Resolved several **Survey** issues, including questions not being displayed correctly, and data not being uploaded in the correct format. - Resolved an issue where the data dashboard (in the **Prevent** tab) was not displaying the correct graphs or last activity text. diff --git a/blog/2020-10-15.md b/blog/2020-10-15.md index f384bb8fff..4bb71bfba4 100644 --- a/blog/2020-10-15.md +++ b/blog/2020-10-15.md @@ -1,14 +1,13 @@ --- -title: User Experience Upgrades author: Aditya Vaidyam author_title: Division of Digital Psychiatry author_url: https://github.com/avaidyam author_image_url: https://avatars.githubusercontent.com/u/1361003 -description: User Experience Upgrades -hide_table_of_contents: false --- -# Features +# User Experience Upgrades + +## Features ### Updated management interface @@ -20,14 +19,14 @@ hide_table_of_contents: false - The LAMP Platform API Server has been retooled to automatically manage aspects of the deployment process. - Databases are automatically bootstrapped and a secure system administrator password is automatically created and persisted on first launch. -# Improvements +## Improvements ### Database improvements - Improved the performance of Tag lookup, including for custom visualizations and patient names. - Improved the performance of security and credential verification. -# Bug Fixes +## Bug Fixes - Resolved an issue where connecting to a specific server address on the mobile app caused the app to not load the user interface. - Resolved an issue where activity streaks were incorrectly reported as 14 days regardless of the actual streak duration. diff --git a/blog/2020-10-23.md b/blog/2020-10-23.md index 109c32de6f..f1e320b273 100644 --- a/blog/2020-10-23.md +++ b/blog/2020-10-23.md @@ -1,14 +1,13 @@ --- -title: Clinical Customization Updates author: Aditya Vaidyam author_title: Division of Digital Psychiatry author_url: https://github.com/avaidyam author_image_url: https://avatars.githubusercontent.com/u/1361003 -description: Clinical Customization Updates -hide_table_of_contents: false --- -# Features +# Clinical Customization Updates + +## Features ### Customizable Activities @@ -16,7 +15,7 @@ hide_table_of_contents: false - Upload your own audio files (mp3) to create multiple breathing and meditation exercises. - Upload your own content and images to create unique Tips or resources for participants or patients to see. -# Bug Fixes +## Bug Fixes - Resolved activity importing issues that caused activities such as surveys to not successfully import in accounts with multiple studies. - Resolved survey interface alignment issues that made it difficult to read and answer questions. diff --git a/blog/2020-11-05.md b/blog/2020-11-05.md index 338596e99d..1adc7d646f 100644 --- a/blog/2020-11-05.md +++ b/blog/2020-11-05.md @@ -1,14 +1,13 @@ --- -title: Stability & Performance Improvements author: Aditya Vaidyam author_title: Division of Digital Psychiatry author_url: https://github.com/avaidyam author_image_url: https://avatars.githubusercontent.com/u/1361003 -description: Stability & Performance Improvements -hide_table_of_contents: false --- -# Improvements +# Stability & Performance Improvements + +## Improvements ### Survey Slider Options & Description @@ -26,7 +25,7 @@ hide_table_of_contents: false ![](assets/Screen_Shot_2020-11-05_at_3.31.00_PM.png) -# Bug Fixes +## Bug Fixes - Resolved an issue where the descriptions of activities/surveys would show the text `(10 minutes)` erroneously regardless of survey length or expected activity duration. - Resolved an issue where devices running Android 10 had inconsistent app behavior, including crashing or opening to a white screen. diff --git a/blog/2020-11-06.md b/blog/2020-11-06.md index 0da7527d64..54e4c9bdbb 100644 --- a/blog/2020-11-06.md +++ b/blog/2020-11-06.md @@ -1,14 +1,13 @@ --- -title: Ease of Use Improvements author: Aditya Vaidyam author_title: Division of Digital Psychiatry author_url: https://github.com/avaidyam author_image_url: https://avatars.githubusercontent.com/u/1361003 -description: Ease of Use Improvements -hide_table_of_contents: false --- -# Bug Fixes +# Ease of Use Improvements + +## Bug Fixes - Resolved an issue where introduction tooltips for each tab (Learn, Assess, Manage, Prevent) continued to appear when logged in as a patient even after being dismissed once. - Resolved an issue where Automations visualizations were limited to 320 x 320 pixels in size. diff --git a/blog/2020-12-01.md b/blog/2020-12-01.md index ce5fdeaa08..f90aba7f21 100644 --- a/blog/2020-12-01.md +++ b/blog/2020-12-01.md @@ -1,14 +1,13 @@ --- -title: Cortex Visualizations & Activity Updates author: Aditya Vaidyam author_title: Division of Digital Psychiatry author_url: https://github.com/avaidyam author_image_url: https://avatars.githubusercontent.com/u/1361003 -description: Cortex Visualizations & Activity Updates -hide_table_of_contents: false --- -# Features +# Cortex Visualizations & Activity Updates + +## Features ### Cortex & Enhanced Visualizations @@ -22,7 +21,7 @@ hide_table_of_contents: false ![](assets/Screen_Shot_2020-12-01_at_10.09.53_AM.png) -# Improvements +## Improvements ### Localization & Internationalization @@ -51,7 +50,7 @@ hide_table_of_contents: false ![](assets/Screen_Shot_2020-12-01_at_10.32.56_AM.png) -# Bug Fixes +## Bug Fixes - Resolved an issue in the Breathe activity where the duration of the exercise did not correctly match the length of the audio, if one was uploaded or specified. - Resolved an issue where adding a vector image (SVG) as a custom activity icon caused the icon to be erroneously compressed and pixelated. diff --git a/blog/2020-12-17.md b/blog/2020-12-17.md index 45d37fe3d1..def2f942d9 100644 --- a/blog/2020-12-17.md +++ b/blog/2020-12-17.md @@ -1,14 +1,13 @@ --- -title: Ease of Use Improvements author: Aditya Vaidyam author_title: Division of Digital Psychiatry author_url: https://github.com/avaidyam author_image_url: https://avatars.githubusercontent.com/u/1361003 -description: Ease of Use Improvements -hide_table_of_contents: false --- -# Features +# Ease of Use Improvements + +## Features ### App Toolbar @@ -30,7 +29,7 @@ hide_table_of_contents: false - We've added a powerful new (pre-release) real-time event subscription API for the upcoming logic/automations features that work closely with the Cortex data analysis pipeline. - Information on this API will be added to the documentation in the coming weeks, and the API endpoints are currently subject to change. -# Improvements +## Improvements ### Miscellaneous @@ -38,7 +37,7 @@ hide_table_of_contents: false - Improved HealthKit and Google Fit sensor (i.e. step count) data collection fidelity; this change will be rolling out over the next week for iOS and Android. - Improved visualization of DBT Diary Card data in the Prevent tab, including dynamic charts and patients' free responses. -# Bug Fixes +## Bug Fixes - Resolved a **significant** issue where some patients were unable to log in on iOS or Android with valid credentials due to server login latency. - Resolved an issue where certain survey question text was not displaying for specific surveys. diff --git a/blog/2021-01-11.md b/blog/2021-01-11.md index a2478bd1a0..0d035939d4 100644 --- a/blog/2021-01-11.md +++ b/blog/2021-01-11.md @@ -1,14 +1,13 @@ --- -title: Stability & Performance Improvements author: Aditya Vaidyam author_title: Division of Digital Psychiatry author_url: https://github.com/avaidyam author_image_url: https://avatars.githubusercontent.com/u/1361003 -description: Stability & Performance Improvements -hide_table_of_contents: false --- -# Improvements +# Stability & Performance Improvements + +## Improvements **Server Administrators: Please begin to migrate your Docker image tags for `LAMP-server` and `LAMP-dashboard` from `2020` to `2021` to prepare for major upcoming releases.** @@ -17,7 +16,7 @@ Please begin to migrate your Docker image tags for `LAMP-server` and `LAMP-dashb - Added support for patient analytics (tab open, notification receipt). (See the `lamp.analytics` `SensorSpec`.) -# Bug Fixes +## Bug Fixes - Resolved an issue with the Feed tab incorrectly displaying weekly/monthly schedules. - Resolved several issues with activity icon uploads and configuration/settings. diff --git a/blog/2021-02-12.md b/blog/2021-02-12.md index 00b46d3f88..1dd4ef82fd 100644 --- a/blog/2021-02-12.md +++ b/blog/2021-02-12.md @@ -1,14 +1,13 @@ --- -title: Patient Profile & New Cognitive Tests author: Aditya Vaidyam author_title: Division of Digital Psychiatry author_url: https://github.com/avaidyam author_image_url: https://avatars.githubusercontent.com/u/1361003 -description: Patient Profile & New Cognitive Tests -hide_table_of_contents: false --- -# Features +# Patient Profile & New Cognitive Tests + +## Features ### Patient Profile UI @@ -27,7 +26,7 @@ hide_table_of_contents: false ![](assets/Untitled_A.png) -# Improvements +## Improvements ### **Improved Native Apps** @@ -47,7 +46,7 @@ hide_table_of_contents: false - Clinicians will need to request their system administrator to be added to a clinic/study and system administrators may generate a password of sufficient complexity as required by organizational policies. - Patients and study participants will need to request their clinician or research coordinators to reset their password or add additional care team members. -# Bug Fixes +## Bug Fixes - Resolved minor labeling and functionality issues with the DBT Diary Card activity. - Resolved an issue where the backend message queue would not accept large payloads and inadvertently crash the API Server. diff --git a/blog/2021-04-01.md b/blog/2021-04-01.md index 39518de98a..9baab4a798 100644 --- a/blog/2021-04-01.md +++ b/blog/2021-04-01.md @@ -1,11 +1,10 @@ --- -title: Documentation Overhaul author: Aditya Vaidyam author_title: Division of Digital Psychiatry author_url: https://github.com/avaidyam author_image_url: https://avatars.githubusercontent.com/u/1361003 -description: Documentation Overhaul -hide_table_of_contents: false --- +# Documentation Overhaul + Welcome to the brand new documentation site! diff --git a/blog/2021-04-22.md b/blog/2021-04-22.md index c75637fa5a..083395671d 100644 --- a/blog/2021-04-22.md +++ b/blog/2021-04-22.md @@ -1,13 +1,12 @@ --- -title: Significant Performance Improvements & UI Overhaul author: Aditya Vaidyam author_title: Division of Digital Psychiatry author_url: https://github.com/avaidyam author_image_url: https://avatars.githubusercontent.com/u/1361003 -description: Significant Performance Improvements & UI Overhaul -hide_table_of_contents: false --- +# Significant Performance Improvements & UI Overhaul + This is a significant update -- please review the bolded disclaimer text! ## Frontend diff --git a/docs/accessing_account.md b/docs/accessing_account.md index 284750cf68..9108d4836e 100644 --- a/docs/accessing_account.md +++ b/docs/accessing_account.md @@ -1,7 +1,4 @@ ---- -title: Accessing Your Account -slug: accessing_account ---- +# Accessing Your Account ### Step 1: Open your phone or desktop browser and navigate to the mindLAMP app. diff --git a/docs/anomaly_detection_r.md b/docs/anomaly_detection_r.md index 35aa8f5baa..3c1c98dd28 100644 --- a/docs/anomaly_detection_r.md +++ b/docs/anomaly_detection_r.md @@ -1,7 +1,4 @@ ---- -title: Anomaly Detection in R -slug: anomaly_detection_r ---- +# Anomaly Detection in R Code originally written in 2017 by [Ian Barnett, PhD](mailto:ibarnett@pennmedicine.upenn.edu), and modified and maintained by the [Division of Digital Psychiatry](mailto:team@digitalpsych.org). diff --git a/docs/app.md b/docs/app.md index e06be1e23c..67bdc99420 100644 --- a/docs/app.md +++ b/docs/app.md @@ -1,7 +1,4 @@ ---- -title: Download and Use mindLAMP -slug: app ---- +# Download and Use mindLAMP ![](assets/banner.png) diff --git a/docs/app_gateway.md b/docs/app_gateway.md index c56cbed045..f2085c48d9 100644 --- a/docs/app_gateway.md +++ b/docs/app_gateway.md @@ -1,7 +1,4 @@ ---- -title: Working with the App Gateway -slug: app_gateway ---- +# Working with the App Gateway The app gateway requires an API Key to make requests and supports `apns` (Apple device push notification service), `gcm` (Google device push notification service), `mailto` (standard mail address via AWS SES), `sms` (standard phone number SMS via AWS SNS), and `slack` (a Slack channel API hook) recipients. diff --git a/docs/aws_resources.md b/docs/aws_resources.md index 747362e518..c83eedc602 100644 --- a/docs/aws_resources.md +++ b/docs/aws_resources.md @@ -1,7 +1,4 @@ ---- -title: Preparing Resources on AWS -slug: aws_resources ---- +# Preparing Resources on AWS The following instructions will result in a Docker Swarm setup prepared to deploy LAMP. You will need to continue following the instructions after this phase to successfully configure LAMP. diff --git a/docs/bug.md b/docs/bug.md index 1e7da9f720..08d3234236 100644 --- a/docs/bug.md +++ b/docs/bug.md @@ -1,6 +1,3 @@ ---- -title: Report a Bug or Request a Feature -slug: bug ---- +# Report a Bug or Request a Feature [Click here to Report a Bug or Request a Feature](https://docs.google.com/forms/d/e/1FAIpQLSdy354xNzQVekizuSMePWk_F7YGl9ENencXKJ-T0oo4ZTNkaA/viewform?embedded=true) diff --git a/docs/build_new_activities.md b/docs/build_new_activities.md index bd476bf99f..7615c5b070 100644 --- a/docs/build_new_activities.md +++ b/docs/build_new_activities.md @@ -1,7 +1,4 @@ ---- -title: Building New Activities -slug: build_new_activities ---- +# Building New Activities Because the **LAMP Platform** is built around around a simple native core and a flexible WebView UI, any HTML/CSS/JavaScript code that works in a browser can work in the app. diff --git a/docs/complete_activities.md b/docs/complete_activities.md index ed6609a7f0..e372151924 100644 --- a/docs/complete_activities.md +++ b/docs/complete_activities.md @@ -1,7 +1,5 @@ ---- -title: Take Surveys and Complete Activities -slug: complete_activities ---- +# Take Surveys and Complete Activities + ### Step 1: View your Feed. ![](assets/feed.jpg) diff --git a/docs/components_of_lamp.md b/docs/components_of_lamp.md index c610377e43..a5340cd03c 100644 --- a/docs/components_of_lamp.md +++ b/docs/components_of_lamp.md @@ -1,7 +1,5 @@ ---- -title: Components of the LAMP Platform -slug: components_of_lamp ---- +# Components of the LAMP Platform + The LAMP Platform API Server manages all internal components and inter-component message-passing. Its components are embedded within Docker containers and use Docker Swarm for orchestration. Docker Compose and Kubernetes may also be used to deploy the components. Please see **Deployment Recommendations** if you do not plan on using Docker. ![](assets/Platform_Overview.png) diff --git a/docs/consortium_guidelines.md b/docs/consortium_guidelines.md index 9cdcace6e9..c0f219b626 100644 --- a/docs/consortium_guidelines.md +++ b/docs/consortium_guidelines.md @@ -1,7 +1,4 @@ ---- -title: Consortium Partner Guidelines and Principles -slug: consortium_guidelines ---- +# Consortium Partner Guidelines and Principles The LAMP Platform is open source, but please note that in order to receive the following benefits you **must** be a consortium partner. diff --git a/docs/consortium_requirements.md b/docs/consortium_requirements.md index eedf8f5511..4bf4a57ef3 100644 --- a/docs/consortium_requirements.md +++ b/docs/consortium_requirements.md @@ -1,7 +1,4 @@ ---- -title: LAMP Consortium Requirements -slug: consortium_requirements ---- +# LAMP Consortium Requirements ## 1. Human subject research conducted with the mindLAMP app requires the approval of an Ethics Review Board or Institutional Review Board. diff --git a/docs/consortium_survey.md b/docs/consortium_survey.md index 34bfbf061f..d6287574bc 100644 --- a/docs/consortium_survey.md +++ b/docs/consortium_survey.md @@ -1,7 +1,5 @@ ---- -title: Consortium Partner Surveys Requirements -slug: consortium_survey ---- +# Consortium Partner Surveys Requirements + We request that if using mindLAMP to administer surveys, consortium partners agree to use the following questions in a survey sent once to participants. This so there are common elements across all studies using mindLAMP and feedback collected on use. Each question should be asked and rated on a Likert scale. - I thought LAMP was easy to use. diff --git a/docs/cortex.md b/docs/cortex.md index a2ac9463e3..06f37acf76 100644 --- a/docs/cortex.md +++ b/docs/cortex.md @@ -1,7 +1,4 @@ ---- -title: Cortex -slug: cortex ---- +# Cortex ## **What is Cortex?** diff --git a/docs/costs.md b/docs/costs.md index fabd9921ae..799ff2ecdc 100644 --- a/docs/costs.md +++ b/docs/costs.md @@ -1,7 +1,4 @@ ---- -title: Costs of Deploying the LAMP Platform -slug: costs ---- +# Costs of Deploying the LAMP Platform The components of the LAMP Platform rely on IT infrastructure that can be self-hosted by your organization (sometimes called "on-prem") or hosted by a cloud provider such as Amazon or Google. diff --git a/docs/create_activities.md b/docs/create_activities.md index 6219afcac8..5abb4d7832 100644 --- a/docs/create_activities.md +++ b/docs/create_activities.md @@ -1,7 +1,5 @@ ---- -title: Create Activities -slug: create_activities ---- +# Create Activities + ### Create a New Activity for the Assess and Manage tabs If you would like to create your own custom activity, you can do so by writing it in html/javascript. There is no required structure or framework; as long as it is in html/javascript it will work with LAMP. diff --git a/docs/create_patients_participants.md b/docs/create_patients_participants.md index f602ced4d2..b9092c97f6 100644 --- a/docs/create_patients_participants.md +++ b/docs/create_patients_participants.md @@ -1,7 +1,4 @@ ---- -title: Create or Manage Patients and Participants -slug: create_patients_participants ---- +# Create or Manage Patients and Participants ### Creating a New Patient or Participant diff --git a/docs/create_surveys.md b/docs/create_surveys.md index ab29c239e3..64fba48d30 100644 --- a/docs/create_surveys.md +++ b/docs/create_surveys.md @@ -1,8 +1,4 @@ ---- -title: Create Surveys -slug: create_surveys ---- -# Create a New Survey for the Assess tab. +# Create Surveys Need some inspiration to create your survey? Browse our **Survey Instrument Library** diff --git a/docs/create_tips.md b/docs/create_tips.md index d2ff598b2e..dab2722877 100644 --- a/docs/create_tips.md +++ b/docs/create_tips.md @@ -1,8 +1,4 @@ ---- -title: Creating and Customizing Tips -slug: create_tips ---- -# Creating and Customizing a Tip for Learn +# Creating and Customizing Tips Navigate to the activities page click the “+ Add” button, and then scroll to the bottom and click “tips”. diff --git a/docs/customize_activities.md b/docs/customize_activities.md index d7a8d12881..63210fcbc4 100644 --- a/docs/customize_activities.md +++ b/docs/customize_activities.md @@ -1,8 +1,4 @@ ---- -title: Customize and Schedule Activities -slug: customize_activities ---- -# Creating a New Activity for Manage +# Customize and Schedule Activities To create any activity that shows up on the manage page (e.g. Jewels A or B): diff --git a/docs/data_science.md b/docs/data_science.md index 7d884dda3f..43515d8d9d 100644 --- a/docs/data_science.md +++ b/docs/data_science.md @@ -1,7 +1,4 @@ ---- -title: Data Science with LAMP -slug: data_science ---- +# Data Science with LAMP **The API sandbox allows you to test the raw HTTP REST API against a live server to see how to work with the low-level API itself.** If you're interested in working in Ry, Python, or JS, we recommend you try out our programming libraries instead. diff --git a/docs/data_types.md b/docs/data_types.md index 5e4b20a3f7..c0d9a255cb 100644 --- a/docs/data_types.md +++ b/docs/data_types.md @@ -1,7 +1,4 @@ ---- -title: Data Types -slug: data_types ---- +# Data Types All event streams in the LAMP API are catalogued by a timestamp and specific "blueprints" (schema) of what kind of data they hold. For example, a sensor event that occurred 20 minutes ago would carry that instant's timestamp, along with a link to what kind of sensor it was, and that sensor's measurement as a payload of data. The kinds of activities and sensors available are declared below, along with the blueprint you can expect their events' data to follow. diff --git a/docs/delete_activities.md b/docs/delete_activities.md index 1b73a5b066..af3db7a490 100644 --- a/docs/delete_activities.md +++ b/docs/delete_activities.md @@ -1,7 +1,4 @@ ---- -title: Delete and Schedule Activities -slug: delete_activities ---- +# Delete and Schedule Activities # Delete an Existing Activity diff --git a/docs/deploy_prereqs.md b/docs/deploy_prereqs.md index eb0db4e633..bd70c268a4 100644 --- a/docs/deploy_prereqs.md +++ b/docs/deploy_prereqs.md @@ -1,7 +1,4 @@ ---- -title: Prerequisites for Deploying the LAMP Platform -slug: deploy_prereqs ---- +# Prerequisites for Deploying the LAMP Platform The mindLAMP app interfaces with the much broader LAMP Platform to provide all of the functionality and features you can interact with within the app. The [LAMP Platform is open source](https://github.com/BIDMCDigitalPsychiatry/) and its components are detailed below; to see technical materials such as source code or compiling/testing routines, please visit the components' corresponding repository. diff --git a/docs/deploying_lamp.md b/docs/deploying_lamp.md index a1cc5728fd..919b103f84 100644 --- a/docs/deploying_lamp.md +++ b/docs/deploying_lamp.md @@ -1,7 +1,4 @@ ---- -title: Deploying the LAMP Platform -slug: deploying_lamp ---- +# Deploying the LAMP Platform **You must have a configured Docker Swarm cluster to continue.** Please follow all steps below in the exact order specified, though you may skip optional steps. diff --git a/docs/deployment_recs.md b/docs/deployment_recs.md index 46b39aa24e..e3ba505037 100644 --- a/docs/deployment_recs.md +++ b/docs/deployment_recs.md @@ -1,7 +1,4 @@ ---- -title: Deployment Recommendations -slug: deployment_recs ---- +# Deployment Recommendations # Disclosure diff --git a/docs/how_interventions_work.md b/docs/how_interventions_work.md index ba3195f9d0..767a2150ff 100644 --- a/docs/how_interventions_work.md +++ b/docs/how_interventions_work.md @@ -1,7 +1,4 @@ ---- -title: How Interventions Work -slug: how_interventions_work ---- +# How Interventions Work 1. Patient logs into mobile app (iOS/Android) 2. Mobile app uses Study configuration to activate device sensor data collection (i.e. which sensors, frequency per sensor, misc. settings) diff --git a/docs/how_works.md b/docs/how_works.md index cf03b97eac..4c66cfb571 100644 --- a/docs/how_works.md +++ b/docs/how_works.md @@ -1,7 +1,4 @@ ---- -title: How the Platform Works -slug: how_works ---- +# How the Platform Works The LAMP Platform always collects data in a secure way before automatically processing and harmonizing it for you. Researchers/clinicians, and patients/participants can view their data in the frontend user interface. Patients will always retain ownership when contributing their data to your study or clinic and may always download and view their own data. Cognitive tests and survey instruments collect high quality metadata that can measure attention, focus, memory performance, and more. diff --git a/docs/instruments.md b/docs/instruments.md index d66940b6e0..2294ce371a 100644 --- a/docs/instruments.md +++ b/docs/instruments.md @@ -1,7 +1,4 @@ ---- -title: Survey Instrument Library -slug: instruments ---- +# Survey Instrument Library Import existing surveys instruments into your LAMP project! To do so, open one of the surveys pages below and download the survey json file hosted there. Then, import the file into the LAMP dashboard. diff --git a/docs/jsonata.md b/docs/jsonata.md index 7ca2f1afaa..a7b7763fab 100644 --- a/docs/jsonata.md +++ b/docs/jsonata.md @@ -1,7 +1,4 @@ ---- -title: Using Document Transformations -slug: jsonata ---- +# Using Document Transformations # Overview diff --git a/docs/mapnet.md b/docs/mapnet.md index bae7204b45..2e6b6b0c65 100644 --- a/docs/mapnet.md +++ b/docs/mapnet.md @@ -1,7 +1,4 @@ ---- -title: MAPNET -slug: mapnet ---- +# MAPNET ### Current MAPNET Specific Features and Information diff --git a/docs/platforms_vs_apps.md b/docs/platforms_vs_apps.md index 29a153fd10..c9be154b9b 100644 --- a/docs/platforms_vs_apps.md +++ b/docs/platforms_vs_apps.md @@ -1,7 +1,4 @@ ---- -title: Platforms vs. Apps -slug: platforms_vs_apps ---- +# Platforms vs. Apps > **Healthcare platforms do much more than apps.** diff --git a/docs/privacy.md b/docs/privacy.md index 324a71bc76..f33399c07c 100644 --- a/docs/privacy.md +++ b/docs/privacy.md @@ -1,7 +1,4 @@ ---- -title: Privacy Policy -slug: privacy ---- +# Privacy Policy # Your Personal Information diff --git a/docs/provisioning_lamp.md b/docs/provisioning_lamp.md index 72ff59d8cb..0c724e4974 100644 --- a/docs/provisioning_lamp.md +++ b/docs/provisioning_lamp.md @@ -1,7 +1,4 @@ ---- -title: Provisioning the LAMP Platform -slug: provisioning_lamp ---- +# Provisioning the LAMP Platform ![](assets/AWS_Mini_Map.png) diff --git a/docs/publications.md b/docs/publications.md index a4a35e887b..dcca811c58 100644 --- a/docs/publications.md +++ b/docs/publications.md @@ -1,7 +1,4 @@ ---- -title: Publications with LAMP -slug: publications ---- +# Publications with LAMP |Name |Citation | |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/python.md b/docs/python.md index 01da5a74f0..53220857c0 100644 --- a/docs/python.md +++ b/docs/python.md @@ -1,7 +1,4 @@ ---- -title: Preparing to Analyze Your Data in Python -slug: python ---- +# Preparing to Analyze Your Data in Python If you'd like to follow along with this tutorial but don't have a Python development environment set up, **consider using [Google Collab](https://colab.research.google.com/), a free service** from Google Research. diff --git a/docs/r.md b/docs/r.md index ae967ee7f0..6d65198b3f 100644 --- a/docs/r.md +++ b/docs/r.md @@ -1,7 +1,4 @@ ---- -title: Preparing to Analyze Your Data in R -slug: r ---- +# Preparing to Analyze Your Data in R If you'd like to follow along with this tutorial but don't have an R development environment set up, **consider using [RStudio Cloud](https://rstudio.cloud/), a free service** from the RStudio team. diff --git a/docs/testing_lamp.md b/docs/testing_lamp.md index 069a510739..efa7bc9687 100644 --- a/docs/testing_lamp.md +++ b/docs/testing_lamp.md @@ -1,7 +1,4 @@ ---- -title: Testing the LAMP Platform -slug: testing_lamp ---- +# Testing the LAMP Platform Once you've deployed the `LAMP-server` and `LAMP-database`, you'll be able to use the mindLAMP app (either on your mobile device or [in a desktop browser](https://dashboard.lamp.digital/)) to connect to your instance. diff --git a/docs/user_prereqs.md b/docs/user_prereqs.md index aa8c19ecbf..4ba28d5020 100644 --- a/docs/user_prereqs.md +++ b/docs/user_prereqs.md @@ -1,7 +1,4 @@ ---- -title: LAMP User Prerequisites -slug: user_prereqs ---- +# LAMP User Prerequisites ### User Types diff --git a/docs/user_types.md b/docs/user_types.md index 482ccc81cd..5043c14f63 100644 --- a/docs/user_types.md +++ b/docs/user_types.md @@ -1,7 +1,4 @@ ---- -title: Types of Users -slug: user_types ---- +# Types of Users # **Self-Deploying User** diff --git a/docs/users_vs_activities.md b/docs/users_vs_activities.md index 21be8849be..91408eb541 100644 --- a/docs/users_vs_activities.md +++ b/docs/users_vs_activities.md @@ -1,7 +1,4 @@ ---- -title: Users vs Activities Tab -slug: users_vs_activities ---- +# Users vs Activities Tab # Users diff --git a/docs/view_dashboard.md b/docs/view_dashboard.md index 2379e86ab2..4ff98e2848 100644 --- a/docs/view_dashboard.md +++ b/docs/view_dashboard.md @@ -1,7 +1,4 @@ ---- -title: View the Dashboard -slug: view_dashboard ---- +# View the Dashboard The app can be customized to your organization or clinic's need to include all or just some of the below sections. Choose the ones that suit your needs best. Some visualizations will only be possible when certain data is collected. We are always working to create new visualizations. diff --git a/docs/visualize.md b/docs/visualize.md index 9356fbe1c2..e1c68c91c2 100644 --- a/docs/visualize.md +++ b/docs/visualize.md @@ -1,7 +1,4 @@ ---- -title: Visualize data -slug: visualize ---- +# Visualize data If you would like to hide graphs on the Prevent page from patients or participants, [please contact us here.](mailto:team@digitalpsych.org) diff --git a/docs/wearables.md b/docs/wearables.md index 57299c3037..566d40bb9c 100644 --- a/docs/wearables.md +++ b/docs/wearables.md @@ -1,7 +1,4 @@ ---- -title: Wearables -slug: wearables ---- +# Wearables ![](assets/wearables.png) diff --git a/docs/webinar_recordings.md b/docs/webinar_recordings.md index fefc60cc78..e95215fc4e 100644 --- a/docs/webinar_recordings.md +++ b/docs/webinar_recordings.md @@ -1,7 +1,5 @@ ---- -title: Consortium Webinar Recordings -slug: webinar_recordings ---- +# Consortium Webinar Recordings + **Here you will find recordings of all previous webinars in case you were unable to attend.** [Click here for webinar recordings.](https://youtube.com/playlist?list=PL9LSVYTF76X_khB_pQKdoDd20zH4aRuIL)