update index.qmd
This commit is contained in:
@@ -5,9 +5,18 @@ engine: knitr
|
||||
---
|
||||
|
||||
|
||||
```{bash}
|
||||
```{r}
|
||||
#| echo: false
|
||||
#| output: asis
|
||||
grep "^abstract: " ./MS/MS.qmd | sed -e 's/^abstract: \"*\(.*\).$/\1/g'
|
||||
#| out-width: 100%
|
||||
#| 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))
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user