33 lines
No EOL
695 B
Text
33 lines
No EOL
695 B
Text
---
|
|
title: "Site perso"
|
|
image: media/photo.jpg
|
|
execute:
|
|
freeze: auto
|
|
about:
|
|
template: trestles
|
|
image-shape: round
|
|
image-width: 12em
|
|
links:
|
|
- text: Email
|
|
icon: envelope
|
|
href: mailto:louis.lacoste@agroparistech.fr
|
|
target: _blank
|
|
- text: "{{< ai orcid >}} ORCID"
|
|
href: https://orcid.org/0009-0004-0178-9821
|
|
target: _blank
|
|
- text: "{{< fa brands github >}} Github"
|
|
href: https://github.com/Polarolouis
|
|
target: _blank
|
|
- text: "{{< fa file-pdf >}} CV"
|
|
href: https://git.polarolouis.fr/polarolouis/cv-latex/raw/branch/main/cv.pdf
|
|
---
|
|
|
|
Will update later
|
|
```{r}
|
|
#| echo: true
|
|
#| eval: true
|
|
print("Cc Antoine")
|
|
|
|
data(Titanic)
|
|
|
|
``` |