From 2b97ce6e1f57035bb0bb01d59be13b6eb049005c Mon Sep 17 00:00:00 2001 From: Felix Oesterle Date: Tue, 1 Mar 2022 23:20:02 +0100 Subject: [PATCH] Add info 1st workshop, January update --- content/posts/Info1stPublicWorkshop.md | 28 +++ content/posts/MonthlyJan2022.md | 35 ++++ public/404.html | 2 +- public/about/index.html | 2 +- public/categories/index.html | 2 +- public/contact/index.html | 2 +- public/index.html | 18 +- public/index.xml | 27 ++- public/page/2/index.html | 18 +- public/page/3/index.html | 10 +- public/posts/announce1stworkshop/index.html | 2 +- public/posts/announceimc22/index.html | 2 +- public/posts/index.html | 18 +- public/posts/index.xml | 27 ++- public/posts/info1stworkshop/index.html | 150 ++++++++++++++++ public/posts/monthlyapr2021/index.html | 2 +- public/posts/monthlyaug2020/index.html | 2 +- public/posts/monthlydec2020/index.html | 2 +- public/posts/monthlydec2021/index.html | 2 +- public/posts/monthlyfeb2021/index.html | 2 +- public/posts/monthlyjan2021/index.html | 2 +- public/posts/monthlyjan2022/index.html | 170 ++++++++++++++++++ public/posts/monthlyjul2020/index.html | 2 +- public/posts/monthlymar2021/index.html | 2 +- public/posts/monthlymay2021/index.html | 2 +- public/posts/monthlymeeting/index.html | 2 +- public/posts/monthlynov2020/index.html | 2 +- public/posts/monthlynov2021/index.html | 2 +- public/posts/monthlyoct2020/index.html | 2 +- public/posts/monthlyoct2021/index.html | 2 +- public/posts/monthlysep2020/index.html | 2 +- public/posts/monthlyseptember2021/index.html | 2 +- public/posts/openpositionnumerics/index.html | 2 +- public/posts/page/2/index.html | 18 +- public/posts/page/3/index.html | 10 +- .../posts/positionnumericsclosed/index.html | 2 +- public/posts/projectstart/index.html | 2 +- public/posts/publicproto/index.html | 2 +- public/posts/version0_1/index.html | 2 +- public/posts/version0_2/index.html | 2 +- public/posts/version0_3/index.html | 2 +- public/sitemap.xml | 14 +- public/tags/index.html | 2 +- 43 files changed, 529 insertions(+), 74 deletions(-) create mode 100644 content/posts/Info1stPublicWorkshop.md create mode 100644 content/posts/MonthlyJan2022.md create mode 100644 public/posts/info1stworkshop/index.html create mode 100644 public/posts/monthlyjan2022/index.html diff --git a/content/posts/Info1stPublicWorkshop.md b/content/posts/Info1stPublicWorkshop.md new file mode 100644 index 0000000..1da9b42 --- /dev/null +++ b/content/posts/Info1stPublicWorkshop.md @@ -0,0 +1,28 @@ +--- +title: "Info 1st Public Workshop 8. March" +date: 2022-03-01T20:46:51+01:00 +draft: false +slug: "info1stworkshop" +--- + +As already announced, here's some more info about the + +**1st public AvaFrame workshop** on **8th of March at 11:00** (Central European Time; UTC+1:00). + +It takes place via a zoom meeting: [ZOOMLINK](https://bokuvienna.zoom.us/j/98631669754) (Login via browser is +possible, no app installation necessary). The workshop will be held in English. + +If you want to follow the hands on demo: +- please prepare by following the installation instructions on our +[documentation: standard installation](https://docs.avaframe.org/en/latest/installation.html#standard-setup-and-run). + +- you can bring your own data if you want, but we will also provide test data. + +For anybody unable to participate we will provide a recording of the workshop and you can +reach us on the AvaFrame matrix channel. +For more information see here: [AvaFrame communications](https://hedgedoc.avaframe.org/s/NGQG3RDxN#). + +Your AvaFrame core team + + + diff --git a/content/posts/MonthlyJan2022.md b/content/posts/MonthlyJan2022.md new file mode 100644 index 0000000..8c01db8 --- /dev/null +++ b/content/posts/MonthlyJan2022.md @@ -0,0 +1,35 @@ +--- +title: "This month in AvaFrame - January 2022 edition" +date: 2022-02-05T00:00:00+01:00 +draft: false +--- + +Welcome to the January 2022 update. + +Our focus this month was the preparation for our upcoming version 1.0 release. We finished the month by publishing +the first release candidate. See [github releases](https://github.com/avaframe/AvaFrame/releases) for a full changelog. + +- For the final release of version 1.0 we worked on a difference report, investigating our numerics and comparing it +to com1DFAOrig. + +- We streamlined and improved the way release thickness is being set in the DFA module *com1DFA* + - it is possible now to add variations if release thickness is read from shapefile. + - add percent and range variation options. + +- A new probability runscript is now in its final development stages. + +- On the numerics side *convergence* of com1DFA for the similarity solution test case was the topic of the month. + - The aim is to extract a criterion between the time and space discretization parameters that leads to convergence + of the numerical method towards the solution of the depth integrated equations. + - We are now trying to do the same analysis on more test cases. Starting with idealized topographies and coulomb friction, + but also real topographies. + +- Further minor improvements here and there, including: + - cleaning up runscripts. + - cleaning benchmarks. + - explore plotting options for uncertainty visualisation. + +That's it for this month, have a good start into this year! + +Felix + diff --git a/public/404.html b/public/404.html index 9ea96fe..d8b867a 100644 --- a/public/404.html +++ b/public/404.html @@ -40,7 +40,7 @@ - + diff --git a/public/about/index.html b/public/about/index.html index 30bb3c8..33966bb 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/categories/index.html b/public/categories/index.html index 264352c..9aed855 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/contact/index.html b/public/contact/index.html index e4423e3..620a431 100644 --- a/public/contact/index.html +++ b/public/contact/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/index.html b/public/index.html index a8e66c7..8990882 100644 --- a/public/index.html +++ b/public/index.html @@ -40,7 +40,7 @@ - + @@ -108,6 +108,14 @@
diff --git a/public/index.xml b/public/index.xml index aa79ebf..82b2c9e 100644 --- a/public/index.xml +++ b/public/index.xml @@ -6,7 +6,32 @@ Recent content on AvaFrame Hugo -- gohugo.io en - Wed, 19 Jan 2022 10:46:51 +0100 + Tue, 01 Mar 2022 20:46:51 +0100 + + Info 1st Public Workshop 8. March + https://avaframe.org/posts/info1stworkshop/ + Tue, 01 Mar 2022 20:46:51 +0100 + + https://avaframe.org/posts/info1stworkshop/ + As already announced, here’s some more info about the +1st public AvaFrame workshop on 8th of March at 11:00 (Central European Time; UTC+1:00). +It takes place via a zoom meeting: ZOOMLINK (Login via browser is possible, no app installation necessary). The workshop will be held in English. +If you want to follow the hands on demo: + please prepare by following the installation instructions on our documentation: standard installation. + + + + This month in AvaFrame - January 2022 edition + https://avaframe.org/posts/monthlyjan2022/ + Sat, 05 Feb 2022 00:00:00 +0100 + + https://avaframe.org/posts/monthlyjan2022/ + Welcome to the January 2022 update. +Our focus this month was the preparation for our upcoming version 1.0 release. We finished the month by publishing the first release candidate. See github releases for a full changelog. + For the final release of version 1.0 we worked on a difference report, investigating our numerics and comparing it to com1DFAOrig. + We streamlined and improved the way release thickness is being set in the DFA module com1DFA + + 1st Public Workshop https://avaframe.org/posts/announce1stworkshop/ diff --git a/public/page/2/index.html b/public/page/2/index.html index a64c74f..4f79af5 100644 --- a/public/page/2/index.html +++ b/public/page/2/index.html @@ -40,7 +40,7 @@ - + @@ -108,6 +108,14 @@ diff --git a/public/page/3/index.html b/public/page/3/index.html index 227cca8..cd578ef 100644 --- a/public/page/3/index.html +++ b/public/page/3/index.html @@ -40,7 +40,7 @@ - + @@ -108,6 +108,14 @@
    +
  • + 29. Oct, 2020This month in AvaFrame - October 2020 edition +
  • + +
  • + 30. Sep, 2020This month in AvaFrame - September 2020 edition +
  • +
  • 21. Aug, 2020This month in AvaFrame - August 2020 edition
  • diff --git a/public/posts/announce1stworkshop/index.html b/public/posts/announce1stworkshop/index.html index 550b6f7..e5546c1 100644 --- a/public/posts/announce1stworkshop/index.html +++ b/public/posts/announce1stworkshop/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/announceimc22/index.html b/public/posts/announceimc22/index.html index f0621c5..9ce6cb5 100644 --- a/public/posts/announceimc22/index.html +++ b/public/posts/announceimc22/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/index.html b/public/posts/index.html index b07f74a..e85fabd 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -44,7 +44,7 @@ - + @@ -92,6 +92,14 @@

    Posts

    diff --git a/public/posts/index.xml b/public/posts/index.xml index 72fe403..1e6433c 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 - Wed, 19 Jan 2022 10:46:51 +0100 + Tue, 01 Mar 2022 20:46:51 +0100 + + Info 1st Public Workshop 8. March + https://avaframe.org/posts/info1stworkshop/ + Tue, 01 Mar 2022 20:46:51 +0100 + + https://avaframe.org/posts/info1stworkshop/ + As already announced, here’s some more info about the +1st public AvaFrame workshop on 8th of March at 11:00 (Central European Time; UTC+1:00). +It takes place via a zoom meeting: ZOOMLINK (Login via browser is possible, no app installation necessary). The workshop will be held in English. +If you want to follow the hands on demo: + please prepare by following the installation instructions on our documentation: standard installation. + + + + This month in AvaFrame - January 2022 edition + https://avaframe.org/posts/monthlyjan2022/ + Sat, 05 Feb 2022 00:00:00 +0100 + + https://avaframe.org/posts/monthlyjan2022/ + Welcome to the January 2022 update. +Our focus this month was the preparation for our upcoming version 1.0 release. We finished the month by publishing the first release candidate. See github releases for a full changelog. + For the final release of version 1.0 we worked on a difference report, investigating our numerics and comparing it to com1DFAOrig. + We streamlined and improved the way release thickness is being set in the DFA module com1DFA + + 1st Public Workshop https://avaframe.org/posts/announce1stworkshop/ diff --git a/public/posts/info1stworkshop/index.html b/public/posts/info1stworkshop/index.html new file mode 100644 index 0000000..a5eade0 --- /dev/null +++ b/public/posts/info1stworkshop/index.html @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + Info 1st Public Workshop 8. March - AvaFrame + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    +
    +
    +

    Info 1st Public Workshop 8. March

    +

    March 1, 2022

    + + +
    + +

    As already announced, here’s some more info about the

    +

    1st public AvaFrame workshop on 8th of March at 11:00 (Central European Time; UTC+1:00).

    +

    It takes place via a zoom meeting: ZOOMLINK (Login via browser is +possible, no app installation necessary). The workshop will be held in English.

    +

    If you want to follow the hands on demo:

    +
      +
    • +

      please prepare by following the installation instructions on our +documentation: standard installation.

      +
    • +
    • +

      you can bring your own data if you want, but we will also provide test data.

      +
    • +
    +

    For anybody unable to participate we will provide a recording of the workshop and you can +reach us on the AvaFrame matrix channel. +For more information see here: AvaFrame communications.

    +

    Your AvaFrame core team

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

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

    + +
    +
    + + +
    + + + + + + + diff --git a/public/posts/monthlyapr2021/index.html b/public/posts/monthlyapr2021/index.html index f82348f..f7aae32 100644 --- a/public/posts/monthlyapr2021/index.html +++ b/public/posts/monthlyapr2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyaug2020/index.html b/public/posts/monthlyaug2020/index.html index 19f25d3..a7ec511 100644 --- a/public/posts/monthlyaug2020/index.html +++ b/public/posts/monthlyaug2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlydec2020/index.html b/public/posts/monthlydec2020/index.html index 2fea4eb..bafd371 100644 --- a/public/posts/monthlydec2020/index.html +++ b/public/posts/monthlydec2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlydec2021/index.html b/public/posts/monthlydec2021/index.html index b241d8d..5e920b6 100644 --- a/public/posts/monthlydec2021/index.html +++ b/public/posts/monthlydec2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyfeb2021/index.html b/public/posts/monthlyfeb2021/index.html index edc7fd8..7caf1ba 100644 --- a/public/posts/monthlyfeb2021/index.html +++ b/public/posts/monthlyfeb2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyjan2021/index.html b/public/posts/monthlyjan2021/index.html index 43ae068..0a17608 100644 --- a/public/posts/monthlyjan2021/index.html +++ b/public/posts/monthlyjan2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyjan2022/index.html b/public/posts/monthlyjan2022/index.html new file mode 100644 index 0000000..4c3bbe3 --- /dev/null +++ b/public/posts/monthlyjan2022/index.html @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + This month in AvaFrame - January 2022 edition - AvaFrame + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    +
    +
    +

    This month in AvaFrame - January 2022 edition

    +

    February 5, 2022

    + + +
    + +

    Welcome to the January 2022 update.

    +

    Our focus this month was the preparation for our upcoming version 1.0 release. We finished the month by publishing +the first release candidate. See github releases for a full changelog.

    +
      +
    • +

      For the final release of version 1.0 we worked on a difference report, investigating our numerics and comparing it +to com1DFAOrig.

      +
    • +
    • +

      We streamlined and improved the way release thickness is being set in the DFA module com1DFA

      +
        +
      • it is possible now to add variations if release thickness is read from shapefile.
      • +
      • add percent and range variation options.
      • +
      +
    • +
    • +

      A new probability runscript is now in its final development stages.

      +
    • +
    • +

      On the numerics side convergence of com1DFA for the similarity solution test case was the topic of the month.

      +
        +
      • The aim is to extract a criterion between the time and space discretization parameters that leads to convergence +of the numerical method towards the solution of the depth integrated equations.
      • +
      • We are now trying to do the same analysis on more test cases. Starting with idealized topographies and coulomb friction, +but also real topographies.
      • +
      +
    • +
    • +

      Further minor improvements here and there, including:

      +
        +
      • cleaning up runscripts.
      • +
      • cleaning benchmarks.
      • +
      • explore plotting options for uncertainty visualisation.
      • +
      +
    • +
    +

    That’s it for this month, have a good start into this year!

    +

    Felix

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

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

    + +
    +
    + + +
    + + + + + + + diff --git a/public/posts/monthlyjul2020/index.html b/public/posts/monthlyjul2020/index.html index 97c692c..4859086 100644 --- a/public/posts/monthlyjul2020/index.html +++ b/public/posts/monthlyjul2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlymar2021/index.html b/public/posts/monthlymar2021/index.html index edc26ac..f747076 100644 --- a/public/posts/monthlymar2021/index.html +++ b/public/posts/monthlymar2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlymay2021/index.html b/public/posts/monthlymay2021/index.html index a34b9ca..1e27004 100644 --- a/public/posts/monthlymay2021/index.html +++ b/public/posts/monthlymay2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlymeeting/index.html b/public/posts/monthlymeeting/index.html index 3296d95..ffe3aca 100644 --- a/public/posts/monthlymeeting/index.html +++ b/public/posts/monthlymeeting/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlynov2020/index.html b/public/posts/monthlynov2020/index.html index e1bf4cc..b882907 100644 --- a/public/posts/monthlynov2020/index.html +++ b/public/posts/monthlynov2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlynov2021/index.html b/public/posts/monthlynov2021/index.html index f5b28f8..4cda77a 100644 --- a/public/posts/monthlynov2021/index.html +++ b/public/posts/monthlynov2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyoct2020/index.html b/public/posts/monthlyoct2020/index.html index 11e93b2..fd48672 100644 --- a/public/posts/monthlyoct2020/index.html +++ b/public/posts/monthlyoct2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyoct2021/index.html b/public/posts/monthlyoct2021/index.html index 877d60f..a893cf4 100644 --- a/public/posts/monthlyoct2021/index.html +++ b/public/posts/monthlyoct2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlysep2020/index.html b/public/posts/monthlysep2020/index.html index 31c0e68..18ec701 100644 --- a/public/posts/monthlysep2020/index.html +++ b/public/posts/monthlysep2020/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/monthlyseptember2021/index.html b/public/posts/monthlyseptember2021/index.html index 8f4e31e..f4b5fc8 100644 --- a/public/posts/monthlyseptember2021/index.html +++ b/public/posts/monthlyseptember2021/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/openpositionnumerics/index.html b/public/posts/openpositionnumerics/index.html index 5b4b8fa..09360a6 100644 --- a/public/posts/openpositionnumerics/index.html +++ b/public/posts/openpositionnumerics/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/page/2/index.html b/public/posts/page/2/index.html index 2c14a7a..e79a037 100644 --- a/public/posts/page/2/index.html +++ b/public/posts/page/2/index.html @@ -44,7 +44,7 @@ - + @@ -92,6 +92,14 @@

    Posts

    diff --git a/public/posts/page/3/index.html b/public/posts/page/3/index.html index 06abd22..b2b98cd 100755 --- a/public/posts/page/3/index.html +++ b/public/posts/page/3/index.html @@ -44,7 +44,7 @@ - + @@ -92,6 +92,14 @@

    Posts

      +
    • + October 29, 2020This month in AvaFrame - October 2020 edition +
    • + +
    • + September 30, 2020This month in AvaFrame - September 2020 edition +
    • +
    • August 21, 2020This month in AvaFrame - August 2020 edition
    • diff --git a/public/posts/positionnumericsclosed/index.html b/public/posts/positionnumericsclosed/index.html index 89d87d5..4dce5a4 100644 --- a/public/posts/positionnumericsclosed/index.html +++ b/public/posts/positionnumericsclosed/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/projectstart/index.html b/public/posts/projectstart/index.html index 65d5bfa..fc81189 100644 --- a/public/posts/projectstart/index.html +++ b/public/posts/projectstart/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/publicproto/index.html b/public/posts/publicproto/index.html index 2fa5c0e..864604b 100644 --- a/public/posts/publicproto/index.html +++ b/public/posts/publicproto/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/version0_1/index.html b/public/posts/version0_1/index.html index 8359501..ec2a067 100644 --- a/public/posts/version0_1/index.html +++ b/public/posts/version0_1/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/version0_2/index.html b/public/posts/version0_2/index.html index 4f82987..43d33a0 100644 --- a/public/posts/version0_2/index.html +++ b/public/posts/version0_2/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/posts/version0_3/index.html b/public/posts/version0_3/index.html index ce96369..0e4e83d 100644 --- a/public/posts/version0_3/index.html +++ b/public/posts/version0_3/index.html @@ -44,7 +44,7 @@ - + diff --git a/public/sitemap.xml b/public/sitemap.xml index 53070c6..b951226 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,13 +2,19 @@ - https://avaframe.org/posts/announce1stworkshop/ - 2022-01-19T10:46:51+01:00 - https://avaframe.org/ - 2022-01-19T10:46:51+01:00 + 2022-03-01T20:46:51+01:00 + + https://avaframe.org/posts/info1stworkshop/ + 2022-03-01T20:46:51+01:00 https://avaframe.org/posts/ + 2022-03-01T20:46:51+01:00 + + https://avaframe.org/posts/monthlyjan2022/ + 2022-02-05T00:00:00+01:00 + + https://avaframe.org/posts/announce1stworkshop/ 2022-01-19T10:46:51+01:00 https://avaframe.org/posts/announceimc22/ diff --git a/public/tags/index.html b/public/tags/index.html index 6c75d67..e19072e 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -44,7 +44,7 @@ - +