Add monthly december 2021

master
Felix Oesterle 4 years ago
parent 2d166d1ecd
commit 924986c8af

@ -0,0 +1,45 @@
---
title: "This month in AvaFrame - December 2021 edition"
date: 2022-01-03T00:00:00+01:00
draft: false
---
Welcome to our last monthly update for 2021.
This month so a broad development across all modules:
- A new module `ana4Stats/probAna` is available and is concerned with all things related to probability runs
and it therefore includes a lot of tools for parameter variations as well. This lead to some general improvements
regarding filtering and ordering of simulations, both before any simulations are run, as well as for sorting
and filtering results for postprocessing.
- Some more initial particle distribution stuff was tackled, mainly experimenting on new ideas / improvements.
- One big improvement is related to our unique ID, the so called `simHash`. It now includes input data info
about the DEM, release/entrainment/secondary release scenario names. This avoids a previous issue in which
it was possible to get the same hash for different input values, if those values originated in the input
shape files. Glad this is off the table now...
- In the same area of the code, the process of getting thickness values from configuration or shape file is
now fully documented and fully reproducible.
- The documentation received some substantial update regarding the splitting and merging of particles, as well
as an extensive documentation for our bottom friction and operator splitting algorithm.
- The data format for AIMEC inputs and outputs is refactored to use pandas dataframes. This is to make it easier to use,
filter, order the outputs of AIMEC.
- We introduced the concept of the `travel angle`, expect some more development/output in this regard.
- Work is still going on regarding the similarity solution convergence test.
Some fixes that are included now:
- Fix com2AB documentation with ambiguous symbols
- Fix bug in ordering simulation files inside AIMEC
Hope you all had a nice end of the year, and are are excited for the new year to come (at least I am :-) )
Felix

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">
@ -108,6 +108,10 @@
<div class="content centered">
<ul>
<li>
<span>3. Jan, 2022</span><a href="https://avaframe.org/posts/monthlydec2021/">This month in AvaFrame - December 2021 edition</a>
</li>
<li>
<span>3. Dec, 2021</span><a href="https://avaframe.org/posts/monthlynov2021/">This month in AvaFrame - November 2021 edition</a>
</li>
@ -129,23 +133,19 @@
</li>
<li>
<span>5. Jun, 2021</span><a href="https://avaframe.org/posts/monthlymay2021/">This month in AvaFrame - May 2021 edition</a>
</li>
<li>
<span>5. May, 2021</span><a href="https://avaframe.org/posts/monthlyapr2021/">This month in AvaFrame - April 2021 edition</a>
<span>9. Jun, 2021</span><a href="https://avaframe.org/posts/monthlymeeting/">Monthly public meeting</a>
</li>
<li>
<span>26. Apr, 2021</span><a href="https://avaframe.org/posts/version0_3/">Release version 0.3</a>
<span>5. Jun, 2021</span><a href="https://avaframe.org/posts/monthlymay2021/">This month in AvaFrame - May 2021 edition</a>
</li>
<li>
<span>4. Apr, 2021</span><a href="https://avaframe.org/posts/monthlymar2021/">This month in AvaFrame - March 2021 edition</a>
<span>5. May, 2021</span><a href="https://avaframe.org/posts/monthlyapr2021/">This month in AvaFrame - April 2021 edition</a>
</li>
<li>
<span>5. Mar, 2021</span><a href="https://avaframe.org/posts/monthlyfeb2021/">This month in AvaFrame - February 2021 edition</a>
<span>26. Apr, 2021</span><a href="https://avaframe.org/posts/version0_3/">Release version 0.3</a>
</li>
</ul>

