update index.qmd

This commit is contained in:
2025-01-08 10:27:33 +08:00
parent c32580b66e
commit 0a2cfa1d47
+12 -3
View File
@@ -5,9 +5,18 @@ engine: knitr
--- ---
```{bash} ```{r}
#| echo: false #| echo: false
#| output: asis #| out-width: 100%
grep "^abstract: " ./MS/MS.qmd | sed -e 's/^abstract: \"*\(.*\).$/\1/g' #| eval: false
#| include: false
# dwfun::ggsavep("./figures/GA.pdf", loadit = TRUE)
```
```{r}
#| echo: false
#| output: asis
cat(system("grep '^abstract: ' ./MS/MS.qmd | sed -e 's/^abstract: \"*\\(.*\\).$/\\1/g'", intern = TRUE))
``` ```