From a7f4e6558025b7a4344a23f770950f7925ea4e0f Mon Sep 17 00:00:00 2001 From: Orso Meneghini Date: Tue, 1 Oct 2024 13:22:45 -0700 Subject: [PATCH] Add discord link to documentation --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index aae0a300d..608580017 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,19 @@ FUSE (**FU**sion **S**ynthesis **E**ngine) is an open-source framework for the integrated design of Fusion Power Plants (FPP). Originally developed by General Atomics, FUSE is now publicly available under the [Apache 2.0 license](https://fuse.help/dev/notice.html). +## Resources + +Here are some key resources for getting started with FUSE: + +* πŸ“š **Documentation**: Find the [online documentation](https://fuse.help) +* πŸ“Š **Presentation**: Access the [FUSE slides](https://tinyurl.com/FUSEslideDeck) +* πŸ“œ **Publication**: Refer to the [FUSE paper](https://arxiv.org/abs/2409.05894) +* πŸ†˜ **Community**: Receive support on the [Discord server](https://discord.gg/CbjpZH9SKM) + ## Objectives +FUSE aims to achieve the following objectives: + * ⚑ Provide a highly efficient, modular framework that tightly couples models across different domains. * 🧩 Integrate plasma physics, engineering, control, balance of plant, and costing systems. * πŸ€– Leverage machine learning to overcome the typical fidelity/speed tradeoff in simulations. @@ -27,18 +38,6 @@ FUSE is entirely written in Julia and is structured around the following core co A diagram illustrating these concepts is provided below: ![FUSE Diagram](./docs/src/assets/FUSE.svg) -## Documentation - -Find the full documentation here: [https://fuse.help](https://fuse.help) - -## Publication - -Refer to the related publication: [FUSE Paper](https://arxiv.org/abs/2409.05894) - -## Presentation - -Access the project presentation: [FUSE Slide Deck](https://tinyurl.com/FUSEslideDeck) - ## Usage Example Here’s a simple example of setting up and running a FUSE simulation in Julia: