diff --git a/config.toml b/config.toml
index 2187289..5867f58 100644
--- a/config.toml
+++ b/config.toml
@@ -82,6 +82,11 @@ pygmentsUseClasses = true
name = "Posts"
weight = 4.0
url = "posts"
+
+ [[languages.en.menu.main]]
+ name = "Reports"
+ weight = 4.1
+ url = "reports"
[[languages.en.menu.main]]
name = "Contact"
diff --git a/content/posts/MonthlyApr2022.md b/content/posts/MonthlyApr2022.md
index 5f427e5..1264e28 100644
--- a/content/posts/MonthlyApr2022.md
+++ b/content/posts/MonthlyApr2022.md
@@ -8,15 +8,15 @@ Welcome to the April 2022 update.
The info in here is a bit short... This is because there's a separate post about the main
event this month: **Version 1.0 is out**!!
-Please head over there to get the full info on this.
+Please head over [there](/posts/version1_0/) to get the full info.
Apart from this we worked on:
- a few fixes regarding init files
-- reworking a few AIMEC functions and calculating real areas in this regard
+- reworking a few AIMEC functions and calculating real areas
- a few minor bugs are fixed
- added various documentation bits, especially the installation instructions. Currently
- we are offering to different setups for you to choose. One for operational settings and on for
+ we are offering two different setups for you to choose. One for operational settings and on for
development purposes. Please head over to our documentation https://docs.avaframe.org to find out more
- we are in the process of writing peer reviewed papers. Will take a while :-)
diff --git a/content/posts/Version1.0.md b/content/posts/Version1.0.md
new file mode 100644
index 0000000..e65e75b
--- /dev/null
+++ b/content/posts/Version1.0.md
@@ -0,0 +1,36 @@
+---
+title: "Release Version 1.0"
+date: 2022-05-06T00:00:00+01:00
+draft: false
+slug: "version1_0"
+---
+
+So this is a big one:
+
+**On April 6. we released [Version 1.0](https://github.com/avaframe/AvaFrame/releases/tag/1.0)!**
+
+As you might guess, this is very exciting for us, but what does this mean?
+
+- First of all, you can find all changes in our [documentation release notes](https://docs.avaframe.org/en/latest/releaseNotes.html#id1).
+ As one might expect with a first full release, the list is long!
+
+- Version 1.0 means we can partly fulfil a vital topic of our [mission](/about), namely the *replicating ...
+ current simulation procedures...* part. The core computation module com1DFA for dense flow computations is in a state
+ that allows it to be used in operational settings. In this regard, we published a report detailing differences between
+ the currently operationally used com1DFAOrig (i.e. SamosAT) results and our rewritten com1DFA results. See
+ [reports](/reports) for a link to the report (or head over to
+ [the assets of the version 1.0 release on Github](https://github.com/avaframe/AvaFrame/releases/tag/1.0)). In this
+ document, we detail the steps taken to ensure the similarity of the results, highlight the differences we found, the
+ investigations into numerical issues and our recommendations for operational application.
+
+- After testing this release by the WLV's operational team, AvaFrame is now included in the operational
+ guidelines for avalanche simulations, see the
+ [Praxisleitfaden](https://info.bmlrt.gv.at/dam/jcr:edebd872-2a86-4edf-ac5e-635ef11e35fe/Praxisleitfaden%20LawSim%20WLV%202022%20Gr%C3%BCn.pdf)
+ (unfortunately only available in German). Integrating AvaFrame into current procedures is recommended, but running
+ current models in parallel to catch any possible issues not yet discovered.
+
+Of course, many features and modules are still missing since we are only halfway through the first project
+phase. But we are confident Version 1.0 already provides a benefit for avalanche simulations! And we are working on
+quite a few interesting new features, so watch out for the next releases.
+
+Felix
diff --git a/content/reports.md b/content/reports.md
new file mode 100644
index 0000000..88a5db0
--- /dev/null
+++ b/content/reports.md
@@ -0,0 +1,25 @@
++++
+title = "Reports"
+slug = "reports"
+thumbnail = "images/tn.png"
+description = "reports"
+date = 2020-02-26T13:00:08+01:00
++++
+
+---
+
+**On this page we link to reports and publications that are related to AvaFrame, both produced by the project team
+or by cooperation partners.**
+
+---
+
+**Difference report for Version 1.0 -[SATDifferenceReport_v1](https://github.com/avaframe/AvaFrame/releases/download/1.0/SATDifferenceReport_v1.0.pdf)-**
+
+This report relates to our dense flow module and compares com1DFAOrig(SamosAT) results to com1DFA results.
+It can be found in the
+[the assets of the version 1.0 release on Github](https://github.com/avaframe/AvaFrame/releases/tag/1.0), including
+supporting reports.
+
+---
+
+
diff --git a/public/404.html b/public/404.html
index 94d4c2d..5cc5360 100644
--- a/public/404.html
+++ b/public/404.html
@@ -40,7 +40,7 @@
-
+
diff --git a/public/index.xml b/public/index.xml
index 8922267..6851fa9 100644
--- a/public/index.xml
+++ b/public/index.xml
@@ -6,7 +6,32 @@
Recent content on AvaFrameHugo -- gohugo.ioen
- Sun, 03 Apr 2022 00:00:00 +0100
+ Fri, 06 May 2022 00:00:00 +0100
+
+ Release Version 1.0
+ https://avaframe.org/posts/version1_0/
+ Fri, 06 May 2022 00:00:00 +0100
+
+ https://avaframe.org/posts/version1_0/
+ So this is a big one:
+On April 6. we released Version 1.0!
+As you might guess, this is very exciting for us, but what does this mean?
+ First of all, you can find all changes in our documentation release notes. As one might expect with a first full release, the list is long!
+ Version 1.0 means we can partly fulfil a vital topic of our mission, namely the replicating … current simulation procedures… part.
+
+
+
+ This month in AvaFrame - April 2022 edition
+ https://avaframe.org/posts/monthlyapr2022/
+ Thu, 05 May 2022 00:00:00 +0100
+
+ https://avaframe.org/posts/monthlyapr2022/
+ Welcome to the April 2022 update.
+The info in here is a bit short… This is because there’s a separate post about the main event this month: Version 1.0 is out!! Please head over there to get the full info.
+Apart from this we worked on:
+ a few fixes regarding init files reworking a few AIMEC functions and calculating real areas a few minor bugs are fixed added various documentation bits, especially the installation instructions.
+
+
This month in AvaFrame - March 2022 edition
https://avaframe.org/posts/monthlymar2022/
@@ -387,5 +412,17 @@ You can choose between using:
Once you’re done, head to the next step:
+
+ Reports
+ https://avaframe.org/reports/
+ Wed, 26 Feb 2020 13:00:08 +0100
+
+ https://avaframe.org/reports/
+ On this page we link to reports and publications that are related to AvaFrame, both produced by the project team or by cooperation partners.
+ Difference report for Version 1.0 -SATDifferenceReport_v1-
+This report relates to our dense flow module and compares com1DFAOrig(SamosAT) results to com1DFA results. It can be found in the the assets of the version 1.0 release on Github, including supporting reports.
+
+
+
diff --git a/public/page/1/index.html b/public/page/1/index.html
index 3c90ca4..6a5109e 100644
--- a/public/page/1/index.html
+++ b/public/page/1/index.html
@@ -1 +1,10 @@
-https://avaframe.org/
\ No newline at end of file
+
+
+
+ https://avaframe.org/
+
+
+
+
+
+
diff --git a/public/page/2/index.html b/public/page/2/index.html
index d2d4e2f..131f3be 100644
--- a/public/page/2/index.html
+++ b/public/page/2/index.html
@@ -40,7 +40,7 @@
-
+
@@ -70,6 +70,10 @@
Posts
+
diff --git a/public/posts/index.xml b/public/posts/index.xml
index 3be6ba7..5430d0e 100644
--- a/public/posts/index.xml
+++ b/public/posts/index.xml
@@ -6,7 +6,32 @@
Recent content in Posts on AvaFrameHugo -- gohugo.ioen
- Sun, 03 Apr 2022 00:00:00 +0100
+ Fri, 06 May 2022 00:00:00 +0100
+
+ Release Version 1.0
+ https://avaframe.org/posts/version1_0/
+ Fri, 06 May 2022 00:00:00 +0100
+
+ https://avaframe.org/posts/version1_0/
+ So this is a big one:
+On April 6. we released Version 1.0!
+As you might guess, this is very exciting for us, but what does this mean?
+ First of all, you can find all changes in our documentation release notes. As one might expect with a first full release, the list is long!
+ Version 1.0 means we can partly fulfil a vital topic of our mission, namely the replicating … current simulation procedures… part.
+
+
+
+ This month in AvaFrame - April 2022 edition
+ https://avaframe.org/posts/monthlyapr2022/
+ Thu, 05 May 2022 00:00:00 +0100
+
+ https://avaframe.org/posts/monthlyapr2022/
+ Welcome to the April 2022 update.
+The info in here is a bit short… This is because there’s a separate post about the main event this month: Version 1.0 is out!! Please head over there to get the full info.
+Apart from this we worked on:
+ a few fixes regarding init files reworking a few AIMEC functions and calculating real areas a few minor bugs are fixed added various documentation bits, especially the installation instructions.
+
+
This month in AvaFrame - March 2022 edition
https://avaframe.org/posts/monthlymar2022/
diff --git a/public/posts/info1stworkshop/index.html b/public/posts/info1stworkshop/index.html
index 5c314c6..ec86192 100644
--- a/public/posts/info1stworkshop/index.html
+++ b/public/posts/info1stworkshop/index.html
@@ -44,7 +44,7 @@
-
+
@@ -74,6 +74,10 @@
Posts
+
The info in here is a bit short… This is because there’s a separate post about the main
+event this month: Version 1.0 is out!!
+Please head over there to get the full info.
+
Apart from this we worked on:
+
+
a few fixes regarding init files
+
reworking a few AIMEC functions and calculating real areas
+
a few minor bugs are fixed
+
added various documentation bits, especially the installation instructions. Currently
+we are offering two different setups for you to choose. One for operational settings and on for
+development purposes. Please head over to our documentation https://docs.avaframe.org to find out more
+
we are in the process of writing peer reviewed papers. Will take a while :-)
As you might guess, this is very exciting for us, but what does this mean?
+
+
+
First of all, you can find all changes in our documentation release notes.
+As one might expect with a first full release, the list is long!
+
+
+
Version 1.0 means we can partly fulfil a vital topic of our mission, namely the replicating …
+current simulation procedures… part. The core computation module com1DFA for dense flow computations is in a state
+that allows it to be used in operational settings. In this regard, we published a report detailing differences between
+the currently operationally used com1DFAOrig (i.e. SamosAT) results and our rewritten com1DFA results. See
+reports for a link to the report (or head over to
+the assets of the version 1.0 release on Github). In this
+document, we detail the steps taken to ensure the similarity of the results, highlight the differences we found, the
+investigations into numerical issues and our recommendations for operational application.
+
+
+
After testing this release by the WLV’s operational team, AvaFrame is now included in the operational
+guidelines for avalanche simulations, see the
+Praxisleitfaden
+(unfortunately only available in German). Integrating AvaFrame into current procedures is recommended, but running
+current models in parallel to catch any possible issues not yet discovered.
+
+
+
Of course, many features and modules are still missing since we are only halfway through the first project
+phase. But we are confident Version 1.0 already provides a benefit for avalanche simulations! And we are working on
+quite a few interesting new features, so watch out for the next releases.
This report relates to our dense flow module and compares com1DFAOrig(SamosAT) results to com1DFA results.
+It can be found in the
+the assets of the version 1.0 release on Github, including
+supporting reports.