File:Skeletal system.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 1,036 × 3,300 pixels, file size: 57 KB)

Summary

Description
English: This is a flowchat representing diffrent bones of the skeletal system the flowchart is generated using the GraphViz. Here is the source code for the flowchart in dot format

```dot digraph skeletal_system {

   rankdir = LR;
   node [shape = rectangle;];
   "Skeletal System\n(206 bones)" -> "Axial Skeleton\n(80 bones)";
   "Skeletal System\n(206 bones)" -> "Appendicular Skeleton\n(126 bones)";
   "Axial Skeleton\n(80 bones)" -> "Skull\n(28 bones)";
   "Axial Skeleton\n(80 bones)" -> "Vertebral Column\n(26 bones)";
   "Axial Skeleton\n(80 bones)" -> "Thoracic Cage";
   "Vertebral Column\n(26 bones)" -> "Cervical Vertebrae\n(7 bones)";
   "Vertebral Column\n(26 bones)" -> "Thoracic Vertebrae\n(12 bones)";
   "Vertebral Column\n(26 bones)" -> "Lumbar Vertebrae\n(5 bones)";
   "Vertebral Column\n(26 bones)" -> "Sacral\n(1-fused)";
   "Vertebral Column\n(26 bones)" -> "Coccygeal\n(1-fused)";
   "Thoracic Cage" -> "Ribs\n(24 bones)\n(12 pairs)";
   "Ribs\n(24 bones)\n(12 pairs)" -> "True ribs\n(First 7)";
   "Ribs\n(24 bones)\n(12 pairs)" -> "False ribs\n(8th 9th 10th)";
   "Ribs\n(24 bones)\n(12 pairs)" -> "Floating ribs\n(11th 12th)";
   "Thoracic Cage" -> "Sternum\n(1 bone)";
   "Pectoral Girdles\n(4 bones)" -> "Clavicle\n(2 bones)";
   "Pectoral Girdles\n(4 bones)" -> "Scapula\n(2 bones)";
   "Pelvic Girdles\n(2 bones)" -> "Coxal/Innominate/Hip Bone";
   "Skull\n(28 bones)" -> "Cranial\n(8 bones)";
   "Skull\n(28 bones)" -> "Facial\n(14 bones)";
   "Skull\n(28 bones)" -> "Auditory Ossicles\n(6 bones)";
   "Skull\n(28 bones)" -> "Hyoid\n(1 bone)";  
   
   "Appendicular Skeleton\n(126 bones)" -> "Pectoral Girdles\n(4 bones)";
   "Appendicular Skeleton\n(126 bones)" -> "Upper Extremity\n(60 bones)";
   "Appendicular Skeleton\n(126 bones)" -> "Pelvic Girdles\n(2 bones)";
   "Appendicular Skeleton\n(126 bones)" -> "Lower Extremity\n(60 bones)";
   "Upper Extremity\n(60 bones)" -> "Humerus\n(2 bones)";
   "Upper Extremity\n(60 bones)" -> "Radius\n(2 bones)";
   "Upper Extremity\n(60 bones)" -> "Ulna\n(2 bones)";
   "Upper Extremity\n(60 bones)" -> "Carpals\n(16 bones)";
   "Upper Extremity\n(60 bones)" -> "Metacarpals\n(10 bones)";
   "Upper Extremity\n(60 bones)" -> "Phalanges\n(28 bones)";
   "Lower Extremity\n(60 bones)" -> "Femur\n(2 bones)";
   "Lower Extremity\n(60 bones)" -> "Tibia\n(2 bones)";
   "Lower Extremity\n(60 bones)" -> "Fibula\n(2 bones)";
   "Lower Extremity\n(60 bones)" -> "Patella\n(2 bones)";
   "Lower Extremity\n(60 bones)" -> "Tarsals\n(14 bones)";
   "Lower Extremity\n(60 bones)" -> "Metatarsals\n(10 bones)";
   "Lower Extremity\n(60 bones)" -> "Phalanges\n(28 bones) ";
   
   "Auditory Ossicles\n(6 bones)" -> "Malleus\n(2 bones)";
   "Auditory Ossicles\n(6 bones)" -> "Incus\n(2 bones)";
   "Auditory Ossicles\n(6 bones)" -> "Stapes\n(2 bones)";
   
   
   "Vertebral Column\n(26 bones)" -> "Cervical vertebrae\n(7 bones)";
   "Vertebral Column\n(26 bones)" -> "Thoracic vertebrae\n(12 bones)";
   "Vertebral Column\n(26 bones)" -> "Lumbar vertebrae\n(5 bones)";
   "Vertebral Column\n(26 bones)" -> "Sacrum\n(1 bone)";
   "Vertebral Column\n(26 bones)" -> "Coccyx\n(1 bone)";
   
   "Cranial\n(8 bones)" -> "Parietal\n(2 bones)";
   "Cranial\n(8 bones)" -> "Temporal\n(2 bones)";
   "Cranial\n(8 bones)" -> "Frontal\n(1 bone)";
   "Cranial\n(8 bones)" -> "Occipital\n(1 bone)";
   "Cranial\n(8 bones)" -> "Ethmoid\n(1 bone)";
   "Cranial\n(8 bones)" -> "Sphenoid\n(1 bone)";
   
   "Facial\n(14 bones)" -> "Maxilla\n(2 bones)";
   "Facial\n(14 bones)" -> "Zygomatic\n(2 bones)";
   "Facial\n(14 bones)" -> "Mandible\n(1 bone)";
   "Facial\n(14 bones)" -> "Nasal\n(2 bones)";
   "Facial\n(14 bones)" -> "Platine\n(2 bones)";
   "Facial\n(14 bones)" -> "Inferior nasal concha\n(2 bones)";
   "Facial\n(14 bones)" -> "Lacrimal\n(2 bones)";
   "Facial\n(14 bones)" -> "Vomer\n(1 bone)";
   
   // "Skeletal System\n(206 bones)" [style = filled;fillcolor = gray50;];
   
   // "Appendicular Skeleton\n(126 bones)" [style = filled;fillcolor = gray70;];
   // "Axial Skeleton\n(80 bones)" [style = filled;fillcolor = gray70;];
   
   // "Pectoral Girdles\n(4 bones)" [style = filled;fillcolor = gray80;];
   // "Upper Extremity\n(60 bones)" [style = filled;fillcolor = gray80;];
   // "Pelvic Girdles\n(2 bones)" [style = filled;fillcolor = gray80;];
   // "Lower Extremity\n(60 bones)" [style = filled;fillcolor = gray80;];
   // "Skull\n(28 bones)" [style = filled;fillcolor = gray80;];
   // "Vertebral Column\n(26 bones)" [style = filled;fillcolor = gray80;];
   // "Thoracic Cage" [style = filled;fillcolor = gray80;];
   
   
   // "Cranial\n(8 bones)" [style = filled;fillcolor = gray90;];
   // "Facial\n(14 bones)" [style = filled;fillcolor = gray90;];
   // "Auditory Ossicles\n(6 bones)" [style = filled;fillcolor = gray90;];
   // "Hyoid\n(1 bone)" [style = filled;fillcolor = gray90;];

}

```
Date
Source Own work
Author Aman0864

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

28 February 2023

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current08:28, 28 February 2023Thumbnail for version as of 08:28, 28 February 20231,036 × 3,300 (57 KB)Aman0864Uploaded while editing "Bone" on en.wikipedia.org
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata