forked from IRSS-UBC/irss-welcome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
61 lines (43 loc) · 1.48 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
---
title: "Welcome to the IRSS"
author: "The Integrated Remote Sensing Studio - UBC"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
output:
bookdown::gitbook:
includes:
in_header: header.html
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
```{r htmlTemplate, echo=FALSE}
# Create the external file
img <- htmltools::img(src = "img\\logo.png",
alt = 'logo',
style = 'position:absolute; top:100px; right:5%; height:60px; max-width:100%; z-index:3;')
htmlhead <- paste0('
<script>
document.write(\'<div class="logos">',img,'</div>\')
</script>
')
readr::write_lines(htmlhead, path = "header.html")
```
---
# Overview {-#overview}
This document is a brief introduction to the IRSS lab. It provides:
* Insight into [lab values](#diversity) and [expectations](#expectations)
* Need to know details about your [workstation](#computers)
* Information about [safety](#safety) in the lab and in the field
* Common practices for [working in the lab and from home](#working)
* The [social](#social) atmosphere in the lab
* The lab [vehicle](#vehicle) and when/how it can be used
* All things related to your [thesis](#thesis) and how to get ahead of the curve
* [Resources](#resources) for anyone new to UBC or Vancouver
```{r, echo=FALSE, out.width="50%",fig.align = 'center'}
knitr::include_graphics("img\\ubc-logo.png")
```