let's prepare!!!!

Reading File
Let me extract the PDF content first to understand what we're working with.
Running Command

cd /tmp/workspace/attachments/48499e8b-d848-45af-9c30-50fcc0df1c05/ && python3 -c " import pdfplumber with pdfplumber.open('7. Brain Meninges.pdf') as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() print(f'--- PAGE {i+1} ---') print(text) print() "

The PDF appears to be image-based. Let me analyse the pages visually.
analyse_media
Running Command

python3 -c " from pypdf import PdfReader import base64 reader = PdfReader('/tmp/workspace/attachments/48499e8b-d848-45af-9c30-50fcc0df1c05/7. Brain Meninges.pdf') print(f'Pages: {len(reader.pages)}') print(f'Metadata: {reader.metadata}') # Try extracting images for i, page in enumerate(reader.pages): print(f'Page {i+1} resources: {list(page.get(\"/Resources\", {}).keys()) if page.get(\"/Resources\") else \"none\"}') # Check for XObjects (images) resources = page.get('/Resources') if resources: xobjects = resources.get('/XObject') if xobjects: print(f' XObjects: {list(xobjects.keys())}') "

It's from Inderbir Singh's Neuroanatomy textbook - pages about Brain Meninges. Let me extract the images from each page and analyse them.
Running Command

python3 -c " from pypdf import PdfReader from PIL import Image import io, os reader = PdfReader('/tmp/workspace/attachments/48499e8b-d848-45af-9c30-50fcc0df1c05/7. Brain Meninges.pdf') os.makedirs('/tmp/workspace/meninges_imgs', exist_ok=True) for i, page in enumerate(reader.pages): resources = page.get('/Resources') if resources: xobjects = resources.get('/XObject') if xobjects: for j, (name, obj) in enumerate(xobjects.items()): img_obj = obj.get_object() if img_obj.get('/Subtype') == '/Image': data = img_obj.get_data() filter_type = img_obj.get('/Filter') width = img_obj.get('/Width') height = img_obj.get('/Height') print(f'Page {i+1} {name}: {width}x{height}, filter={filter_type}, size={len(data)} bytes') # Save as image fname = f'/tmp/workspace/meninges_imgs/page{i+1}_{name[1:]}.jpg' try: img = Image.open(io.BytesIO(data)) img.save(fname) print(f' Saved as {fname}') except Exception as e: # Try saving raw with open(fname, 'wb') as f: f.write(data) print(f' Raw saved: {e}') "

Now let me read the medical library skill and simultaneously fetch the page images to understand the document content.
Reading File
Loading Image
The images are local files, so fetch_image can't load them via file://. Let me use the medical library to get the content from Inderbir Singh's Neuroanatomy textbook (which this PDF is from), and also search for meninges content directly.
Finding Sources
Running Command

python3 -c " from PIL import Image import os # Convert images to a format we can serve - check their sizes imgs = os.listdir('/tmp/workspace/meninges_imgs') for img in sorted(imgs): path = f'/tmp/workspace/meninges_imgs/{img}' im = Image.open(path) print(f'{img}: {im.size}, mode={im.mode}') "

Excellent! Now let me pull the rich content from the most relevant textbook sections in parallel:
Reading File
Reading File
Reading File
Excellent! Now let me get more detailed content from Gray's Anatomy and the Neuroanatomy through Clinical Cases for comprehensive coverage:
Reading File
Reading File
I now have comprehensive content from multiple authoritative sources. Let me also fetch a couple of the key diagrams and then get content on dural folds and the clinical sections:
Loading Image
Reading File
Finding Sources
I now have all the content I need. Let me fetch the key diagram images and build the study material:
Loading Image
Loading Image
Loading Image
I now have everything needed to build a thorough study guide. Let me compile it.# 🧠 Brain Meninges - Complete Study Guide
Your PDF is from Inderbir Singh's Textbook of Human Neuroanatomy (6 image-based pages). Here's the full prep breakdown.

πŸ”‘ MNEMONIC FIRST

