# artem_chebotarev_schedule !!2023/05/02 $locat['A2'] = 0 if yearstart = 1: !! Schedule for school year not yet done else if university['semester_week'] > 0: if week < 6: if hour < 7: !!Dormroom - Asleep $locat['A2'] = 'dormroom_asleep' elseif hour = 7 and minut < 15: !!Shared Dorm Shower - Taking A shower. $locat['A2'] = 'dorm_shared_shower' elseif hour = 7 and minut < 30: !!Shared Kitchen - Eating Breakfast $locat['A2'] = 'dorm_shared_kitchen_breakfast' elseif hour < 9: !!IDormroom - studying before classes class $locat['A2'] = 'dormroom_ studying_or _relaxing' elseif hour < 12: if week = 5: !!IDormroom - studying or relaxing $locat['A2'] = 'dormroom_ studying_or _relaxing' elseif hour = 11 and minut >= 30: if sunWeather = 1 and temper > 15: !!IUniversity grounds - waiting for class $locat['A2'] = 'uni_grounds_waiting_for_class' else !!University student center?? - waiting for class $locat['A2'] = 'uni_student_center_waiting_for_class' end else !!University classsroom - attending lecture $locat['A2'] = 'uni_attending_class' end elseif hour < 13: if minut < 30: if week < 5: !!University classsroom - attending lecture $locat['A2'] = 'uni_attending_class' else !!IDormroom - studying or relaxing $locat['A2'] = 'dormroom_ studying_or _relaxing' end else !!University cafe - eating lunch $locat['A2'] = 'uni_cafe_lunch' end elseif hour < 14: if week < 5: if minut < 15: if sunWeather = 1 and temper > 15: !!IUniversity grounds - waiting for class $locat['A2'] = 'uni_grounds_waiting_for_class' else !!University student center?? - waiting for class $locat['A2'] = 'uni_student_center_waiting_for_class' end else !!University classsroom - attending lecture $locat['A2'] = 'uni_attending_class' end else !!IDormroom - studying or relaxing $locat['A2'] = 'dormroom_ studying_or _relaxing' end elseif hour < 15: if week < 5: if minut > 45: if sunWeather = 1 and temper > 15: !!IUniversity grounds - waiting for class $locat['A2'] = 'uni_grounds_waiting_for_class' else !!University student center?? - waiting for class $locat['A2'] = 'uni_student_center_waiting_for_class' end else !!University classsroom - attending lecture $locat['A2'] = 'uni_attending_class' end else !!IDormroom - studying or relaxing $locat['A2'] = 'dormroom_ studying_or _relaxing' end elseif hour < 17: !!ILibrary - studying $locat['A2'] = 'library_ studying' elseif hour < 18: !!Shared kitchen cooking and eating dinner $locat['A2'] ='shared_kitchen_dinner' elseif hour < 22: if week mod 2 = 0: !!ICoffee Hole or friends place $locat['A2'] = 'playing _games_at_coffee_hole_or _freinds_places' else !!IDormroom - studying or relaxing $locat['A2'] = 'dormroom_ studying_or _relaxing' end else !!Dormroom - sleeping $locat['A2'] = 'dormroom_asleep' end elseif week = 6: if hour < 7: !!Dormroom - Asleep $locat['A2'] = 'dormroom_asleep' elseif hour = 7 and minut < 15: !!Shared Dorm Shower - Taking A shower. $locat['A2'] = 'dorm_shared_shower' elseif hour = 7 and minut < 30: !!Shared Kitchen - Eating Breakfast $locat['A2'] = 'dorm_shared_kitchen_breakfast' elseif hour = 7 and minut < 45: !!IMetro/City Train Station - getting to the station to take take the train to pav. $locat['A2'] = 'traveling_in_city_dorm_to_train_station' elseif hour < 9: !!ITrain - traveling to Pav $locat['A2'] = 'train_city_to_pav' elseif hour = 9 and minut < 15: !!Pav streets - walking the parents home home. $locat['A2'] = 'walking_in_pav_station_to_five_eight' elseif hour < 22: !!In parents apartment $locat['A2'] = 'parents_apartment' elseif hour < 23: !!In parents apartment getting ready for bed $locat['A2'] = 'parents_apartment_getting ready for bed' else !!In parents apartment asleep $locat['A2'] = 'parents_asleep' end else if hour < 7: !!In parents apartment asleep $locat['A2'] = 'parents_asleep' elseif hour < 8: !!In parents apartment getting up $locat['A2'] = 'parents_getting_out_of_bed' elseif hour < 21: !!In parents apartment $locat['A2'] = 'parents_apartment' elseif hour = 21 and minut < 45: !!Pav streets - walks to the train station/waiting at the platform $locat['A2'] = 'traveling_pav_fice_eight_to_train_station' elseif hour = 21 or (hour < 23 and minut < 15): !!Train - traveling from Pav to the city. $locat['A2'] = 'train_pav_to_city' elseif hour < 23 and minut < 20: !!Metro - traveling from the trainstation to the dorm $locat['A2'] = 'traveling_in_city_train_station_to_dorm' else !!Dormroom - sleeping. $locat['A2'] = 'dormroom_asleep' end end elseif university['exam_week'] > 0: if week < 6: if hour < 7: !!Dormroom - Asleep $locat['A2'] = 'dormroom_asleep' elseif hour = 7 and minut < 15: !!Shared Dorm Shower - Taking A shower. $locat['A2'] = 'dorm_shared_shower' elseif hour = 7 and minut < 30: !!Shared Kitchen - Eating Breakfast $locat['A2'] = 'dorm_shared_kitchen_breakfast' elseif hour < 9: !!IDormroom - studying before classes class $locat['A2'] = 'dormroom_ studying_or _relaxing' elseif hour < 12: if week = 4 or (week = 2 and university['exam_week'] = 2): !!Classroom - taking a exam $locat['A2'] = 'taking_uni_exam' elseif (university['exam_week'] = 2 and week = 5): !!Out with friends celebrating exam is over $locat['A2'] = 'celebrating_exam_is_over' else !!ILibrary - studying $locat['A2'] = 'library_ studying' end elseif hour < 13: !!University cafe - eating lunch $locat['A2'] = 'uni_cafe_lunch' elseif hour < 17: if university['exam_week'] = 2 and week > 3: !!Out with friends celebrating exam is over $locat['A2'] = 'celebrating_exam_is_over' else !!IDormroom - studying $locat['A2'] = 'dormroom_ studying_or _relaxing' end elseif hour < 18: if university['exam_week'] = 2 and week > 3: !!Out with friends celebrating exam is over $locat['A2'] = 'celebrating_exam_is_over' else !!Shared kitchen cooking and eating dinner $locat['A2'] ='shared_kitchen_dinner' end elseif hour < 22: if week mod 2 = 0: !!ICoffee Hole or friends place $locat['A2'] = 'playing _games_at_coffee_hole_or _freinds_places' elseif university['exam_week'] = 2 and week = 5: !!Out with friends celebrating exam is over $locat['A2'] = 'celebrating_exam_is_over' else !!IDormroom - studying or relaxing $locat['A2'] = 'dormroom_ studying_or _relaxing' end else !!Dormroom - sleeping $locat['A2'] = 'dormroom_asleep' end elseif week = 6: if hour < 7: !!Dormroom - Asleep $locat['A2'] = 'dormroom_asleep' elseif hour = 7 and minut < 15: !!Shared Dorm Shower - Taking A shower. $locat['A2'] = 'dorm_shared_shower' elseif hour = 7 and minut < 30: !!Shared Kitchen - Eating Breakfast $locat['A2'] = 'dorm_shared_kitchen_breakfast' elseif hour = 7 and minut < 45: !!IMetro/City Train Station - getting to the station to take take the train to pav. $locat['A2'] = 'traveling_in_city_dorm_to_train_station' elseif hour < 9: !!ITrain - traveling to Pav $locat['A2'] = 'train_city_to_pav' elseif hour = 9 and minut < 15: !!Pav streets - walking the parents home home. $locat['A2'] = 'walking_in_pav_station_to_five_eight' elseif hour < 22: !!In parents apartment $locat['A2'] = 'parents_apartment' elseif hour < 23: !!In parents apartment getting ready for bed $locat['A2'] = 'parents_apartment_getting ready for bed' else !!In parents apartment asleep $locat['A2'] = 'parents_asleep' end else if hour < 7: !!In parents apartment asleep $locat['A2'] = 'parents_asleep' elseif hour < 8: !!In parents apartment getting up $locat['A2'] = 'parents_getting_out_of_bed' elseif hour < 21: !!In parents apartment $locat['A2'] = 'parents_apartment' elseif hour = 21 and minut < 45: !!Pav streets - walks to the train station/waiting at the platform $locat['A2'] = 'traveling_pav_fice_eight_to_train_station' elseif hour = 21 or (hour < 23 and minut < 15): !!Train - traveling from Pav to the city. $locat['A2'] = 'train_pav_to_city' elseif hour < 23 and minut < 20: !!Metro - traveling from the trainstation to the dorm $locat['A2'] = 'traveling_in_city_train_station_to_dorm' else !!Dormroom - sleeping. $locat['A2'] = 'dormroom_asleep' end end else if week < 6: if hour < 7: !!Dormroom - Asleep $locat['A2'] = 'dormroom_asleep' elseif hour = 7 and minut < 15: !!Shared Dorm Shower - Taking A shower. $locat['A2'] = 'dorm_shared_shower' elseif hour = 7 and minut < 30: !!Shared Kitchen - Eating Breakfast $locat['A2'] = 'dorm_shared_kitchen_breakfast' elseif hour < 12: !!IDormroom - relaxing $locat['A2'] = 'dormroom_ studying_or _relaxing' elseif hour < 13: !!University cafe - eating lunch $locat['A2'] = 'uni_cafe_lunch' elseif hour < 17: !!IDormroom - relaxing $locat['A2'] = 'dormroom_ studying_or _relaxing' elseif hour < 18: !!Shared kitchen cooking and eating dinner $locat['A2'] ='shared_kitchen_dinner' elseif hour < 22: if week mod 2 = 0: !!ICoffee Hole or friends place $locat['A2'] = 'playing _games_at_coffee_hole_or _freinds_places' else !!IDormroom - studying or relaxing $locat['A2'] = 'dormroom_ studying_or _relaxing' end else !!Dormroom - sleeping $locat['A2'] = 'dormroom_asleep' end elseif week = 6: if hour < 7: !!Dormroom - Asleep $locat['A2'] = 'dormroom_asleep' elseif hour = 7 and minut < 15: !!Shared Dorm Shower - Taking A shower. $locat['A2'] = 'dorm_shared_shower' elseif hour = 7 and minut < 30: !!Shared Kitchen - Eating Breakfast $locat['A2'] = 'dorm_shared_kitchen_breakfast' elseif hour = 7 and minut < 45: !!IMetro/City Train Station - getting to the station to take take the train to pav. $locat['A2'] = 'traveling_in_city_dorm_to_train_station' elseif hour < 9: !!ITrain - traveling to Pav $locat['A2'] = 'train_city_to_pav' elseif hour = 9 and minut < 15: !!Pav streets - walking the parents home home. $locat['A2'] = 'walking_in_pav_station_to_five_eight' elseif hour < 22: !!In parents apartment $locat['A2'] = 'parents_apartment' elseif hour < 23: !!In parents apartment getting ready for bed $locat['A2'] = 'parents_apartment_getting ready for bed' else !!In parents apartment asleep $locat['A2'] = 'parents_asleep' end else if hour < 7: !!In parents apartment asleep $locat['A2'] = 'parents_asleep' elseif hour < 8: !!In parents apartment getting up $locat['A2'] = 'parents_getting_out_of_bed' elseif hour < 21: !!In parents apartment $locat['A2'] = 'parents_apartment' elseif hour = 21 and minut < 45: !!Pav streets - walks to the train station/waiting at the platform $locat['A2'] = 'traveling_pav_fice_eight_to_train_station' elseif hour = 21 or (hour < 23 and minut < 15): !!Train - traveling from Pav to the city. $locat['A2'] = 'train_pav_to_city' elseif hour < 23 and minut < 20: !!Metro - traveling from the trainstation to the dorm $locat['A2'] = 'traveling_in_city_train_station_to_dorm' else !!Dormroom - sleeping. $locat['A2'] = 'dormroom_asleep' end end end end --- artem_chebotarev_schedule ---------------------------------