From e79d33e2e582a83348d040be36f13118bba0155b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 7 Feb 2025 22:50:19 +0800 Subject: [PATCH] update community resources --- content/experiment-control/resources.md | 30 ++++++++++++++----------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/content/experiment-control/resources.md b/content/experiment-control/resources.md index 8e847c3..4ea4b38 100644 --- a/content/experiment-control/resources.md +++ b/content/experiment-control/resources.md @@ -139,6 +139,17 @@ We welcome inquiries from research groups of all sizes.
[See what has been fu {% end %} +{% layout_card(title="DAX - Duke ARTIQ extensions", sameheight=120) %} +A library to provide tools for system organization/abstraction and to improve usability by automating common functionality. + + +{% end %} + +{% layout_card(title="flake8-artiq", sameheight=120) %} +A Flake8 plugin for checking ARTIQ code + + +{% end %} {% layout_card(title="Oxford routines", sameheight=120) %} Oxford Ion-Trap Group routines @@ -146,6 +157,12 @@ We welcome inquiries from research groups of all sizes.
[See what has been fu {% end %} +{% layout_card(title="ATOMIQ", sameheight=120) %} +An abstraction layer to move hardware specific information into a configuration layer and enables working with generic software objects representing the actual hardware in the lab. + + | +{% end %} + {% layout_card(title="UCLA routines", sameheight=120) %} ARTIQ experiments in use at UCLA AMO @@ -170,25 +187,12 @@ We welcome inquiries from research groups of all sizes.
[See what has been fu {% end %} -{% layout_card(title="DAX - Duke ARTIQ extensions", sameheight=120) %} -A library to provide tools for system organization/abstraction and to improve usability by automating common functionality. - - -{% end %} - - {% layout_card(title="Argent", sameheight=120) %} High-level sequence control interface for ARTIQ. {% end %} -{% layout_card(title="flake8-artiq", sameheight=120) %} -A Flake8 plugin for checking ARTIQ code - - -{% end %} - {% layout_card(title="GenericSCPIDriver", sameheight=120) %} A generic Python driver for SCPI devices driven over serial connections. Compatible with ARTIQ.