Project

General

Profile

Actions

Firstwrkshnotes » History » Revision 15

« Previous | Revision 15/20 (diff) | Next »
Corinna Gries, 03/11/2014 08:13 AM


Workshop Notes

are on etherpad: https://epad.nceas.ucsb.edu/p/commdyn-20140105

Breakout session 1: Metrics brainstorming

  • what are you currently using
  • what would you like to use
  • how widely is it used
  • can it be applied to different biological community datasets (sampling approach)
  • is it already coded {in R}

Metrics

  1. Diversity (all of these are generally in R, mostly in vegan)
    1. Jaccard index
    2. Simpson's diversity
    3. Shannons index
    4. Turnover - different ways to calculate
    5. Dominance
    6. Evenness
    7. Richness
    8. Rank abundance shift
    9. Proportion of overall diversity
    10. Beta diversity
  2. Community metrics/ordination
    1. NMDS (vegan)
    2. PCA (vegan)
    3. Bray curtis (vegan)
    4. Variance tracking, quantify variability change
    5. Position in ordination-space
  3. Spatial
    1. patch scale
    2. spatial autoregression
    3. Endemism
    4. Summary of species' positions within their ranges
    5. meta community statistics
  4. Mechanistic models
    1. MAR, needs driver matrix, problem auto-corelation, mostly fresh water or marine (Eli Holmes has state-space MAR in R implemented, not sure if it's on CRAN) http://cran.r-project.org/web/packages/MARSS/index.html
    2. MANOVA (vegan? Also, permanova is in vegan)
    3. Ecosystem function (e.g. N deposition)
    4. interaction population models - inter specific competition (Ben Bolker's book and corresponding package)
    5. Economically/legally relevant metrics (e.g. Maximum sustainable yield)
  5. Food webs
    1. connectance
    2. network analysis
  6. Traits/phylogentic
    1. functional/phylogenetic diversity
    2. species aggregation (functional groups, trophic levels
    3. phylogenetic dispersion
    4. Native/exotic
    5. Phylogeographic history
  7. Temporal indices
    1. species turnover
    2. rate of return
    3. Variance ratio
    4. Mean-variance scaling
    5. Spectral analysis
    6. Regresssion windows (strucchange)
    7. time series models of abundance -- metric would be parameters of model
  8. null models
  9. Comparative analysis of small noise vs large noise systems. What drives differences?

Coded in R

not yet coded:
  • state-space models and community level resilience
  • variance components analysis

Breakout Session 2: Identify research questions

  1. Group 1
    1. Data set transformation to allow compute of many metrics
    2. Time series analysis of community level metrics (consider higher freq data too)(earlywarnings R package)
  2. Group 2
    1. New R code for capturing climate variance at seasonal and interannual scales and residuals
    2. R model for analyzing more spatial variability (Eric's LTER project)
    3. Review of non-stationarity
      1. Variance partitioning
      2. Temporal and spatial variance

Discussion and Feedback: Collaboration Approaches

Most Important Limitations

  • Data
    • Lack of coordinated long-term measurements
    • Time necessary to find data
    • Determine usability of data, e.g. stations within a boundary envelope with at least 2 samples over 2 years
    • Time necessary to clean data
    • Quality control data and deal with problems
    • Data sharing permission issues
  • Workflows
    • Need incentive to document as you work; would be different if pushed to KNB as work progresses and get credit for that work done
  • Collaboration
    • Scattered resources: data and code in different locations, hard to move back and forth, hard to work on the code together, hard to know who's working on which parts of the code
    • Workspace integration and accessibility
    • Project management/tool integration
    • Time investment in learning different tools, training needs
    • Github is too technical

Recommendations

  • Data
    • Dataset format: long format with columns for species and count/biomass, plus columns for site (plot, subplot, etc.) and date. Separate table with species name to be able to add functional groups, taxonomic rank, etc.. Separate table for site descriptions (manipulations, land use, etc.)
    • Gather additional data on biogeochemistry, climate etc.
    • Develop standard methods for dealing with outliers, large gaps, species names and spellings
    • Develop standards for classifying data points into aggregated
    • Create library of cleaned data sets that are massaged into one format
  • Workflows
    • Create library of workflows that provide general cleaning routines that can be applied to arbitrary data, possibly interactive with some user input
    • Create library of workflows that make reshaping more accessible to people with little coding experience
    • Create library of workflows specifically for dealing with taxonomic names.
    • Link workflows to publications, e.g., via a website (repository) where scientists can publish citeable workflows (ecologicalworkflows.org, like myexperiment.org, but possibly more agnostic with respect to dependencies/tools that connect to it (package descriptions))
    • Make this repository more accessible by keeping the 'ecology' emphasis, make workflows much more visible in existing repositories (KNB, DataONE) by linking to datasets.
    • Create library of workflows for training purposes (e.g. Dan Bunker's R tutorial), link to datasets in a repository
  • Collaboration Tool
    • Pair programming: changes how you work; divide and conquer worked well
    • Git repository, has been used successfully in this workshop when some people were familiar with it a could bootstrap the use for other people quickly
    • Way to replicate or interface with services like {Google open refine, db constraints, taxize, TNRS)
    • Develop a 'Redmine' that is more useful for academics; becomes the point for integration of multiple tools; also BaseCamp/Trello, Digital notebook environments
    • Run workflows, organize outputs, communicate with collaborators
    • Ability to couple models at multiple scales (e.g., spatial or temporal scales), scale up computing as well
    • Incorporate writing process, version control for documents (Google docs is not sufficient)
    • Incorporate mechanisms to maintain social connection even in absence of face to face meetings

Datasets

  • Konza
    • climate data (KNZ headquarters): doi:10.6073/pasta/ac19b27f2c28a63890d59ece32f5116b
    • Konza species composition (belowground experiment for N addition contrasts): doi:10.6073/pasta/b6653594d336bddf9d5f7f72c7d9200c Konza only collects cover for N addition treatments every 5 years, so we will abandon for now

Updated by Corinna Gries about 10 years ago · 15 revisions