From 3a7603319b9d8b3e7668840e8e5820a055b81d68 Mon Sep 17 00:00:00 2001 From: Felix Oesterle Date: Mon, 27 Jun 2022 23:22:37 +0200 Subject: [PATCH] Add version 1.0 post, add reports page --- config.toml | 5 + content/posts/MonthlyApr2022.md | 6 +- content/posts/Version1.0.md | 36 ++++ content/reports.md | 25 +++ public/404.html | 6 +- public/about/index.html | 6 +- public/categories/index.html | 6 +- public/categories/page/1/index.html | 11 +- public/contact/index.html | 6 +- public/index.html | 22 +- public/index.xml | 39 +++- public/page/1/index.html | 11 +- public/page/2/index.html | 22 +- public/page/3/index.html | 22 +- public/page/4/index.html | 18 +- public/posts/announce1stworkshop/index.html | 6 +- public/posts/announceimc22/index.html | 6 +- public/posts/index.html | 34 +++- public/posts/index.xml | 27 ++- public/posts/info1stworkshop/index.html | 6 +- public/posts/monthlyapr2021/index.html | 6 +- public/posts/monthlyapr2022/index.html | 152 ++++++++++++++ public/posts/monthlyaug2020/index.html | 6 +- public/posts/monthlydec2020/index.html | 6 +- public/posts/monthlydec2021/index.html | 6 +- public/posts/monthlyfeb2021/index.html | 6 +- public/posts/monthlyfeb2022/index.html | 6 +- public/posts/monthlyjan2021/index.html | 6 +- public/posts/monthlyjan2022/index.html | 6 +- public/posts/monthlyjul2020/index.html | 6 +- public/posts/monthlymar2021/index.html | 6 +- public/posts/monthlymar2022/index.html | 6 +- public/posts/monthlymay2021/index.html | 6 +- public/posts/monthlymeeting/index.html | 6 +- public/posts/monthlynov2020/index.html | 6 +- public/posts/monthlynov2021/index.html | 6 +- public/posts/monthlyoct2020/index.html | 6 +- public/posts/monthlyoct2021/index.html | 6 +- public/posts/monthlysep2020/index.html | 6 +- public/posts/monthlyseptember2021/index.html | 6 +- public/posts/openpositionnumerics/index.html | 6 +- public/posts/page/1/index.html | 11 +- public/posts/page/2/index.html | 34 +++- public/posts/page/3/index.html | 37 +++- public/posts/page/4/index.html | 192 ++++++++++++++++++ .../posts/positionnumericsclosed/index.html | 6 +- public/posts/projectstart/index.html | 6 +- public/posts/publicproto/index.html | 6 +- public/posts/recording1stworkshop/index.html | 6 +- public/posts/version0_1/index.html | 6 +- public/posts/version0_2/index.html | 6 +- public/posts/version0_3/index.html | 6 +- public/posts/version1_0/index.html | 166 +++++++++++++++ public/reports/index.html | 139 +++++++++++++ public/sitemap.xml | 13 +- public/tags/index.html | 6 +- public/tags/page/1/index.html | 11 +- 57 files changed, 1140 insertions(+), 103 deletions(-) create mode 100644 content/posts/Version1.0.md create mode 100644 content/reports.md create mode 100644 public/posts/monthlyapr2022/index.html create mode 100644 public/posts/page/4/index.html create mode 100644 public/posts/version1_0/index.html create mode 100644 public/reports/index.html 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 @@ - + @@ -70,6 +70,10 @@ Posts + + diff --git a/public/about/index.html b/public/about/index.html index f7e3918..6fadf09 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/categories/index.html b/public/categories/index.html index 4bf5035..fb0423e 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/categories/page/1/index.html b/public/categories/page/1/index.html index 4411989..84373ea 100644 --- a/public/categories/page/1/index.html +++ b/public/categories/page/1/index.html @@ -1 +1,10 @@ -https://avaframe.org/categories/ \ No newline at end of file + + + + https://avaframe.org/categories/ + + + + + + diff --git a/public/contact/index.html b/public/contact/index.html index e9cf372..4f114f6 100644 --- a/public/contact/index.html +++ b/public/contact/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/index.html b/public/index.html index 36d11a3..61e5526 100644 --- a/public/index.html +++ b/public/index.html @@ -40,7 +40,7 @@ - + @@ -70,6 +70,10 @@ Posts + + @@ -108,6 +112,14 @@
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 AvaFrame Hugo -- gohugo.io en - 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 + + @@ -108,6 +112,14 @@ diff --git a/public/page/3/index.html b/public/page/3/index.html index f052927..0d78a43 100644 --- a/public/page/3/index.html +++ b/public/page/3/index.html @@ -40,7 +40,7 @@ - + @@ -70,6 +70,10 @@ Posts + + @@ -108,6 +112,14 @@
diff --git a/public/page/4/index.html b/public/page/4/index.html index 653c464..9c6b6aa 100644 --- a/public/page/4/index.html +++ b/public/page/4/index.html @@ -40,7 +40,7 @@ - + @@ -70,6 +70,10 @@ Posts + + @@ -108,6 +112,14 @@
diff --git a/public/posts/announce1stworkshop/index.html b/public/posts/announce1stworkshop/index.html index 6c8237b..deb8c03 100644 --- a/public/posts/announce1stworkshop/index.html +++ b/public/posts/announce1stworkshop/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/announceimc22/index.html b/public/posts/announceimc22/index.html index 93fde28..f9b06a0 100644 --- a/public/posts/announceimc22/index.html +++ b/public/posts/announceimc22/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/index.html b/public/posts/index.html index f97dbd7..7ffdc92 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + @@ -92,6 +96,14 @@

