Skip to content

Commit

Permalink
merge new
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyBoy432 committed Feb 28, 2017
2 parents 966e02c + 8daafe0 commit 85aea87
Show file tree
Hide file tree
Showing 6 changed files with 1,002 additions and 0 deletions.
909 changes: 909 additions & 0 deletions Week7-PhyloCom/PhyloCom_handout.Rmd

Large diffs are not rendered by default.

Binary file added Week7-PhyloCom/PhyloCom_handout.pdf
Binary file not shown.
51 changes: 51 additions & 0 deletions Week8-Projects/Project_assignment.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: "Add title of your project"
author: "Add names of team members, Quantitative Biodiversity, Indiana University"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output: pdf_document
geometry: margin=2.54cm
---

## Directions:
1. Change "Add title of your project" on line 2 (above) to the name of your project.
2. Change "Add names of team members" on line 3 (above) to the names of team members in your project.
3. Write a <250 word Abstract describing your team's research.
4. Write a 1-2 paragraph Introduction providing some background and context for your project.
5. Set up your working enviroment (set directory, load packages) using the `/Week8-Projects` folder.
6. Provide a brief (~1 paragraph) description of the dataset.
7. Load the dataset and process in ways necessary for any initial analyses.
8. Use well annotated R chunks to analyze data, make figures, and peform statistics needed to address your quesstions and hypotheses.
9. Write a Discussion and Conclusion section to address the questions and hypotheses that you outlined in you outlined in your Abstract and Introuction.
10. Include citations in the Reference section.
11. Delete the text in this Directions section.
12. By Thursday March 9, 23:59, please submit the completed assignment by creating a **pull request** via GitHub. Your pull request should include this file *Project_assignment.Rmd* and the PDF output of `Knitr` (*Project_assignment.pdf*).

## ABSTRACT

## 1) INTRODUCTION

## 2) SETUP

```{r}
```

## 3) DESCRIPTION OF DATA

## 4) LOAD THE DATA

```{r}
```

## 5) ANALYSIS: FIGURES AND STATISTICS

```{r}
```

## 6) DISCUSSION AND CONCLUSION

## 7) REFERENCES
Binary file added Week8-Projects/Project_assignment.pdf
Binary file not shown.
42 changes: 42 additions & 0 deletions Week8-Projects/Week8_Handout_GroupProject.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "Week 8: Group Diversity Projects "
author: "Z620: Quantitative Biodiversity, Indiana University"
date: "February 3, 2017"
output: pdf_document
geometry: margin=2.54cm
---

## OVERVIEW
Over the course of the semester, you will be introduced to concepts and methods focused on the analysis of biodiversity data.
We would like to provide you with the opportunity to implement this knowledge using your own data or another publically available dataset.
To this end, QB has a "Group Diversity Project".
You will be assigned a partner during the first week of class.
Your group will be responsible for the following

## IDENTIFY A DATASET
You should talk with your partner after the first class.
Perhaps one of you have a dataset that is appropriate for analysis.
If not, you will need to identify a publically available dataset.
There are a few places you might look for biodiveristy data sets, including ESA data papers (<https://goo.gl/Ag7rr8>), the LTER data portal (<https://portal.lternet.edu/nis/home.jsp>), or the Dryad digital repository (<http://datadryad.org/>).

There are a few things that you will want to look for in a useful dataset for the QB Group Diversity Projects:

1) Need a site-by-species matrix (see end of Week 1 handout), which contains presence-absence or species abundance data for multiple sites or locations.

2) In week 3 we will discuss beta-diversity and how to use environmental data to explain patterns of community composition. Therefore, it would be useful if you site-by-species matrix was accompanied by a site-by-environment matrix.

3) We will eventually be integrating phylogenetic information into QB (weeks 5 and 6). These datasets may be harder to come by, but they're out there if your group is interested.

4) If there's an experimental manipulation or underlying question, this will make your project more inspiring and interesting to talk about.

## INTEGRATION INTO COURSE ASSIGNMENTS
You will become familiar with your dataset because we will be asking you questions about it from week to week as part of course assignments.

## ANALYSES
Outside of course, you and your partner will can use techniques from QB, but also others to analyze your data to address questions relevant to biodiversity research.
You will need visualize the data and test hypotheses when appropriate. You will create an RMarkdown document that contains your data, code, and figures. This will be submitted by **noon on Saturday, February 24, 2017**

## PRESENTATIONS
You and your partner will give a joint, 10-15 minute presentation to QB on the last day of class (i.e., March 3) using powerpoint.
The slides to your powerpoint presentation should be pushed to GitHub by **noon on Saturday, February 24, 2017**

Binary file added Week8-Projects/Week8_Handout_GroupProject.pdf
Binary file not shown.

0 comments on commit 85aea87

Please sign in to comment.