forked from M-Labs/web2019
Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
Sebastien Bourdeauducq | a5a8589b28 | |
Sebastien Bourdeauducq | bb42788fd3 |
|
@ -170,13 +170,6 @@ We welcome inquiries from research groups of all sizes.<br>[See what has been fu
|
||||||
<a href="https://github.com/cnourshargh/Bham-ARTIQ-examples" target="_blank" rel="noopener noreferrer">Repository</a>
|
<a href="https://github.com/cnourshargh/Bham-ARTIQ-examples" target="_blank" rel="noopener noreferrer">Repository</a>
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
{% layout_card(title="Deltaflow-on-ARTIQ", sameheight=120) %}
|
|
||||||
<small>Run programs in the Deltaflow language from Riverlane on simulated ARTIQ</small>
|
|
||||||
|
|
||||||
<a href="https://github.com/riverlane/deltaflow-on-artiq" target="_blank" rel="noopener noreferrer">Repository</a>
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% layout_card(title="DAX - Duke ARTIQ extensions", sameheight=120) %}
|
{% layout_card(title="DAX - Duke ARTIQ extensions", sameheight=120) %}
|
||||||
<small>A library to provide tools for system organization/abstraction and to improve usability by automating common functionality.</small>
|
<small>A library to provide tools for system organization/abstraction and to improve usability by automating common functionality.</small>
|
||||||
|
|
||||||
|
@ -234,6 +227,12 @@ We welcome inquiries from research groups of all sizes.<br>[See what has been fu
|
||||||
<a href="https://github.com/vuthalab/artiq" target="_blank" rel="noopener noreferrer">Repository</a>
|
<a href="https://github.com/vuthalab/artiq" target="_blank" rel="noopener noreferrer">Repository</a>
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
{% layout_card(title="OffsetStabilizer", sameheight=120) %}
|
||||||
|
<small>Stabilizer firmware for laser frequency offset stabilization</small>
|
||||||
|
|
||||||
|
<a href="https://github.com/PhBrb/OffsetStabilizer" target="_blank" rel="noopener noreferrer">Repository</a>
|
||||||
|
{% end %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% layout_div(css="col-12 text-center") %}
|
{% layout_div(css="col-12 text-center") %}
|
||||||
|
|
|
@ -877,14 +877,23 @@ const shop_data = {
|
||||||
price: 1500,
|
price: 1500,
|
||||||
image: '/images/shop/graphic-03_HVAMP32.svg',
|
image: '/images/shop/graphic-03_HVAMP32.svg',
|
||||||
specs: [
|
specs: [
|
||||||
'Amplifier: LTC6090, 32 channels.',
|
'Amplifier: LTC6090 or OPA462, 32 channels.',
|
||||||
'Amplification range: ±50V.',
|
'Amplification range up to ±25V and ±55V available.',
|
||||||
'Over-temperature protection.',
|
'Over-temperature protection.',
|
||||||
'External 12V power supply.',
|
'External 12V power supply.',
|
||||||
'Slew rate 21V/us typical.',
|
'Slew rate 21V/us typical.',
|
||||||
'Bandwidth: 12MHz/gain, 2.4MHz typical.',
|
'Bandwidth: 12MHz/gain, for ±25V range BW is 4.8MHz typical.',
|
||||||
'The same connector as in Zotino and Fastino.'
|
'The same connector as in Zotino and Fastino.'
|
||||||
],
|
],
|
||||||
|
options: [
|
||||||
|
{type: "Radio",
|
||||||
|
args: {
|
||||||
|
title: "Amplification range",
|
||||||
|
outvar: "hvamp",
|
||||||
|
variants: ["±25V", "±55V"],
|
||||||
|
fallback: 0
|
||||||
|
}},
|
||||||
|
],
|
||||||
size: 'small',
|
size: 'small',
|
||||||
warnings: [
|
warnings: [
|
||||||
"no_idc_source"
|
"no_idc_source"
|
||||||
|
|
Loading…
Reference in New Issue