Skip to content
Snippets Groups Projects
Verified Commit cbd39146 authored by Gorka Fraga Gonzalez's avatar Gorka Fraga Gonzalez :seedling: Committed by GitLab UZH
Browse files

Update Publication_page.qmd

parent b2e18f46
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ for (i in 1:nrow(inputs)){
# Preview image address ------------------------------------------------
image_url <- file.path(repo_url_basepath,'experiments',inputs$Data_type[i], inputs$Facility_name_YYYY_month[i],'preview_images',tmp_tbl_scans$Preview_Image)
images_relativepath <- gsub(repo_url_basepath,file.path('..','..','experiments'),image_url)
images_relativepath <- gsub(repo_url_basepath,file.path('/..','..','experiments'),image_url)
# add paths and HTML code
tmp_tbl_scans$Preview_Image <- paste0('<a href=\'', image_url,'\' target=\'_blank\'>',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment