Skip to content

Commit

Permalink
Merge branch 'main' of github.com:UBC-DSCI/dsci-310-student
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers committed Apr 3, 2024
2 parents 2bdbd1f + bfb88cd commit 9432515
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
10 changes: 5 additions & 5 deletions docs/assessments.html
Original file line number Diff line number Diff line change
Expand Up @@ -2599,13 +2599,13 @@ <h3 id="assessment-schedule">Assessment schedule</h3>
<tr class="odd">
<td><a href="milestone3.html">Milestone 3</a></td>
<td>functions abstracted to a file/module &amp; tests, function documentation</td>
<td>2023/03/30 23:59</td>
<td>2023/04/02 23:59</td>
<td>12</td>
</tr>
<tr class="even">
<td><a href="peer-review.html">Peer review</a></td>
<td>review of another group’s project</td>
<td>2023/04/06 23:59</td>
<td>2023/04/07 23:59</td>
<td>13</td>
</tr>
<tr class="odd">
Expand All @@ -2615,13 +2615,13 @@ <h3 id="assessment-schedule">Assessment schedule</h3>
<td>13</td>
</tr>
<tr class="even">
<td>Final project</td>
<td>package &amp; CI (the full monty package - including docs)</td>
<td><a href="milestone4.html">Milestone 4</a></td>
<td>package &amp; CI</td>
<td>2023/04/11 23:59</td>
<td>14</td>
</tr>
<tr class="odd">
<td>Team work</td>
<td><a href="team-work.html">Team work</a></td>
<td>Reflection of how the group worked together, as well as individual performance</td>
<td>2023/04/12 23:59</td>
<td>14</td>
Expand Down
12 changes: 6 additions & 6 deletions docs/final-project.html → docs/milestone4.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,29 +88,29 @@


<!--radix_placeholder_meta_tags-->
<title>DSCI 310: Final project</title>
<title>DSCI 310: Milestone 4</title>

<meta property="description" itemprop="description" content="Abstract project functions to their own software package, &#10;and address any feedback received in earlier milestones."/>



<!-- https://developers.facebook.com/docs/sharing/webmasters#markup -->
<meta property="og:title" content="DSCI 310: Final project"/>
<meta property="og:title" content="DSCI 310: Milestone 4"/>
<meta property="og:type" content="article"/>
<meta property="og:description" content="Abstract project functions to their own software package, &#10;and address any feedback received in earlier milestones."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:site_name" content="DSCI 310"/>

<!-- https://dev.twitter.com/cards/types/summary -->
<meta property="twitter:card" content="summary"/>
<meta property="twitter:title" content="DSCI 310: Final project"/>
<meta property="twitter:title" content="DSCI 310: Milestone 4"/>
<meta property="twitter:description" content="Abstract project functions to their own software package, &#10;and address any feedback received in earlier milestones."/>

<!--/radix_placeholder_meta_tags-->
<!--radix_placeholder_rmarkdown_metadata-->

<script type="text/json" id="radix-rmarkdown-metadata">
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","descriptions","output"]}},"value":[{"type":"character","attributes":{},"value":["Final project"]},{"type":"character","attributes":{},"value":["Abstract project functions to their own software package, \nand address any feedback received in earlier milestones.\n"]},{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["distill::distill_article"]}},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["toc"]}},"value":[{"type":"logical","attributes":{},"value":[true]}]}]}]}
{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["title","descriptions","output"]}},"value":[{"type":"character","attributes":{},"value":["Milestone 4"]},{"type":"character","attributes":{},"value":["Abstract project functions to their own software package, \nand address any feedback received in earlier milestones.\n"]},{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["distill::distill_article"]}},"value":[{"type":"list","attributes":{"names":{"type":"character","attributes":{},"value":["toc"]}},"value":[{"type":"logical","attributes":{},"value":[true]}]}]}]}
</script>
<!--/radix_placeholder_rmarkdown_metadata-->
<!--radix_placeholder_navigation_in_header-->
Expand Down Expand Up @@ -2461,7 +2461,7 @@ <h3>${suggestion.title}</h3>
<!--radix_placeholder_front_matter-->

<script id="distill-front-matter" type="text/json">
{"title":"Final project","description":"Abstract project functions to their own software package, \nand address any feedback received in earlier milestones.","authors":[]}
{"title":"Milestone 4","description":"Abstract project functions to their own software package, \nand address any feedback received in earlier milestones.","authors":[]}
</script>

<!--/radix_placeholder_front_matter-->
Expand Down Expand Up @@ -2490,7 +2490,7 @@ <h3>${suggestion.title}</h3>
<!--/radix_placeholder_site_before_body-->

<div class="d-title">
<h1>Final project</h1>
<h1>Milestone 4</h1>

<!--radix_placeholder_categories-->
<!--/radix_placeholder_categories-->
Expand Down
2 changes: 1 addition & 1 deletion docs/peer-review.html
Original file line number Diff line number Diff line change
Expand Up @@ -2520,7 +2520,7 @@ <h2 id="constructively-reviewing-data-analysis-projects">Constructively reviewin
You will be evaluated on the thoughtfullness and usefullness of your feedback in the review.</p>
<ul>
<li>Peer review repository: <a href="https://github.com/DSCI-310-2024/data-analysis-review-2024" class="uri">https://github.com/DSCI-310-2024/data-analysis-review-2024</a></li>
<li>Your review assignments are posted on Piazza: TBD</li>
<li>Your review assignments are posted on Piazza: <a href="https://piazza.com/class/lr1bsx4w2te58d/post/187" class="uri">https://piazza.com/class/lr1bsx4w2te58d/post/187</a></li>
</ul>
<h3 id="submission-instructions">Submission instructions</h3>
<p>You will submit a PDF to Gradescope for this peer review that includes:</p>
Expand Down
8 changes: 2 additions & 6 deletions docs/team-work.html
Original file line number Diff line number Diff line change
Expand Up @@ -2693,13 +2693,9 @@ <h2 id="team-player-cooperation">4. Team player (cooperation)</h2>
</ul>
<h2 id="submission-instructions">Submission instructions</h2>
<ul>
<li><p>Fill out this form
<li>Fill out this form
(editable version of the form available <a href="https://github.com/UBC-DSCI/dsci-310-student/blob/main/team-work.Rmd">here</a>)
and convert it to an <code>.pdf</code> document.
Finally submit it to Canvas.</p></li>
<li><p>If you have any supporting documentation for good or bad communication of your teammbers,
You may insert them as an image in the document.
One way you can use this is to put into an R Chunk the <code>knitr::include_graphics("")</code> call like we did for your group project.</p></li>
and convert it to an <code>.pdf</code> document and submit it to Gradescope.</li>
</ul>
<div class="sourceCode" id="cb1"><pre class="sourceCode r distill-force-highlighting-css"><code class="sourceCode r"></code></pre></div>
<!--radix_placeholder_article_footer-->
Expand Down

0 comments on commit 9432515

Please sign in to comment.