> For the complete documentation index, see [llms.txt](https://c-comp.gitbook.io/data-management-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://c-comp.gitbook.io/data-management-handbook/overview.md).

# Overview

The [Center for Chemical Currencies of a Microbial Planet](https://ccomp-stc.org/) (C-CoMP) shares data, metadata, data products, protocols, code, and software according to FAIR Data Principles (Wilkinson et al. 2016) to implement our open science objectives.

Data diversity is one of the strengths and challenges of C-CoMP’s open science approach. C-CoMP generates observational, experimental, simulated, and derived data in both standard and non-standard formats using a variety of different methodologies and sample sources.&#x20;

For example, all of the following are included within the C-CoMP data landscape:&#x20;

* oceanographic field data (e.g. salinity, depth)
* microbial abundances
* bulk chemical measurements (e.g. phosphate concentrations, DOC concentrations)
* genomic sequences (e.g. amplicon-based sequencing, metagenomics, metatranscriptomics)
* Numerical modeling outputs
* Metabolite concentrations (LC-MS and NMR)
* Protein abundances (LC-MS)

For data to be findable, accessible, interoperable, and reusable (FAIR), data must be well-described using standardized parameters, organized, stored on publicly accessible repositories, and structured in human and machine-readable open formats to facilitate data integration efforts.&#x20;

To address this challenge, C-CoMP has created this data management handbook, using input from the C-CoMP community and the Biological and Chemical Oceanography Data Management Office (BCO-DMO) and guidance from FAIR Data Principles and the [Research Data Management Service Group at Cornell University](https://data.research.cornell.edu/), to support C-CoMP’s open science policy and provide efficient, data stream dependent instructions for storing, organizing, naming, and submitting data to publicly accessible repositories.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://c-comp.gitbook.io/data-management-handbook/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
