From 73188339f170ca5279a49ff48effe8371914707a Mon Sep 17 00:00:00 2001 From: aslakstubsgaard Date: Thu, 25 Mar 2021 18:44:54 +0100 Subject: [PATCH] change folder structure and updated readme --- README.md | 14 ++++++++++---- {report => core/docs}/makefile | 0 {report => core/docs}/msre.png | Bin {report => core/docs}/msrecore.bib | 0 {report => core/docs}/msrecore.pdf | 0 {report => core/docs}/msrecore.tex | 0 6 files changed, 10 insertions(+), 4 deletions(-) rename {report => core/docs}/makefile (100%) rename {report => core/docs}/msre.png (100%) rename {report => core/docs}/msrecore.bib (100%) rename {report => core/docs}/msrecore.pdf (100%) rename {report => core/docs}/msrecore.tex (100%) diff --git a/README.md b/README.md index 6e1f490..e3dc319 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,21 @@ > detailed cad model of the [msre](https://en.wikipedia.org/wiki/Molten-Salt_Reactor_Experiment) (molten salt reactor experiment), operated by oak ridge national laboratory 1965-69. ## msre core -![](report/msre.png) -[report/msrecore.pdf](report/msrecore.pdf) lists reference of the msre core design, documented in the old msre reports and located in the repository [github.com/openmsr/msr-archive](https://github.com/openmsr/msr-archive/blob/master/README.md). +![](core/docs/msre.png) +[core/msrecore.pdf](core/docs/msrecore.pdf) lists reference of the msre core design, documented in the old msre reports and located in the repository [github.com/openmsr/msr-archive](https://github.com/openmsr/msr-archive/blob/master/README.md). the work-in-progress cad model can be found [here](https://cad.onshape.com/documents/4f04f63bfd4138a61a54b3f8/w/11cb17d9ef25bb27f8ada6c0/e/72f417dd8eb3e2fa4f9ccb9e) on onshape. +note that this work and the cad model is under the GNU General Public License v3.0 + +## heat exchanger + +### msre primary heat exchanger + +### msre radiator + --- please contact [me](https://github.com/aslakstubsgaard) if you want to contribute. --- - -note that this work and the cad model is under the GNU General Public License v3.0 diff --git a/report/makefile b/core/docs/makefile similarity index 100% rename from report/makefile rename to core/docs/makefile diff --git a/report/msre.png b/core/docs/msre.png similarity index 100% rename from report/msre.png rename to core/docs/msre.png diff --git a/report/msrecore.bib b/core/docs/msrecore.bib similarity index 100% rename from report/msrecore.bib rename to core/docs/msrecore.bib diff --git a/report/msrecore.pdf b/core/docs/msrecore.pdf similarity index 100% rename from report/msrecore.pdf rename to core/docs/msrecore.pdf diff --git a/report/msrecore.tex b/core/docs/msrecore.tex similarity index 100% rename from report/msrecore.tex rename to core/docs/msrecore.tex