Skip to content

Commit

Permalink
Merge branch 'main' into include-upsert-capability
Browse files Browse the repository at this point in the history
  • Loading branch information
LariDG authored Feb 3, 2025
2 parents 018e914 + 802eaf6 commit 6a1bc7b
Show file tree
Hide file tree
Showing 111 changed files with 23,477 additions and 24,844 deletions.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[![License](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/license/MIT) [![Build Status](https://github.com/ukaea/fair-mast/actions/workflows/ci.yml/badge.svg)](https://github.com/ukaea/fair-mast/actions/workflows/ci.yml)

# FAIR MAST Data Management System

## Development Setup

### Mac Users

If you are using Mac for development, use [podman](https://podman.io/docs/installation) instead of docker. Follow the installation guide to set it up, then follow the below set up.
If you are using Mac for development, use [podman](https://podman.io/docs/installation) instead of docker. Follow the installation guide to set it up, then follow the below set up. Also install ``podman-mac-helper``, which provides a compatibility layer that allows you to use most Docker commands with Podman on macOS.

### Linux/Windows Users

Expand Down Expand Up @@ -131,3 +133,29 @@ docker exec -it mast-api python -m src.api.create /code/data/index
## Building Documentation

See the guide to building documentation [here](./docs/README.md)


## Citation

If you would like to reference this work, please cite the followig publication.

Samuel Jackson, Saiful Khan, Nathan Cummings, James Hodson, Shaun de Witt, Stanislas Pamela, Rob Akers, Jeyan Thiyagalingam, FAIR-MAST: A fusion device data management system,SoftwareX, Volume 27, 2024,101869,ISSN 2352-7110, [https://doi.org/10.1016/j.softx.2024.101869](https://doi.org/10.1016/j.softx.2024.101869).

In BibTex format:
```
@article{jackson_fair-mast_2024,
title = {{FAIR}-{MAST}: {A} fusion device data management system},
volume = {27},
issn = {23527110},
shorttitle = {{FAIR}-{MAST}},
url = {https://linkinghub.elsevier.com/retrieve/pii/S2352711024002395},
doi = {10.1016/j.softx.2024.101869},
language = {en},
urldate = {2025-01-17},
journal = {SoftwareX},
author = {Jackson, Samuel and Khan, Saiful and Cummings, Nathan and Hodson, James and De Witt, Shaun and Pamela, Stanislas and Akers, Rob and Thiyagalingam, Jeyan},
month = sep,
year = {2024},
pages = {101869},
}
```
5,808 changes: 2,815 additions & 2,993 deletions docs/bulk_download.ipynb

Large diffs are not rendered by default.

167 changes: 84 additions & 83 deletions docs/cpf_data.ipynb

Large diffs are not rendered by default.

274 changes: 122 additions & 152 deletions docs/data_examples.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 6a1bc7b

Please sign in to comment.