From a3cfb522688507e02000c47e661c9af4f1eddbc1 Mon Sep 17 00:00:00 2001 From: sovanna Date: Thu, 18 Jul 2019 15:50:50 +0200 Subject: [PATCH] refactor(website): Updates sinara core --- content/experiment-control/sinara-core.md | 29 ++++++++++------------- templates/_base.html | 2 +- 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/content/experiment-control/sinara-core.md b/content/experiment-control/sinara-core.md index 26b9f43..8c2804d 100644 --- a/content/experiment-control/sinara-core.md +++ b/content/experiment-control/sinara-core.md @@ -154,22 +154,17 @@ A low-noise clock distribution module that can be used to distribute low jitter {% end %} -{% layoutlr1() %} +{% layoutsmall(title="Purchasing Sinara hardware") %} +

+ Kasli and EEMs can be ordered now. We can deliver a rack-mountable crate that contains all the cards, is fully tested, and is ready to be connected to your experiment and computer network. +

+ Contact sales@m-***s.hk with your requirements and we will establish a quote. +

+{% end %} -
-
Purchasing Sinara hardware
-

- Kasli and EEMs can be ordered now. We can deliver a rack-mountable crate that contains all the cards, is fully tested, and is ready to be connected to your experiment and computer network. -

- Contact sales@m-***s.hk with your requirements and we will establish a quote. -

-
-
-
Metlino and Sayma
-

- For more demanding experiments, we have been developing the Metlino and Sayma system. One Sayma card includes 8 channels of 2.4GSPS 16-bit DACs and a Kintex Ultrascale FPGA. The FPGA synthesizes waveforms for the DACs and our gateware supports two-tone direct digital synthesis and shaping of the waveform parameters with splines. Multiple Sayma cards can be installed in a MicroTCA chassis together with one Metlino master. Clock synchronization will be supported. -

-
- -{% end %} \ No newline at end of file +{% layoutsmall(title="Metlino and Sayma") %} +

+ For more demanding experiments, we have been developing the Metlino and Sayma system. One Sayma card includes 8 channels of 2.4GSPS 16-bit DACs and a Kintex Ultrascale FPGA. The FPGA synthesizes waveforms for the DACs and our gateware supports two-tone direct digital synthesis and shaping of the waveform parameters with splines. Multiple Sayma cards can be installed in a MicroTCA chassis together with one Metlino master. Clock synchronization will be supported. +

+{% end %} diff --git a/templates/_base.html b/templates/_base.html index f678dd9..4c0c76f 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -3,7 +3,7 @@ - {% block title%}{{ config.title }}{% endblock %} + {% if page and page.title %}{{ page.title }} |{% endif %} {% block title%}{{ config.title }}{% endblock %}