diff --git a/webpage_contents/publications/20240901_Marta_GironaAlarcon/Publication_page.qmd b/webpage_contents/publications/20240901_Marta_GironaAlarcon/Publication_page.qmd index c08ac073a356caca5b90240daf153b41a93cb15b..716d44bd370dea274898c3f34346cfa267de7965 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 - +{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, )