Skip to content

MaryAnn99/-morpheo-rd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Gosleep

GoSleep logo

It's a mobile application that indicates sleep shifts taking into consideration exercise and nutrition, in order to reduce circadian misalignment when changing time zones, as when astronauts travel to launch site and then to the ISS.

The name of the project is the union of two words: "Goldberg" and "sleep".

This repo contains the implementation of the scheduling algorithm that will be used on the app.

Project presentation

The scheduling algorithm

The algorithm is based on the article How To Travel the World Without Jet lag by Charmane I. Eastman and Helen J. Burgess, and the experiments described in Advancing Human Circadian Rhythms with Afternoon Melatonin and Morning Intermittent Bright Light

  1. The tMin* time is computed based on regular bed and wake time. If sleeping 7 or fewer hours per night, it’s assumed this is 2 hours before the usual wake time. If sleeping more, it’s assumed this is 3 hours before the usual wake time.
  2. The adjustment direction to be applied to the circadian rhythms is determined. If the destination has a greater time zone in the Greenwich Mean Time (GMT), phase advance will be needed, otherwise, phase delay.
  3. If phase advance is needed, sunlight or/and artificial light exposure will take place before going to sleep. Otherwise, the opposite will be done but, in this case, using melatonin 2 hours before DLMO (Dim Light Melatonin Onset).
  4. The tMin* is shifted by shifting the bedtime and wake time by one hour and a half later each day if phase advancing, or one hour earlier per day if phase delaying.

*It is the sleeping moment where the body temperature is minimum. It is usually 3 hours before you wake up.

space-1.jpg
Figure 4. Eastman, C. I., & Burgess, H. J. (2009). How To Travel the World Without Jet lag.

Project presentation:

Mission management

It’s a Web-based application where an administrative-personnel member will give the missions inputs and assign users. The optimal schedule will be created.

Alt text Alt text Alt text

Schedule

The user will be able to see its schedule. The times when he or she will take the metalin, light exposure, sleeping, and any the events related to the mission such as the international flights, launching, docking.

Schedule Complete activity
Alt text Alt text

Logging

The user will perform logging of its meals, exercises, and the when sleep is started and finished.

Exercise Eat Principal Page
Alt text Alt text Alt text

Information gathering

The user will answer several questions along the day based on the Columbia Jet Scale, the Liverpool jetlag questionnaire, and the Stanford sleepiness scale, in order to gather information about how well the user has slept and adjust the schedule accordingly.

Alt text Alt text Alt text Alt text

Complete App Design

click here

or scan the QR code:

Alt text

Alt text

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages