From 408a93de620a15e30e3e19def3d3838fb6317cf0 Mon Sep 17 00:00:00 2001
From: Shaun McCance <shaunm@redhat.com>
Date: Jan 09 2024 14:45:36 +0000
Subject: Adding Michel


---

diff --git a/index.html b/index.html
index 058234a..02014c7 100644
--- a/index.html
+++ b/index.html
@@ -245,6 +245,22 @@ Any dates outside the room block will have to be booked separately.</li>
       </div>
     </div>
   </div>
+  <div class="speaker" id="lind">
+    <div class="speakerimg"><img src="lind.jpg"></div>
+    <div class="speakertxt">
+      <h3>Michel Lind</h3>
+      <p>Michel Lind (né Salim) is a long-term Fedora contributor who more
+        recently also contribute to EPEL and the Hyperscale SIG. In his day job,
+        Michel is a Production Engineer on the Linux Userspace team at Meta,
+        which is responsible for the CentOS deployment on the production fleet.</p>
+      <div class="speakerlinks">
+        <a href="https://accounts.centos.org/user/salimma/"><i class="fa-solid fa-user"></i></a>
+        <a href="https://keyoxide.org/5dce2e7e9c3b1cffd335c1d78b229d2f7ccc04f2"><i class="fa-solid fa-globe"></i></a>
+        <a href="https://hachyderm.io/@michelin"><i class="fa-brands fa-mastodon"></i></a>
+        <a href="https://www.threads.net/@michel.a.lind"><i class="fa-brands fa-threads"></i></a>
+      </div>
+    </div>
+  </div>
   <div class="speaker" id="mammadli">
     <div class="speakerimg"><img src="mammadli.jpg"></div>
     <div class="speakertxt">
@@ -468,6 +484,24 @@ Any dates outside the room block will have to be booked separately.</li>
       <a href="https://www.youtube.com/watch?v=6EelcbjbUa8">https://www.youtube.com/watch?v=6EelcbjbUa8</a></p>
   </div>
 
+  <div class="session" id="poi">
+    <h3>Using PoI Tracker for Enterprise Linux preparedness and to audit your dependencies</h3>
+    <p class="who"><a href="#lind"><img src="lind.jpg">Michel Lind</a></p>
+    <p>PoI Tracker is a tool intended to improve organizations' readiness to adopt
+      the next major Enterprise Linux release, and also make it easier to track the
+      packages they need - especially those community-maintained in the Extra Packages
+      for Enterprise Linux repository as well as projects such as the Hyperscale SIG
+      - and the dependency graph of these packages. This talk will cover both the
+      rationale, the development of the tool itself, and some of its use cases.</p>
+    <p>In addition, having this information about not only the leaf packages organizations
+      care about but also their dependencies, PoI tracker can be used to analyze the health
+      of these dependencies (e.g. surfacing dependencies that have major unfixed bugs, have
+      only a single maintainer) as well as their criticality (e.g. surfacing packages that
+      it turns out is used by many leaf packages) - organizations can then hopefully use
+      this information to invest resources in this (e.g. helping with packaging, contributing
+      code fixes, or funding the development)</p>
+  </div>
+
 </section>
 
 <section id="meetups">
diff --git a/lind.jpg b/lind.jpg
new file mode 100644
index 0000000..8c69001
Binary files /dev/null and b/lind.jpg differ