diff --git a/README.md b/README.md index 37d1083a..38180d82 100644 --- a/README.md +++ b/README.md @@ -160,20 +160,9 @@ docs](https://urunc.io/tutorials/How-to-urunc-on-k8s/). ## Publications and talks -A part of our work in `urunc` has been published in EuroSys'24 SESAME workshop, -under the title [Sandboxing Functions for Efficient and Secure Multi-tenant -Serverless Deployments](https://dl.acm.org/doi/10.1145/3642977.3652096). Feel -free to ask us if you can not have access to the paper. - -Furthermore, `urunc` has appeared in various open source summits and events, -such as: - -- [Open Source Summit - 2023](https://osseu2023.sched.com/event/1OGgY/urunc-a-unikernel-container-runtime-georgios-ntoutsos-anastassios-nanos-nubificus-ltd) -- [FOSDEM 2024 -- Containers devroom](https://archive.fosdem.org/2024/schedule/event/fosdem-2024-3402-from-containers-to-unikernels-navigating-integration-challenges-in-cloud-native-environments/) -- [KubeCon 2024](https://kccnceu2024.sched.com/event/1YeRd/unikernels-in-k8s-performance-and-isolation-for-serverless-computing-with-knative-anastassios-nanos-ioannis-plakas-nubis-pc) -- [FOSDEM 2025 -- Containers devroom](https://fosdem.org/2025/schedule/event/fosdem-2025-6284-less-overhead-strong-isolation-running-containers-in-minimal-specialized-linux-vms/) -- [FOSDEM 2025 -- WASM devroom](https://fosdem.org/2025/schedule/event/fosdem-2025-6292-wasm-meets-unikernels-secure-and-efficient-cloud-native-deployments/) +Find our papers, conference talks, and events featuring `urunc` on the +[Talks & Publications](https://urunc.io/talks-and-publications/) page of the +documentation. ## Bug reporting diff --git a/docs/talks-and-publications.md b/docs/talks-and-publications.md new file mode 100644 index 00000000..8ebac8cc --- /dev/null +++ b/docs/talks-and-publications.md @@ -0,0 +1,20 @@ +# Talks & Publications + +A collection of papers, conference talks, and events featuring `urunc`. + +## Publications + +A part of our work in `urunc` has been published in EuroSys'24 SESAME +workshop, under the title [Sandboxing Functions for Efficient and Secure +Multi-tenant Serverless Deployments](https://dl.acm.org/doi/10.1145/3642977.3652096). +Feel free to ask us if you can not have access to the paper. + +## Talks & events + +`urunc` has appeared in various open source summits and events, such as: + +- [Open Source Summit 2023](https://osseu2023.sched.com/event/1OGgY/urunc-a-unikernel-container-runtime-georgios-ntoutsos-anastassios-nanos-nubificus-ltd) +- [FOSDEM 2024 — Containers devroom](https://archive.fosdem.org/2024/schedule/event/fosdem-2024-3402-from-containers-to-unikernels-navigating-integration-challenges-in-cloud-native-environments/) +- [KubeCon 2024](https://kccnceu2024.sched.com/event/1YeRd/unikernels-in-k8s-performance-and-isolation-for-serverless-computing-with-knative-anastassios-nanos-ioannis-plakas-nubis-pc) +- [FOSDEM 2025 — Containers devroom](https://fosdem.org/2025/schedule/event/fosdem-2025-6284-less-overhead-strong-isolation-running-containers-in-minimal-specialized-linux-vms/) +- [FOSDEM 2025 — WASM devroom](https://fosdem.org/2025/schedule/event/fosdem-2025-6292-wasm-meets-unikernels-secure-and-efficient-cloud-native-deployments/) diff --git a/mkdocs.yml b/mkdocs.yml index f360ef1d..b18a446b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,6 +37,7 @@ nav: - API Reference: https://pkg.go.dev/github.com/urunc-dev/urunc/pkg/unikontainers - Tutorials: - tutorials/*.md + - Talks & Publications: talks-and-publications.md theme: name: material