From d92b0df701cdbb99032b506dc7ab2dde3ee65101 Mon Sep 17 00:00:00 2001
From: Michael Blaschek <michael.blaschek@univie.ac.at>
Date: Tue, 23 Nov 2021 20:45:30 +0000
Subject: [PATCH] Update README.md

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 362dccf..60e3477 100644
--- a/README.md
+++ b/README.md
@@ -59,3 +59,15 @@ singularity pull ubuntu.sif library://mblaschek/imgw/ubuntu:20.04
 
 **Note:** With the *pull* command you do **not** need root access. Everybody can pull a container and execute it as ones own process. 
 
+
+# Inspiration
+
+There are more and more people trying to build/port software to containers and building recipes collections to share experience.
+- [Intel MPI - WRF](https://github.com/intel/HPC-containers-from-Intel/tree/master/definitionFiles/WRF)
+- [Intel HPC Reference Stack](https://intel.github.io/stacks/hpcrs/README.html) `singularity pull intel-ref-stack.sif docker://sysstacks/hpcrs-centos`
+- [Jedi to Go](https://www.jcsda.org/news-blog/2020/6/30/jedi-to-go-high-performance-containers-for-earth-system-prediction)
+- [NASA Center for Climate Prediction Containers](https://www.nccs.nasa.gov/sites/default/files/ContainerBestPractices_Rev1.pdf)
+- [JEDI in a Container](https://jointcenterforsatellitedataassimilation-jedi-docs.readthedocs-hosted.com/en/latest/learning/tutorials/level1/run-jedi.html) [News-Article](https://www.nccs.nasa.gov/news-events/nccs-highlights/Supercontainers)
+- [OpenIFS in Docker](https://confluence.ecmwf.int/display/OIFS/How+to+run+OpenIFS+in+a+Docker+container)
+
+
-- 
GitLab