From 102c627a96723972708212cb58045b8e2d33efe6 Mon Sep 17 00:00:00 2001 From: Harry Carey Date: Wed, 20 May 2026 17:43:10 +0100 Subject: [PATCH 1/3] Remove width and height from CCFv2 atlas images Updated image tags for CCFv2 atlases to remove width and height attributes. --- docs/source/blog/ccfv2-atlases-added.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/blog/ccfv2-atlases-added.md b/docs/source/blog/ccfv2-atlases-added.md index c0ca7216..b377c1c5 100644 --- a/docs/source/blog/ccfv2-atlases-added.md +++ b/docs/source/blog/ccfv2-atlases-added.md @@ -13,17 +13,17 @@ The mouse brain atlases provided by the Allen Institute for Brain Science (AIBS) We have packaged the following three atlases: ### 1. CCFv2 Mouse Brain Atlas -ccfv2 mouse brain atlas annotations +ccfv2 mouse brain atlas annotations **Figure 1. Anterior view of the CCFv2 Mouse Brain atlas annotations and reference image.** ### 2. CCFv2 Mouse Fiber Tracts Atlas -ccfv2 mouse fiber tracts atlas annotations +ccfv2 mouse fiber tracts atlas annotations **Figure 2. Anterior view of the CCFv2 Mouse Fiber Tracts atlas annotations and reference image.** ### 3. CCFv2 Developmental Mouse Brain Atlas -ccfv2 developmental mouse brain atlas annotations +ccfv2 developmental mouse brain atlas annotations **Figure 3. Anterior view of the CCFv2 Developmental Mouse Brain atlas annotations and reference image.** From 8b99fa0f4061d1e866e81ce6781a1c53e5011b7e Mon Sep 17 00:00:00 2001 From: Harry Carey Date: Wed, 20 May 2026 17:59:53 +0100 Subject: [PATCH 2/3] make image widths consistent Updated image tags for CCFv2 atlases to include styling for better responsiveness. --- docs/source/blog/ccfv2-atlases-added.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/blog/ccfv2-atlases-added.md b/docs/source/blog/ccfv2-atlases-added.md index b377c1c5..b5a852f1 100644 --- a/docs/source/blog/ccfv2-atlases-added.md +++ b/docs/source/blog/ccfv2-atlases-added.md @@ -13,17 +13,17 @@ The mouse brain atlases provided by the Allen Institute for Brain Science (AIBS) We have packaged the following three atlases: ### 1. CCFv2 Mouse Brain Atlas -ccfv2 mouse brain atlas annotations +ccfv2 mouse brain atlas annotations **Figure 1. Anterior view of the CCFv2 Mouse Brain atlas annotations and reference image.** ### 2. CCFv2 Mouse Fiber Tracts Atlas -ccfv2 mouse fiber tracts atlas annotations +ccfv2 mouse fiber tracts atlas annotations **Figure 2. Anterior view of the CCFv2 Mouse Fiber Tracts atlas annotations and reference image.** ### 3. CCFv2 Developmental Mouse Brain Atlas -ccfv2 developmental mouse brain atlas annotations +ccfv2 developmental mouse brain atlas annotations **Figure 3. Anterior view of the CCFv2 Developmental Mouse Brain atlas annotations and reference image.** From bf74e4308a11e1ab0de631bcbe51de5b606b9a05 Mon Sep 17 00:00:00 2001 From: Harry Carey Date: Wed, 20 May 2026 18:06:41 +0100 Subject: [PATCH 3/3] use sphinx image width rather than css --- docs/source/blog/ccfv2-atlases-added.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/source/blog/ccfv2-atlases-added.md b/docs/source/blog/ccfv2-atlases-added.md index b5a852f1..29411ccd 100644 --- a/docs/source/blog/ccfv2-atlases-added.md +++ b/docs/source/blog/ccfv2-atlases-added.md @@ -13,17 +13,26 @@ The mouse brain atlases provided by the Allen Institute for Brain Science (AIBS) We have packaged the following three atlases: ### 1. CCFv2 Mouse Brain Atlas -ccfv2 mouse brain atlas annotations +```{image} ./images/ccfv2_mouse_brain.png +:alt: ccfv2 mouse brain atlas annotations +:width: 830px +``` **Figure 1. Anterior view of the CCFv2 Mouse Brain atlas annotations and reference image.** ### 2. CCFv2 Mouse Fiber Tracts Atlas -ccfv2 mouse fiber tracts atlas annotations +```{image} ./images/ccfv2_fiber_mouse.png +:alt: ccfv2 mouse fiber tracts atlas annotations +:width: 830px +``` **Figure 2. Anterior view of the CCFv2 Mouse Fiber Tracts atlas annotations and reference image.** ### 3. CCFv2 Developmental Mouse Brain Atlas -ccfv2 developmental mouse brain atlas annotations +```{image} ./images/ccfv2_dev_mouse.png +:alt: ccfv2 developmental mouse brain atlas annotations +:width: 830px +``` **Figure 3. Anterior view of the CCFv2 Developmental Mouse Brain atlas annotations and reference image.**