From 8a4c79f4ae9e6bae6ae034da508ae2ab2a2ebbe2 Mon Sep 17 00:00:00 2001 From: Jarad Niemi Date: Tue, 21 Jan 2025 09:15:46 -0600 Subject: [PATCH] Replace jarad.github.com with jarad.github.io --- README.md | 2 +- _posts/2013-01-24-starting-up-with-gitgithub.md | 2 +- _posts/2021-10-21-git-commits.md | 2 +- courses/hci5220/slides/index.md | 2 +- courses/stat2260/slides/index.md | 2 +- courses/stat2260/worksheets/index.md | 2 +- courses/stat4860/slides/07-wrangling/07-wrangling.html | 2 +- .../stat4860/slides/25-interactivity/25-interactivity.Rmd | 2 +- courses/stat4860/slides/index.md | 4 ++-- courses/stat5440/slides/index.md | 6 +++--- courses/stat5870Eng/slides/index.md | 2 +- courses/stat6150/slides.md | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f55317e2..3968e10f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -jarad.github.com +jarad.github.io ================ This is my professional website (outside of a university). diff --git a/_posts/2013-01-24-starting-up-with-gitgithub.md b/_posts/2013-01-24-starting-up-with-gitgithub.md index e6f01c11..1c64c161 100644 --- a/_posts/2013-01-24-starting-up-with-gitgithub.md +++ b/_posts/2013-01-24-starting-up-with-gitgithub.md @@ -15,7 +15,7 @@ Here's what we have to do once. ## What you have to do -- Go to , sign up for an account, and let me know your username, e.g. mine is [jarad](http://jarad.github.com). +- Go to , 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 diff --git a/_posts/2021-10-21-git-commits.md b/_posts/2021-10-21-git-commits.md index e8754acc..13bbe5d8 100644 --- a/_posts/2021-10-21-git-commits.md +++ b/_posts/2021-10-21-git-commits.md @@ -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. diff --git a/courses/hci5220/slides/index.md b/courses/hci5220/slides/index.md index 5078f15e..b0e2fc31 100644 --- a/courses/hci5220/slides/index.md +++ b/courses/hci5220/slides/index.md @@ -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 diff --git a/courses/stat2260/slides/index.md b/courses/stat2260/slides/index.md index 53d3387b..a8ce605d 100644 --- a/courses/stat2260/slides/index.md +++ b/courses/stat2260/slides/index.md @@ -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 diff --git a/courses/stat2260/worksheets/index.md b/courses/stat2260/worksheets/index.md index bcd418fe..d89d1bda 100644 --- a/courses/stat2260/worksheets/index.md +++ b/courses/stat2260/worksheets/index.md @@ -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 diff --git a/courses/stat4860/slides/07-wrangling/07-wrangling.html b/courses/stat4860/slides/07-wrangling/07-wrangling.html index 71019c67..4ba5582c 100644 --- a/courses/stat4860/slides/07-wrangling/07-wrangling.html +++ b/courses/stat4860/slides/07-wrangling/07-wrangling.html @@ -1518,7 +1518,7 @@

Read data

Working directory

getwd()
-
## [1] "C:/Users/niemi/Documents/git/jarad.github.com/courses/stat486/slides/07-wrangling"
+
## [1] "C:/Users/niemi/Documents/git/jarad.github.io/courses/stat486/slides/07-wrangling"

Set working directory

You can set the working directory in RStudio by going to

diff --git a/courses/stat4860/slides/25-interactivity/25-interactivity.Rmd b/courses/stat4860/slides/25-interactivity/25-interactivity.Rmd index 50617ad2..c594ddbf 100644 --- a/courses/stat4860/slides/25-interactivity/25-interactivity.Rmd +++ b/courses/stat4860/slides/25-interactivity/25-interactivity.Rmd @@ -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()) diff --git a/courses/stat4860/slides/index.md b/courses/stat4860/slides/index.md index 0c26b724..bad1d5b6 100644 --- a/courses/stat4860/slides/index.md +++ b/courses/stat4860/slides/index.md @@ -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 @@ -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 diff --git a/courses/stat5440/slides/index.md b/courses/stat5440/slides/index.md index 21127bf7..a0672cc4 100644 --- a/courses/stat5440/slides/index.md +++ b/courses/stat5440/slides/index.md @@ -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 diff --git a/courses/stat5870Eng/slides/index.md b/courses/stat5870Eng/slides/index.md index 39f06d0a..6e94902d 100644 --- a/courses/stat5870Eng/slides/index.md +++ b/courses/stat5870Eng/slides/index.md @@ -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 diff --git a/courses/stat6150/slides.md b/courses/stat6150/slides.md index 53d60451..c57b2cf1 100644 --- a/courses/stat6150/slides.md +++ b/courses/stat6150/slides.md @@ -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