-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
44 lines (34 loc) · 3.23 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
---
title: "Lab Manual for the PALM Lab"
author: "Dr William XQ Ngiam"
date: 'Last updated on `r format(Sys.Date(),"%d-%m-%Y")`'
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
url: https://palm-lab.github.io/lab-manual
cover-image: 'images/banner_1.png'
description: |
The lab manual for the Perception, Attention, Learning and Memory (PALM) Lab, headed by Dr William Ngiam.
link-citations: yes
github-repo: PALM-Lab/lab-manual
---
# Welcome! {-}
```{r lab-logo, echo = FALSE}
knitr::include_graphics('~/Documents/R/lab-manual/images/banner_1.png')
```
This is the lab manual of the **P**erception, **A**ttention, **L**earning and **M**emory **Lab** at the University of Adelaide, run by Dr William Ngiam. The PALM Lab is a cognitive psychology and neuroscience lab researching how we keep information in mind for ongoing cognition. You can find out more about our research and team on [our lab website](https://palm-lab.github.io).
This lab manual is mainly written for prospective or current members of the PALM Lab, but is shared publicly as a potentially helpful resource for conducting research and/or writing a lab manual. Each chapter contains guidelines, policies, and useful resources for how the lab conducts our research. It is a continual work in progress, as the way we conduct our scientific research evolves. Please feel free to share your feedback by [contacting us via email](mailto:palm.laboratory@gmail.com) and suggestion revisions by submitting an issue to [this lab manual's Github repository](https://github.com/PALM-lab/lab-manual/issues).
----
Thank you to the following who inspired this lab manual:
* [Aly Lab](https://github.com/alylab/labmanual/blob/master/aly-lab-manual.pdf)
* [Wei Ji Ma Lab](https://www.cns.nyu.edu/malab/lablife.html)
* [See also their statement on lab culture and expectations](https://docs.google.com/document/d/1f6foaCkHiCkPKjO0gdKkkdm2dn1EKn5xRKZv-Ut5Dg4/edit?usp=sharing)
* [Global Community Wellness Lab](https://bookdown.org/jordandanielsnyder/LabManual/expectations-and-responsiblities.html)
----
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://palm-lab.github.io/lab-manual">The PALM Lab Manual</a> written by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://palm-lab.github.io">William Ngiam and members of the PALM Lab</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC 4.0 <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"></a></p>
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```