forked from CrumpLab/LabJournalWebsite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.Rmd
44 lines (29 loc) · 1.14 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: "Akshat's Journal"
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">
# **My Lab Journal**
Hi! My name is Akshat Shah and I am a computer science student at the University
of Pennsylvania. This is my LabJournal and how I am learning R in CRIM250.
## 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>