feat(website): Adds artiq and about-us + responsive

master
sovanna 2019-07-05 14:58:20 +02:00
parent 72b973b33f
commit 1c8e53ec08
35 changed files with 325 additions and 73 deletions

View File

@ -2,3 +2,104 @@
title = "Artiq"
weight = 1
+++
## ARTIQ
{% textimg(src="images/lab_hardware@2x.jpg", alt="lab hardware", bodyleft=true) %}
ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is a leading-edge control system for quantum information experiments. It was initiated and developed in partnership with the <a href="https://www.nist.gov/pml/time-and-frequency-division/ion-storage" target="_blank" rel="noopener noreferrer">Ion Storage Group</a> at NIST, and is now used and supported by a growing number of research institutions worldwide. While ARTIQ is currently mostly used by atomic physics groups, its applicability reaches beyond ion trapping.
{% end %}
{% textimg(src="images/nist_crate1@2x.jpg", alt="lab hardware", md=true) %}
Modern research on quantum information systems poses particular challenges to the control system:
- dozens of signals need to be received and generated with extremely precise timing, in particular to ensure phase coherence
- quantum error correction schemes require very low reaction latency in response to a measurement
- real-world implementations of quantum gates, and a fortiori quantum algorithms, involve structurally complex protocols
- ever-improving experimental techniques drive the need for a flexible and programmable system
- the diversity of equipment, device drivers and data analysis software involved in a single experiment results in a distributed and multi-platform environment
{% end %}
##### Enter ARTIQ
{% textimg(src="images/gui_screenshot_small@2x.jpg", alt="lab hardware", bodyleft=true, md=true) %}
ARTIQ features a high-level programming language, based on Python, that helps describing complex experiments. It is compiled and executed on dedicated FPGA hardware with nanosecond timing resolution and sub-microsecond latency.
The time-critical code (a kernel) running on the FPGA (the core device) is easily interfaced with Python code on the computer using a remote procedure call (RPC) mechanism.
The FPGA design is highly portable so that it can adapt to different laboratory setups and resist hardware obsolescence.
ARTIQ drivers for non-realtime devices can be run on remote machines with different operating systems.
The project also includes a graphical user interface, an experiment scheduling system, and databases for experiments, devices, parameters and results.
Technologies employed include <a href="http://python.org/" target="_blank" rel="noopener noreferrer">Python</a>, [Migen](/gateware/migen/), [MiSoC](/gateware/migen/)/<a href="https://github.com/openrisc/mor1kx" target="_blank" rel="noopener noreferrer">mor1kx</a>, <a href="http://llvm.org/" target="_blank" rel="noopener noreferrer">LLVM</a> and <a href="https://github.com/numba/llvmlite" target="_blank" rel="noopener noreferrer">llvmlite</a>.
{% end %}
{{ centercontent(md=true, src='images/comp@2x.png', alt='comp') }}
##### Partners
ARTIQ was initiated by the Ion Storage Group at NIST, and other partners have contributed to major features and developments related to ARTIQ and/or Sinara. Please get in touch if you would like to help move ARTIQ forward!
{% logos() %}
[![](/images/logo_nist.png)](https://www.nist.gov/pml/time-and-frequency-division/ion-storage)
[![](/images/logo_oxford.png)](https://www2.physics.ox.ac.uk/)
[![](/images/logo_jqi.png)](http://jqi.umd.edu/)
[![](/images/logo_duke.png)](http://www.duke.edu)
[![](/images/logo_ptb.png)](http://ptb.de)
[![](/images/logo_bmbf.png)](https://bmbf.de)
[![](/images/logo_ise.png)](http://www.ise.pw.edu.pl)
{% end %}
##### Open source
{% textimg(src="images/gui_screenshot_allcock_small@2x.jpg", alt="gui screenshot allcock small", bodyleft=true, md=true) %}
Another goal of ARTIQ is to streamline and simplify the design flow of quantum physics instrumentation by promoting design reuse through the development of platform-independent, open-source hardware and software.
Our aim is to provide a control system suitable for the challenges of modern quantum information research, which is based on modular, parameterized and open components that allow physicists to rapidly design and deploy new experiments.
{% end %}
##### Sinara hardware
{% textimg(src="images/sinara_crate_small@2x.jpg", alt="sinara crate small", md=true) %}
The first ARTIQ core devices used hardware built in-house by physicists. To improve the quality, features and scalability of ARTIQ systems, we have been developing the Sinara device family. It aims at providing turnkey control hardware that is reproducible, open, flexible, modular, well-tested, and well-supported by the ARTIQ control software.
{% end %}
##### Other users and contributors
{% logos() %}
[![](/images/logo_freiburg.png)](https://www.qsim.uni-freiburg.de/)
[![](/images/logo_uh.png)](https://www.lnqe.uni-hannover.de)
[![](/images/logo_hu.png)](https://www.physics.hu-berlin.de/en/qom)
[![](/images/logo_sysu.png)](http://spa.sysu.edu.cn/en)
[![](/images/logo_wipm.jpg)](http://www.wipm.cas.cn/)
[![](/images/logo_ustc.png)](http://en.ustc.edu.cn/)
[![](/images/logo_tsinghua.png)](http://www.tsinghua.edu.cn/)
{% end %}

View File

@ -8,7 +8,7 @@ h5 {
color: $brand-color;
}
h3 {
h3, h2 {
color: $color-secondary;
}
@ -16,6 +16,20 @@ h3 {
background: #fff;
}
.logos-centered {
p {
display: flex;
flex-direction: row;
justify-content: center;
align-content: center;
align-items: center;
flex-wrap: wrap;
img {
padding: .8rem;
}
}
}
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {

BIN
static/images/comp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
static/images/comp@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

BIN
static/images/logo_bmbf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
static/images/logo_duke.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
static/images/logo_hu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
static/images/logo_ise.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
static/images/logo_jqi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
static/images/logo_nist.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 908 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
static/images/logo_ptb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
static/images/logo_sysu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
static/images/logo_uh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
static/images/logo_ustc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
static/images/logo_wipm.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

View File

@ -109,99 +109,102 @@
<footer class="container text-center text-md-left">
<div class="row pt-5 pb-5">
{% block footer_contact %}
<div class="col-12 col-md-6 pb-5 pb-md-0">
<div class="row pt-5 pb-5">
<h5 class="pb-3">Sales inquiries</h5>
<div class="col-12 col-md-6 pb-5 pb-md-0">
<table class="w-100 col-12 col-lg-8">
<h5 class="pb-3">Sales inquiries</h5>
<tbody>
<table class="w-100 col-12 col-lg-8">
<tr>
<td class="font-weight-bold w-50">Sales</td>
<td class="w-50">sales@m-***s.hk</td>
</tr>
<tbody>
<tr>
<td class="font-weight-bold w-50">Sébastien</td>
<td class="w-50">sb@m-***s.hk</td>
</tr>
<tr>
<td class="font-weight-bold w-50">Sales</td>
<td class="w-50">sales@m-***s.hk</td>
</tr>
<tr>
<td class="font-weight-bold w-50">Robert</td>
<td class="w-50">rj@m-***s.hk</td>
</tr>
<tr>
<td class="font-weight-bold w-50">Sébastien</td>
<td class="w-50">sb@m-***s.hk</td>
</tr>
</tbody>
<tr>
<td class="font-weight-bold w-50">Robert</td>
<td class="w-50">rj@m-***s.hk</td>
</tr>
</table>
</tbody>
</div>
</table>
<div class="col-12 col-md-6">
</div>
<h5 class="pb-3">Technicals inquiries</h5>
<div class="col-12 col-md-6">
<p>
Ask on the <a href="https://chat.m-labs.hk/" target="_blank" rel="noopener noreferrer">Mattermost chat room</a> (or the IRC channel #m-labs on Freenode), open an issue in the relevant project, or write to the mailing list <a href="https://ssl.serverraum.org/lists/listinfo/devel" rel="noopener noreferrer" target="_blank">devel</a> (for Migen/MiSoC) or <a href="https://ssl.serverraum.org/lists/listinfo/artiq" rel="noopener noreferrer" target="_blank">ARTIQ</a>.
<br>
Patches should be sent via a pull request.
</p>
<h5 class="pb-3">Technicals inquiries</h5>
<p>
Go to <a href="https://forum.m-labs.hk/" rel="noopener noreferrer" target="_blank">forum.m-labs.hk</a> to discuss all things ARTIQ, (n)Migen, MiSoC and HeavyX with the community.
</p>
<p>
Ask on the <a href="https://chat.m-labs.hk/" target="_blank" rel="noopener noreferrer">Mattermost chat room</a> (or the IRC channel #m-labs on Freenode), open an issue in the relevant project, or write to the mailing list <a href="https://ssl.serverraum.org/lists/listinfo/devel" rel="noopener noreferrer" target="_blank">devel</a> (for Migen/MiSoC) or <a href="https://ssl.serverraum.org/lists/listinfo/artiq" rel="noopener noreferrer" target="_blank">ARTIQ</a>.
<br>
Patches should be sent via a pull request.
</p>
</div>
<p>
Go to <a href="https://forum.m-labs.hk/" rel="noopener noreferrer" target="_blank">forum.m-labs.hk</a> to discuss all things ARTIQ, (n)Migen, MiSoC and HeavyX with the community.
</p>
</div>
<div class="row pb-5">
<div class="col-12 col-md-6 pb-5 pb-md-0">
<h5 class="pb-3">Office</h5>
<p>
<strong>M-Labs Limited</strong>
<br>
G/F Kam Hoi Mansion, 31 Pan Hoi Street, Quarry Bay, Hong Kong
<br>
<br>
This is part of the building complex numbered 15-53A on the street entrance.
<br>
<br>
<strong>MTR:</strong> Island Line, Quarry Bay, exit A
<br>
<strong>Tramway:</strong> Mount Parker Road
<br>
<strong>Bus:</strong> Sunway Gardens / Westlands Road / Pan Hoi Street
<br>
<br>
<strong>Tel:</strong> +852 59362721
</p>
<p>
</p>
</div>
<div class="col-12 col-md-6">
<div class="card">
<img class="card-img-top img-fluid" src="{{ get_url(path='images/map@2x.jpg', cachebust=true) }}" alt="map">
</div>
</div>
</div>
<div class="row pb-5">
<div class="col-12 col-md-6 pb-5 pb-md-0">
<h5 class="pb-3">Office</h5>
<p>
<strong>M-Labs Limited</strong>
<br>
G/F Kam Hoi Mansion, 31 Pan Hoi Street, Quarry Bay, Hong Kong
<br>
<br>
This is part of the building complex numbered 15-53A on the street entrance.
<br>
<br>
<strong>MTR:</strong> Island Line, Quarry Bay, exit A
<br>
<strong>Tramway:</strong> Mount Parker Road
<br>
<strong>Bus:</strong> Sunway Gardens / Westlands Road / Pan Hoi Street
<br>
<br>
<strong>Tel:</strong> +852 59362721
</p>
<p>
</p>
</div>
<div class="col-12 col-md-6">
<div class="card">
<img class="card-img-top img-fluid" src="{{ get_url(path='images/map@2x.jpg', cachebust=true) }}" alt="map">
</div>
</div>
</div>
{% endblock %}
<p class="pt-5 pb-2 text-center">
<small>Copyright &copy; <span id="copyright_year"></span>, M-Labs. All Rights Reserved.</small>

View File

@ -3,4 +3,48 @@
{% block main_content %}
<h2>ABOUT US</h2>
<div class="mt-5 pt-3 mb-5 pb-5">
<h5 class="mb-3">Milkymist</h5>
<div class="row">
<div class="col-12 col-md-6">
<p>
Milkymist was founded in summer 2007 by Sébastien Bourdeauducq. The open source project tackled the development of a system-on-chip design capable of running MilkDrop. The name "Milkymist" was chosen to evoke a parallel MilkDrop. The development was no small task, as it required designing and/or integrating a powerful 32-bit microprocessor core, basic peripherals, many interfaces, a fast SDRAM controller, and graphics acceleration. The video synthesizer born out of those efforts, the <a href="https://m-labs.hk/m1.html" target="_blank" rel="noopener noreferrer">Milkymist One</a>, was launched in September 2011 with the help of open hardware company Sharism at Work.
</p>
</div>
<div class="col-12 col-md-6">
<p>
Components of the Milkymist system-on-chip soon found many other uses, such as <a href="https://m-labs.hk/jpl_letter.jpg" target="_blank" rel="noopener noreferrer">software-defined radio</a> on board the International Space Station. The community grew and activities diversified, with the development of a <a href="http://www.ohwr.org/projects/tdc-core/wiki" target="_blank" rel="noopener noreferrer">TDC core</a> for CERN (using a variant of the Milkymist SoC for integration), the <a href="https://m-labs.hk/migen/index.html" target="_blank" rel="noopener noreferrer">Migen</a> logic design system and its application to the Rhino software-defined radio platform, and the <a href="https://m-labs.hk/mixxeo.html" target="_blank" rel="noopener noreferrer">Mixxeo</a> digital video mixer. In 2013, Milkymist was renamed to M-Labs to mark the more varied activities, and formally incorporated in Hong Kong as M-Labs Limited.
</p>
</div>
</div>
<div class="row">
<div class="col-12">
<p class="pt-4">
<strong>The company's current main project is <a href="{{ get_url(path='@/experiment-control/artiq.md') }}">ARTIQ</a>, a leading-edge open source control system for quantum information experiments. In 2016, Robert Jördens joined the directorate of the company to further develop ARTIQ and other physics-related projects.</strong>
</p>
</div>
</div>
</div>
<h2>CONTACT US</h2>
{% endblock %}

View File

@ -1 +1,12 @@
{% extends 'section.html' %}
{% block styles %}
<style>
h2, h5 {
margin-bottom: 3rem!important;
}
</style>
{% endblock %}
{% block footer_contact %}{% endblock %}

View File

@ -0,0 +1,11 @@
<div class="row d-flex align-items-center mt-5 mb-5 pt-3 pb-3">
<div class="col-12">
<p class="text-center">
<img class="img-fluid" src="{{ get_url(path=src) }}" alt="{{ alt }}">
</p>
</div>
</div>

View File

@ -0,0 +1,3 @@
<div class="logos-centered pt-5 pb-5">
{{ body | markdown | safe }}
</div>

View File

@ -0,0 +1,4 @@
<blockquote>
{{ body }} <br>
-- {{ author}}
</blockquote>

View File

@ -0,0 +1,61 @@
<div class="row d-flex align-items-center mt-5 mb-5 pt-3 pb-3">
{% if bodyleft %}
<div class="col-12 col-md-6">
{% if md %}
{{ body | markdown | safe }}
{% else %}
{{ body | safe }}
{% endif %}
</div>
<div class="col-12 col-md-6">
<div class="card shadow">
<div class="card-body">
<img src="{{ get_url(path=src, cachebust=true) }}" alt="{{ alt }}" width="100%" class="img-fluid" >
</div>
</div>
</div>
{% else %}
<div class="col-12 col-md-6 order-2 order-md-1">
<div class="card shadow">
<div class="card-body">
<img src="{{ get_url(path=src, cachebust=true) }}" alt="{{ alt }}" width="100%" class="img-fluid" >
</div>
</div>
</div>
<div class="col-12 col-md-6 order-1 order-md-2">
{% if md %}
{{ body | markdown | safe }}
{% else %}
{{ body | safe }}
{% endif %}
</div>
{% endif %}
</div>