From d5dbf02adaf6bc53376383c2d2746f6334e94c42 Mon Sep 17 00:00:00 2001
From: Willy Kuo <willy.kuo@physiol.uzh.ch>
Date: Tue, 1 Oct 2024 15:03:19 +0200
Subject: [PATCH] Changed third instance of Preview_Image to
 Preview_Image_LowQuality of Publication_page.qmd

---
 .../20240901_Marta_GironaAlarcon/Publication_page.qmd           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpage_contents/publications/20240901_Marta_GironaAlarcon/Publication_page.qmd b/webpage_contents/publications/20240901_Marta_GironaAlarcon/Publication_page.qmd
index 0c01917..cb9e66e 100644
--- a/webpage_contents/publications/20240901_Marta_GironaAlarcon/Publication_page.qmd
+++ b/webpage_contents/publications/20240901_Marta_GironaAlarcon/Publication_page.qmd
@@ -194,7 +194,7 @@ mice_used <- relocate(mice_used, Correction_factor, .before = 7)
 mice_used <- relocate(mice_used, Subject_pubID, .before = 1)
 scans_used <- relocate(scans_used, Correction_factor, .before = 7)
 scans_used <- relocate(scans_used, Subject_pubID, .before = 1)
-scans_used <- relocate(scans_used, Preview_Image, .before = 1)
+scans_used <- relocate(scans_used, Preview_Image_LowQuality, .before = 1)
 
 ## Gather code assumming there is only one data type 
 mouse_codebook <- read.csv(file = dir(path = file.path(here::here(), 'experiments',inputs$Data_type[1]), pattern = 'Mouse.*codebook.csv',full.names = TRUE))
-- 
GitLab