docs: update activity codes decription

#1
by timida - opened
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -34,24 +34,24 @@ Every record is formatted as:
34
 
35
  - **subject_id** – integer 1600–1650 uniquely identifying the volunteer
36
  - **activity_code** – single ASCII letter A–S (the letter N is deliberately skipped) denoting the performed activity:
37
- - "A" - walkling
38
- - "B" - jogging
39
- - "C" - stairs
40
- - "D" - sitting
41
- - "E" - standing
42
- - "F" - typing
43
- - "G" - tooth-brushing
44
- - "H" - soup (eating)
45
- - "I" - chips (eating)
46
- - "J" - pasta (eating)
47
- - "K" - driking
48
- - "L" - sandwich (eating)
49
- - "M" - kicking
50
- - "O" - catch
51
- - "P" - dribbling
52
- - "Q" - writing
53
- - "R" - clapping
54
- - "S" - folding
55
  - **timestamp** – Unix epoch in seconds
56
  - **x, y, z** – instantaneous sensor readings for the corresponding device and modality
57
 
 
34
 
35
  - **subject_id** – integer 1600–1650 uniquely identifying the volunteer
36
  - **activity_code** – single ASCII letter A–S (the letter N is deliberately skipped) denoting the performed activity:
37
+ - "A" - Walking
38
+ - "B" - Jogging
39
+ - "C" - Stairs
40
+ - "D" - Sitting
41
+ - "E" - Standing
42
+ - "F" - Typing
43
+ - "G" - Brushing Teet
44
+ - "H" - Eating Soup
45
+ - "I" - Eating Chips
46
+ - "J" - Eating Pasta
47
+ - "K" - Driking from Cup
48
+ - "L" - Eating Sandwich
49
+ - "M" - Kicking (Soccer Ball)
50
+ - "O" - Playing Catch w/ Tennis Ball
51
+ - "P" - Dribbling (Basketball)
52
+ - "Q" - Writing
53
+ - "R" - Clapping
54
+ - "S" - Folding Clothes
55
  - **timestamp** – Unix epoch in seconds
56
  - **x, y, z** – instantaneous sensor readings for the corresponding device and modality
57