@ -6,7 +6,18 @@
<description>Recent content on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Fri, 03 Dec 2021 00:00:00 +0100</lastBuildDate><atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 03 Jan 2022 00:00:00 +0100</lastBuildDate><atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>This month in AvaFrame - December 2021 edition</title>
<link>https://avaframe.org/posts/monthlydec2021/</link>
<pubDate>Mon, 03 Jan 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlydec2021/</guid>
<description>Welcome to our last monthly update for 2021.
This month so a broad development across all modules:
A new module ana4Stats/probAna is available and is concerned with all things related to probability runs and it therefore includes a lot of tools for parameter variations as well. This lead to some general improvements regarding filtering and ordering of simulations, both before any simulations ar run, as well as for sorting and filtering results for postprocessing.</description>
</item>
<item>
<title>This month in AvaFrame - November 2021 edition</title>
<link>https://avaframe.org/posts/monthlynov2021/</link>
@ -70,6 +81,19 @@ 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.</description>
</item>
<item>
<title>Monthly public meeting</title>
<link>https://avaframe.org/posts/monthlymeeting/</link>
<pubDate>Wed, 09 Jun 2021 10:46:51 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlymeeting/</guid>
<description>We invite you to join our first monthly public update meeting on
Tuesday, 15. June, 9:30
via this link: online meeting (bigbluebutton, i.e. in your browser).
These meetings are meant to allow you to see what is currently going on in our development and we invite you to give feedback or suggestions.
We start with a flash update in which everyone working on the project gives a quick (2min) overview about their current work.</description>
</item>
<item>
<title>This month in AvaFrame - May 2021 edition</title>
<link>https://avaframe.org/posts/monthlymay2021/</link>

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">
@ -108,6 +108,14 @@
<div class="content centered">
<ul>
<li>
<span>4. Apr, 2021</span><a href="https://avaframe.org/posts/monthlymar2021/">This month in AvaFrame - March 2021 edition</a>
</li>
<li>
<span>5. Mar, 2021</span><a href="https://avaframe.org/posts/monthlyfeb2021/">This month in AvaFrame - February 2021 edition</a>
</li>
<li>
<span>30. Jan, 2021</span><a href="https://avaframe.org/posts/monthlyjan2021/">This month in AvaFrame - January 2021 edition</a>
</li>
@ -140,14 +148,6 @@
<span>21. Aug, 2020</span><a href="https://avaframe.org/posts/monthlyaug2020/">This month in AvaFrame - August 2020 edition</a>
</li>
<li>
<span>31. Jul, 2020</span><a href="https://avaframe.org/posts/monthlyjul2020/">This month in AvaFrame - July 2020 edition</a>
</li>
<li>
<span>5. Jun, 2020</span><a href="https://avaframe.org/posts/projectstart/">Project start</a>
</li>
</ul>
</div>

@ -40,7 +40,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">
@ -108,6 +108,14 @@
<div class="content centered">
<ul>
<li>
<span>31. Jul, 2020</span><a href="https://avaframe.org/posts/monthlyjul2020/">This month in AvaFrame - July 2020 edition</a>
</li>
<li>
<span>5. Jun, 2020</span><a href="https://avaframe.org/posts/projectstart/">Project start</a>
</li>
<li>
<span>1. Apr, 2020</span><a href="https://avaframe.org/posts/positionnumericsclosed/">Position numerics CLOSED</a>
</li>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">
@ -92,6 +92,10 @@
<h1 class="title">Posts</h1>
<ul>
<li>
<span>January 3, 2022</span><a href="https://avaframe.org/posts/monthlydec2021/">This month in AvaFrame - December 2021 edition</a>
</li>
<li>
<span>December 3, 2021</span><a href="https://avaframe.org/posts/monthlynov2021/">This month in AvaFrame - November 2021 edition</a>
</li>
@ -113,23 +117,19 @@
</li>
<li>
<span>June 5, 2021</span><a href="https://avaframe.org/posts/monthlymay2021/">This month in AvaFrame - May 2021 edition</a>
</li>
<li>
<span>May 5, 2021</span><a href="https://avaframe.org/posts/monthlyapr2021/">This month in AvaFrame - April 2021 edition</a>
<span>June 9, 2021</span><a href="https://avaframe.org/posts/monthlymeeting/">Monthly public meeting</a>
</li>
<li>
<span>April 26, 2021</span><a href="https://avaframe.org/posts/version0_3/">Release version 0.3</a>
<span>June 5, 2021</span><a href="https://avaframe.org/posts/monthlymay2021/">This month in AvaFrame - May 2021 edition</a>
</li>
<li>
<span>April 4, 2021</span><a href="https://avaframe.org/posts/monthlymar2021/">This month in AvaFrame - March 2021 edition</a>
<span>May 5, 2021</span><a href="https://avaframe.org/posts/monthlyapr2021/">This month in AvaFrame - April 2021 edition</a>
</li>
<li>
<span>March 5, 2021</span><a href="https://avaframe.org/posts/monthlyfeb2021/">This month in AvaFrame - February 2021 edition</a>
<span>April 26, 2021</span><a href="https://avaframe.org/posts/version0_3/">Release version 0.3</a>
</li>
</ul>