Layers from outside-in: PAD
Pia mater β†’ Arachnoid β†’ Dura mater
SCALP = layers of the scalp (from out to in):
Skin Β· Connective tissue Β· Aponeurosis (epicranial) Β· Loose areolar tissue Β· Pericranium

1. THE THREE MENINGEAL LAYERS

The meninges (Greek: meninx = membrane) are three concentric connective tissue coverings that surround the CNS within the skull and vertebral column.

Dura Mater ("Hard Mother")

  • Outermost, toughest layer - leather-like consistency
  • Two layers in the cranium (only one layer in spine):
    • Outer periosteal layer - adherent to inner surface of skull (acts as periosteum)
    • Inner meningeal layer - lies against the arachnoid
  • The two layers are fused, except where they separate to form:
    • Dural venous sinuses (e.g. superior sagittal sinus, transverse sinus)
    • Dural folds/reflections (see below)

Arachnoid Mater ("Spider-like")

  • Middle layer
  • Thin, wispy, weblike appearance - adheres to the inner surface of dura
  • Sends arachnoid trabeculae inward to connect with the pia mater
  • Normally no space between dura and arachnoid (subdural is a potential space)

Pia Mater ("Tender Mother")

  • Innermost layer - thin, veil-like
  • Tightly follows every gyrus and sulcus on the brain surface
  • Carries small penetrating blood vessels into the brain parenchyma

2. THE THREE MENINGEAL SPACES

Cross-section diagram:
Three meningeal layers showing dura mater, subdural space, arachnoid membrane, subarachnoid space, pia mater, and arteries branching into brain
SpaceBoundariesTypeContents / Clinical
Epidural (extradural)Between skull and outer periosteal duraPotential spaceMiddle meningeal artery - rupture β†’ epidural hematoma
SubduralBetween inner meningeal dura and arachnoidPotential spaceBridging veins - rupture β†’ subdural hematoma
SubarachnoidBetween arachnoid and piaReal, CSF-filledCSF + major cerebral arteries; enlarged regions = cisterns
Key distinction: Epidural = arterial bleed (fast). Subdural = venous bleed (slow/chronic). Subarachnoid = SAH (ruptured aneurysm - "thunderclap headache").

3. DURAL FOLDS (Reflections)

The inner meningeal layer of dura folds inward at 4 locations:
Falx cerebri (blue) and tentorium cerebelli (green) inside the skull
FoldLocationSeparatesAttached to
Falx cerebriInterhemispheric fissureRight & left cerebral hemispheresCrista galli (anteriorly) β†’ internal occipital protuberance (posteriorly)
Tentorium cerebelliHorizontal, above cerebellumSupratentorial / infratentorialPetrous temporal bone + occipital bone
Falx cerebelliBetween cerebellar hemispheresRight & left cerebellum-
Diaphragma sellaeCovers the sella turcicaPituitary from CSF-

Tentorium notch (Tentorial Incisura)

  • Opening in the tentorium cerebelli through which the midbrain passes
  • Clinically critical: uncal herniation = temporal lobe herniates through notch β†’ compresses CN III β†’ blown pupil (mydriasis)
  • Supratentorial = above tentorium (cerebral hemispheres)
  • Infratentorial = below tentorium (brainstem + cerebellum)

4. MIDDLE MENINGEAL ARTERY - High Yield!

Middle meningeal artery entering foramen spinosum, running in epidural space between dura and skull
  • Branch of the external carotid artery (via maxillary artery)
  • Enters the skull through foramen spinosum
  • Runs in the epidural space between dura and skull
  • Grooves visible on the inner skull surface mark its course
  • Rupture (usually from pterion fracture) β†’ epidural hematoma (biconvex on CT)
  • Do NOT confuse with middle cerebral artery (branch of internal carotid, supplies brain)

5. BRIDGING VEINS & SUBDURAL HEMATOMA

  • Bridging veins drain cerebral hemispheres β†’ cross subdural space β†’ drain into dural sinuses
  • In the elderly (brain atrophy stretches bridging veins), even minor trauma β†’ chronic subdural hematoma
  • Treatment: burr hole + drainage
  • Classic exam case: elderly patient, minor head trauma, progressive confusion weeks later

