forked from CrumpLab/LabJournalWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
43 lines (28 loc) · 1.01 KB
/
index.Rmd
File metadata and controls
43 lines (28 loc) · 1.01 KB
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: "Zoren Test"
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">
# **LabJournal**
My experimentation with my website
## 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">

</a>
</div>