-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdigital-humans-reading-list.Rmd
More file actions
executable file
·26 lines (18 loc) · 1.02 KB
/
digital-humans-reading-list.Rmd
File metadata and controls
executable file
·26 lines (18 loc) · 1.02 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
---
title: "Reading list: Digital human experiences"
author: "[Alex Reppel](https://pure.royalholloway.ac.uk/en/persons/alex-reppel),"
date: "last updated `r format(Sys.Date(), format='%B %Y')`"
bibliography: "assets/references/crypto.bib"
output: github_document
knit: (function(inputFile, encoding) {
rmarkdown::render(inputFile, encoding = encoding, output_dir = "output/") })
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(fig.path='assets/figure/')
```
**On this page, I document my evolving thoughts on digital human representation in immersive environments, as well as most of the sources [I have read][reading list] so far. While I recognise the former won't be of much interest to others, I hope that the brief introduction at the beginning of this document and the [reading list][] further below benefits those who haven't already made up their mind.**
```{r Input variables, message=FALSE, warning=FALSE, include=FALSE}
library <- "assets/references/digital-humans.bib"
```
```{r child = 'process-bibtext-file.Rmd'}
```