6. DURAL VENOUS SINUSES

The two dural layers separate to form venous sinuses:
  • Superior sagittal sinus - runs in upper edge of falx cerebri
  • Inferior sagittal sinus - runs in lower edge of falx cerebri
  • Straight sinus - joins inferior sagittal sinus + great cerebral vein of Galen
  • Transverse sinuses β†’ sigmoid sinuses β†’ internal jugular veins
  • Cavernous sinus - surrounds the pituitary; contains CN III, IV, V1, V2, VI and internal carotid artery

7. SUBARACHNOID CISTERNS

Enlargements of the subarachnoid space where arachnoid and pia are widely separated:
CisternLocationClinical relevance
Cisterna magna (cerebellomedullary cistern)Between cerebellum and medullaLumbar puncture alternative
Pontine cisternAnterior to ponsSAH pooling
Interpeduncular cisternBetween cerebral pedunclesCN III passes through
Chiasmatic cisternOver optic chiasm-

8. CSF - Key Facts

  • Produced by choroid plexus of lateral, 3rd, and 4th ventricles
  • Circulates through ventricles β†’ subarachnoid space
  • Reabsorbed by arachnoid granulations (arachnoid villi) β†’ superior sagittal sinus
  • Volume: ~150 mL total; normal pressure: 70-180 mmHβ‚‚O
  • Lumbar puncture done at L3-L4 or L4-L5 (spinal cord ends at L1-L2)

9. CLINICAL CORRELATES (Exam Favourites)

ConditionKey FeatureSpace involved
Epidural hematomaBiconvex (lens-shaped) on CT; lucid interval; temporal bone fractureEpidural
Subdural hematomaCrescent-shaped on CT; elderly, alcoholicsSubdural
Subarachnoid hemorrhage"Worst headache of life"; blood in basal cisterns on CTSubarachnoid
MeningitisInflammation of meninges; nuchal rigidity, photophobia, feverMeninges
Tentorial herniationBlown pupil (CN III compression), Cushing's triadTentorial notch
Normal pressure hydrocephalusWet, wacky, wobbly triad; impaired CSF reabsorptionVentricles/subarachnoid

10. QUICK Q&A DRILL

Q1. What are the three meningeal layers from outside to inside?
Dura, Arachnoid, Pia (mnemonic: DAP outside-in, or PAD inside-out)
Q2. Which meningeal space is truly CSF-filled (not just a potential space)?
Subarachnoid space
Q3. The middle meningeal artery enters the skull through which foramen?
Foramen spinosum
Q4. Which artery bleeds in an epidural hematoma vs. which veins in subdural?
Epidural = middle meningeal artery; Subdural = bridging veins
Q5. What does the falx cerebri separate?
Right and left cerebral hemispheres (runs in the interhemispheric fissure)
Q6. What passes through the tentorial notch (incisura)?
The midbrain
Q7. What is supratentorial vs. infratentorial?
Supratentorial = cerebral hemispheres (above tentorium). Infratentorial = brainstem + cerebellum (below).
Q8. Where are CSF arachnoid granulations located, and where do they drain?
Project into the superior sagittal sinus
Q9. What is the dura's inner layer called, and what are its 4 folds?
Meningeal layer. Folds: falx cerebri, tentorium cerebelli, falx cerebelli, diaphragma sellae
Q10. Why is uncal herniation dangerous for the eye?
The uncus (medial temporal lobe) herniates through the tentorial notch β†’ compresses CN III β†’ ipsilateral dilated (blown) pupil + ptosis

Sources: Gray's Anatomy for Students (9780323934237); Neuroanatomy through Clinical Cases 3rd ed. (9781605359625); Neuroscience: Exploring the Brain 5th ed. (9781284286878)

Another one

Running Command

