From b0669eebdf1ec7c3a65c6f950dad64dcd611d53a Mon Sep 17 00:00:00 2001
From: Philip Mundt <philip.mundt@uni-bielefeld.de>
Date: Sun, 29 Sep 2024 17:13:07 +0200
Subject: [PATCH] eng

---
 src/contents/engineering.tsx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/contents/engineering.tsx b/src/contents/engineering.tsx
index 5c49713c..4d75177c 100644
--- a/src/contents/engineering.tsx
+++ b/src/contents/engineering.tsx
@@ -9,6 +9,7 @@ import { useNavigation } from "../utils";
 import { TabScrollLink } from "../components/Link";
 import { InfoBox } from "../components/Boxes";
 import { DownloadLink } from "../components/Buttons";
+import EngPEsystems from "../sources/eng-pe-sources";
 
 
 
@@ -262,6 +263,9 @@ export function Engineering() {
                         <p></p> */}
                      </p>
                   </div>
+                  <section title="references" id="references">
+                     <EngPEsystems/>
+                  </section>
                   <br/>
                   <div className="row ">
                      <div className="col">
-- 
GitLab