Protocols

This page describes the general workflow for the project. Protocols are included for certain steps in the workflow.

flowchart TB
  
  C[<u>Field Collections</u>]
      style C color:#4582EC;
  
  C --> D[Lab]
  
  D --> |Preserved| E[Dissections]
  E --> F[<u>Species IDs</u>]
       style F color:#4582EC;
  E --> G[Imaging]
  F --> H[<u>Genome Size</u>]
       style H color:#4582EC;
  F --> I[Samples archived \nand distributed]
  
  D --> |Preserved| J[Bulk Samples]
  J -- Ethanol replaced ---> I
  
  D -- Live ---> K[<u>CTmax</u>]
       style K color:#4582EC;
  K --> L[<u>Body Size</u>]
       style L color:#4582EC;
  L --> |Preserved| M[<u>Species IDs</u>]
       style M color:#4582EC;
  M --> I

click C "https://zoopecoevo.github.io/copepod_ctmax_collab/protocols/collection_protocol.html"
click F "https://zoopecoevo.github.io/copepod_ctmax_collab/copepod_guide.html"
click M "https://zoopecoevo.github.io/copepod_ctmax_collab/copepod_guide.html"
click H "https://zoopecoevo.github.io/copepod_ctmax_collab/protocols/genome_size_protocol.html"
click K "https://zoopecoevo.github.io/copepod_ctmax_collab/protocols/ctmax_protocol.html"
click L "https://zoopecoevo.github.io/copepod_ctmax_collab/protocols/body_size_protocol.html"