Skip to content

Commit

Permalink
Update project description with instruction on README presentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjessen committed Nov 27, 2024
1 parent d9613fd commit d0074db
Show file tree
Hide file tree
Showing 10 changed files with 218 additions and 214 deletions.
412 changes: 206 additions & 206 deletions docs/lab05.html

Large diffs are not rendered by default.

Binary file modified docs/lab06_files/figure-html/unnamed-chunk-27-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/primer_on_linear_models_in_r.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h3 class="anchored" data-anchor-id="data">Data</h3>
<div class="cell">
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="fu">run_simulation</span>(<span class="at">temp =</span> <span class="fu">c</span>(<span class="dv">15</span>, <span class="dv">20</span>, <span class="dv">25</span>, <span class="dv">30</span>, <span class="dv">35</span>))</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] 33.71808 40.42543 51.94881 63.92651 77.49805</code></pre>
<pre><code>[1] 30.16799 40.44308 55.13850 59.41714 71.70450</code></pre>
</div>
</div>
<p>Let’s just go ahead and create some data, we can work with. For this example, we take samples starting at 5 degree celsius and then in increments of 1 up to 50 degrees:</p>
Expand Down
1 change: 1 addition & 0 deletions docs/project_checklist.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ <h3 class="anchored" data-anchor-id="have-we-remembered-to-look-through-the-faq-
<h3 class="anchored" data-anchor-id="have-we-included-a-project-readme-on-the-github-repository">“Have we included a project README on the GitHub Repository?”</h3>
<ul>
<li><strong><span style="color: red;">IMPORTANT:</span></strong> First header in the README has to be “Project Contributors” and then please state the student ids and matching GitHub usernames, so we know who-is-who</li>
<li>Be sure to include a direct link to your presentation, e.g.&nbsp;the direct link to the lecture in lab 3 is: <code>https://raw.githack.com/r4bds/r4bds.github.io/main/lecture_lab03.html</code></li>
<li>Since we’re not putting data on GitHub, you need to let us know how to get the data</li>
</ul>
</section>
Expand Down
1 change: 1 addition & 0 deletions docs/project_description.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ <h3 class="anchored" data-anchor-id="location">Location</h3>
<h3 class="anchored" data-anchor-id="github-readme">GitHub README</h3>
<ul>
<li><strong><span style="color: red;">IMPORTANT:</span></strong> First header in the README has to be “Project Contributors” and then please state the student ids and matching GitHub usernames, so we know who-is-who</li>
<li>Be sure to include a direct link to your presentation, e.g.&nbsp;the direct link to the lecture in lab 3 is: <code>https://raw.githack.com/r4bds/r4bds.github.io/main/lecture_lab03.html</code></li>
<li>Since we are <strong>not</strong> putting data on GitHub, use the README to supply information on data retrieval</li>
</ul>
</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/project_faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ <h3 class="anchored" data-anchor-id="we-are-working-on-re-creating-paper-results
<section id="where-should-we-place-our-shiny-app-in-our-presentation" class="level3">
<h3 class="anchored" data-anchor-id="where-should-we-place-our-shiny-app-in-our-presentation">Where should we “place” our Shiny app in our presentation?</h3>
<ul>
<li>Demo it briefly at the end</li>
<li>Demo it briefly at the end, but stay within the assigned per-presentation time</li>
</ul>
</section>
<section id="how-can-we-illustrate-our-data-handling" class="level3">
Expand Down
10 changes: 5 additions & 5 deletions docs/search.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions project_checklist.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

### "Have we included a project README on the GitHub Repository?"
- **<span style="color: red;">IMPORTANT:</span>** First header in the README has to be "Project Contributors" and then please state the student ids and matching GitHub usernames, so we know who-is-who
- Be sure to include a direct link to your presentation, e.g. the direct link to the lecture in lab 3 is: `https://raw.githack.com/r4bds/r4bds.github.io/main/lecture_lab03.html`
- Since we're not putting data on GitHub, you need to let us know how to get the data

### “Does our presentation follow the IMRAD structure?”
Expand Down
1 change: 1 addition & 0 deletions project_description.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The project must be placed on the course GitHub organisation and named e.g. `gro
### GitHub README

- **<span style="color: red;">IMPORTANT:</span>** First header in the README has to be "Project Contributors" and then please state the student ids and matching GitHub usernames, so we know who-is-who
- Be sure to include a direct link to your presentation, e.g. the direct link to the lecture in lab 3 is: `https://raw.githack.com/r4bds/r4bds.github.io/main/lecture_lab03.html`
- Since we are **not** putting data on GitHub, use the README to supply information on data retrieval

### Organisation
Expand Down
2 changes: 1 addition & 1 deletion project_faq.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@

### Where should we “place” our Shiny app in our presentation?

- Demo it briefly at the end
- Demo it briefly at the end, but stay within the assigned per-presentation time

### How can we illustrate our data handling?

Expand Down

0 comments on commit d0074db

Please sign in to comment.