diff --git a/gatsby/content/otwsu/15.mdx b/gatsby/content/otwsu/15.mdx
new file mode 100644
index 000000000..7af53bc30
--- /dev/null
+++ b/gatsby/content/otwsu/15.mdx
@@ -0,0 +1,17 @@
+---
+edition: 15
+youtube: https://www.youtube.com/watch?v=X3vx4Ad7PtI
+section: otwsu
+image: /images/otwsu15.png
+eventdate: 2022-04-27
+---
+
+- We will speak about the relevance of open standards with **Italo from The
+ Document Foundation** and how it works in practice with the OpenDocument
+ format. Who are open standards for? Are there cases when open standards
+ can be a problem? Are they just a technical matter? Let's find out!
+- Pending answer from another guest :)
+- **Half-Shot from Element** is the author of the hookshot project… and it loves
+ open standards! Hookshot is a multi-purpose bridge which thrives when it
+ can use open APIs and open standards. How does interoperability help
+ bringing value? Half-Shot will show us in practice!
\ No newline at end of file
diff --git a/gatsby/src/pages/open-tech-will-save-us.js b/gatsby/src/pages/open-tech-will-save-us.js
index 9e6108629..e08b23d44 100644
--- a/gatsby/src/pages/open-tech-will-save-us.js
+++ b/gatsby/src/pages/open-tech-will-save-us.js
@@ -12,7 +12,7 @@ import moment from "moment";
const title = `Open Tech Will Save Us | ${config.siteTitle}`;
const SHOW_LIVE_STREAM = false;
-const NEXT_EVENT = 14;
+const NEXT_EVENT = 15;
let liveStream;
if (SHOW_LIVE_STREAM) {
@@ -31,7 +31,7 @@ if (SHOW_LIVE_STREAM) {
);
} else {
- liveStream = ;
+ liveStream =
;
}
const OTWSU = ({ data }) => {
@@ -47,7 +47,7 @@ const OTWSU = ({ data }) => {