diff --git a/content/posts/MonthlyMay2021.md b/content/posts/MonthlyMay2021.md
new file mode 100644
index 0000000..1747c24
--- /dev/null
+++ b/content/posts/MonthlyMay2021.md
@@ -0,0 +1,45 @@
+---
+title: "This month in AvaFrame - May 2021 edition"
+date: 2021-06-05T17:08:58+01:00
+draft: false
+---
+
+Welcome to the May 2021 edition of our monthly update. Our main goal was the
+preparation for the switch of the dense flow model com1DFA from a C code to
+python (cython) code. This meant to check every little detail and difference that
+we found as well as:
+
++ updated the documentation for the new python com1DFAP: algorithm, workflow and description
+
++ updated the re-projection method of particles. Now particles are re-projected
+ normal to the surface and not vertically. This is especially important at
+ sharp drops. We also added a test case for this.
+
++ restructured the com1DFA run workflow
+
+ - now everything is controlled in model configuration via ini (the previous
+ com1DFA had a lot of internal setup)
+
+ - allow for parameter variation runs right from python
+
+ - new naming of simulations which provides easy filtering options
+
++ restructured the benchmark workflow and updated run scripts for standard tests
+
+ - added simple functions to fetch benchmarks
+
+ - simplify plotting and AIMEC path functions according to new structure based
+ on simulation name and configuration
+
++ com2AB (Alpha Beta) now allows for running with custom parameters
+
++ added an export function to visualise particle properties with Paraview
+
++ started the development of the QGis Connection. See this
+ [repository](https://github.com/avaframe/QGisAF) for the development.
+
+Since we are now nearing the milestone of our first public prototype, I guess we
+will have to start posting some nice graphics as well... So watch this space for
+upcoming posts! :-)
+
+Felix
diff --git a/public/index.html b/public/index.html
index 9c79915..0961803 100644
--- a/public/index.html
+++ b/public/index.html
@@ -104,6 +104,10 @@
9. Jun, 2021Monthly public meeting
+
-
diff --git a/public/index.xml b/public/index.xml
index abdeea9..4eda638 100644
--- a/public/index.xml
+++ b/public/index.xml
@@ -20,6 +20,17 @@ These meetings are meant to allow you to see what is currently going on in our d
We start with a flash update in which everyone working on the project gives a quick (2min) overview about their current work.
+
+ This month in AvaFrame - May 2021 edition
+ https://avaframe.org/posts/monthlymay2021/
+ Sat, 05 Jun 2021 17:08:58 +0100
+
+ https://avaframe.org/posts/monthlymay2021/
+ Welcome to the May 2021 edition of our monthly update. Our main goal was the preparation for the switch of the dense flow model com1DFA from a C code to python (cython) code. This meant to check every little detail and difference that we found as well as:
+ updated the documentation for the new python com1DFAP: algorithm, workflow and description
+ updated the re-projection method of particles. Now particles are re-projected normal to the surface and not vertically.
+
+
This month in AvaFrame - April 2021 edition
https://avaframe.org/posts/monthlyapr2021/
diff --git a/public/page/2/index.html b/public/page/2/index.html
index 580bf72..454b16c 100644
--- a/public/page/2/index.html
+++ b/public/page/2/index.html
@@ -100,6 +100,10 @@
diff --git a/public/posts/index.xml b/public/posts/index.xml
index fae7eff..28dd574 100644
--- a/public/posts/index.xml
+++ b/public/posts/index.xml
@@ -20,6 +20,17 @@ These meetings are meant to allow you to see what is currently going on in our d
We start with a flash update in which everyone working on the project gives a quick (2min) overview about their current work.
+
+ This month in AvaFrame - May 2021 edition
+ https://avaframe.org/posts/monthlymay2021/
+ Sat, 05 Jun 2021 17:08:58 +0100
+
+ https://avaframe.org/posts/monthlymay2021/
+ Welcome to the May 2021 edition of our monthly update. Our main goal was the preparation for the switch of the dense flow model com1DFA from a C code to python (cython) code. This meant to check every little detail and difference that we found as well as:
+ updated the documentation for the new python com1DFAP: algorithm, workflow and description
+ updated the re-projection method of particles. Now particles are re-projected normal to the surface and not vertically.
+
+
This month in AvaFrame - April 2021 edition
https://avaframe.org/posts/monthlyapr2021/
diff --git a/public/posts/monthlymay2021/index.html b/public/posts/monthlymay2021/index.html
new file mode 100644
index 0000000..4ea0f0b
--- /dev/null
+++ b/public/posts/monthlymay2021/index.html
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This month in AvaFrame - May 2021 edition - AvaFrame
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This month in AvaFrame - May 2021 edition
+
June 5, 2021
+
+
+
+
+
Welcome to the May 2021 edition of our monthly update. Our main goal was the
+preparation for the switch of the dense flow model com1DFA from a C code to
+python (cython) code. This meant to check every little detail and difference that
+we found as well as:
+
+
+
updated the documentation for the new python com1DFAP: algorithm, workflow and description
+
+
+
updated the re-projection method of particles. Now particles are re-projected
+normal to the surface and not vertically. This is especially important at
+sharp drops. We also added a test case for this.
+
+
+
restructured the com1DFA run workflow
+
+
+
now everything is controlled in model configuration via ini (the previous
+com1DFA had a lot of internal setup)
+
+
+
allow for parameter variation runs right from python
+
+
+
new naming of simulations which provides easy filtering options
+
+
+
+
+
restructured the benchmark workflow and updated run scripts for standard tests
+
+
+
added simple functions to fetch benchmarks
+
+
+
simplify plotting and AIMEC path functions according to new structure based
+on simulation name and configuration
+
+
+
+
+
com2AB (Alpha Beta) now allows for running with custom parameters
+
+
+
added an export function to visualise particle properties with Paraview
+
+
+
started the development of the QGis Connection. See this
+repository for the development.
+
+
+
Since we are now nearing the milestone of our first public prototype, I guess we
+will have to start posting some nice graphics as well… So watch this space for
+upcoming posts! :-)