Skip to content

Commit

Permalink
Replace jarad.github.com with jarad.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jarad committed Jan 21, 2025
1 parent ebcd7bc commit 8a4c79f
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jarad.github.com
jarad.github.io
================

This is my professional website (outside of a university).
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-01-24-starting-up-with-gitgithub.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Here's what we have to do once.

## What you have to do

- Go to <http://github.com>, sign up for an account, and let me know your username, e.g. mine is [jarad](http://jarad.github.com).
- Go to <http://github.com>, sign up for an account, and let me know your username, e.g. mine is [jarad](http://jarad.github.io).
- Follow [these instructions](https://help.github.com/articles/set-up-git).

## What I have to do
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-10-21-git-commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ research

When you use git (or any other version control software) and you make changes
to files, you need to record those changes in a
[commit message](https://github.com/jarad/jarad.github.com/commits/master).
[commit message](https://github.com/jarad/jarad.github.io/commits/master).
These commit messages provide a brief summary of what changes have occurred
in the history of the files and can allow you to back in time to a previous
version of the file.
Expand Down
2 changes: 1 addition & 1 deletion courses/hci5220/slides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ slides, and YouTube links to recorded videos.

If the files are ever not available here,
you can find them
[here](https://github.com/jarad/jarad.github.com/tree/master/courses/hci522/slides).
[here](https://github.com/jarad/jarad.github.io/tree/master/courses/hci522/slides).

### Statistical Methods

Expand Down
2 changes: 1 addition & 1 deletion courses/stat2260/slides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Below are slides (.pdf).

If the files are ever not available on this page,
you can find them
[here](https://github.com/jarad/jarad.github.com/tree/master/courses/stat226/slides).
[here](https://github.com/jarad/jarad.github.io/tree/master/courses/stat226/slides).

### Part I

Expand Down
2 changes: 1 addition & 1 deletion courses/stat2260/worksheets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Below are worksheets

If the files are ever not available on this page,
you can find them
[here](https://github.com/jarad/jarad.github.com/tree/master/courses/stat226/worksheets).
[here](https://github.com/jarad/jarad.github.io/tree/master/courses/stat226/worksheets).

## Part I

Expand Down
2 changes: 1 addition & 1 deletion courses/stat4860/slides/07-wrangling/07-wrangling.html
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ <h1>Read data</h1>
<div id="working-directory" class="section level2">
<h2>Working directory</h2>
<pre class="r"><code>getwd()</code></pre>
<pre><code>## [1] &quot;C:/Users/niemi/Documents/git/jarad.github.com/courses/stat486/slides/07-wrangling&quot;</code></pre>
<pre><code>## [1] &quot;C:/Users/niemi/Documents/git/jarad.github.io/courses/stat486/slides/07-wrangling&quot;</code></pre>
<div id="set-working-directory" class="section level3">
<h3>Set working directory</h3>
<p>You can set the working directory in RStudio by going to</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ layout: page
knitr::opts_chunk$set(echo = TRUE)
```

[R Markdown file](https://raw.githubusercontent.com/jarad/jarad.github.com/master/courses/stat486/slides/25-interactivity/25-interactivity.Rmd)
[R Markdown file](https://raw.githubusercontent.com/jarad/jarad.github.io/master/courses/stat486/slides/25-interactivity/25-interactivity.Rmd)

```{r packages}
library("tidyverse"); theme_set(theme_bw())
Expand Down
4 changes: 2 additions & 2 deletions courses/stat4860/slides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tagline: Slides and Code
If the slides here aren't updated or you are just interested in what the
rmarkdown files look like,
you can find the source files
[in the courses/stat486/slides/ folder in the github repository for my website](https://github.com/jarad/jarad.github.com/tree/master/courses/stat486/slides).
[in the courses/stat486/slides/ folder in the github repository for my website](https://github.com/jarad/jarad.github.io/tree/master/courses/stat486/slides).

## Review

Expand Down Expand Up @@ -53,7 +53,7 @@ you can find the source files
- [Data Science](22-data_science/22-data_science.html)
- [Rscripts](23-rscripts/23-rscripts.html) - [R Code](23-rscripts/23-rscripts.R)
- Rmarkdown
- [Interactivity](25-interactivity/25-interactivity.html) - [Rmd](https://raw.githubusercontent.com/jarad/jarad.github.com/master/courses/stat486/slides/25-interactivity/25-interactivity.Rmd)
- [Interactivity](25-interactivity/25-interactivity.html) - [Rmd](https://raw.githubusercontent.com/jarad/jarad.github.io/master/courses/stat486/slides/25-interactivity/25-interactivity.Rmd)
- [Shiny](26-shiny/26-shiny.html) - [R Code](26-shiny/26-shiny.R)

## Machine learning
Expand Down
6 changes: 3 additions & 3 deletions courses/stat5440/slides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ tagline: slides

Below are source (Rnw) and handouts for all course lectures.
In order to compile these documents, you will need the
[frontmatter.tex](https://github.com/jarad/jarad.github.com/tree/master/courses/stat544/slides/frontmatter.tex)
[frontmatter.tex](https://github.com/jarad/jarad.github.io/tree/master/courses/stat544/slides/frontmatter.tex)
and
[commands.tex](https://github.com/jarad/jarad.github.com/tree/master/courses/stat544/slides/commands.tex)
[commands.tex](https://github.com/jarad/jarad.github.io/tree/master/courses/stat544/slides/commands.tex)
files which are available
[where all the source files can be found](https://github.com/jarad/jarad.github.com/tree/master/courses/stat544/slides).
[where all the source files can be found](https://github.com/jarad/jarad.github.io/tree/master/courses/stat544/slides).
Instructions for compiling the Rnw files can be found below.

## Schedule
Expand Down
2 changes: 1 addition & 1 deletion courses/stat5870Eng/slides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ slides, and YouTube links to recorded videos.

If the files are ever not available here,
you can find them
[here](https://github.com/jarad/jarad.github.com/tree/master/courses/stat587Eng/slides).
[here](https://github.com/jarad/jarad.github.io/tree/master/courses/stat587Eng/slides).

### Probability

Expand Down
2 changes: 1 addition & 1 deletion courses/stat6150/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tagline: Slides
{% include JB/setup %}

I will post lecture slides here.
The Rnw files can be found [here](https://github.com/jarad/jarad.github.com/tree/master/courses/stat615/slides).
The Rnw files can be found [here](https://github.com/jarad/jarad.github.io/tree/master/courses/stat615/slides).

# Slides

Expand Down

0 comments on commit 8a4c79f

Please sign in to comment.