From 592847a938dd8645404061ea8404af4c31ed3f4c Mon Sep 17 00:00:00 2001
From: bepi <bepi@dtu.dk>
Date: Tue, 28 Jul 2020 23:25:54 +0200
Subject: [PATCH] Update README.md

---
 README.md | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 6b0fcea..038ac02 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Nuclear Architecture
+# Bending Laminar Material
 
 Study the bending laminar material. Tetrapak provided two sets of laminar material CD and MD and 3DImaging center scanned the material in 4 different angles, 0, 45, 90 and 180 when bent inward (in_in_) or outward (out_out_).
 The goal was to investigate the properites of laminar mateiral while bending. First we segmneted the inner and outer layer of each samplein different angles, thereafter we measured the Euclidean distance between inner and outer layer as a measured property.
@@ -20,13 +20,21 @@ Current phase: Done.
 
 ## Outputs
 ### Reports
-<dl>
-	<dt>[Abstarct to Northern Lights on Food](https://indico.linxs.lu.se/event/159/)</dt>
-	<dd> Technical Report soon ...</dd>
-</dl>
+* [Abstarct to Northern Lights on Food](https://indico.linxs.lu.se/event/159/)
+* Technical Report soon ...
+
 
 ### Code
-1. 
+Main code is Demo.m which goes through 
+1. PointSelection: annotate points close to the desired layers
+2. LayerDetection: segment the inner and outer layers
+3. PrepMeasure: prepare the segmeted layers to compute the measure
+4. PrepRegistration: prepare the segemented layers for registration
+5. Measure: compute the Euclidean distance in different units
+6. Registration: register the 0, 45, and 90 degree samples to 180 degree
+7. Transformation: transform and align the meshes
+8. Export2inp: convert the mesh points to .inp files
+     
 
 
 ## Data
@@ -34,10 +42,7 @@ Current phase: Done.
 Data is currently on files.dtu.dk. Contact Behnaz or Carsten for access.
 
 ## Results
-<dl>
-	<dt>[Video](https://video.dtu.dk/media/Bending+animation/0_gna4b9r6)</dt>
-	<dd>Mesh points exported to .inp</dd>
-</dl>
-
+* [Video](https://video.dtu.dk/media/Bending+animation/0_gna4b9r6)</dt>
+* Mesh points exported to .inp
 
 
-- 
GitLab