-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.Rmd
31 lines (26 loc) · 1004 Bytes
/
index.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
---
knit: "bookdown::render_book"
title: "The EMU-SDMS Manual"
author: ["Raphael Winkelmann"]
description: "The EMU-SDMS Manual"
url: 'https\://ips-lmu.github.io/The-EMU-SDMS-Manual/'
cover-image: pics/EMU-webAppIcon-roundCorners.png
github-repo: IPS-LMU/The-EMU-SDMS-Manual
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib]
biblio-style: "apalike"
link-citations: yes
---
# Welcome {-}
The EMU Speech Database Management System (EMU-SDMS) is a collection of software tools which aims to be as close to an all-in-one solution for generating, manipulating, querying, analyzing and managing speech databases as possible. This manual introduces and describes the various components of this system.
```{r fig.align="center", echo=FALSE, out.width = "35%"}
knitr::include_graphics("pics/EMU-webAppIcon-roundCorners.png")
```
```{r setup, include=FALSE}
library(knitr)
# chunks labels
knit_hooks$set(rexample = function(before, options, envir) {
})
```