-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
48 lines (34 loc) · 2.68 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
---
title: "Ryten lab induction book"
author:
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: rytenlab/ryten_induction
description: "Induction bookdown for all things Ryten lab"
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
> The goal of this book is to provide a guide for your Ryten lab journey
# Welcome!
We hope you enjoy your time in the Ryten lab! The goal of this book is to capture the tasks we share as a team and document the things we would have liked to have known throughout our time in the Ryten lab.
## Useful links
- The Ryten lab [website](https://rytenlab.com/) has all of our backgrounds, developed tools, publications and baby photos.
- The Ryten lab [GitHub](https://github.com/rytenlab) currently is only used to host this book, however in future will hold any other repositories that are common to the Ryten lab.
- The Ryten lab [Sharepoint](https://liveuclac.sharepoint.com/sites/rytenlab/Shared Documents/). To access this, you must be a member of rytenlab (if you are receiving e-mails from rytenlab@live.ucl.ac.uk, then you are a member). If you are a not a member, let one of the existing members know and we'll add you.
- [ICH Laboratory Safety Code](https://liveuclac.sharepoint.com/:b:/r/sites/rytenlab/Shared%20Documents/ICH%20Admin/ICH_risk_assessment.pdf?csf=1&web=1&e=ZJZ0cq). This is hosted on the Ryten lab Sharepoint, thus you must be a member to access it.
## Acknowledgements
This book was made possible thanks to the R package `bookdown` [@R-bookdown].
The below code automatically generates `packages.bib`, a `bibtex` format for all the packages listed. If you contribute to this book and include a particular R package in your guide (as with `bookdown` above), consider adding it to the code chunk and citing it via including `[@R-package_name]` in the text.
```{r r_package_references, include = TRUE}
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```
## Joining the Ryten lab website
To join the Ryten lab [website](https://rytenlab.com/RytenLab/Team) as a team member, please fill the document you will find on the group [Sharepoint](https://liveuclac.sharepoint.com/:w:/r/sites/rytenlab/Shared%20Documents/Server%20and%20cloud%20computing/Group%20website/Ryten-Lab-Template.docx?d=w5bc10685fb3e491b84e0343b42516f41&csf=1&web=1&e=ECwWQM) site. Please, remember you must be a member of rytenlab to access this file. Once you have completed it, return it back to [Sonia García Ruiz](mailto:s.ruiz@ucl.ac.uk). She will then generate a profile for you on the website.