forked from sharsnik2/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.Rmd
More file actions
59 lines (39 loc) · 1.39 KB
/
Copy pathresources.Rmd
File metadata and controls
59 lines (39 loc) · 1.39 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
44
45
46
47
48
49
50
51
52
53
54
55
56
---
title: ""
output:
html_document:
df_print: paged
toc: yes
toc_float:
collapsed: yes
smooth_scroll: yes
---
<br>
<br>
<br>
<br>
### Stats
#### 1. [Seeing theory](https://seeing-theory.brown.edu/index.html)
<br>
{width=350px}
Introductory course on probability and statistics, offers free PDF download.
<br>
<br>
<br>
<br>
### Tools
#### 1. [Friendly Universe](https://github.com/ruipei1/friendlyUniverse)
<br>
{width=350px}
Friendly Universe is a Qualtrics survey template to anonymously measure the structure of individuals' social networks. Friendly Universe measures the nodes and edges of the network, as well as the group (i.e. family, friends), and the emotional closeness of each node. This tool is easy to use and can be custromized through Qualtrics and Javascript.
<br>
<br>
<br>
<br>
### Tutorials
#### 1. How I build this site.
I built this site using Rmarkdown. I was specifically looking for tools to build a personal website with the following considerations:
1. Simple: All I needed was to display some information on a static website. I was not planning on writing blogs.
2. Automated: such as being able to pull information from my google scholar page.
3. Easy to use.
I ended up building this site using Rstudio, inspired by [this tutorial](https://github.com/privefl/rmarkdown-website-template).