Diff of /README.md [000000] .. [8d548e]

Switch to unified view

a b/README.md
1
<h1>About Dataset</h1>
2
3
<p>
4
This dataset captures biomechanical data, injury information, and rehabilitation outcomes of basketball players.
5
It was created to study how motion patterns contribute to injury risk and how targeted rehabilitation strategies improve recovery and reduce re-injury.
6
</p>
7
8
<h2>Key Features</h2>
9
10
<h3>Player Demographics</h3>
11
<ul>
12
  <li><strong>Player_ID:</strong> Unique identifier for each player</li>
13
  <li><strong>Age:</strong> Player’s age at the time of injury</li>
14
  <li><strong>Height_cm:</strong> Player’s height in centimeters</li>
15
  <li><strong>Weight_kg:</strong> Player’s weight in kilograms</li>
16
  <li><strong>Position:</strong> Basketball position (e.g., Guard, Forward, Center)</li>
17
</ul>
18
19
<h3>Injury Information</h3>
20
<ul>
21
  <li><strong>Injury_Type:</strong> Type of injury (e.g., Ankle Sprain, ACL Tear, Hamstring Strain)</li>
22
  <li><strong>Injury_Severity:</strong> Severity of injury (Mild, Moderate, Severe)</li>
23
  <li><strong>Date_of_Injury:</strong> Date the injury occurred</li>
24
  <li><strong>Injury_Recurrence:</strong> Whether the injury recurred (0 = No, 1 = Yes)</li>
25
</ul>
26
27
<h3>Biomechanical Motion Data</h3>
28
<ul>
29
  <li><strong>knee_angle_deg:</strong> Knee angle during movements (degrees)</li>
30
  <li><strong>jump_height_cm:</strong> Jump height (centimeters)</li>
31
  <li><strong>ankle_flexion_deg:</strong> Ankle flexion during motion (degrees)</li>
32
  <li><strong>speed_m_s:</strong> Speed in meters per second</li>
33
  <li><strong>reaction_time_ms:</strong> Reaction time in milliseconds</li>
34
</ul>
35
36
<h3>Rehabilitation Information</h3>
37
<ul>
38
  <li><strong>Rehabilitation_Program:</strong> Assigned rehab type (e.g., Physiotherapy, Strength Training)</li>
39
  <li><strong>Rehabilitation_Time_weeks:</strong> Time taken for rehab (weeks)</li>
40
  <li><strong>Rehabilitation_Efficiency_Score:</strong> Score (0.5–1.0) reflecting recovery speed and quality</li>
41
</ul>
42
43
<h2>Applications</h2>
44
<ul>
45
  <li><strong>Injury Prediction:</strong> Identify players at risk using biomechanical features</li>
46
  <li><strong>Rehabilitation Optimization:</strong> Design individualized rehab programs based on injury history and performance</li>
47
  <li><strong>Performance Monitoring:</strong> Track biomechanical recovery to ensure return-to-play readiness and reduce re-injury risk</li>
48
</ul>