diff --git a/README.md b/README.md index 28b041ef65..06a055b35b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ PROCESS is the reactor systems code at the [UK Atomic Energy Authority](https:// PROCESS was originally a Fortran code, but is currently a mixture of Python and Python-wrapped Fortran; the eventual aim is to have an entirely Python code base. In order to use PROCESS, the Fortran must be compiled and a Python-Fortran interface generated for the Python to import. Once built, it can be installed and run as a Python package. + +
+![BlenderProcessImage](documentation/proc-pages/images/blender images/initial_collage.png){ width="100%"} +
Split view of DEMO-like reactor (generated using fusrr-pipeline).
+
+ ## Getting Started Please see the [installation guide](https://ukaea.github.io/PROCESS/installation/introduction/) and the [usage guide](https://ukaea.github.io/PROCESS/usage/running-process/). Once installed, the `examples` directory provides Jupyter notebooks for interactively demonstrating usage of PROCESS, which is a good place to start. The `examples/README.md` provides more help. diff --git a/documentation/proc-pages/images/blender images/initial_collage.png b/documentation/proc-pages/images/blender images/initial_collage.png new file mode 100644 index 0000000000..92a9e26538 Binary files /dev/null and b/documentation/proc-pages/images/blender images/initial_collage.png differ