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
Repository
{% 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.
+
+Repositories
+{% end %}
+
+{% layout_card(title="flake8-artiq", sameheight=120) %}
+A Flake8 plugin for checking ARTIQ code
+
+Repository
+{% 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
Repository
{% 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.
+
+Announcement | Repository
+{% 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
Repository
{% 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.
-
-Repositories
-{% end %}
-
-
{% layout_card(title="Argent", sameheight=120) %}
High-level sequence control interface for ARTIQ.
Repository
{% end %}
-{% layout_card(title="flake8-artiq", sameheight=120) %}
-A Flake8 plugin for checking ARTIQ code
-
-Repository
-{% end %}
-
{% layout_card(title="GenericSCPIDriver", sameheight=120) %}
A generic Python driver for SCPI devices driven over serial connections. Compatible with ARTIQ.