Skip to content

Commit

Permalink
Correcting link for homework 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 17, 2024
1 parent 85e240f commit d40f291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ them.
| 8/20 and 8/22 | Intro to Git + Intro to classes + [quarto](https://UofUEpiBio.github.io/PHS7045-advanced-programming/01-git/quarto.html) ([source](01-git/quarto.qmd)) | [slides](https://UofUEpiBio.github.io/PHS7045-advanced-programming/01-git/slides.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/01-git/slides.qmd)) | [lab](https://UofUEpiBio.github.io/PHS7045-advanced-programming/01-git/lab.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/01-git/lab.qmd)) |
| 8/27 and 8/29 | R Essentials + [Homework 1](https://UofUEpiBio.github.io/PHS7045-advanced-programming/02-essentials/01-essentialsSimulations.html) ([source](02-essentials/01-essentialsSimulations.qmd)) | [slides](https://UofUEpiBio.github.io/PHS7045-advanced-programming/02-essentials/slides.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/02-essentials/slides.qmd)) | [lab](https://UofUEpiBio.github.io/PHS7045-advanced-programming/02-essentials/lab.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/02-essentials/lab.qmd)) |
| 9/03 and 9/5 | Debugging and profiling | [slides](https://UofUEpiBio.github.io/PHS7045-advanced-programming/03-debugging-and-profiling/slides.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/03-debugging-and-profiling/slides.qmd)) | [lab](https://UofUEpiBio.github.io/PHS7045-advanced-programming/03-debugging-and-profiling/lab.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/03-debugging-and-profiling/lab.qmd)) |
| 9/10 and 9/12 | Functions and data.table + [Homework 2](https://UofUEpiBio.github.io/PHS7045-advanced-programming/03-more-functions-and-datatable/homework.html) ([source](03-more-functions-and-datatable/homework.qmd)) | [slides](https://UofUEpiBio.github.io/PHS7045-advanced-programming/04-more-functions-and-datatable/slides.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/04-more-functions-and-datatable/slides.qmd)) | [lab](https://UofUEpiBio.github.io/PHS7045-advanced-programming/04-more-functions-and-datatable/lab.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/04-more-functions-and-datatable/lab.qmd)) |
| 9/10 and 9/12 | Functions and data.table + [Homework 2](https://UofUEpiBio.github.io/PHS7045-advanced-programming/04-more-functions-and-datatable/homework.html) ([source](04-more-functions-and-datatable/homework.qmd)) | [slides](https://UofUEpiBio.github.io/PHS7045-advanced-programming/04-more-functions-and-datatable/slides.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/04-more-functions-and-datatable/slides.qmd)) | [lab](https://UofUEpiBio.github.io/PHS7045-advanced-programming/04-more-functions-and-datatable/lab.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/04-more-functions-and-datatable/lab.qmd)) |
| 9/17 and 9/19 | Introduction to C++ + Homework 3 (C++), Deliver a paragraph in abstract mode describing their projects for the midterm. | [slides](https://UofUEpiBio.github.io/PHS7045-advanced-programming/05-cpp/slides.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/05-cpp/slides.qmd)) | |
| 9/24 and 9/26 | C++ in R | [slides](https://UofUEpiBio.github.io/PHS7045-advanced-programming/05-rcpp/slides.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/05-rcpp/slides.qmd)) | [lab](https://UofUEpiBio.github.io/PHS7045-advanced-programming/05-rcpp/lab.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/05-rcpp/lab.qmd)) |
| 10/01 and 10/03 | Parallel Computing | | [lab](https://UofUEpiBio.github.io/PHS7045-advanced-programming/06-parallel-computing/lab.html) ([source](https://github.com/UofUEpiBio/PHS7045-advanced-programming//tree/main/06-parallel-computing/lab.qmd)) |
Expand Down
2 changes: 1 addition & 1 deletion pages.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ date,week,name,id,issue,extra
8/20 and 8/22,1,Intro to Git + Intro to classes,01-git,,+ [quarto](https://UofUEpiBio.github.io/PHS7045-advanced-programming/01-git/quarto.html) ([source](01-git/quarto.qmd))
8/27 and 8/29,2,R Essentials,02-essentials,,+ [Homework 1](https://UofUEpiBio.github.io/PHS7045-advanced-programming/02-essentials/01-essentialsSimulations.html) ([source](02-essentials/01-essentialsSimulations.qmd))
9/03 and 9/5,3,Debugging and profiling,03-debugging-and-profiling,,
9/10 and 9/12,4,Functions and data.table,04-more-functions-and-datatable,,+ [Homework 2](https://UofUEpiBio.github.io/PHS7045-advanced-programming/03-more-functions-and-datatable/homework.html) ([source](03-more-functions-and-datatable/homework.qmd))
9/10 and 9/12,4,Functions and data.table,04-more-functions-and-datatable,,+ [Homework 2](https://UofUEpiBio.github.io/PHS7045-advanced-programming/04-more-functions-and-datatable/homework.html) ([source](04-more-functions-and-datatable/homework.qmd))
9/17 and 9/19,5,Introduction to C++,05-cpp,,"+ Homework 3 (C++), Deliver a paragraph in abstract mode describing their projects for the midterm."
9/24 and 9/26,6,C++ in R,05-rcpp,,
10/01 and 10/03,7,Parallel Computing,06-parallel-computing,,
Expand Down

0 comments on commit d40f291

Please sign in to comment.