python3 -c " from pypdf import PdfReader import os reader = PdfReader('/tmp/workspace/attachments/48499e8b-d848-45af-9c30-50fcc0df1c05/8@. The Telencephalon - A-Prof. Royhaan.pdf') print(f'Pages: {len(reader.pages)}') print(f'Metadata: {reader.metadata}') # Check for images vs text for i, page in enumerate(reader.pages): text = page.extract_text() resources = page.get('/Resources') xobjects = resources.get('/XObject') if resources else None imgs = list(xobjects.keys()) if xobjects else [] print(f'Page {i+1}: text_len={len(text) if text else 0}, images={imgs}') if text and len(text) > 50: print(f' TEXT PREVIEW: {text[:300]}') "

This is a 58-page PowerPoint lecture (MED207 - Neuroscience & Behaviour) by A-Prof. Royhaan Folarin. Let me extract all the text content from the key pages and simultaneously search the medical library.
Running Command

python3 -c " from pypdf import PdfReader reader = PdfReader('/tmp/workspace/attachments/48499e8b-d848-45af-9c30-50fcc0df1c05/8@. The Telencephalon - A-Prof. Royhaan.pdf') # Extract text from ALL pages that have meaningful content for i, page in enumerate(reader.pages): text = page.extract_text() if text and len(text) > 80: print(f'=== PAGE {i+1} ===') print(text.strip()) print() "

Finding Sources
Good - I have the lecture's text outline. Most content is in images (slide diagrams). Let me search the medical library for deep content on the telencephalon topics covered, and also extract key images from the slides simultaneously.
Finding Sources
Running Command

python3 -c " from pypdf import PdfReader from PIL import Image import io, os reader = PdfReader('/tmp/workspace/attachments/48499e8b-d848-45af-9c30-50fcc0df1c05/8@. The Telencephalon - A-Prof. Royhaan.pdf') os.makedirs('/tmp/workspace/telencephalon_imgs', exist_ok=True) # Extract the LARGEST image from key content pages (the main diagram image per slide) key_pages = [6, 7, 8, 9, 10, 13, 14, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 33, 34, 35, 36, 37, 38, 39, 41, 42, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57] for pg_num in key_pages: page = reader.pages[pg_num - 1] resources = page.get('/Resources') if not resources: continue xobjects = resources.get('/XObject') if not xobjects: continue # Get all images and pick the largest one largest = None largest_size = 0 largest_name = None for name, obj in xobjects.items(): img_obj = obj.get_object() if img_obj.get('/Subtype') == '/Image': data = img_obj.get_data() if len(data) > largest_size: largest_size = len(data) largest = data largest_name = name if largest: fname = f'/tmp/workspace/telencephalon_imgs/pg{pg_num:02d}.jpg' try: img = Image.open(io.BytesIO(largest)) img.save(fname) print(f'Page {pg_num}: saved {largest_name} ({largest_size} bytes) -> {img.size}') except Exception as e: with open(fname, 'wb') as f: f.write(largest) print(f'Page {pg_num}: raw saved {largest_name} ({largest_size} bytes) - {e}') "

Now let me search the medical library with better terms, and analyse the most critical slide images simultaneously:
Finding Sources
Finding Sources
analyse_media
Let me search with simpler terms and analyse the key slide images directly:
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Excellent! Now let me pull the rich detailed content from Neuroanatomy through Clinical Cases which covers exactly what the lecture covers:
Reading File
Reading File
Now let me get the white matter fiber content and the surface anatomy detail:
Reading File
Loading Image
I now have rich content from the textbook. Let me get the white matter fiber section and the Broca/Wernicke language area content:
Reading File
Loading Image
I now have all I need. Let me compile the complete study guide based on the lecture structure plus textbook enrichment.

🧠 The Telencephalon - Complete Study Guide

MED207 Neuroscience & Behaviour | A-Prof. Royhaan Folarin Topic: Cerebral Hemispheres, Surface Features, Lobes & White Matter

πŸ₯ OPENING CLINICAL SCENARIO (Lecture Case)

