Skip to content
Snippets Groups Projects
Commit 2a48837e authored by Willy Kuo's avatar Willy Kuo
Browse files

Fix synchrotron image link

parent 8ba8326e
No related branches found
No related tags found
No related merge requests found
---
title: 'Synchrotron microCT'
image: '/*/synchrotron_photo_SPring-8.jpg'
image: '/synchrotron_photo_SPring-8.jpg'
listing:
id: beamtimes
contents: '/*/index.qmd'
......
---
title: 'Synchrotron microCT'
image: '/*/synchrotron_photo_SPring-8.jpg'
listing:
id: beamtimes
contents: '/*/index.qmd'
type: table
fields: [date, title, First author, Last author]
sort:
- "date desc"
- "title desc"
#sort-ui: true
#filter-ui: true
code-fold: true
---
## Go to beamtime pages
::: {#beamtimes}
:::
## Beamtime grand table
```{r, readtable}
library(DT)
library(openxlsx)
table <- openxlsx::read.xlsx(xlsxFile = 'BeamtimeGrandTable.xlsx',sheet = 'Resources')
code <- openxlsx::read.xlsx(xlsxFile = 'BeamtimeGrandTable.xlsx',sheet = 'Codebook')
DT::datatable(table,filter = "top" )
```
### Variable codebook
```{r}
library(kableExtra)
kable(code, format = "markdown")
```
\ No newline at end of file
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