From 302ae90139f6a88e2401fe29fe312387486e27a9 Mon Sep 17 00:00:00 2001 From: wyzula-jan Date: Tue, 6 Aug 2024 17:42:15 +0200 Subject: [PATCH] docs: added video tutorial section with BSEG YT video --- docs/user/getting_started/getting_started.md | 1 + docs/user/getting_started/video_tutorials.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 docs/user/getting_started/video_tutorials.md diff --git a/docs/user/getting_started/getting_started.md b/docs/user/getting_started/getting_started.md index ac40b4ab..1aeaa8a2 100644 --- a/docs/user/getting_started/getting_started.md +++ b/docs/user/getting_started/getting_started.md @@ -11,4 +11,5 @@ hidden: true installation/ quick_start/ auto_updates/ +video_tutorials/ ``` \ No newline at end of file diff --git a/docs/user/getting_started/video_tutorials.md b/docs/user/getting_started/video_tutorials.md new file mode 100644 index 00000000..8dccfb54 --- /dev/null +++ b/docs/user/getting_started/video_tutorials.md @@ -0,0 +1,17 @@ +(user.video_tutorials)= + +# Video Tutorials + +This section includes video tutorials that demonstrate various use cases of `bec-widgets`, including video tutorials, +presentations, and conference talks. + +## BSEG Meeting 24th July 2024 + +This video is a presentation of the BEC Widgets project at the BSEG meeting on the 24th July 2024. The presentation +covers the basic interactions, including visualization of live data acquisition and how to steer experiments using +user-friendly tools. Learn how BEC Widgets can enhance your experimental control projects with its intuitive interface +and powerful features. + +Used version of BEC Widgets: 0.91.0 + + \ No newline at end of file