Skip to content

Commit

Permalink
deploy: 06ecbdf
Browse files Browse the repository at this point in the history
  • Loading branch information
kstreet13 committed Aug 29, 2024
1 parent 0b122da commit 76af68d
Show file tree
Hide file tree
Showing 11 changed files with 1,288 additions and 285 deletions.
271 changes: 0 additions & 271 deletions assignment/01-lab.qmd

This file was deleted.

877 changes: 877 additions & 0 deletions assignment/01-lab/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions assignment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -596,11 +596,11 @@ <h2><a href="/PM566/assignment/05-lab/" >Lab 05 - Data Wrangling</a></h2>


<div>
<h2><a href="/PM566/assignment/02-lab/" >Lab 02 - GitHub</a></h2>
<h2><a href="/PM566/assignment/01-lab/" >Lab 01 - Hello R!</a></h2>
<div class="article-style">

Learning goals In this lab, you are expected to learn/put in practice the following skills:
Forking a repository on GitHub Git workflow clone/commit/push Using pull requests (PR) Updating a single repo One of the most common tasks that people use git for is for collaborating. While in general team members organize such that there is no overlapping editing of the files, git is (usually) smart enough to avoid clashes when multiple edits are done in the same document1.
Learning goals Get acquainted with R and RStudio, which we will be using throughout the course to analyze data. Appreciate the value of visualization in exploring the relationship between variables. Start using R for building plots and calculating summary statistics. Terminology We&rsquo;ve already thrown around a few new terms, so let&rsquo;s define them before we proceed.
R: Name of the programming language we will be using throughout the course.

</div>
</div>
Expand All @@ -609,11 +609,11 @@ <h2><a href="/PM566/assignment/02-lab/" >Lab 02 - GitHub</a></h2>


<div>
<h2><a href="/PM566/assignment/03-lab/" >Lab 03 - Exploratory Data Analysis</a></h2>
<h2><a href="/PM566/assignment/02-lab/" >Lab 02 - GitHub</a></h2>
<div class="article-style">

Learning Goals Read in and get familiar with the meteorology dataset Step through the EDA “checklist” presented in the class slides Practice making exploratory graphs As you do this, think about what questions you would like to ask regarding this data. What would you ask a collaborator who was more familiar with it?
Lab Description We will work with the meteorological data presented in lecture.
Learning goals In this lab, you are expected to learn/put in practice the following skills:
Forking a repository on GitHub Git workflow clone/commit/push Using pull requests (PR) Updating a single repo One of the most common tasks that people use git for is for collaborating. While in general team members organize such that there is no overlapping editing of the files, git is (usually) smart enough to avoid clashes when multiple edits are done in the same document1.

</div>
</div>
Expand Down
191 changes: 191 additions & 0 deletions assignment/index.xml

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions assignment/page/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,19 @@ <h1 id="projects">Projects</h1>



<div>
<h2><a href="/PM566/assignment/03-lab/" >Lab 03 - Exploratory Data Analysis</a></h2>
<div class="article-style">

Learning Goals Read in and get familiar with the meteorology dataset Step through the EDA “checklist” presented in the class slides Practice making exploratory graphs As you do this, think about what questions you would like to ask regarding this data. What would you ask a collaborator who was more familiar with it?
Lab Description We will work with the meteorological data presented in lecture.

</div>
</div>




<div>
<h2><a href="/PM566/assignment/04-lab/" >Lab 04 - Data Visualization</a></h2>
<div class="article-style">
Expand Down
2 changes: 1 addition & 1 deletion class/01-class/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ <h2 id="lab-exercise">Lab Exercise</h2>
<a href="https://github.com/USCbiostats/PM566/blob/master/website/static/labs/lab-01/pm566-01-lab.zip" target="_blank" rel="noopener">Download</a> (click the “download” icon on the right, near the “Raw” button, then unzip the file)</p>
<h2 id="slides">Slides</h2>
<p>
<a href="/PM566/slides/01-welcome/week1.html">link</a></p>
<a href="/PM566/slides/01-welcome/slides.html">link</a></p>
<h2 id="links">Links</h2>
<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion class/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ that will be featured in the class.&lt;/p&gt;
&lt;a href=&#34;https://github.com/USCbiostats/PM566/blob/master/website/static/labs/lab-01/pm566-01-lab.zip&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Download&lt;/a&gt; (click the “download” icon on the right, near the “Raw” button, then unzip the file)&lt;/p&gt;
&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;
&lt;p&gt;
&lt;a href=&#34;https://uscbiostats.github.io/PM566/PM566/slides/01-welcome/week1.html&#34;&gt;link&lt;/a&gt;&lt;/p&gt;
&lt;a href=&#34;https://uscbiostats.github.io/PM566/PM566/slides/01-welcome/slides.html&#34;&gt;link&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;links&#34;&gt;Links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
Expand Down
2 changes: 1 addition & 1 deletion index.json