Patient: 58-year-old right-handed man who suddenly develops:
  • Weakness of right face and upper limb
  • Difficulty producing speech
  • Preserved understanding of spoken commands
  • No primary visual loss
Answer (from lecture slide 56):
FindingLocalization
Right facial + upper limb weaknessLeft precentral gyrus (motor cortex)
Difficulty producing speechLeft inferior frontal region (Broca's area, BA 44/45)
Preserved comprehensionPosterior temporal region spared (Wernicke's area intact)
No visual lossOccipital cortex spared
Likely lesionLeft frontal lobe
This is Broca's aphasia (expressive/non-fluent) - speech production impaired, comprehension preserved.

1. WHAT IS THE TELENCEPHALON?

The telencephalon is the most rostral (anterior) part of the brain. It comprises:
  • The two cerebral hemispheres (grey cortex + white matter)
  • The basal ganglia (deep nuclei)
  • The limbic structures (hippocampus, amygdala)
Together with the diencephalon (thalamus + hypothalamus), it forms the prosencephalon (forebrain).

2. HEMISPHERES: BORDERS, SURFACES & POLES

Each cerebral hemisphere has:
3 Surfaces:
  • Superolateral (convex, faces skull)
  • Medial (faces opposite hemisphere across interhemispheric fissure)
  • Inferior (base - rests on skull floor + tentorium)
3 Poles:
  • Frontal pole (anterior)
  • Occipital pole (posterior)
  • Temporal pole (inferior)
Key boundary marker: The preoccipital notch marks the posterior boundary near the occipital lobe on the lateral surface.
The two hemispheres are separated by the interhemispheric (longitudinal) fissure and connected by commissural fibers (mainly the corpus callosum).

3. THE FOUR LOBES + INSULA

Lateral view (A) and midsagittal view (B) of cerebral lobes: frontal (blue), parietal (pink), temporal (green), occipital (yellow), corpus callosum visible medially

Major Sulci as Lobe Boundaries

Sulcus / FissureWhat it separates
Central sulcus (of Rolando)Frontal from Parietal
Lateral sulcus (Sylvian fissure)Frontal/Parietal from Temporal
Parieto-occipital sulcusParietal from Occipital (best seen medially)
Preoccipital notchTemporal from Occipital (lateral surface)

The Insula (5th "Hidden" Lobe)

  • Buried deep within the lateral (Sylvian) fissure
  • Covered by the operculum: frontal operculum (anterior) + parietal operculum (posterior)
  • Functions: interoception, pain, taste, autonomic regulation, language

4. KEY GYRI & SULCI (Exam High-Yield)

Lateral view of brain with precentral gyrus (purple), postcentral gyrus (yellow), central sulcus, lateral fissure, and superior temporal gyrus labeled

Frontal Lobe

StructureFunction
Precentral gyrus (BA 4)Primary motor cortex - voluntary movement
Superior frontal gyrusSupplementary motor area; working memory
Middle frontal gyrusPrefrontal association; frontal eye fields (BA 8)
Inferior frontal gyrus - pars triangularis + opercularis (BA 44/45)Broca's area - speech production (dominant hemisphere)
Prefrontal cortex (BA 9,10,11)Executive function, personality, judgement

Parietal Lobe

StructureFunction
Postcentral gyrus (BA 1,2,3)Primary somatosensory cortex - touch, proprioception
Superior parietal lobule (BA 5,7)Stereognosis, visuospatial integration
Angular gyrus (BA 39)Reading, writing, mathematics
Supramarginal gyrus (BA 40)Language processing; part of Wernicke's area

Temporal Lobe

StructureFunction
Superior temporal gyrus (BA 22)Wernicke's area (posterior, dominant hemisphere) - speech comprehension
Heschl's gyrus (BA 41, 42)Primary auditory cortex (buried in lateral sulcus)
Middle + inferior temporal gyri (BA 20, 21)Semantic memory, object recognition
Parahippocampal gyrus (BA 28)Memory encoding, primary olfactory cortex
Hippocampus (medial temporal)Long-term memory formation

Occipital Lobe

StructureFunction
Calcarine fissure / striate cortex (BA 17)Primary visual cortex
Lingual + cuneate gyri (BA 18, 19)Secondary + tertiary visual cortex

Medial Surface Landmarks

  • Cingulate gyrus - emotion, pain, attention (part of limbic system)
  • Paracentral lobule - motor/sensory for the lower limb (the leg representation of the homunculus wraps around the medial surface)
  • Precuneus - visuospatial imagery, self-consciousness
  • Cuneus + lingual gyrus - visual cortex (above and below calcarine sulcus)

5. BRODMANN AREAS - Key Numbers to Know

BAAreaLocationFunction
1, 2, 3Primary somatosensoryPostcentral gyrusTouch
4Primary motorPrecentral gyrusVoluntary movement
6Premotor / Supplementary motorPre-precentralMovement planning
8Frontal eye fieldsMiddle frontal gyrusSaccadic eye movements
17Primary visualCalcarine fissureVision
18, 19Secondary/tertiary visualOccipitalVisual processing
22Wernicke's area (posterior)Superior temporal gyrusSpeech comprehension
41, 42Primary auditoryHeschl's gyrusHearing
44, 45Broca's areaInferior frontal gyrusSpeech production
9-12PrefrontalSuperior/middle frontalCognition, planning
Mnemonic for Broca vs Wernicke: Broca = Boken speech (production), Wernicke = Word soup (comprehension)

6. WHITE MATTER FIBERS - The 3 Types

The lecture specifically tests these. They are grouped by which areas they connect:

A. Association Fibers - connect areas WITHIN the same hemisphere

Fiber TractConnectsClinical note
Arcuate fasciculus (superior longitudinal fasciculus)Broca's ↔ Wernicke's areasDamage = conduction aphasia (can't repeat, but can speak & understand)
Uncinate fasciculusFrontal lobe ↔ anterior temporal lobePersonality, behavior
CingulumCingulate gyrus + other limbic areasEmotion/memory
Inferior longitudinal fasciculusOccipital ↔ temporal lobeVisual-object recognition
Inferior fronto-occipital fasciculusFrontal ↔ occipital

B. Commissural Fibers - connect BETWEEN the two hemispheres

CommissureConnects
Corpus callosum (largest)Homologous cortical areas of both hemispheres
Anterior commissureTemporal lobes (olfactory, anterior temporal)
Posterior commissureMidbrain structures
Hippocampal commissure (fornix commissure)Hippocampi
Corpus Callosum Parts (rostral to caudal):
Rostrum β†’ Genu β†’ Body β†’ Splenium
  • Genu - connects prefrontal cortices
  • Body - connects motor + somatosensory cortices
  • Splenium - connects occipital/posterior parietal cortices
  • Mnemonic: "Really Great Big Spoons" (Rostrum, Genu, Body, Splenium)

C. Projection Fibers - connect CORTEX to deeper/distant structures

  • Internal capsule - the main highway carrying motor (corticospinal) and sensory (thalamocortical) fibers
    • Anterior limb - frontopontine + anterior thalamic radiations
    • Genu - corticobulbar fibers (to cranial nerve nuclei)
    • Posterior limb - corticospinal tract (most important!) + sensory radiations
  • Corona radiata - fan-shaped spread above internal capsule to cortex
  • Optic radiations (from lateral geniculate β†’ primary visual cortex)

7. CEREBRAL DOMINANCE & LATERALIZATION

  • Left hemisphere dominant in ~95% of right-handed people (and ~70% of left-handers)
  • Language (Broca's + Wernicke's) - left hemisphere dominant
  • Spatial processing, prosody (emotional tone of speech) - right hemisphere
  • Handedness does NOT equal dominance in all functions

8. CLINICAL CORRELATES (Lecture Slide 55 Content)

LesionSyndromeKey features
Corpus callosum (surgical/tumor/MS)Disconnection syndrome / Alien hand syndromeLeft hand acts autonomously; can't transfer info between hemispheres
Internal capsule strokeDense hemiplegia + hemisensory lossContralateral face, arm, leg all affected
Multiple sclerosisWhite matter demyelinationEpisodic, multifocal neurological deficits
Temporal lobectomy (dominant)Memory + language deficitsUsed for epilepsy surgery
Frontal lobe damage (prefrontal)Executive dysfunction, disinhibition, flat affectPhineas Gage personality
Parietal lobe damage (non-dominant)Hemineglect, dressing apraxia, constructional apraxia
Parietal lobe damage (dominant)Gerstmann syndrome: agraphia, acalculia, finger agnosia, L-R confusionAngular gyrus (BA 39)
Occipital lobe damageCortical blindness, homonymous hemianopia
Temporal lobe damage (dominant)Wernicke's aphasia, anterograde amnesia

9. LANGUAGE AREAS - APHASIA SUMMARY (High Yield!)

TypeFluencyComprehensionRepetitionLesion
Broca's (expressive)Non-fluentIntactImpairedInferior frontal gyrus (BA 44/45)
Wernicke's (receptive)Fluent (but paraphasic)ImpairedImpairedPosterior superior temporal gyrus (BA 22)
ConductionFluentIntactSeverely impairedArcuate fasciculus
GlobalNon-fluentImpairedImpairedLarge left MCA territory

10. THE HOMUNCULUS (Motor & Sensory)

  • The precentral gyrus (motor) and postcentral gyrus (sensory) are somatotopically organized
  • Body representation: toe/leg on medial surface β†’ trunk β†’ arm β†’ hand (large representation - most dexterous) β†’ face/tongue at the bottom of lateral surface
  • Large cortical area = greater fine motor control (hands, lips >> trunk)

11. QUICK Q&A DRILL

Q1. What are the 3 types of white matter fibers?
Association (within hemisphere), Commissural (between hemispheres), Projection (cortex ↔ deep structures)
Q2. Which fiber connects Broca's to Wernicke's area? What happens if it's cut?
Arcuate fasciculus β†’ Conduction aphasia (fluent speech, intact comprehension, poor repetition)
Q3. What are the 4 parts of the corpus callosum from front to back?
Rostrum, Genu, Body, Splenium
Q4. A patient has non-fluent speech, intact comprehension, after a stroke. What area was damaged?
Broca's area (inferior frontal gyrus, BA 44/45, left hemisphere) - Broca's aphasia
Q5. The internal capsule's posterior limb carries which major tract?
Corticospinal tract (and somatosensory radiations from thalamus)
Q6. Where is primary visual cortex? Primary auditory cortex?
Visual: calcarine fissure, occipital lobe (BA 17). Auditory: Heschl's gyrus, buried in lateral sulcus (BA 41/42)
Q7. What sulcus separates the frontal and parietal lobes?
Central sulcus (of Rolando)
Q8. What is the insula, and where is it?
Buried cortex ("island") within the depths of the lateral (Sylvian) fissure; covered by the operculum
Q9. Patient can't name fingers, can't do arithmetic, confuses left vs right, can't write. What syndrome?
Gerstmann syndrome - lesion at left angular gyrus (BA 39) of dominant parietal lobe
Q10. Name the 5 surfaces/aspects used to describe the cerebral hemisphere.
Superolateral, medial, inferior; Poles: frontal, occipital, temporal

πŸ“‹ LECTURE LEARNING OBJECTIVES CHECKLIST

  • Describe external features and lobar organization of the cerebrum
  • Identify key gyri and sulci on cerebral hemispheres
  • Outline major functions of each cerebral lobe
  • Differentiate association, commissural, and projection white matter fibers
  • Describe structure and role of the corpus callosum
  • Discuss clinical correlates of cortical + white matter disruptions
Sources: Neuroanatomy through Clinical Cases 3rd ed. (9781605359625); Neuroscience: Exploring the Brain 5th ed. (9781284286878)
This is a shared conversation. Sign in to Orris to start your own chat.