Skip to content

Commit

Permalink
partList update
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiritAxolotl committed May 25, 2024
1 parent b2ee293 commit 9ec5e1b
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions tests/animal-gender-bodypart/agbplist.js
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ const animalList = [
"Hovasaurus",
"Hovawart",
"Howler Monkey",
"Human",
//"Human",
"Humboldt Penguin",
"Humboldt Squid",
"Hummingbird",
Expand Down Expand Up @@ -2807,7 +2807,7 @@ const genderList = [
];

const partList = [
"Human skeleton",
//"Human skeleton",
"Joints",
"Ligaments",
"Muscles",
Expand All @@ -2825,10 +2825,11 @@ const partList = [
"Jejunum",
"Ileum",
"Cecum",
"Ascending colon",
"Transverse colon",
"Descending colon",
"Sigmoid colon",
//"Ascending colon",
//"Transverse colon",
//"Descending colon",
//"Sigmoid colon",
"Colon",
"Rectum",
"Liver",
"Gallbladder",
Expand All @@ -2842,7 +2843,7 @@ const partList = [
"Bronchi",
"Bronchioles",
"Lungs",
"Muscles of breathing",
//"Muscles of breathing",
"Kidneys",
"Ureter",
"Bladder",
Expand All @@ -2861,7 +2862,7 @@ const partList = [
"Seminal vesicles",
"Prostate",
"Bulbourethral glands",
"Penis",
"Penis", //maybe add synonyms for this one??
"Scrotum",
"Pituitary gland",
"Pineal gland",
Expand All @@ -2887,12 +2888,12 @@ const partList = [
"Cerebellum",
"Pons",
"Medulla oblongata",
"The spinal cord",
"Spinal cord",
"Choroid plexus",
"Cranial nerves",
"Spinal nerves",
"Ganglia",
"Enteric nervous system",
//"Enteric nervous system",
"Cornea",
"Iris",
"Ciliary body",
Expand All @@ -2902,7 +2903,7 @@ const partList = [
"Eardrum",
"Ossicles",
"Cochlea",
"Vestibule of the ear",
"Ear vestibule",
"Semicircular canals",
"Olfactory epithelium",
"Taste buds",
Expand All @@ -2912,15 +2913,15 @@ const partList = [
];

const boneList = [
"Cranial bones",
//"Cranial bones",
"Occipital bone",
"Parietal bones",
//"Parietal bones",
"Frontal bone",
"Temporal bones",
"Sphenoid bone",
//"Temporal bones",
//"Sphenoid bone",
"Ethmoid bone",
"Facial bones",
"Nasal bones",
//"Facial bones",
//"Nasal bones",
"Maxilla",
"Lacrimal bone",
"Zygomatic bone",
Expand Down Expand Up @@ -2964,7 +2965,7 @@ const boneList = [
"Capitate bone",
"Hamate bone",
"Metacarpals",
"Phalanges of the hand",
"Hand phalanges",
"Proximal phalanges",
"Intermediate phalanges",
"Distal phalanges",
Expand All @@ -2982,7 +2983,7 @@ const boneList = [
"Lateral cuneiform bone",
"Cuboid bone",
"Metatarsals",
"Phalanges of the foot",
"Foot phalanges",
"Proximal phalanges",
"Intermediate phalanges",
"Distal phalanges"
Expand Down

0 comments on commit 9ec5e1b

Please sign in to comment.