Skip to content

Commit

Permalink
dates updated and slight changes to notes-b07
Browse files Browse the repository at this point in the history
  • Loading branch information
katieburak committed Aug 19, 2024
1 parent 1d7d622 commit 0beb533
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion content/mini-project/mini-project-1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library(datateachr)
library(tidyverse)
```

3. Make a repository in the <https://github.com/stat545ubc-2023> Organization. You can do this by following the steps found on canvas in the entry called [MDA: Create a repository](https://canvas.ubc.ca/courses/126199/pages/mda-create-a-repository). One completed, your repository should automatically be listed as part of the stat545ubc-2023 Organization.
3. Make a repository in the <https://github.com/stat545ubc-2024> Organization. You can do this by following the steps found on canvas in the entry called [MDA: Create a repository](https://canvas.ubc.ca/courses/126199/pages/mda-create-a-repository). One completed, your repository should automatically be listed as part of the stat545ubc-2024 Organization.

# Instructions

Expand Down
10 changes: 5 additions & 5 deletions content/mini-project/mini-project-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ <h1>Welcome to your (maybe) first-ever data analysis project!</h1>
<pre class="r"><code>library(datateachr)
library(tidyverse)</code></pre>
<pre><code>## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
## ✔ dplyr 1.1.3 ✔ readr 2.1.4
## ✔ forcats 1.0.0 ✔ stringr 1.5.0
## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1
## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0
## ✔ dplyr 1.1.4 ✔ readr 2.1.5
## ✔ forcats 1.0.0 ✔ stringr 1.5.1
## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1
## ✔ lubridate 1.9.3 ✔ tidyr 1.3.1
## ✔ purrr 1.0.2
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag() masks stats::lag()
## ℹ Use the conflicted package (&lt;http://conflicted.r-lib.org/&gt;) to force all conflicts to become errors</code></pre>
<ol start="3" style="list-style-type: decimal">
<li>Make a repository in the <a href="https://github.com/stat545ubc-2023" class="uri">https://github.com/stat545ubc-2023</a> Organization. You can do this by following the steps found on canvas in the entry called <a href="https://canvas.ubc.ca/courses/126199/pages/mda-create-a-repository">MDA: Create a repository</a>. One completed, your repository should automatically be listed as part of the stat545ubc-2023 Organization.</li>
<li>Make a repository in the <a href="https://github.com/stat545ubc-2024" class="uri">https://github.com/stat545ubc-2024</a> Organization. You can do this by following the steps found on canvas in the entry called <a href="https://canvas.ubc.ca/courses/126199/pages/mda-create-a-repository">MDA: Create a repository</a>. One completed, your repository should automatically be listed as part of the stat545ubc-2024 Organization.</li>
</ol>
</div>
<div id="instructions" class="section level1">
Expand Down
4 changes: 2 additions & 2 deletions content/notes/notes-a02.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Github is a place where repositories can live online. Being online provides us a

### Useful Github tips for the course

- All of your projects in this class will live in the [STAT 545 @ UBC Organization](https://github.com/stat545ubc-2023).
- All of your projects in this class will live in the [STAT 545 @ UBC Organization](https://github.com/stat545ubc-2024).

- When you watch a Github repo, you get notifications when things happen in them. So if you "Watch" the STAT 545 webpage repo, then you will get email notifications when I update the site!

Expand All @@ -85,7 +85,7 @@ Github is a place where repositories can live online. Being online provides us a

Try making your own Github repository and editing it on Github! (This exercise is slightly adapted from [Data Carpentries](https://datacarpentry.org/rr-version-control/02-git-in-github/index.html).)

1. Go to your GitHub profile. Eg. Mine is [https://github.com/lucylgao](https://github.com/lucylgao).
1. Go to your GitHub profile. Eg. Mine is [https://github.com/katieburak](https://github.com/katieburak).

1. Create a new GitHub repository by clicking the `+` symbol in the top bar and using the dropdown menu to create a new repository.

Expand Down
4 changes: 2 additions & 2 deletions content/notes/notes-a02.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h3>Repositories, Organizations, and Personal Accounts</h3>
<div id="useful-github-tips-for-the-course" class="section level3">
<h3>Useful Github tips for the course</h3>
<ul>
<li><p>All of your projects in this class will live in the <a href="https://github.com/stat545ubc-2023">STAT 545 @ UBC Organization</a>.</p></li>
<li><p>All of your projects in this class will live in the <a href="https://github.com/stat545ubc-2024">STAT 545 @ UBC Organization</a>.</p></li>
<li><p>When you watch a Github repo, you get notifications when things happen in them. So if you “Watch” the STAT 545 webpage repo, then you will get email notifications when I update the site!</p></li>
<li><p>The Issues page on a Github repo is a forum where Github users can bring up issues related to the repository. Our <a href="/slack_communication">commmunication guidelines</a> suggest that you post an Issue on your homework repo if you have concerns about your grade.</p></li>
</ul>
Expand All @@ -75,7 +75,7 @@ <h3>Useful Github tips for the course</h3>
<h3>Your turn: working on Github</h3>
<p>Try making your own Github repository and editing it on Github! (This exercise is slightly adapted from <a href="https://datacarpentry.org/rr-version-control/02-git-in-github/index.html">Data Carpentries</a>.)</p>
<ol style="list-style-type: decimal">
<li><p>Go to your GitHub profile. Eg. Mine is <a href="https://github.com/lucylgao">https://github.com/lucylgao</a>.</p></li>
<li><p>Go to your GitHub profile. Eg. Mine is <a href="https://github.com/katieburak">https://github.com/katieburak</a>.</p></li>
<li><p>Create a new GitHub repository by clicking the <code>+</code> symbol in the top bar and using the dropdown menu to create a new repository.</p></li>
<li><p>Name your repository <code>stat-545-demo-YOUR-NAME</code>. In the description write “STAT 545 Demo”. Check the box for initializing the repository for adding a README file.</p></li>
<li><p>You are now redirected to the repository main page. The repository page tells you you have 1 commit. Click on it to get to the history page. This tells you all the changes that have been tracked for the files in the repository so far.</p></li>
Expand Down
6 changes: 3 additions & 3 deletions content/notes/notes-b07.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ Similarly, we can use Rmd as a framework for creating pdf slides (through the Be

This is especially powerful when you move to the *next generation* version of Rmd, [Quarto](https://quarto.org/).

Note that Quarto was released in 2022, so as of the time of writing this (Nov 2023), there are still some growing pains. But it seems to be the way of the future for websites and slides, so it's what we'll cover.
Note that Quarto was released in 2022, so there are still some growing pains. But it seems to be the way of the future for websites and slides, so it's what we'll cover.

This topic is optional. It wil probably also be short.
This topic is optional. It will probably also be short.

## Quarto Installation and Basics

Official tutorial [here](https://quarto.org/docs/get-started/hello/rstudio.html). It's very straightforward to pick up if you already know Rmd. (Which we do!)

## Quarto Websites

Official tutorial [here](https://quarto.org/docs/websites/). An example of a Quarto website is [Lucy's website](https://www.lucylgao.com/). Also see [Lucy's slide deck](https://www.dropbox.com/s/fit9xfhndr79w6m/2023-StudentSeminar.pdf) on building a professional online presence for why you should have a website **right now**.
Official tutorial [here](https://quarto.org/docs/websites/). See [Quarto's Gallery](https://quarto.org/docs/gallery/) for a variety of sample output formats, such as presentations, websites and reports. Here is an example of a Quarto website from a workshop I collaborated on for creating and distributing R packages: [SSC Workshop 2024](https://ubc-stat.github.io/ssc-workshop-2024/). Also see [this slide deck by Lucy Gao](https://www.dropbox.com/s/fit9xfhndr79w6m/2023-StudentSeminar.pdf) on building a professional online presence for why you should have a website **right now**.

Once you've built a website (collection of html files), you will need to **host it** somewhere on the internet. Our recommendation is [Github Pages](https://pages.github.com/) or [Netlify](https://www.netlify.com/) because they're free.

Expand Down
6 changes: 3 additions & 3 deletions content/notes/notes-b07.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<p>One great thing about having html files output from Rmd? We can use Rmd as a framework for creating websites, because websites are often just html.</p>
<p>Similarly, we can use Rmd as a framework for creating pdf slides (through the Beamer LaTeX document class) or html slides (through reveal.js).</p>
<p>This is especially powerful when you move to the <em>next generation</em> version of Rmd, <a href="https://quarto.org/">Quarto</a>.</p>
<p>Note that Quarto was released in 2022, so as of the time of writing this (Nov 2023), there are still some growing pains. But it seems to be the way of the future for websites and slides, so it’s what we’ll cover.</p>
<p>This topic is optional. It wil probably also be short.</p>
<p>Note that Quarto was released in 2022, so there are still some growing pains. But it seems to be the way of the future for websites and slides, so it’s what we’ll cover.</p>
<p>This topic is optional. It will probably also be short.</p>
<div id="quarto-installation-and-basics" class="section level2">
<h2>Quarto Installation and Basics</h2>
<p>Official tutorial <a href="https://quarto.org/docs/get-started/hello/rstudio.html">here</a>. It’s very straightforward to pick up if you already know Rmd. (Which we do!)</p>
</div>
<div id="quarto-websites" class="section level2">
<h2>Quarto Websites</h2>
<p>Official tutorial <a href="https://quarto.org/docs/websites/">here</a>. An example of a Quarto website is <a href="https://www.lucylgao.com/">Lucy’s website</a>. Also see <a href="https://www.dropbox.com/s/fit9xfhndr79w6m/2023-StudentSeminar.pdf">Lucy’s slide deck</a> on building a professional online presence for why you should have a website <strong>right now</strong>.</p>
<p>Official tutorial <a href="https://quarto.org/docs/websites/">here</a>. See <a href="https://quarto.org/docs/gallery/">Quarto’s Gallery</a> for a variety of sample output formats, such as presentations, websites and reports. Here is an example of a Quarto website from a workshop I collaborated on for creating and distributing R packages: <a href="https://ubc-stat.github.io/ssc-workshop-2024/">SSC Workshop 2024</a>. Also see <a href="https://www.dropbox.com/s/fit9xfhndr79w6m/2023-StudentSeminar.pdf">this slide deck by Lucy Gao</a> on building a professional online presence for why you should have a website <strong>right now</strong>.</p>
<p>Once you’ve built a website (collection of html files), you will need to <strong>host it</strong> somewhere on the internet. Our recommendation is <a href="https://pages.github.com/">Github Pages</a> or <a href="https://www.netlify.com/">Netlify</a> because they’re free.</p>
</div>
<div id="quarto-slides" class="section level2">
Expand Down

0 comments on commit 0beb533

Please sign in to comment.