Posts

@@ -172,10 +176,20 @@ + + + + + + +
  • 4
  • + + + -
  • »
  • +
  • »
  • 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 AvaFrame Hugo -- gohugo.io en - 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 + + diff --git a/public/posts/monthlyapr2021/index.html b/public/posts/monthlyapr2021/index.html index 62584d1..2b0ba3d 100644 --- a/public/posts/monthlyapr2021/index.html +++ b/public/posts/monthlyapr2021/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlyapr2022/index.html b/public/posts/monthlyapr2022/index.html new file mode 100644 index 0000000..9dbee74 --- /dev/null +++ b/public/posts/monthlyapr2022/index.html @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + This month in AvaFrame - April 2022 edition - AvaFrame + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    +
    +
    +

    This month in AvaFrame - April 2022 edition

    +

    May 5, 2022

    + + +
    + +

    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. 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 :-)
    • +
    +

    And now on to the version 1.0 announcement.

    +

    Felix

    + +
    + +
    + + + +
    + +
    + +
    + +
    +
    +
    + +

    Want to contact us? Visit our matrix room at: + #public:matrix.avaframe.org

    + +
    +
    + + +
    + + + + + + + diff --git a/public/posts/monthlyaug2020/index.html b/public/posts/monthlyaug2020/index.html index b1dd12d..3f3cc67 100644 --- a/public/posts/monthlyaug2020/index.html +++ b/public/posts/monthlyaug2020/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlydec2020/index.html b/public/posts/monthlydec2020/index.html index 748848e..378e144 100644 --- a/public/posts/monthlydec2020/index.html +++ b/public/posts/monthlydec2020/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlydec2021/index.html b/public/posts/monthlydec2021/index.html index d31c635..0e04925 100644 --- a/public/posts/monthlydec2021/index.html +++ b/public/posts/monthlydec2021/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlyfeb2021/index.html b/public/posts/monthlyfeb2021/index.html index 192f901..65d0815 100644 --- a/public/posts/monthlyfeb2021/index.html +++ b/public/posts/monthlyfeb2021/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlyfeb2022/index.html b/public/posts/monthlyfeb2022/index.html index 45a8b84..70bedf9 100644 --- a/public/posts/monthlyfeb2022/index.html +++ b/public/posts/monthlyfeb2022/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlyjan2021/index.html b/public/posts/monthlyjan2021/index.html index 24e8e54..7a3435c 100644 --- a/public/posts/monthlyjan2021/index.html +++ b/public/posts/monthlyjan2021/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlyjan2022/index.html b/public/posts/monthlyjan2022/index.html index 9617cf9..2c7e3f8 100644 --- a/public/posts/monthlyjan2022/index.html +++ b/public/posts/monthlyjan2022/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlyjul2020/index.html b/public/posts/monthlyjul2020/index.html index 06f1b8b..4d50f55 100644 --- a/public/posts/monthlyjul2020/index.html +++ b/public/posts/monthlyjul2020/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlymar2021/index.html b/public/posts/monthlymar2021/index.html index 3a242c2..a4c0abe 100644 --- a/public/posts/monthlymar2021/index.html +++ b/public/posts/monthlymar2021/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlymar2022/index.html b/public/posts/monthlymar2022/index.html index 5307d53..0c01787 100644 --- a/public/posts/monthlymar2022/index.html +++ b/public/posts/monthlymar2022/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlymay2021/index.html b/public/posts/monthlymay2021/index.html index 7080dd6..34cd538 100644 --- a/public/posts/monthlymay2021/index.html +++ b/public/posts/monthlymay2021/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlymeeting/index.html b/public/posts/monthlymeeting/index.html index f312851..161a097 100644 --- a/public/posts/monthlymeeting/index.html +++ b/public/posts/monthlymeeting/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlynov2020/index.html b/public/posts/monthlynov2020/index.html index 8d8628c..361b25e 100644 --- a/public/posts/monthlynov2020/index.html +++ b/public/posts/monthlynov2020/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlynov2021/index.html b/public/posts/monthlynov2021/index.html index e8b9185..e6eb0ac 100644 --- a/public/posts/monthlynov2021/index.html +++ b/public/posts/monthlynov2021/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlyoct2020/index.html b/public/posts/monthlyoct2020/index.html index 49db5c8..662bea1 100644 --- a/public/posts/monthlyoct2020/index.html +++ b/public/posts/monthlyoct2020/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlyoct2021/index.html b/public/posts/monthlyoct2021/index.html index 4bf039f..e794341 100644 --- a/public/posts/monthlyoct2021/index.html +++ b/public/posts/monthlyoct2021/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlysep2020/index.html b/public/posts/monthlysep2020/index.html index 8e07e50..786ebf7 100644 --- a/public/posts/monthlysep2020/index.html +++ b/public/posts/monthlysep2020/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/monthlyseptember2021/index.html b/public/posts/monthlyseptember2021/index.html index 8cfd740..51d9ae2 100644 --- a/public/posts/monthlyseptember2021/index.html +++ b/public/posts/monthlyseptember2021/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/openpositionnumerics/index.html b/public/posts/openpositionnumerics/index.html index f151f71..e7c6615 100644 --- a/public/posts/openpositionnumerics/index.html +++ b/public/posts/openpositionnumerics/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/page/1/index.html b/public/posts/page/1/index.html index e74e8e3..259e732 100644 --- a/public/posts/page/1/index.html +++ b/public/posts/page/1/index.html @@ -1 +1,10 @@ -https://avaframe.org/posts/ \ No newline at end of file + + + + https://avaframe.org/posts/ + + + + + + diff --git a/public/posts/page/2/index.html b/public/posts/page/2/index.html index a759424..54d3b18 100644 --- a/public/posts/page/2/index.html +++ b/public/posts/page/2/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + @@ -92,6 +96,14 @@

    Posts

    @@ -177,10 +181,20 @@ + + + + + + +
  • 4
  • + + + -
  • »
  • +
  • »
  • diff --git a/public/posts/page/3/index.html b/public/posts/page/3/index.html index ca509e2..f933d9f 100755 --- a/public/posts/page/3/index.html +++ b/public/posts/page/3/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + @@ -92,6 +96,14 @@

    Posts

    @@ -177,6 +181,21 @@ + + + + + + +
  • 4
  • + + + + + + +
  • »
  • + diff --git a/public/posts/page/4/index.html b/public/posts/page/4/index.html new file mode 100644 index 0000000..3a30d09 --- /dev/null +++ b/public/posts/page/4/index.html @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + Posts - AvaFrame + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    +

    Posts

    + + + + + + + +
      + + +
    • «
    • + + + + + + + + + + +
    • 1
    • + + + + + + + + + +
    • 2
    • + + + + + + + + + +
    • 3
    • + + + + + + + + + +
    • 4
    • + + + + +
    + + +
    + + +
    + +
    + +
    +
    +
    + +

    Want to contact us? Visit our matrix room at: + #public:matrix.avaframe.org

    + +
    +
    + + +
    + + + + + + + diff --git a/public/posts/positionnumericsclosed/index.html b/public/posts/positionnumericsclosed/index.html index b5e451c..dd45b1d 100644 --- a/public/posts/positionnumericsclosed/index.html +++ b/public/posts/positionnumericsclosed/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/projectstart/index.html b/public/posts/projectstart/index.html index 97ce89f..c885f3f 100644 --- a/public/posts/projectstart/index.html +++ b/public/posts/projectstart/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/publicproto/index.html b/public/posts/publicproto/index.html index 5633acf..2cc1de2 100644 --- a/public/posts/publicproto/index.html +++ b/public/posts/publicproto/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/recording1stworkshop/index.html b/public/posts/recording1stworkshop/index.html index e7042ff..a28d958 100644 --- a/public/posts/recording1stworkshop/index.html +++ b/public/posts/recording1stworkshop/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/version0_1/index.html b/public/posts/version0_1/index.html index 88d7baa..292346f 100644 --- a/public/posts/version0_1/index.html +++ b/public/posts/version0_1/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/version0_2/index.html b/public/posts/version0_2/index.html index 2af24b6..2fd0fdb 100644 --- a/public/posts/version0_2/index.html +++ b/public/posts/version0_2/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/version0_3/index.html b/public/posts/version0_3/index.html index 6128fb4..cf6513f 100644 --- a/public/posts/version0_3/index.html +++ b/public/posts/version0_3/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/posts/version1_0/index.html b/public/posts/version1_0/index.html new file mode 100644 index 0000000..227c02e --- /dev/null +++ b/public/posts/version1_0/index.html @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + Release Version 1.0 - AvaFrame + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    +
    +
    +

    Release Version 1.0

    +

    May 6, 2022

    + + +
    + +

    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. 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.

    +

    Felix

    + +
    + +
    + + + +
    + +
    + +
    + +
    +
    +
    + +

    Want to contact us? Visit our matrix room at: + #public:matrix.avaframe.org

    + +
    +
    + + +
    + + + + + + + diff --git a/public/reports/index.html b/public/reports/index.html new file mode 100644 index 0000000..c7a5bc2 --- /dev/null +++ b/public/reports/index.html @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + Reports - AvaFrame + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    +
    +
    +

    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.

    +
    + +
    +
    + + +
    + +
    + +
    +
    +
    + +

    Want to contact us? Visit our matrix room at: + #public:matrix.avaframe.org

    + +
    +
    + + +
    + + + + + + + diff --git a/public/sitemap.xml b/public/sitemap.xml index 759d4d3..dbe7f3d 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -3,10 +3,16 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> https://avaframe.org/ - 2022-04-03T00:00:00+01:00 + 2022-05-06T00:00:00+01:00 https://avaframe.org/posts/ - 2022-04-03T00:00:00+01:00 + 2022-05-06T00:00:00+01:00 + + https://avaframe.org/posts/version1_0/ + 2022-05-06T00:00:00+01:00 + + https://avaframe.org/posts/monthlyapr2022/ + 2022-05-05T00:00:00+01:00 https://avaframe.org/posts/monthlymar2022/ 2022-04-03T00:00:00+01:00 @@ -103,6 +109,9 @@ https://avaframe.org/contact/ 2020-02-26T13:00:08+01:00 + + https://avaframe.org/reports/ + 2020-02-26T13:00:08+01:00 https://avaframe.org/categories/ diff --git a/public/tags/index.html b/public/tags/index.html index 7796cb9..b40ab0d 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -44,7 +44,7 @@ - + @@ -74,6 +74,10 @@ Posts + + diff --git a/public/tags/page/1/index.html b/public/tags/page/1/index.html index 88a7ac7..a4fcb1d 100644 --- a/public/tags/page/1/index.html +++ b/public/tags/page/1/index.html @@ -1 +1,10 @@ -https://avaframe.org/tags/ \ No newline at end of file + + + + https://avaframe.org/tags/ + + + + + +