-
Notifications
You must be signed in to change notification settings - Fork 13
Add Lower Limb data extracted from PowerPoint #312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: data
Are you sure you want to change the base?
Changes from all commits
fc48776
a2a874a
e6af066
4151f0a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "slide_number": 4, | ||
| "text_annotations": [], | ||
| "total_text_annotations": 0, | ||
| "config": { | ||
| "padding_emu": 4000.0, | ||
| "snap_emu": 8000.0 | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "slide_number": 33, | ||
| "text_annotations": [], | ||
| "total_text_annotations": 0, | ||
| "config": { | ||
| "padding_emu": 4000.0, | ||
| "snap_emu": 8000.0 | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "slide_number": 19, | ||
| "text_annotations": [], | ||
| "total_text_annotations": 0, | ||
| "config": { | ||
| "padding_emu": 4000.0, | ||
| "snap_emu": 8000.0 | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "slide_number": 23, | ||
| "text_annotations": [], | ||
| "total_text_annotations": 0, | ||
| "config": { | ||
| "padding_emu": 4000.0, | ||
| "snap_emu": 8000.0 | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "name": "Femur", | ||
| "id": "femur", | ||
| "subBones": [ | ||
| "head", | ||
| "neck", | ||
| "greater_trochanter", | ||
| "lesser_trochanter", | ||
| "intertrochanteric_line", | ||
| "gluteal_tuberosity", | ||
| "pectineal_line", | ||
| "shaft", | ||
| "linea_aspera", | ||
| "condyles", | ||
| "adductor_tubercle", | ||
| "intercondylar_fossa", | ||
| "patellar_surface" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "name": "Fibula", | ||
| "id": "fibula", | ||
| "subBones": [ | ||
| "head", | ||
| "shaft", | ||
| "interosseous_border", | ||
| "posterior_border", | ||
| "anterior_border", | ||
| "lateral_surface", | ||
| "posterior_surface", | ||
| "lateral_malleolus" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "name": "Foot", | ||
| "id": "foot", | ||
| "subBones": [ | ||
| "calcaneus", | ||
| "sustentaculum_tali", | ||
| "tarsal_sinus", | ||
| "talus", | ||
| "navicular", | ||
| "cuboid", | ||
| "medial_cuneiform", | ||
| "intermediate_cuneiform", | ||
| "lateral_cuneiform", | ||
| "metatarsals_and_phalanges" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name": "Patella", | ||
| "id": "patella", | ||
| "subBones": [ | ||
| "anterior_surface", | ||
| "articular_surface" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "name": "Tibia", | ||
| "id": "tibia", | ||
| "subBones": [ | ||
| "proximal_end", | ||
| "tibial_tuberosity", | ||
| "gerdy_tubercle", | ||
| "shaft", | ||
| "medial_surface", | ||
| "lateral_surface", | ||
| "posterior_surface", | ||
| "distal_end" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "name": "Lower Limb", | ||
| "id": "lower_limb", | ||
| "bones": [ | ||
| "femur", | ||
| "patella", | ||
| "tibia", | ||
| "fibula", | ||
| "foot" | ||
| ] | ||
| } |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is the description for the "1st metatarsal." The filename, name, and ID should be adjusted to match. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "name": "1", | ||
| "id": "1", | ||
| "description": [ | ||
| "st", | ||
| "metatarsal", | ||
| "Tendon of tibialis anterior muscle attaches to the plantar surface at the base medially", | ||
| "Tendon of fibularis longus muscle attaches to plantar surface at the base laterally", | ||
| "Gives origin to medial head of 1", | ||
| "st", | ||
| "dorsal interosseous on lateral side" | ||
| ] | ||
| } |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is the description for the "2nd-5th metatarsals." The filename, name, and ID should be adjusted to match. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| { | ||
| "name": "2", | ||
| "id": "2", | ||
| "description": [ | ||
| "nd", | ||
| "\u2013 5", | ||
| "th", | ||
| "metatarsals", | ||
| "Lateral heads of 1", | ||
| "st", | ||
| "- 4", | ||
| "th", | ||
| "dorsal interossei attach to medial surfaces of 2", | ||
| "nd", | ||
| "-5", | ||
| "th", | ||
| "metatarsals", | ||
| "Medial heads of 2", | ||
| "nd", | ||
| "\u2013 4", | ||
| "th", | ||
| "dorsal interossei attach to lateral surfaces of 2", | ||
| "nd", | ||
| "\u2013 4", | ||
| "th", | ||
| "metatarsals", | ||
| "Heads of 1", | ||
| "st", | ||
| "\u2013 3", | ||
| "rd", | ||
| "plantar interossei attach to medial surfaces of 3", | ||
| "rd", | ||
| "\u2013 5", | ||
| "th", | ||
| "metatarsals", | ||
| "5", | ||
| "th", | ||
| "metatarsal receives attachment from fibularis tertius, fibularis brevis, and flexor digiti minimi brevis" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "name": "Adductor tubercle", | ||
| "id": "adductor_tubercle", | ||
| "description": [ | ||
| "A projection that arises at the end of the medial supracondylar line on the superior surface of the medial condyle", | ||
| "Serves as attachment for the tendon of adductor magnus muscle", | ||
| "Labels" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name": "Anterior border", | ||
| "id": "anterior_border", | ||
| "description": [ | ||
| "Separates lateral surface from medial surface", | ||
| "Labels" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "name": "Anterior surface", | ||
| "id": "anterior_surface", | ||
| "description": [ | ||
| "Separated from skin by pre-patellar bursa", | ||
| "Most of surface is covered by", | ||
| "tendon of quadriceps femoris", | ||
| "The", | ||
| "patellar tendon", | ||
| "partially attaches to inferior part of anterior surface before blending with quadriceps femoris tendon", | ||
| "Labels" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "name": "Articular surface", | ||
| "id": "articular_surface", | ||
| "description": [ | ||
| "Also known as posterior surface", | ||
| "Proximal portion is smooth with two facets divided by a vertical ridge", | ||
| "Ridge fits into intercondylar groove on patellar surface of femur", | ||
| "The lateral facet is usually larger than medial facet", | ||
| "Distal surface is rough and covered by a infrapatellar pad of fat", | ||
| "Labels" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "name": "Calcaneus", | ||
| "id": "calcaneus", | ||
| "description": [ | ||
| "Articulates with talus, navicular, and cuboid.", | ||
| "Calcaneal (Achilles) tendon and the plantaris muscle attach to the posterior surface.", | ||
| "Abductor hallucis, flexor digitorum brevis, and the plantar aponeurosis attach to medial process.", | ||
| "Abductor digiti minimi muscle attaches to lateral and medial processes." | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| { | ||
| "name": "Click and choose an item from the list above to see a brief description including muscle attachments", | ||
| "id": "click_and_choose_an_item_from_the_list_above_to_see_a_brief_description_including_muscle_attachments", | ||
| "description": [ | ||
| "Lower Limb", | ||
| "Femur", | ||
| "Patella", | ||
| "Tibia", | ||
| "Fibula", | ||
| "Foot", | ||
| "Right foot", | ||
| "(dorsal aspect)", | ||
| "Right foot", | ||
| "(plantar aspect)", | ||
| "Calcaneus", | ||
| "Sustentaculum tali", | ||
| "Tarsal sinus", | ||
| "Talus", | ||
| "Navicular", | ||
| "Cuboid", | ||
| "Medial cuneiform", | ||
| "Intermediate cuneiform", | ||
| "Lateral cuneiform", | ||
| "Metatarsals and phalanges", | ||
| "1", | ||
| "st", | ||
| "metatarsal", | ||
| "Proximal phalanx", | ||
| "Distal phalanx", | ||
| "2", | ||
| "nd", | ||
| "\u2013 5", | ||
| "th", | ||
| "metatarsals", | ||
| "Proximal phalanges", | ||
| "Middle phalanges", | ||
| "Distal phalanges" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "name": "Condyles", | ||
| "id": "condyles", | ||
| "description": [ | ||
| "Expanded, distal end of shaft", | ||
| "Articulate with medial and lateral condyles of tibia through knee joint", | ||
| "Most prominent point is lateral epicondyle and receives the lateral collateral ligament", | ||
| "Lateral condyle contains a short groove that separates the lateral epicondyle from the articular surface - allows the tendon of popliteus muscle to run deep to the lateral collateral ligament", | ||
| "Medial epicondyle receives the medial collateral ligament", | ||
| "Labels" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "name": "Cuboid", | ||
| "id": "cuboid", | ||
| "description": [ | ||
| "Most lateral bone in distal tarsal row.", | ||
| "Lies between calcaneus proximally and the 4", | ||
| "th", | ||
| "and 5", | ||
| "th", | ||
| "metatarsals distally", | ||
| "Articulates with lateral cuneiform medially", | ||
| "Groove on plantar surface for tendon of fibularis longus muscle (labeled)" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "name": "Distal end", | ||
| "id": "distal_end", | ||
| "description": [ | ||
| "Rotates laterally when compared to proximal end(tibial torsion)", | ||
| "Lateral surface contains fibular notch", | ||
| "Medial surface projects distally to form medial malleolus", | ||
| "Posterior surface contains a groove for tendon of tibialis posterior muscle", | ||
| "Distal surface articulates with talus", | ||
| "Labels" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "name": "Femur", | ||
| "id": "femur", | ||
| "description": [ | ||
| "Lower Limb", | ||
| "Patella", | ||
| "Tibia", | ||
| "Fibula", | ||
| "Foot", | ||
| "Right lower limb", | ||
| "(anterior aspect)", | ||
| "Right lower limb", | ||
| "(posterior aspect)" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "name": "Fibula", | ||
| "id": "fibula", | ||
| "description": [ | ||
| "More slender than tibia", | ||
| "Not directly involved with supporting weight", | ||
| "Head is proximal and attaches to shaft via narrow neck", | ||
| "Shaft is irregular and is attached by muscles", | ||
| "Distally forms lateral malleolus", | ||
| "No labels" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "name": "Fibularis tertius muscle attaches to distal third", | ||
| "id": "fibularis_tertius_muscle_attaches_to_distal_third", | ||
| "description": [ | ||
| "Medial Surface", | ||
| "Sometimes called anterior or anteromedial surface", | ||
| "Wide distally, narrows to ridge proximally", | ||
| "Extensor hallucis longus muscle attaches to middle two-fourths", | ||
| "Extensor digitorum longus muscle attaches to proximal three-quarters", | ||
| "Labels" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name": "First distal phalanx", | ||
| "id": "first_distal_phalanx", | ||
| "description": [ | ||
| "Tendon of the flexor hallucis longus muscle inserts at the base on the dorsal surface", | ||
| "Tendon of the extensor hallucis longus inserts at the base on the plantar surface" | ||
| ] | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since they have their own dedicated slides in the PowerPoint, the following should also be their own dedicated subbones: