diff --git a/about.qmd b/about.qmd index a67bb4e..c2d8c59 100644 --- a/about.qmd +++ b/about.qmd @@ -1,9 +1,11 @@ --- -title: "About" +title: "About me" + --- ```{r} - +#| echo: false +age <- as.numeric(floor(difftime(as.Date(Sys.Date()), as.Date.character("2000-01-01"), units = "weeks") / 52.25)) ``` -I'm a `r as.numeric(floor(difftime(as.Date(Sys.Date()), as.Date.character("2000-01-01"),units = "weeks")/52.25))` years old PhD student in Applied Mathematics at MIA Paris-Saclay. \ No newline at end of file +I'm a `r age` years old PhD student in Applied Mathematics at MIA Paris-Saclay. \ No newline at end of file