Created at 1pm, Jan 2
ilkeHealth & Lifestyle
0
Empowering Health In Aging: Innovation In Undernutrition Detection and Preventation Through Comprehensive Monitoring
b0ul7c-o1oCIZWvst8aSAw4KhUsLeRjR9vohDIZiLLI
File Type
PDF
Entry Count
53
Embed. Model
jina_embeddings_v2_base_en
Index Type
annoy

Advances in technology allowed a better precision and efficiency of biomarker measurements, making it easier to detect undernutrition in the elderly. This article introduces an innovative system developed as part of the CART initiative at Toulouse University Hospital in France. This system takes a comprehensive approach to monitor health and well-being, collecting data that can provide insights, shape health outcomes, and even predict them.

Figure 9. First Pre-Processing Then, we only keep the information necessary for the analysis (stamp, areaid, events). On the other hand, to make correct and fast calculations, data filtering becomes highly beneficial when working with Unix time to represent time intervals. Employing Unix time as the timestamp format streamlines the task of comparing and filtering events, facilitating smooth operations based on their temporal attributes as shown in Figure 10. 101
id: c95656c9f32634d736a0435229799ffa - page: 9
IADIS International Journal on Computer Science and Information Systems Figure 10. Filtering of all events by areaid Given the inter-individual variability in the physical activity intensity and duration, total energy expenditure can be estimated by multiplying resting energy expenditure by a factor reflecting the intensity of an individuals physical activity. This physical activity level factor (PAL) has been determined for many activities of daily living, including sedentary, occupational and sports activities (Westerterp, 2013). = The Basel Metabolism Rate (BMR) is obtained by the following basal metabolic rate formula: Men: BMR=88.362+ (13,397weight in kg) + (4,799height in cm)(5,677age in years) Women: BMR=447.593+ (9,247weight in kg) + (3,098height in cm)(4,330age in years)
id: f9783c2eb5930aa237ab6cf17d468693 - page: 10
Total energy expenditure=PALBMR Establishing predefined rules for food-related activities is an essential step in understanding and analyzing the nutritional behaviors of individuals. These rules make it possible to categorize and identify specific activities and behaviors associated with food consumption and preparation. A sequence of events or conditions that corresponds to a food-related activity is established: It begins when a person enters the kitchen or opens the refrigerator or cupboard. If the person opens the fridge or cupboard after entering the kitchen, we consider this as a part of the eating activity. The activity ends when the individual is no longer in the kitchen or dining room. Once these rules have been applied to our dataset, we can calculate correlations and analyze how different rooms and mobility patterns are related to eating-related activities (Figure 11). Steps to create our correlation matrix:
id: 70501b0bf93f1d925469111b20d54bbd - page: 10
Create a New Variable: Start by adding a new category in the dataset to represent activities related to nutrition. This variable will be assigned values based on specific criteria, using a systematic approach. Organize the Data: Once the nutrition-related variable is established, we organize the data by selecting the essential columns needed for calculating presence, occupancy rates, and mobility. These columns typically include "areaid," "event," "timestep," and the newly created variable for nutrition-related activities 102 (1) (2) EMPOWERING HEALTH IN AGING: INNOVATION IN UNDERNUTRITION DETECTION AND PREVENTION THROUGH COMPREHENSIVE MONITORING Calculate Presence and Occupancy: we Determine how often different rooms (such as the kitchen, dining pantry, fridge, and dining room) are used for nutrition-related activities. This is done by grouping the data based on the room's identification ("areaid") and finding the average frequency of events in each room.
id: fdce788690975f607640e6e07557f399 - page: 10
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "b0ul7c-o1oCIZWvst8aSAw4KhUsLeRjR9vohDIZiLLI", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "b0ul7c-o1oCIZWvst8aSAw4KhUsLeRjR9vohDIZiLLI", "level": 2}'