From db3c0474bd16d008c23212f12c8e85dc9743f7b3 Mon Sep 17 00:00:00 2001
From: Gorka Fraga Gonzalez <gorka.fragagonzalez@uzh.ch>
Date: Fri, 6 Sep 2024 16:56:42 +0200
Subject: [PATCH] resized CSF spaces image

---
 .../20240901_Marta_GironaAlarcon/Publication_page.qmd        | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/webpage_contents/publications/20240901_Marta_GironaAlarcon/Publication_page.qmd b/webpage_contents/publications/20240901_Marta_GironaAlarcon/Publication_page.qmd
index c08ac07..716d44b 100644
--- a/webpage_contents/publications/20240901_Marta_GironaAlarcon/Publication_page.qmd
+++ b/webpage_contents/publications/20240901_Marta_GironaAlarcon/Publication_page.qmd
@@ -26,7 +26,8 @@ author:
 ## Supplemental Results
 
 ### Experiment 2: CSF spaces segmentation
-![](images/JP26-invivo-2scan-phase3-postinjection-brain-80-90min_web)
+![](images/JP26-invivo-2scan-phase3-postinjection-brain-80-90min_web.png){width="600"}
+
 Three dimensional rendering of CSF spaces enclosed in the mouse skull: Infusion of contrast agent in the lateral ventricles during high-resolution synchrotron radiation-based hard X-ray computed tomography imaging allows 3D visualization with virtual slicing in all directions. Lateral ventricles in blue, third ventricle in green, aqueduct in pink and fourth ventricle in yellow.
 
 ### Experiment 4: Contrast agent dynamics during lateral ventricle influsion
@@ -59,7 +60,7 @@ colnames(paths) <- 'Protocols'
 
 # Add HTML code so that it becomes a clickable link 
 paths$Protocols <- paste0('<a href=\'',paths$Protocols,'\' target=\'_blank\'>', paths$Protocols,'</a>')
-file.path(here::here(), apply(folders, 1, paste, collapse = .Platform$file.sep), 'protocols')
+
 
 # Render table
 DT::datatable(paths, options = list(dom = 't'), escape = FALSE, rownames = FALSE, )
-- 
GitLab