diff --git a/README.md b/README.md index 2a894ca5..03e9f81d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ These are the available CARP Mobile Sensing Flutter components in this repositor | [carp_serializable](./carp_serializable) | A package for polymorphic serialization to/from JSON build on top of [json_serializable](https://pub.dev/packages/json_serializable) | [![pub package](https://img.shields.io/pub/v/carp_serializable.svg)](https://pub.dev/packages/carp_serializable) | | [carp_core](./carp_core) | The CARP core domain model | [![pub package](https://img.shields.io/pub/v/carp_core.svg)](https://pub.dev/packages/carp_core) | | [carp_mobile_sensing](./carp_mobile_sensing) | The main CARP Mobile Sensing Framework | [![pub package](https://img.shields.io/pub/v/carp_mobile_sensing.svg)](https://pub.dev/packages/carp_mobile_sensing) | -| **Mobile** | **Sampling Packages for Mobile Sensors** | | +| **Mobile** | **Sampling packages for mobile sensors** | | | [carp_apps_package](./packages/carp_apps_package) | App sampling package (installed apps, app usage) | [![pub package](https://img.shields.io/pub/v/carp_apps_package.svg)](https://pub.dev/packages/carp_apps_package) | | [carp_connectivity_package](./packages/carp_connectivity_package) | Connectivity sampling package (bluetooth, wifi, connectivity) | [![pub package](https://img.shields.io/pub/v/carp_connectivity_package.svg)](https://pub.dev/packages/carp_connectivity_package) | | [carp_communication_package](./packages/carp_communication_package) | Communication sampling package (phone, sms) | [![pub package](https://img.shields.io/pub/v/carp_communication_package.svg)](https://pub.dev/packages/carp_communication_package) | @@ -26,7 +26,7 @@ These are the available CARP Mobile Sensing Flutter components in this repositor | [carp_audio_package](./packages/carp_audio_package) | A "media" sampling package which can collect audio (incl. noise), image, and video data. The label `audio` in the package name is legacy. | [![pub package](https://img.shields.io/pub/v/carp_audio_package.svg)](https://pub.dev/packages/carp_audio_package) | | [carp_survey_package](./packages/carp_survey_package) | Sampling package for collecting survey data from [Research Package](https://carp.cachet.dk/research-package/) and running cognitive test using the [Cognition Package](https://carp.cachet.dk/cognition-package/) | [![pub package](https://img.shields.io/pub/v/carp_survey_package.svg)](https://pub.dev/packages/carp_survey_package) | | [carp_health_package](./packages/carp_health_package) | Sampling package for collecting health data from [Apple Health](https://www.apple.com/ios/health/) and [Google Fit](https://www.google.com/fit/) | [![pub package](https://img.shields.io/pub/v/carp_health_package.svg)](https://pub.dev/packages/carp_health_package) | -| **Wearables** | **Sampling Packages for Wearable Devices** | | +| **Wearables** | **Sampling packages for wearable devices** | | | [carp_movisens_package](./packages/carp_movisens_package) | Movisens Move & ECG sampling package (movement, MET-level, ECG) | [![pub package](https://img.shields.io/pub/v/carp_movisens_package.svg)](https://pub.dev/packages/carp_movisens_package) | | [carp_esense_package](./packages/carp_esense_package) | Sampling package for the eSense ear plug device (button pressed & movement) | [![pub package](https://img.shields.io/pub/v/carp_esense_package.svg)](https://pub.dev/packages/carp_esense_package) | | [carp_polar_package](./packages/carp_polar_package) | Sampling package for the [Polar heart rate monitors](https://www.polar.com/) | [![pub package](https://img.shields.io/pub/v/carp_polar_package.svg)](https://pub.dev/packages/carp_polar_package) |