forked from CrumpLab/LabJournalWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
43 lines (28 loc) · 1.22 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
---
title: "Example"
output: html_document
---
<style type="text/css">
.title {
display: none;
}
#getting-started img {
margin-right: 10px;
}
</style>
<div class="row" style="padding-top: 30px;">
<div class="col-sm-6">
# **Test**
This is a template example for lab journaling. Students in Matt Crump's Human Cognition and Performance Lab will use this template to learn R, and other things. Students can replace this text with more fun things. People not in my lab can use this too.
## How to use
1. fork the repo for this website and follow instructions on read me to get set up. [https://github.com/CrumpLab/LabJournalWebsite](https://github.com/CrumpLab/LabJournalWebsite)
2. Blog/journal what you are doing in R, by editing the Journal.Rmd. See the [Journal page](https://crumplab.github.io/LabJournalWebsite/Journal.html) for an example of what to do to get started learning R.
3. See the [links page](https://crumplab.github.io/LabJournalWebsite/Links.html) for lots of helpful links on learning R.
4. Change everything to make it your own.
</div>
<div class="col-sm-6">
### [Crump Lab: Human Cognition and Performance](https://crumplab.github.io)
<a href = "https://crumplab.github.io">
![](images/logo.png)
</a>
</div>