update index.qmd
This commit is contained in:
@@ -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))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user