@ -6,7 +6,18 @@
<description>Recent content in Posts on AvaFrame</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Fri, 03 Dec 2021 00:00:00 +0100</lastBuildDate><atom:link href="https://avaframe.org/posts/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 03 Jan 2022 00:00:00 +0100</lastBuildDate><atom:link href="https://avaframe.org/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>This month in AvaFrame - December 2021 edition</title>
<link>https://avaframe.org/posts/monthlydec2021/</link>
<pubDate>Mon, 03 Jan 2022 00:00:00 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlydec2021/</guid>
<description>Welcome to our last monthly update for 2021.
This month so a broad development across all modules:
A new module ana4Stats/probAna is available and is concerned with all things related to probability runs and it therefore includes a lot of tools for parameter variations as well. This lead to some general improvements regarding filtering and ordering of simulations, both before any simulations ar run, as well as for sorting and filtering results for postprocessing.</description>
</item>
<item>
<title>This month in AvaFrame - November 2021 edition</title>
<link>https://avaframe.org/posts/monthlynov2021/</link>
@ -70,6 +81,19 @@ 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.</description>
</item>
<item>
<title>Monthly public meeting</title>
<link>https://avaframe.org/posts/monthlymeeting/</link>
<pubDate>Wed, 09 Jun 2021 10:46:51 +0100</pubDate>
<guid>https://avaframe.org/posts/monthlymeeting/</guid>
<description>We invite you to join our first monthly public update meeting on
Tuesday, 15. June, 9:30
via this link: online meeting (bigbluebutton, i.e. in your browser).
These meetings are meant to allow you to see what is currently going on in our development and we invite you to give feedback or suggestions.
We start with a flash update in which everyone working on the project gives a quick (2min) overview about their current work.</description>
</item>
<item>
<title>This month in AvaFrame - May 2021 edition</title>
<link>https://avaframe.org/posts/monthlymay2021/</link>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -0,0 +1,180 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="AvaFrame">
<meta name="description" content="https://avaframe.org">
<meta name="keywords" content="project,avalanche">
<meta property="og:site_name" content="AvaFrame">
<meta property="og:title" content="
This month in AvaFrame - December 2021 edition - AvaFrame
">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://avaframe.org/posts/monthlydec2021/">
<meta property="og:image" content="https://avaframe.org">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://avaframe.org/posts/monthlydec2021/">
<meta name="twitter:image" content="https://avaframe.org">
<base href="https://avaframe.org/posts/monthlydec2021/">
<title>
This month in AvaFrame - December 2021 edition - AvaFrame
</title>
<link rel="canonical" href="https://avaframe.org/posts/monthlydec2021/">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
<link rel="stylesheet" href="https://avaframe.org/css/normalize.min.css">
<link rel="stylesheet" href="https://avaframe.org/css/style.min.css">
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-16x16.png" sizes="16x16">
<link rel="alternate" href="https://avaframe.org/index.xml" type="application/rss+xml" title="AvaFrame">
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="/">AvaFrame</a>
<input type="checkbox" id="menu-control"/>
<label class="menu-mobile float-right " for="menu-control">
<span class="btn-mobile float-right ">&#9776;</span>
<ul class="navigation-list">
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://avaframe.org/about">About</a>
</li>
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://docs.avaframe.org">Documentation</a>
</li>
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://github.com/avaframe/AvaFrame/">Code</a>
</li>
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
</li>
<li class="navigation-item align-center ">
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
</li>
</ul>
</label>
</section>
</nav>
<div class="content">
<section class="container post">
<article>
<header>
<h1 class="title">This month in AvaFrame - December 2021 edition</h1>
<h2 class="date">January 3, 2022</h2>
</header>
<p>Welcome to our last monthly update for 2021.</p>
<p>This month so a broad development across all modules:</p>
<ul>
<li>
<p>A new module <code>ana4Stats/probAna</code> is available and is concerned with all things related to probability runs
and it therefore includes a lot of tools for parameter variations as well. This lead to some general improvements
regarding filtering and ordering of simulations, both before any simulations ar run, as well as for sorting
and filtering results for postprocessing.</p>
</li>
<li>
<p>Some more initial particle distribution stuff was tackled, mainly experimenting on new ideas / improvements.</p>
</li>
<li>
<p>One big improvement is related to our unique ID, the so called <code>simHash</code>. It now includes input data info
about the DEM, release/entrainment/secondary release scenario names. This avoids a previous issue in which
it was possible to get the same hash for different input values, if those values originated in the input
shape files. Glad this is off the table now&hellip;</p>
</li>
<li>
<p>In the same area of the code, the process of getting thickness values from configuration or shape file is
now fully documented and fully reproducible.</p>
</li>
<li>
<p>The documentation received some substantial update regarding the splitting and merging of particles, as well
as an extensive documentation for our bottom friction and operator splitting algorithm.</p>
</li>
<li>
<p>The data format for AIMEC inputs and outputs is refactored to use pandas dataframes. This is to make it easier to use,
filter, order the outputs of AIMEC.</p>
</li>
<li>
<p>We introduced the concept of the <code>travel angle</code>, expect some more development/output in this regard.</p>
</li>
<li>
<p>Work is still going on regarding the similarity solution convergence test.</p>
</li>
</ul>
<p>Some fixes that are included now:</p>
<ul>
<li>
<p>Fix com2AB documentation with ambiguous symbols</p>
</li>
<li>
<p>Fix bug in ordering simulation files inside AIMEC</p>
</li>
</ul>
<p>Hope you all had a nice end of the year, and are are excited for the new year to come (at least I am :-) )</p>
<p>Felix</p>
</article>
<br/>
</section>
</div>
<footer class="footer">
</footer>
<div class="fixed-bar">
<section class="container">
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
#public:matrix.avaframe.org</a></p>
</section>
</div>
</main>
<script src="https://avaframe.org/js/app.js"></script>
</body>
</html>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">
@ -92,6 +92,14 @@
<h1 class="title">Posts</h1>
<ul>
<li>
<span>April 4, 2021</span><a href="https://avaframe.org/posts/monthlymar2021/">This month in AvaFrame - March 2021 edition</a>
</li>
<li>
<span>March 5, 2021</span><a href="https://avaframe.org/posts/monthlyfeb2021/">This month in AvaFrame - February 2021 edition</a>
</li>
<li>
<span>January 30, 2021</span><a href="https://avaframe.org/posts/monthlyjan2021/">This month in AvaFrame - January 2021 edition</a>
</li>
@ -124,14 +132,6 @@
<span>August 21, 2020</span><a href="https://avaframe.org/posts/monthlyaug2020/">This month in AvaFrame - August 2020 edition</a>
</li>
<li>
<span>July 31, 2020</span><a href="https://avaframe.org/posts/monthlyjul2020/">This month in AvaFrame - July 2020 edition</a>
</li>
<li>
<span>June 5, 2020</span><a href="https://avaframe.org/posts/projectstart/">Project start</a>
</li>
</ul>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">
@ -92,6 +92,14 @@
<h1 class="title">Posts</h1>
<ul>
<li>
<span>July 31, 2020</span><a href="https://avaframe.org/posts/monthlyjul2020/">This month in AvaFrame - July 2020 edition</a>
</li>
<li>
<span>June 5, 2020</span><a href="https://avaframe.org/posts/projectstart/">Project start</a>
</li>
<li>
<span>April 1, 2020</span><a href="https://avaframe.org/posts/positionnumericsclosed/">Position numerics CLOSED</a>
</li>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">

@ -3,10 +3,13 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://avaframe.org/</loc>
<lastmod>2021-12-03T00:00:00+01:00</lastmod>
<lastmod>2022-01-03T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/</loc>
<lastmod>2021-12-03T00:00:00+01:00</lastmod>
<lastmod>2022-01-03T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlydec2021/</loc>
<lastmod>2022-01-03T00:00:00+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlynov2021/</loc>
<lastmod>2021-12-03T00:00:00+01:00</lastmod>
@ -22,6 +25,9 @@
</url><url>
<loc>https://avaframe.org/posts/monthlymeeting/</loc>
<lastmod>2021-06-09T10:46:51+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlymeeting/</loc>
<lastmod>2021-06-09T10:46:51+01:00</lastmod>
</url><url>
<loc>https://avaframe.org/posts/monthlymay2021/</loc>
<lastmod>2021-06-05T17:08:58+01:00</lastmod>

@ -44,7 +44,7 @@
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
<meta name="generator" content="Hugo 0.89.4" />
<meta name="generator" content="Hugo 0.91.2" />
</head>
<body class="">