# Data Management Best Practices

The following are some best practices that should be considered prior to starting a data project and provide guidance for managing data in the [Research Data Lifecycle's](/handbook/digital-scholarship-methods/data/data-lifecycle.md) post-active research stage.

### **Data Storage**

To prevent data from being lost to incompatibility, store it as formats and on hardware that are open standard, not proprietary.

| Type of Data | Recommended Formats       | Formats Acceptable      |
| ------------ | ------------------------- | ----------------------- |
| Plain Text   | txt, pdf/A xml            | docx, doc, rtf          |
| Tabular Text | csv, tsv                  | xlsx, xls, sav, dta     |
| Image        | tiff, JPEF2000            | jpg, psd, png, gif, bmp |
| Audio        | wave, aiff                | mp3, wma, aac, ogg      |
| Archiving    | zip                       | rar                     |
| Video        | motion jpg 2000, mov, avi | mpeg-4                  |

### **Data Documentation**

In your documentation, use[ ](https://libguides.bc.edu/c.php?g=977606\&p=7108634)[metadata](https://libguides.bc.edu/dataservices/metadata) to record details about the data collection process (e.g., a study) such as:

* its context
* the dates of data collections
* data collection methods, etc.

### **Sharing**

Sharing data makes it possible for researchers to validate research results and to reuse data for teaching and further research. Sharing is also required by an increasing number of funders and publishers. Funders seek to maximize the impact of the research they fund by encouraging or requiring data sharing.

Depositing to an established repository will help to ensure that data are consistently available and accessible, and preserved for future use. Choosing a data repository can be determined by various factors, such as discipline, accepted data format, data sharing policies and etc. You can obtain assistance from [Data Services ](https://ds.bc.edu/data-services/)to identify a repository to publish your research data.&#x20;

| Subject/Discipline | Example Archive/Repository                                                     |
| ------------------ | ------------------------------------------------------------------------------ |
| Ecology            | [Dryad](http://datadryad.org/)                                                 |
| DNA Sequences      | [GenBank](http://www.ncbi.nlm.nih.gov/genbank/)                                |
| Chemistry          | [Cambridge Crystallographic Data Centre](http://www.ccdc.cam.ac.uk/)           |
| Social Sciences    | [ICPSR](http://www.icpsr.umich.edu/icpsrweb/content/datamanagement/index.html) |


---

# Agent Instructions: 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:

```
GET https://bcds.gitbook.io/handbook/digital-scholarship-methods/data/data-lifecycle/best-practices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
