Skip to content

Commit e18364b

Browse files
committed
update everything final
1 parent 44aa15d commit e18364b

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

Diff for: .gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata

Diff for: docs/index.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,14 @@ <h1 class="title toc-ignore">MyLabJournal</h1>
216216
<div class="row" style="padding-top: 30px;">
217217
<div class="col-sm-6">
218218
<h1 id="my-lab-journal"><strong>My Lab Journal</strong></h1>
219-
<p>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 can be replaced with more fun things.</p>
219+
<p>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 can be replaced with more fun things. People not in my lab can use this too.</p>
220+
<h2 id="how-to-use">How to use</h2>
221+
<ol style="list-style-type: decimal">
222+
<li><p>fork the repo for this website and follow instructions on read me to get set up. <a href="https://github.com/CrumpLab/LabJournalWebsite" class="uri">https://github.com/CrumpLab/LabJournalWebsite</a></p></li>
223+
<li><p>Blog/journal what you are doing in R, by editing the Journal.Rmd. See the <a href="https://crumplab.github.io/LabJournalWebsite/Journal.html">Journal page</a> for an example of what to do to get started learning R.</p></li>
224+
<li><p>See the <a href="https://crumplab.github.io/LabJournalWebsite/Links.html">links page</a> for lots of helpful links on learning R.</p></li>
225+
<li><p>Change everything to make it your own.</p></li>
226+
</ol>
220227
</div>
221228
<div class="col-sm-6">
222229
<h3 id="crump-lab-human-cognition-and-performance"><a href="https://crumplab.github.io">Crump Lab: Human Cognition and Performance</a></h3>

Diff for: index.Rmd

+11-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,17 @@ output: html_document
1919

2020
# **My Lab Journal**
2121

22-
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 can be replaced with more fun things.
22+
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 can be replaced with more fun things. People not in my lab can use this too.
23+
24+
## How to use
25+
26+
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)
27+
28+
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.
29+
30+
3. See the [links page](https://crumplab.github.io/LabJournalWebsite/Links.html) for lots of helpful links on learning R.
31+
32+
4. Change everything to make it your own.
2333

2434

2535
</div>

0 commit comments

Comments
 (0)