-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
38 lines (23 loc) · 1.06 KB
/
index.Rmd
File metadata and controls
38 lines (23 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: "Nikola Krisztian Czindrity"
output:
html_document
bibliography: references.bib
---
*Scandinavian Studies \| Quantitative Text Analysis \| Biological Anthropology*
Currently studying Scandinavian Studies, Digital Humanities and Biological Anthropology at the University of Vienna.
Mail: [klausnikolausklaus\@gmail.com](mailto:klausnikolausklaus@gmail.com){.email} or [nikola.krisztian.czindrity\@univie.ac.at](mailto:nikola.krisztian.czindrity@univie.ac.at){.email}.
See more content under [Posts](content.html).
------------------------------------------------------------------------
Quotes, I like:
> A nap első 24 órája a legnehezebb.
> han sitter vid datorn hela dagarna = *an sit nest datorem iel dågǫ*
------------------------------------------------------------------------
```{r, echo = FALSE, warning = FALSE}
library(slickR)
imgNames = paste0("./content/imgs4homepage/", list.files("./content/imgs4homepage", pattern = "jpg$"))
slickR(
obj = imgNames, height=350
)
```
------------------------------------------------------------------------