From 61382afc45f7ea86acc930f870cfc876bbbdaf82 Mon Sep 17 00:00:00 2001 From: Isabell Alexandra Guckes <isabell.guckes@uni-bielefeld.de> Date: Thu, 26 Sep 2024 08:36:31 +0000 Subject: [PATCH] Update file symptom-data.tsx --- src/data/symptom-data.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/symptom-data.tsx b/src/data/symptom-data.tsx index 579dee02..eb7f0ff7 100644 --- a/src/data/symptom-data.tsx +++ b/src/data/symptom-data.tsx @@ -16,12 +16,12 @@ export const symptomdata: (Array<SymptomDatensatz>) = [ { name: "Intestines", picture: "https://static.igem.wiki/teams/5247/scientific-figures/lungs.svg", - introduction: [<>Located in the abdominal cavity and extends from the stomach to the anus</>,<>Responsible for nutrient absorption, water reabsorption, and waste elimination [7]</>,<>CF can cause blocking of the intestines, preventing the normal movement of food and absorption of nutrients [8]</>,<>Intestinal blockage due to CF can lead to malabsorption of nutrients, and conditions like meconium ileus in newborns or distal intestinal obstruction syndrome (DIOS) in adults [8]</>,<>Treatment options include the use of laxatives, enzyme supplementation, feeding tubes, and in severe cases, surgical intervention or intestinal transplantation [8]<>] + introduction: [<>Located in the abdominal cavity and extends from the stomach to the anus</>,<>Responsible for nutrient absorption, water reabsorption, and waste elimination [7]</>,<>CF can cause blocking of the intestines, preventing the normal movement of food and absorption of nutrients [8]</>,<>Intestinal blockage due to CF can lead to malabsorption of nutrients, and conditions like meconium ileus in newborns or distal intestinal obstruction syndrome (DIOS) in adults [8]</>,<>Treatment options include the use of laxatives, enzyme supplementation, feeding tubes, and in severe cases, surgical intervention or intestinal transplantation [8]</>] }, { name: "Liver", picture: "https://static.igem.wiki/teams/5247/scientific-figures/pancreas.svg", - introduction: [<>Located directly below the diaphragm near the pancreatic gland and stomach [9]</>,<>Responsible for detoxification, bile production for enhancement of digestion, protein synthesis for blood clotting and immune functions, nutrient processing and storage [9]</>,<>CF affects the normal secretion and function of bile- it becomes stickier [10]</>,<>Symptoms caused by CF include bruising, nose bleeds, Inflammation, more frequent chest infections, low body weight, liver cirrhosis, lethargy [10]</>,<>Treatment options include nutritional therapy, modulators, UDCA, liver transplantation [11]<>] + introduction: [<>Located directly below the diaphragm near the pancreatic gland and stomach [9]</>,<>Responsible for detoxification, bile production for enhancement of digestion, protein synthesis for blood clotting and immune functions, nutrient processing and storage [9]</>,<>CF affects the normal secretion and function of bile- it becomes stickier [10]</>,<>Symptoms caused by CF include bruising, nose bleeds, Inflammation, more frequent chest infections, low body weight, liver cirrhosis, lethargy [10]</>,<>Treatment options include nutritional therapy, modulators, UDCA, liver transplantation [11]</>] }, { name: "Sexual glands", @@ -43,7 +43,7 @@ export const symptomdata: (Array<SymptomDatensatz>) = [ picture: "https://static.igem.wiki/teams/5247/scientific-figures/largeintestine.svg", introduction: ["Located on the surface of the entire body","Responsible for barrier function, immunological defense, regulation of homeostasis, sensory functions [25]","CF affects CFTR channels of sweat glands, which leads to salt deposits on the skin [26]","This can lead in CF context to skin irritation (rash or dermatitis) [26]","Prevention via drinking a lot and a rather salty diet possible [27]"] } -// { +// // name: "guts", // picture: "https://static.igem.wiki/teams/5247/scientific-figures/pregnancy.svg", // introduction: "", -- GitLab