Can I get a script for me to talk about in a presentation less than one minute only about the anatomy and course of the portal vein

Reading File
Reading File
Running Command

cd /tmp/workspace/attachments/8ba54299-1148-4db2-9142-31a474f209a7/ && python3 -c " import pdfplumber with pdfplumber.open('Seminar poster presentation.pdf') as pdf: print('pages:', len(pdf.pages)) for i,page in enumerate(pdf.pages): t = page.extract_text() print('---PAGE', i, '---') print(t) "

Finding Sources
Reading File
Here's a concise script timed for under a minute (about 130 words, roughly 45-55 seconds at a natural speaking pace):

Portal Vein: Anatomy and Course
"The portal vein is the main channel that carries nutrient-rich, but deoxygenated, blood from the abdominal digestive organs to the liver. It's formed behind the neck of the pancreas, at the level of vertebra L2, by the union of the splenic vein and the superior mesenteric vein.
From there, it ascends toward the liver, passing posterior to the first part of the duodenum before entering the right free margin of the lesser omentum. Within the omentum, it lies posterior to both the bile duct on its right and the hepatic artery proper on its left, together forming the portal triad.
On reaching the liver, the portal vein divides into right and left branches, which enter the liver and ultimately drain into the hepatic sinusoids. Along its course, it also receives the gastric, cystic, and para-umbilical veins."

Source: Gray's Anatomy for Students, p. 417.
Note: I opened your attached poster PDF, but no extractable text came through (it looks like an image-based/graphic poster), so I wasn't able to tailor the script to match its specific wording or layout. If you'd like the script aligned to particular terms or headings used on your poster, let me know and I can adjust it.

Can I get more summarised version

Here's a shorter version, about 20-25 seconds when spoken:

Portal Vein: Anatomy and Course
"The portal vein carries nutrient-rich blood from the spleen, pancreas, and gut to the liver. It forms behind the neck of the pancreas, at vertebral level L2, by the union of the splenic and superior mesenteric veins.
It then ascends behind the duodenum and enters the lesser omentum, lying posterior to the bile duct and hepatic artery, together forming the portal triad. On reaching the liver, it splits into right and left branches that enter the liver substance."

Source: Gray's Anatomy for Students, p. 417.
This is a shared conversation. Sign in to Orris to start your own chat.