Large diffs are not rendered by default.

195 changes: 193 additions & 2 deletions index.xml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions schedule/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


<meta name="description" content="Here’s your roadmap for the semester!
Readings should be completed before each class session Class materials (slides, in-class activities, etc.) will be added on the day of class Assignments are due by 11:59 PM on the day they are due Week 1 (8/30) Introduction to Data Science tools: R, Python, Quarto, Git, command line tools Week 2 (9/6) GitHub, Version Control, &amp; Reproducible Research Week 3 (9/13) Exploratory Data Analysis Week 4 (9/20) Data Visualization Week 5 (9/27) Data Cleaning and Wrangling Week 6 (10/4) Text Mining &amp; Sentiment Analysis Week 7 (10/11) NO CLASS - Fall Recess.">
Optional reading material to supplement lecture material Class materials (slides, in-class activities, etc.) will be added on the day of class Assignments are due by 11:59 PM on the day they are due Week 1 (8/30) Introduction to Data Science tools: R, Python, Quarto, Git, command line tools Week 2 (9/6) GitHub, Version Control, &amp; Reproducible Research Week 3 (9/13) Exploratory Data Analysis Week 4 (9/20) Data Visualization Week 5 (9/27) Data Cleaning and Wrangling Week 6 (10/4) Text Mining &amp; Sentiment Analysis Week 7 (10/11) NO CLASS - Fall Recess.">


<link rel="alternate" hreflang="en-us" href="https://uscbiostats.github.io/PM566/schedule/">
Expand Down Expand Up @@ -247,7 +247,7 @@
<meta property="og:url" content="https://uscbiostats.github.io/PM566/schedule/">
<meta property="og:title" content="Schedule | Introduction to Health Data Science - PM 566">
<meta property="og:description" content="Here’s your roadmap for the semester!
Readings should be completed before each class session Class materials (slides, in-class activities, etc.) will be added on the day of class Assignments are due by 11:59 PM on the day they are due Week 1 (8/30) Introduction to Data Science tools: R, Python, Quarto, Git, command line tools Week 2 (9/6) GitHub, Version Control, &amp; Reproducible Research Week 3 (9/13) Exploratory Data Analysis Week 4 (9/20) Data Visualization Week 5 (9/27) Data Cleaning and Wrangling Week 6 (10/4) Text Mining &amp; Sentiment Analysis Week 7 (10/11) NO CLASS - Fall Recess."><meta property="og:image" content="https://uscbiostats.github.io/PM566/img/social-image.png">
Optional reading material to supplement lecture material Class materials (slides, in-class activities, etc.) will be added on the day of class Assignments are due by 11:59 PM on the day they are due Week 1 (8/30) Introduction to Data Science tools: R, Python, Quarto, Git, command line tools Week 2 (9/6) GitHub, Version Control, &amp; Reproducible Research Week 3 (9/13) Exploratory Data Analysis Week 4 (9/20) Data Visualization Week 5 (9/27) Data Cleaning and Wrangling Week 6 (10/4) Text Mining &amp; Sentiment Analysis Week 7 (10/11) NO CLASS - Fall Recess."><meta property="og:image" content="https://uscbiostats.github.io/PM566/img/social-image.png">
<meta property="twitter:image" content="https://uscbiostats.github.io/PM566/img/social-image.png"><meta property="og:locale" content="en-us">


Expand Down Expand Up @@ -517,7 +517,7 @@ <h1>Schedule</h1>
<div class="article-style">
<p>Here’s your roadmap for the semester!</p>
<ul>
<li><i class="fas fa-book-reader"></i> Readings should be completed <em><strong>before</strong></em> each class session</li>
<li><i class="fas fa-book-reader"></i> Optional reading material to supplement lecture material</li>
<li><i class="fas fa-chalkboard-teacher"></i> Class materials (slides, in-class activities, etc.) will be added on the day of class</li>
<li><i class="fas fa-laptop-code"></i> Assignments are due by <strong>11:59 PM</strong> on the day they are due</li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
<loc>https://uscbiostats.github.io/PM566/authors/kjhealy/</loc>
</url><url>
<loc>https://uscbiostats.github.io/PM566/authors/</loc>
</url><url>
<loc>https://uscbiostats.github.io/PM566/assignment/01-lab/</loc>
</url><url>
<loc>https://uscbiostats.github.io/PM566/assignment/02-lab/</loc>
</url><url>
Expand Down

0 comments on commit 76af68d

Please sign in to comment.