-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.Rmd
64 lines (51 loc) · 1.6 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
title: "Communication Theory"
author: "Mike Nguyen"
date: "`r Sys.Date()`"
header-includes:
- \usepackage{titling}
- \pretitle{\begin{center}
\includegraphics[width=2in,height=2in]{logo.png}\LARGE\\}
- \posttitle{\end{center}}
site: bookdown::bookdown_site
github-repo: mikenguyen13/comm_theory
documentclass: book
bibliography: [book.bib, packages.bib,references.bib]
biblio-style: apalike
link-citations: yes
description: "Handbook on Communication Theory for both interpersonal and interorganizational communications"
output: bookdown::gitbook
editor_options:
markdown:
references:
location: section
prefix: "mydoc"
favicon: "favicon.ico"
cover-image: "cover.jpg"
apple-touch-icon: "logo.png"
apple-touch-icon-size: 120
---
# Preface {#preface .unnumbered}
```{r, include = F}
knitr::write_bib(c(.packages(), "bookdown", "knitr", "rmarkdown"), "packages.bib")
knitr::opts_chunk$set(warning = FALSE, message = FALSE)
```
<div style = "text-align: center">
![](cover.jpg)
</div>
```{r, out.width='25%', fig.align='center', echo=FALSE}
knitr::include_graphics('logo.png')
```
# Prerequisites
This book is based on the two communication seminars
| Course | Professor |
|:----------------------------:|:----------------:|
| Interpersonal Communication | Haley Horstman |
| Organizational Communication | Debbie Dougherty |
Communication is defined as the exchange of messages.
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```