From b4b638ff357cc646842812e9a991f17607ed1d1f Mon Sep 17 00:00:00 2001 From: Dana Paige Seidel Date: Wed, 14 Feb 2018 11:53:04 -0800 Subject: [PATCH 1/3] add line about rubric --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 711a980..e8f1f1d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ explore global temperature data to understand how the earth's climate is warming ## assignment -All work for this assignment is in the `assignment` directory. Code is contained in the `climate.Rmd` notebook, and final rendered output files (`climate.md` and associated files) are in the `assignment` directory as well. +All work for this assignment is in the `assignment` directory. Code is contained in the `climate.Rmd` notebook, and final rendered output files (`climate.md` and associated files) are in the `assignment` directory as well. The general rubric you will be graded on is found in the `Rubric.md` file. ## Special files From 1050b7d8d23d7d0f73db02471733cff53b2a7391 Mon Sep 17 00:00:00 2001 From: Dana Paige Seidel Date: Wed, 14 Feb 2018 12:18:19 -0800 Subject: [PATCH 2/3] Create Rubric.md --- Rubric.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Rubric.md diff --git a/Rubric.md b/Rubric.md new file mode 100644 index 0000000..2bb89cf --- /dev/null +++ b/Rubric.md @@ -0,0 +1,31 @@ +# Climate Module: Detailed Rubric +- 3 pts for use of git hub + - **0pts**: no repo or a repo with no unique commits + - **1pts**: evidence of at least one commit. read me not updated + - **2pts**: evidence of semiregular commits, read me updated only partially - either missing name of team member or failing to update the read me from the template + - **3pts**: evidence of multiple commits, read me updated to reflect the repos purpose, team member name and handle included + +- 3 pts for Rmarkdown + - **0pts**: no .md or plots commited. no changes evident on the Rmarkdown file or formatting in Rmarkdown incorrect (e.g. code outside code blocks, text inside code blocks, etc) + - **1pts**: evidence of knitting, commiting, and pushing changes to Rmarkdown but knit to an html, pdf, doc, or other not .md output. OR knit only once and .md is totally out of sync with the .Rmd changes. + - **2pts**: Synced .Rmd, .md committed, but not all plots committed and/or displaying properly. Markdown looks clean and nicely formatted + _OR_ .Rmd, .md, and plot files all committed but out of sync so newest changes and plots add to Rmd not displaying. Markdown looks otherwise clean and nicely formatted + _OR_ Synced .Rmd, .md, and all plots committed and displaying properly. Markdown has extreme errors or formatting issues that should have been caught by a cursory review before submission. + - **3pts**: Synced .Rmd, .md, and plot files all committed, plots displaying properly. Markdown looks clean and nicely formatted + +- 3 pts for travis + - **0pts**: travis not initiated, travis badge not added to the readme, travis build not passing + - **1pts**: travis initiated, correct badge not added to the readme, travis build not passing + - **2pts**: travis initiated, badge correctly added to read me, travis build failing OR travis initiated, badge incorrectly added to read me, travis build passing + - **3pts**: travis initiated, badge correctly added to read me, travis build passing + +- 3 pts for tidyverse/ggplot + - **0pts** no user submitted code + - **1pts** provided some code attempting the exercises but was unable to successfully parse, manipulate and plot data as asked in the assignment + - **2pts** successfully completed the exercises (parsing, manipulating and plotting data) but avoided or made minimal use of the tidyverse abstractions we are trying to teach + - **3pts** demonstrated use of readr and ggplot commands to parse, manipulate, and plot tidy datatables + + + +__Please keep in mind this may be subject to change - especially from term to term - +and represents only general categories that communicate the goals of the exercise and what we are looking for.__ From ba94b1edd4f596a0708658102887caf253925819 Mon Sep 17 00:00:00 2001 From: Carl Boettiger Date: Mon, 27 Aug 2018 09:32:27 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8f1f1d..4f5d5ee 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ -[![Build Status](https://travis-ci.org/espm-157/climate-template.svg?branch=master)](https://travis-ci.org/espm-157/climate-template) -## Team Members: -- Dana P. Seidel, dpseidel -- Carl Boettiger, cboettig +[![Build Status](https://travis-ci.org/espm-157/climate-template.svg?branch=master)](https://travis-ci.org/espm-157/climate-template) *Template badge, replace with your individual badge* + This repository is a template for every teams climate module repository. This is the first module of ESPM 157, intended to explore global temperature data to understand how the earth's climate is warming.