Skip to content

Commit

Permalink
Cleaned up categories and added urls for muscles #49
Browse files Browse the repository at this point in the history
  • Loading branch information
bpjohannessen committed Aug 26, 2017
1 parent 349c849 commit 048d6ad
Showing 1 changed file with 68 additions and 68 deletions.
136 changes: 68 additions & 68 deletions MuscleWeb/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -378,68 +378,68 @@ INSERT INTO "tbl_arteries" VALUES(17,'Aorta descendens,
pars descendens aortae','Descending aorta',3);
CREATE TABLE tbl_musclegroups (id integer NOT NULL PRIMARY KEY AUTOINCREMENT, name text NOT NULL, lat_name text NOT NULL, parent_id INTEGER, explanation TEXT, FOREIGN KEY (parent_id) REFERENCES tbl_musclegroups (id));
INSERT INTO "tbl_musclegroups" VALUES(126,'Muscles of the head','Mm. capitis',NULL,'Includes masticatoy and mimetic muscles, 1st and 2nd visceral arch');
INSERT INTO "tbl_musclegroups" VALUES(127,'Muscles of the neck','Mm. colli',NULL,'Muscles of the neck');
INSERT INTO "tbl_musclegroups" VALUES(128,'Muscles of the thorax','Mm. thoracis',NULL,'NULL');
INSERT INTO "tbl_musclegroups" VALUES(129,'Muscles of the upper limb','Musculi membri superioris',NULL,'NULL');
INSERT INTO "tbl_musclegroups" VALUES(130,'Muscles of the lower limb','Musculi membri inferioris',NULL,'NULL');
INSERT INTO "tbl_musclegroups" VALUES(131,'Muscles of the abdomen','Mm. abdominis',NULL,'');
INSERT INTO "tbl_musclegroups" VALUES(132,'Masticatory muscles','Mm. masticatorii',126,'Derivates of the 1st visceral arch');
INSERT INTO "tbl_musclegroups" VALUES(133,'Facial (mimetic muscles)','Mm. faciei',126,'Derivates of the 2nd visceral arch');
INSERT INTO "tbl_musclegroups" VALUES(134,'Derivates of the 1st visceral arch','0',127,'');
INSERT INTO "tbl_musclegroups" VALUES(135,'Derivates of the 2nd visceral arch','0',127,'');
INSERT INTO "tbl_musclegroups" VALUES(136,'Craniothoracal muscles','0',127,'');
INSERT INTO "tbl_musclegroups" VALUES(137,'Straight muscles of the neck','0',127,'');
INSERT INTO "tbl_musclegroups" VALUES(138,'Lateral muscles of the neck','0',127,'');
INSERT INTO "tbl_musclegroups" VALUES(139,'Deep muscles of neck','0',127,'');
INSERT INTO "tbl_musclegroups" VALUES(140,'Diaphragma','Diaphragma',127,'');
INSERT INTO "tbl_musclegroups" VALUES(141,'Superficial muscles of thorax','0',128,'');
INSERT INTO "tbl_musclegroups" VALUES(142,'Deep muscles of thorax','0',128,'');
INSERT INTO "tbl_musclegroups" VALUES(143,'Muscles of the shoulder girdle','0',129,'');
INSERT INTO "tbl_musclegroups" VALUES(144,'Muscles of the arm','Mm. brachii',129,'');
INSERT INTO "tbl_musclegroups" VALUES(145,'Muscles of the forearm','Mm. antebrachii',129,'');
INSERT INTO "tbl_musclegroups" VALUES(146,'Muscles of the hand','Mm. manus',129,'');
INSERT INTO "tbl_musclegroups" VALUES(147,'Pelvic muscles','Mm. pelvis',130,'');
INSERT INTO "tbl_musclegroups" VALUES(148,'Muscles of the thigh','Mm. femoris',130,'');
INSERT INTO "tbl_musclegroups" VALUES(149,'Muscles of the leg','Mm. cruris',130,'');
INSERT INTO "tbl_musclegroups" VALUES(150,'Muscles of the foot','Mm. pedis',130,'');
INSERT INTO "tbl_musclegroups" VALUES(151,'Deep muscles of the thorax','0',128,'');
INSERT INTO "tbl_musclegroups" VALUES(152,'Anterior abdominal muscles','0',131,'');
INSERT INTO "tbl_musclegroups" VALUES(153,'Lateral abdominal muscles','0',131,'');
INSERT INTO "tbl_musclegroups" VALUES(154,'Posterior abdominal muscles','0',131,'');
INSERT INTO "tbl_musclegroups" VALUES(155,'Muscles of the scalp and around the eye opening','0',133,'NULL');
INSERT INTO "tbl_musclegroups" VALUES(156,'Muscles of the nose opening','0',133,'NULL');
INSERT INTO "tbl_musclegroups" VALUES(157,'Mimetic muscles in the region of the mouth','0',133,'NULL');
INSERT INTO "tbl_musclegroups" VALUES(158,'Muscles of the ear opening','0',133,'NULL');
INSERT INTO "tbl_musclegroups" VALUES(159,'1st layer','0',134,'');
INSERT INTO "tbl_musclegroups" VALUES(160,'2nd layer','0',134,'');
INSERT INTO "tbl_musclegroups" VALUES(161,'3rd layer','0',134,'');
INSERT INTO "tbl_musclegroups" VALUES(162,'Anterior compartment','Compartimentum brachii anterius',144,'');
INSERT INTO "tbl_musclegroups" VALUES(163,'Posterior compartment','Compartimentum brachii posterius',144,'');
INSERT INTO "tbl_musclegroups" VALUES(164,'Anterior compartment','Compartimentum antebrachii anterius',145,'');
INSERT INTO "tbl_musclegroups" VALUES(165,'Lateral (radial) part of the posterior compartment','Compartimentum antebrachii posterius, pars lateralis',145,'');
INSERT INTO "tbl_musclegroups" VALUES(166,'Posterior compartment','Compartimentum antebrachii posterius',145,'');
INSERT INTO "tbl_musclegroups" VALUES(167,'Muscles of the thumb','Mm. eminentiae thenaris',146,'Muscles of the thumb');
INSERT INTO "tbl_musclegroups" VALUES(168,'Muscles of the little finger','Mm. eminentiae hypothenaris',146,'');
INSERT INTO "tbl_musclegroups" VALUES(169,'Middle group of the hand muscles','0',146,'');
INSERT INTO "tbl_musclegroups" VALUES(170,'Anterior pelvic muscles','0',147,'');
INSERT INTO "tbl_musclegroups" VALUES(171,'Posterior pelvic muscles','0',147,'');
INSERT INTO "tbl_musclegroups" VALUES(172,'Anterior compartment of the thigh','Compartimentum femoris anterius',148,'');
INSERT INTO "tbl_musclegroups" VALUES(173,'Medial compartment of the thigh','Compartimentum femoris mediale',148,'');
INSERT INTO "tbl_musclegroups" VALUES(174,'Posterior compartment of the thigh','Compartimentum femoris posterius',148,'');
INSERT INTO "tbl_musclegroups" VALUES(175,'Anterior compartment of the leg','Compartimentum cruris anterius',149,'');
INSERT INTO "tbl_musclegroups" VALUES(176,'Lateral compartment of the leg','Compartimentum cruris laterale',149,'');
INSERT INTO "tbl_musclegroups" VALUES(177,'Posterior compartment of the leg','Compartimentum cruris posterior',149,'');
INSERT INTO "tbl_musclegroups" VALUES(178,'Dorsal surface of the foot','0',150,'');
INSERT INTO "tbl_musclegroups" VALUES(179,'Plantar surface of the foot','0',150,'');
INSERT INTO "tbl_musclegroups" VALUES(180,'1st layer','0',164,'');
INSERT INTO "tbl_musclegroups" VALUES(181,'2nd layer','0',164,'');
INSERT INTO "tbl_musclegroups" VALUES(182,'3rd layer','0',164,'');
INSERT INTO "tbl_musclegroups" VALUES(183,'4th layer','0',164,'');
INSERT INTO "tbl_musclegroups" VALUES(184,'1st layer','0',166,'');
INSERT INTO "tbl_musclegroups" VALUES(185,'2nd layer','0',166,'');
INSERT INTO "tbl_musclegroups" VALUES(186,'Muscles of the great toe','0',179,'');
INSERT INTO "tbl_musclegroups" VALUES(187,'Muscles of the little toe','0',179,'');
INSERT INTO "tbl_musclegroups" VALUES(188,'Middle group muscles of the foot','0',179,'');
INSERT INTO "tbl_musclegroups" VALUES(127,'Muscles of the neck','Mm. colli',NULL,NULL);
INSERT INTO "tbl_musclegroups" VALUES(128,'Muscles of the thorax','Mm. thoracis',NULL,NULL);
INSERT INTO "tbl_musclegroups" VALUES(129,'Muscles of the upper limb','Musculi membri superioris',NULL,NULL);
INSERT INTO "tbl_musclegroups" VALUES(130,'Muscles of the lower limb','Musculi membri inferioris',NULL,NULL);
INSERT INTO "tbl_musclegroups" VALUES(131,'Muscles of the abdomen','Mm. abdominis',NULL,NULL);
INSERT INTO "tbl_musclegroups" VALUES(132,'Masticatory muscles','Mm. masticatorii',126,NULL);
INSERT INTO "tbl_musclegroups" VALUES(133,'Facial (mimetic muscles)','Mm. faciei',126,NULL);
INSERT INTO "tbl_musclegroups" VALUES(134,'Derivates of the 1st visceral arch','0',127,NULL);
INSERT INTO "tbl_musclegroups" VALUES(135,'Derivates of the 2nd visceral arch','0',127,NULL);
INSERT INTO "tbl_musclegroups" VALUES(136,'Craniothoracal muscles','0',127,NULL);
INSERT INTO "tbl_musclegroups" VALUES(137,'Straight muscles of the neck','0',127,NULL);
INSERT INTO "tbl_musclegroups" VALUES(138,'Lateral muscles of the neck','0',127,NULL);
INSERT INTO "tbl_musclegroups" VALUES(139,'Deep muscles of neck','0',127,NULL);
INSERT INTO "tbl_musclegroups" VALUES(140,'Diaphragma','Diaphragma',128,NULL);
INSERT INTO "tbl_musclegroups" VALUES(141,'Superficial muscles of thorax','0',128,NULL);
INSERT INTO "tbl_musclegroups" VALUES(142,'Deep muscles of thorax','0',128,NULL);
INSERT INTO "tbl_musclegroups" VALUES(143,'Muscles of the shoulder girdle','0',129,NULL);
INSERT INTO "tbl_musclegroups" VALUES(144,'Muscles of the arm','Mm. brachii',129,NULL);
INSERT INTO "tbl_musclegroups" VALUES(145,'Muscles of the forearm','Mm. antebrachii',129,NULL);
INSERT INTO "tbl_musclegroups" VALUES(146,'Muscles of the hand','Mm. manus',129,NULL);
INSERT INTO "tbl_musclegroups" VALUES(147,'Pelvic muscles','Mm. pelvis',130,NULL);
INSERT INTO "tbl_musclegroups" VALUES(148,'Muscles of the thigh','Mm. femoris',130,NULL);
INSERT INTO "tbl_musclegroups" VALUES(149,'Muscles of the leg','Mm. cruris',130,NULL);
INSERT INTO "tbl_musclegroups" VALUES(150,'Muscles of the foot','Mm. pedis',130,NULL);
INSERT INTO "tbl_musclegroups" VALUES(151,'Deep muscles of the thorax','0',128,NULL);
INSERT INTO "tbl_musclegroups" VALUES(152,'Anterior abdominal muscles','0',131,NULL);
INSERT INTO "tbl_musclegroups" VALUES(153,'Lateral abdominal muscles','0',131,NULL);
INSERT INTO "tbl_musclegroups" VALUES(154,'Posterior abdominal muscles','0',131,NULL);
INSERT INTO "tbl_musclegroups" VALUES(155,'Muscles of the scalp and around the eye opening','0',133,NULL);
INSERT INTO "tbl_musclegroups" VALUES(156,'Muscles of the nose opening','0',133,NULL);
INSERT INTO "tbl_musclegroups" VALUES(157,'Mimetic muscles in the region of the mouth','0',133,NULL);
INSERT INTO "tbl_musclegroups" VALUES(158,'Muscles of the ear opening','0',133,NULL);
INSERT INTO "tbl_musclegroups" VALUES(159,'1st layer','0',NULL,NULL);
INSERT INTO "tbl_musclegroups" VALUES(160,'2nd layer','0',NULL,NULL);
INSERT INTO "tbl_musclegroups" VALUES(161,'3rd layer','0',NULL,NULL);
INSERT INTO "tbl_musclegroups" VALUES(162,'Anterior compartment','Compartimentum brachii anterius',144,NULL);
INSERT INTO "tbl_musclegroups" VALUES(163,'Posterior compartment','Compartimentum brachii posterius',144,NULL);
INSERT INTO "tbl_musclegroups" VALUES(164,'Anterior compartment','Compartimentum antebrachii anterius',145,NULL);
INSERT INTO "tbl_musclegroups" VALUES(165,'Lateral (radial) part of the posterior compartment','Compartimentum antebrachii posterius, pars lateralis',145,NULL);
INSERT INTO "tbl_musclegroups" VALUES(166,'Posterior compartment','Compartimentum antebrachii posterius',145,NULL);
INSERT INTO "tbl_musclegroups" VALUES(167,'Muscles of the thumb','Mm. eminentiae thenaris',146,NULL);
INSERT INTO "tbl_musclegroups" VALUES(168,'Muscles of the little finger','Mm. eminentiae hypothenaris',146,NULL);
INSERT INTO "tbl_musclegroups" VALUES(169,'Middle group of the hand muscles','0',146,NULL);
INSERT INTO "tbl_musclegroups" VALUES(170,'Anterior pelvic muscles','0',147,NULL);
INSERT INTO "tbl_musclegroups" VALUES(171,'Posterior pelvic muscles','0',147,NULL);
INSERT INTO "tbl_musclegroups" VALUES(172,'Anterior compartment of the thigh','Compartimentum femoris anterius',148,NULL);
INSERT INTO "tbl_musclegroups" VALUES(173,'Medial compartment of the thigh','Compartimentum femoris mediale',148,NULL);
INSERT INTO "tbl_musclegroups" VALUES(174,'Posterior compartment of the thigh','Compartimentum femoris posterius',148,NULL);
INSERT INTO "tbl_musclegroups" VALUES(175,'Anterior compartment of the leg','Compartimentum cruris anterius',149,NULL);
INSERT INTO "tbl_musclegroups" VALUES(176,'Lateral compartment of the leg','Compartimentum cruris laterale',149,NULL);
INSERT INTO "tbl_musclegroups" VALUES(177,'Posterior compartment of the leg','Compartimentum cruris posterior',149,NULL);
INSERT INTO "tbl_musclegroups" VALUES(178,'Dorsal surface of the foot','0',150,NULL);
INSERT INTO "tbl_musclegroups" VALUES(179,'Plantar surface of the foot','0',150,NULL);
INSERT INTO "tbl_musclegroups" VALUES(180,'1st layer','0',164,NULL);
INSERT INTO "tbl_musclegroups" VALUES(181,'2nd layer','0',164,NULL);
INSERT INTO "tbl_musclegroups" VALUES(182,'3rd layer','0',164,NULL);
INSERT INTO "tbl_musclegroups" VALUES(183,'4th layer','0',164,NULL);
INSERT INTO "tbl_musclegroups" VALUES(184,'1st layer','0',166,NULL);
INSERT INTO "tbl_musclegroups" VALUES(185,'2nd layer','0',166,NULL);
INSERT INTO "tbl_musclegroups" VALUES(186,'Muscles of the great toe','0',179,NULL);
INSERT INTO "tbl_musclegroups" VALUES(187,'Muscles of the little toe','0',179,NULL);
INSERT INTO "tbl_musclegroups" VALUES(188,'Middle group muscles of the foot','0',179,NULL);
INSERT INTO "tbl_musclegroups" VALUES(189,'Superficial muscles of the back','0',128,NULL);
INSERT INTO "tbl_musclegroups" VALUES(190,'1st layer','0',189,NULL);
INSERT INTO "tbl_musclegroups" VALUES(191,'2nd layer','0',189,NULL);
Expand Down Expand Up @@ -639,12 +639,12 @@ INSERT INTO "tbl_muscles" VALUES(143,'M. fibularis longus ','Fibularis longus mu
INSERT INTO "tbl_muscles" VALUES(144,'M. fibularis brevis','Fibularis brevis muscle','Fibula, septa intermuscularia','Basis ossis metatarsalis V','Flexio pedis, abductio et pronatio pedis. ','0',0,0,'mfibularisbrevis.png','N/A','',176);
INSERT INTO "tbl_muscles" VALUES(145,'M. gastrocnemius, caput mediale','Medial head of the gastrocnemius muscle','Condylus medialis femoris ','Tendo calcanei (tendo Achillis) to tuber calcanei ','Flexio pedis, supinatio et adductio pedis, flexio cruris','0',0,0,'mfibularislongus.png','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(146,'M. gastrocnemii, caput laterale','Lateral head of the gastrocnemius muscle','Condylus lateralis femoris','Tendo calcanei (tendo Achillis) to tuber calcanei ','Flexio pedis, supinatio et adductio pedis, flexio cruris','0',0,0,'mfibularisbrevis.png','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(147,'M. soleus','Soleus muscle','Linea m. solei, caput fibulae, arcus tendineus m. solei','Tendo calcanei (tendo Achillis) to tuber calcanei ','Flexio pedis, supinatio et adductio pedis ','0',0,0,'','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(148,'M. plantaris','Plantaris muscle','Condylus lateralis femoris','Tendo calcanei (tendo Achillis) to tuber calcanei ','Flexio cruris, flexio pedis','0',0,0,'','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(149,'M. popliteus','Popliteus muscle','Condylus lateralis femoris','Facies posterior tibiae above linea m. solei ','Flexio cruris, rotatio interna cruris ','0',0,0,'','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(150,'M. tibialis posterior','Tibialis posterior muscle','Facies posterior tibiae et fibulae, membrana interossea cruris ','Os naviculare, ossa cuneiformia ','Flexio pedis, supinatio et adductio pedis ','0',0,0,'','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(151,'M. flexor digitorum longus','Flexor digitorum longus muscle','Facies posterior tibiae, deep plate of the fasciae cruris ','Phalanges distales (II-V) ','Flexio pedis, flexio phalangis distalis, mediae et proximalis ','0',0,0,'','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(152,'M. flexor hallucis longus','Flexor hallucis longus muscle','Fibula, membrana interossea cruris ','Phalanx distalis hallucis','Flexio pedis, supinatio et adductio pedis, flexio hallucis ','0',0,0,'','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(147,'M. soleus','Soleus muscle','Linea m. solei, caput fibulae, arcus tendineus m. solei','Tendo calcanei (tendo Achillis) to tuber calcanei ','Flexio pedis, supinatio et adductio pedis ','0',0,0,'msoleus.png','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(148,'M. plantaris','Plantaris muscle','Condylus lateralis femoris','Tendo calcanei (tendo Achillis) to tuber calcanei ','Flexio cruris, flexio pedis','0',0,0,'mplantaris.png','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(149,'M. popliteus','Popliteus muscle','Condylus lateralis femoris','Facies posterior tibiae above linea m. solei ','Flexio cruris, rotatio interna cruris ','0',0,0,'mpopliteus.png','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(150,'M. tibialis posterior','Tibialis posterior muscle','Facies posterior tibiae et fibulae, membrana interossea cruris ','Os naviculare, ossa cuneiformia ','Flexio pedis, supinatio et adductio pedis ','0',0,0,'mtibialisposterior.png','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(151,'M. flexor digitorum longus','Flexor digitorum longus muscle','Facies posterior tibiae, deep plate of the fasciae cruris ','Phalanges distales (II-V) ','Flexio pedis, flexio phalangis distalis, mediae et proximalis ','0',0,0,'mflexordigitorumlongus.png','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(152,'M. flexor hallucis longus','Flexor hallucis longus muscle','Fibula, membrana interossea cruris ','Phalanx distalis hallucis','Flexio pedis, supinatio et adductio pedis, flexio hallucis ','0',0,0,'mflexorhallucislongus.png','N/A','',177);
INSERT INTO "tbl_muscles" VALUES(153,'M. extensor digitorum brevis ','Extensor digitorum brevis muscle','Calcaneus (superior and lateral surface)','To m. extensor digitorum longus tendons (II, III, IV) ','Extensio digitorum (II, III, IV) ','0',0,0,'mextensordigitorumbrevis.png','N/A','',178);
INSERT INTO "tbl_muscles" VALUES(154,'M. extensor hallucis brevis ','Extensor hallucis brevis muscle','Calcaneus (superior surface)','To m. extensor hallucis longus tendons ','Extensio hallucis','0',0,0,'mextensorhallucisbrevis.png','N/A','',178);
INSERT INTO "tbl_muscles" VALUES(155,'M. abductor hallucis','Abductor hallucis muscle','Tuber calcanei ','Basis phalangis proximalis hallucis ','Abductio hallucis, flexio hallucis','0',0,0,'mabductorhallucis.png','N/A','',186);
Expand Down

0 comments on commit 048d6ad

Please sign in to comment.