File:Skeletal system.svg

Dimensioni di questa anteprima PNG per questo file SVG: 188 × 599 pixel. Altre risoluzioni: 75 × 240 pixel | 150 × 480 pixel | 241 × 768 pixel | 321 × 1 024 pixel | 643 × 2 048 pixel | 1 036 × 3 300 pixel.
File originale (file in formato SVG, dimensioni nominali 1 036 × 3 300 pixel, dimensione del file: 57 KB)
![]() |
Questo file e la sua pagina di descrizione (discussione · modifica) si trovano su Wikimedia Commons (?) |
Dettagli
DescrizioneSkeletal system.svg |
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;]; } ``` |
Data | |
Fonte | Opera propria |
Autore | Aman0864 |
Licenza
Io, detentore del copyright su quest'opera, dichiaro di pubblicarla con la seguente licenza:



Questo file è disponibile in base alla licenza Creative Commons Attribuzione-Condividi allo stesso modo 4.0 Internazionale
- Tu sei libero:
- di condividere – di copiare, distribuire e trasmettere quest'opera
- di modificare – di adattare l'opera
- Alle seguenti condizioni:
- attribuzione – Devi fornire i crediti appropriati, un collegamento alla licenza e indicare se sono state apportate modifiche. Puoi farlo in qualsiasi modo ragionevole, ma non in alcun modo che suggerisca che il licenziante approvi te o il tuo uso.
- condividi allo stesso modo – Se remixi, trasformi o sviluppi il materiale, devi distribuire i tuoi contributi in base alla stessa licenza o compatibile all'originale.
Didascalie
Aggiungi una brevissima spiegazione di ciò che questo file rappresenta
Elementi ritratti in questo file
raffigura
Valore sconosciuto senza un elemento Wikidata
28 feb 2023
image/svg+xml
Cronologia del file
Fare clic su un gruppo data/ora per vedere il file come si presentava nel momento indicato.
Data/Ora | Miniatura | Dimensioni | Utente | Commento | |
---|---|---|---|---|---|
attuale | 10:28, 28 feb 2023 | ![]() | 1 036 × 3 300 (57 KB) | Aman0864 | Uploaded while editing "Bone" on en.wikipedia.org |
Pagine che usano questo file
Nessuna pagina utilizza questo file.
Utilizzo globale del file
Anche i seguenti wiki usano questo file:
- Usato nelle seguenti pagine di en.wikipedia.org:
Metadati
Questo file contiene informazioni aggiuntive, probabilmente aggiunte dalla fotocamera o dallo scanner usati per crearlo o digitalizzarlo. Se il file è stato modificato, alcuni dettagli potrebbero non corrispondere alla realtà.
Larghezza | 829pt |
---|---|
Altezza | 2640pt |
Estratto da "https://it.wikipedia.org/wiki/File:Skeletal_system.svg"