-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnder_Construction.Rmd
42 lines (35 loc) · 1.32 KB
/
Under_Construction.Rmd
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
39
---
title: "Website under construction ..."
description: |
Projekt 2019
author:
- name: Hendrik Friederichs
url: https://www.friederichs.science
affiliation: Institut für Ausbildung und Studienangelegenheiten (IfAS) der Medizinischen Fakultät Münster
affiliation_url: https://medicampus.uni-muenster.de/ifas.html
date: "`r Sys.Date()`"
output:
radix::radix_article:
toc: true
toc_depth: 2
self_contained: false
creative_commons: CC BY-NC
journal:
doi:
slug: friederichs2018NeueSeite
citation_url: https://rstudio.github.io/friedeh
bibliography: "Papers_all.bib"
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
library(tufte)
# Umwandlung in Powerpoint-Datei über rmarkdown::render("Neue_Seite_article.Rmd", output_format = "powerpoint_presentation", output_options = list(reference_doc = "my-styles.pptx"))
# Umwandlung in Tufte-Handout über rmarkdown::render("Neue_Seite_article.Rmd", output_format = "tufte_handout")
# Umwandlung in Word-Datei über rmarkdown::render("Neue_Seite_article.Rmd", output_format = "word_document")
```
```{r fig.cap="Figure from iStockphoto, licensee: Hendrik Friederichs"}
knitr::include_graphics("images/Under_Construction_Builder.png")
```
```{r ,out.extra="class=external"}
# zur Ergänzung des "Reuse" mit Ausschluss von Bildern aus dem CC BY-NC
```