Compare commits

...

3 Commits

Author SHA1 Message Date
525e67f056 working 2025-04-21 23:10:15 +02:00
6ac133b53a Makefile/flake.nix: use latexmk 2025-04-21 21:28:39 +02:00
ff7e886faa Makefile: add all cards at once 2025-04-21 21:18:33 +02:00
26 changed files with 599 additions and 19 deletions

3
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.out
*.log
*.aux
*.fls
*.fdb_latexmk
_minted-*
build

68
4459.tex Normal file
View File

@ -0,0 +1,68 @@
\input{preamble.tex}
\graphicspath{{images/4459}, {images}}
\title{4459 PDH Lock Generator Pounder}
\author{M-Labs Limited}
\date{January 2025}
\revision{Revision 0}
\companylogo{\includegraphics[height=0.73in]{artiq_sinara.pdf}}
\begin{document}
\maketitle
\section{Features}
\begin{itemize}
\item{features}
\end{itemize}
\section{Applications}
\begin{itemize}
\item{applications}
\end{itemize}
\section{General Description}
Stabilizer with Pounder daughter card.
2-channel Pound Drever Hall (PDH) lock generator.
AD9959 DDS (500MSPS, 10-bit).
% Switch to next column
\vfill\break
%\begin{figure}[h]
% \centering
% \scalebox{1.15}{
% \begin{circuitikz}[european, every label/.append style={align=center}]
% \begin{scope}[]
% % if applicable
% \end{scope}
% \end{circuitikz}
% }
% \caption{Simplified Block Diagram}
%\end{figure}
\begin{figure}[hbt!]
\centering
\includegraphics[height=2.5in]{photo4459.jpg}
\caption{Pounder + Stabilizer cards}
\includegraphics[height=3in, angle=90]{fp4459.pdf}
\caption{Pounder + Stabilizer front panel}
\end{figure}
% For wide tables, a single column layout is better. It can be switched
% page-by-page.
\onecolumn
\sourcesectiond{4459 PDH Lock Generator Pounder}{Stabilizer}{https://github.com/sinara-hw/Pounder}{https://github.com/sinara-hw/Stabilizer}
\section{Specifications}
\ordersection{4459 Pounder + Stabilizer}
\finalfootnote
\end{document}

View File

@ -31,7 +31,7 @@
\end{itemize}
\section{General Description}
The 5518 BNC-IDC card is a 8hp EEM module; the 5528 SMA-IDC card is a 4hp EEM module. Both adapter cards break out analog signals from IDC connectors to BNC (5518) or SMA (5528). IDC connectors can be found on 5108 Sampler, 5432 DAC Zotino, 5632 DAC Fastino and 5568 HD68-IDC.
The 5518 BNC-IDC card is an 8hp EEM module; the 5528 SMA-IDC card is a 4hp EEM module. Both adapter cards break out analog signals from IDC connectors to BNC (5518) or SMA (5528). IDC connectors can be found on 5108 Sampler, 5432 DAC Zotino, 5632 DAC Fastino and 5568 HD68-IDC.
Each card provides 8 channels, with respectively BNC or SMA connectors. Breaking out all 32 channels of 5432 DAC Zotino, 5632 DAC Fastino or 5568 HD68-IDC requires four BNC/SMA-IDC cards. Breaking out all 8 ADC channels of 5108 Sampler requires only one BNC/SMA-IDC card.

89
5538.tex Normal file
View File

@ -0,0 +1,89 @@
\input{preamble.tex}
\graphicspath{{images/5538}{images}}
\title{5538 MCX-TTL}
\author{M-Labs Limited}
\date{January 2025}
\revision{Revision 0}
\companylogo{\includegraphics[height=0.73in]{artiq_sinara.pdf}}
\begin{document}
\maketitle
\section{Features}
\begin{itemize}
\item{32 channels}
\item{Internal IDC connector}
\item{External MCX connectors}
\end{itemize}
\section{Applications}
\begin{itemize}
\item{Break out analog signals}
\item{MCX adapter for: \begin{itemize}
\item{5432 DAC Zotino}
\item{5632 DAC Fastino}
\end{itemize}}
\item{Convert from/to HD68 with 5568 HD68-IDC}
\end{itemize}
\section{General Description}
The 5538 MCX-IDC card is an 8hp EEM Module, part of the ARTIQ/Sinara family. It is capable of breaking out analog signals from IDC connectors to MCX connectors. IDC connectors can be found on 5432 DAC Zotino, 5632 DAC Fastino and 5568 HD68-IDC.
One card provides 32 channels, enough to break out all channels of 5432 DAC Zotino, 5632 DAC Fastino or 5568 HD68-IDC.
% Switch to next column
\vfill\break
%\begin{figure}[h]
% \centering
% \scalebox{1.15}{
% \begin{circuitikz}[european, every label/.append style={align=center}]
% \begin{scope}[]
% % if applicable
% \end{scope}
% \end{circuitikz}
% }
% \caption{Simplified Block Diagram}
%\end{figure}
\begin{figure}[hbt!]
\centering
%\includegraphics[height=2.5in]{photo5538.jpg}
\caption{MCX-IDC card}
%\includegraphics[height=2.5in, angle=90]{fp5538.pdf}
\caption{MCX-IDC front panel}
\end{figure}
% For wide tables, a single column layout is better. It can be switched
% page-by-page.
\onecolumn
\sourcesection{5538 MCX-IDC}{https://github.com/sinara-hw/IDC_MCX_Adapter}
\section{Electrical Specifications}
\begin{table}[h]
\centering
\begin{threeparttable}
\caption{Electrical Specifications}
\begin{tabularx}{0.65\textwidth}{l | c | c | X}
\thickhline
\textbf{Parameter} & \textbf{Max. Value} & \textbf{Unit} & \textbf{Conditions} \\
\thickhline
\end{tabularx}
\end{threeparttable}
\end{table}
\section{Channel Mapping}
% ?
\ordersection{5538 MCX-IDC}
\finalfootnote
\end{document}

116
8451-8453.tex Normal file
View File

@ -0,0 +1,116 @@
\input{preamble.tex}
\input{shared/thermostat.tex}
\graphicspath{{images/8451-8453}, {images}}
\title{8451 Thermostat/ 8453 Thermostat EEM}
\author{M-Labs Limited}
\date{January 2025}
\revision{Revision 0}
\companylogo{\includegraphics[height=0.73in]{artiq_sinara.pdf}}
\begin{document}
\maketitle
\section{Features}
\begin{itemize}
\item{2 or 4 thermoelectric control (TEC) channels}
\item{Up to 8 W (+/-2 A with 4 V compliance) TEC drive}
\item{Up to 16W (+/-4 A with 4 V compliance) with MAX1969 drivers (EEM only)}
\item{100Base-T Ethernet with PoE}
\item{Compatibility with a wide range of external sensors}
\end{itemize}
\section{Applications}
\begin{itemize}
\item{8541 Thermostat only \begin{itemize}
\item{Temperature stabilizer for external devices containing TEC/thermistor}
\item{Compatible with Sinara 5432 Zotino or 5632 Fastino}\end{itemize}}
\item{8543 Thermostat EEM only\begin{itemize}
\item{?}
\end{itemize}}
\end{itemize}
\section{General Description}
The 8451 Thermostat and 8453 Thermostat EEM are multichannel temperature controllers, part of the Sinara open hardware family. 8453 Thermostat EEM is a 4hp form factor EEM module featuring four thermoelectric control (TEC) channels, whereas 8451 is housed in a standalone enclosure (Hammond 1455C1202\footnote{\url{https://www.hammfg.com/part/1455C1202}}) and features two TEC channels.
% Switch to next column
\vfill\break
%\begin{figure}[h]
% \centering
% \scalebox{1.15}{
% \begin{circuitikz}[european, every label/.append style={align=center}]
% \begin{scope}[]
% % if applicable
% \end{scope}
% \end{circuitikz}
% }
% \caption{Simplified Block Diagram}
%\end{figure}
\begin{figure}[hbt!]
\centering
\includegraphics[height=2in]{photo8451.jpg}
\caption{Thermostat}
\includegraphics[height=2in]{photo8453.jpg}
\caption{Thermostat EEM}
\includegraphics[angle=90, height=0.6in]{fp8453.pdf}
\caption{Thermostat EEM front panel}%
\label{fig:example}%
\end{figure}
% For wide tables, a single column layout is better. It can be switched
% page-by-page.
\onecolumn
\sourcesectiond{8451 Thermostat}{8453 Thermostat EEM}{https://github.com/sinara-hw/Thermostat}{https://github.com/sinara-hw/Thermostat_EEM}
\section{Specifications}
ADC datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/AD7172-2.pdf
TEC module: https://www.analog.com/media/en/technical-documentation/data-sheets/MAX1968-MAX1969.pdf
\begin{table}[h]
\begin{threeparttable}
\caption{Electrical Characteristics}
\begin{tabularx}{\textwidth}{l | c c c | c | X}
\thickhline
\textbf{Parameter} & \textbf{Min.} & \textbf{Typ.} & \textbf{Max.} &
\textbf{Unit} & \textbf{Conditions} \\
TEC drive (MAX1968) & & & 8 & W & \\
\hspace{3mm} Current & -2 & & 2 & A & \\
\hspace{3mm} Compliance & & 4 & & V & \\
\hline
TEC drive (MAX1969) & & & 16 & W & 8453 EEM only. \\
\hspace{3mm} Current & -4 & & 4 & A & \\
\hspace{3mm} Compliance & & 4 & & V & \\
Thermistor
\thickhline
\end{tabularx}
\end{threeparttable}
\end{table}
Input power should be 12V DC, maximum 4A. Both 8451 Thermostat and 8453 Thermostat EEM support Power-over-Ethernet (though TEC driver maximum sum power capability on 8453 Thermostat EEM cannot be achieved with PoE supply alone). Alternatively, power may be supplied via internal 100mils pin-header. 8453 Thermostat EEM can also be powered via Molex connector at back of board.
\section{Thermostat IO}
\subsection{8451 Thermostat}
8451 Thermostat accepts
2 TEC channels.
Parallel output 10 pin IDC 2.54mm and 5 pin 3.81mm connectors per channel.
Up to 8W (+/-2A with 4V compliance) heater/TEC drive from MAX1968 drivers.
100Base-T Ethernet with PoE.
Can stabilize temperature of Sinara 5432 DAC or external devices containing TEC and thermistor.
\ordersection{8451 Thermostat or 8453 Thermostat EEM}
\finalfootnote
\end{document}

115
8451.tex Normal file
View File

@ -0,0 +1,115 @@
\input{preamble.tex}
\input{shared/thermostat.tex}
\graphicspath{{images/8451}, {images}}
\title{8453 Thermostat EEM}
\author{M-Labs Limited}
\date{January 2025}
\revision{Revision 0}
\companylogo{\includegraphics[height=0.73in]{artiq_sinara.pdf}}
\begin{document}
\maketitle
\section{Features}
\begin{itemize}
\item{2 thermoelectric control (TEC) channels}
\item{Up to 8 W (+/-2 A with 4 V compliance) TEC drive}
\item{10kΩ NTC thermosistors}
\item{100Base-T Ethernet with PoE}
\item{Standalone enclosure }
\end{itemize}
\section{Applications}
\begin{itemize}
\item{?}
\end{itemize}
\section{General Description}
The 8451 Thermostat is a multichannel temperature controller, part of the Sinara open hardware family. It is housed in a standalone enclosure (Hammond 1455C1202\footnote{\url{https://www.hammfg.com/part/1455C1202}}) and features two TEC channels. 8451 Thermostat is closely related to Sinara 8453 Thermostat EEM, a four-channel temperature controller with which it shares internal hardware; 8453 Thermostat EEM has a different form factor, different firmware, and is designed for use with cards
It is closely related to Sinara 8432 Thermostat EEM, which is in
and 8453 Thermostat EEM are multichannel temperature controllers, part of the Sinara open hardware family. 8453 Thermostat EEM is a 4hp form factor EEM module featuring four thermoelectric control (TEC) channels, whereas 8451 is housed in a standalone enclosure (Hammond 1455C1202\footnote{\url{https://www.hammfg.com/part/1455C1202}}) and features two TEC channels.
% Switch to next column
\vfill\break
%\begin{figure}[h]
% \centering
% \scalebox{1.15}{
% \begin{circuitikz}[european, every label/.append style={align=center}]
% \begin{scope}[]
% % if applicable
% \end{scope}
% \end{circuitikz}
% }
% \caption{Simplified Block Diagram}
%\end{figure}
\begin{figure}[hbt!]
\centering
\includegraphics[height=2in]{photo8451.jpg}
\caption{Thermostat}
\includegraphics[height=2in]{photo8453.jpg}
\caption{Thermostat EEM}
\includegraphics[angle=90, height=0.6in]{fp8453.pdf}
\caption{Thermostat EEM front panel}%
\label{fig:example}%
\end{figure}
% For wide tables, a single column layout is better. It can be switched
% page-by-page.
\onecolumn
\sourcesectiond{8451 Thermostat}{8453 Thermostat EEM}{https://github.com/sinara-hw/Thermostat}{https://github.com/sinara-hw/Thermostat_EEM}
\section{Specifications}
ADC datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/AD7172-2.pdf
TEC module: https://www.analog.com/media/en/technical-documentation/data-sheets/MAX1968-MAX1969.pdf
\begin{table}[h]
\begin{threeparttable}
\caption{Electrical Characteristics}
\begin{tabularx}{\textwidth}{l | c c c | c | X}
\thickhline
\textbf{Parameter} & \textbf{Min.} & \textbf{Typ.} & \textbf{Max.} &
\textbf{Unit} & \textbf{Conditions} \\
TEC drive (MAX1968) & & & 8 & W & \\
\hspace{3mm} Current & -2 & & 2 & A & \\
\hspace{3mm} Compliance & & 4 & & V & \\
\hline
TEC drive (MAX1969) & & & 16 & W & 8453 EEM only. \\
\hspace{3mm} Current & -4 & & 4 & A & \\
\hspace{3mm} Compliance & & 4 & & V & \\
Thermistor
\thickhline
\end{tabularx}
\end{threeparttable}
\end{table}
Input power should be 12V DC, maximum 4A. Both 8451 Thermostat and 8453 Thermostat EEM support Power-over-Ethernet (though TEC driver maximum sum power capability on 8453 Thermostat EEM cannot be achieved with PoE supply alone). Alternatively, power may be supplied via internal 100mils pin-header. 8453 Thermostat EEM can also be powered via Molex connector at back of board.
\section{Thermostat IO}
\subsection{8451 Thermostat}
8451 Thermostat accepts
2 TEC channels.
Parallel output 10 pin IDC 2.54mm and 5 pin 3.81mm connectors per channel.
Up to 8W (+/-2A with 4V compliance) heater/TEC drive from MAX1968 drivers.
100Base-T Ethernet with PoE.
Can stabilize temperature of Sinara 5432 DAC or external devices containing TEC and thermistor.
\ordersection{8451 Thermostat or 8453 Thermostat EEM}
\finalfootnote
\end{document}

81
8452-8462.tex Normal file
View File

@ -0,0 +1,81 @@
\input{preamble.tex}
\graphicspath{{images/8452-8462}, {images}}
\title{8452 DSP Stabilizer / 8462 DSP Fast Servo}
\author{M-Labs Limited}
\date{January 2025}
\revision{Revision 0}
\companylogo{\includegraphics[height=0.73in]{artiq_sinara.pdf}}
\begin{document}
\maketitle
\section{Features}
\begin{itemize}
\item{features}
\end{itemize}
\section{Applications}
\begin{itemize}
\item{applications}
\end{itemize}
\section{General Description}
CPU-based dual-channel fast servo.
400MHz STM32H743ZIT6.
Dual 16bit ADC with x2, x5, x10 PGA (2MS/s).
16bit AD5542A DAC (1us settling time).
100Base-T Ethernet.
Can be controlled by Kasli or work stand-alone with PoE supply.
High-speed, low-latency servo (Stabilizer-compatible) module.
Trenz TE0715-04 SoC module (XC7Z015).
2 channel 125MHz 16bit ADC (LTC2195).
2 channel 125MHz 14bit DAC (AD9117).
100Base-T Ethernet.
Can work stand-alone with PoE or DC supply.
% Switch to next column
\vfill\break
%\begin{figure}[h]
% \centering
% \scalebox{1.15}{
% \begin{circuitikz}[european, every label/.append style={align=center}]
% \begin{scope}[]
% % if applicable
% \end{scope}
% \end{circuitikz}
% }
% \caption{Simplified Block Diagram}
%\end{figure}
\begin{figure}[hbt!]
\centering
\includegraphics[height=2in]{photo8452.jpg}
\caption{Stabilizer card, top view}
\includegraphics[height=2in]{photo8462.jpg}
\caption{Fast Servo card, side view}
\includegraphics[height=3in, angle=90]{fp8452.pdf}
\includegraphics[height=3in, angle=90]{fp8462.pdf}
\caption{Stabilizer and Fast Servo front panels}
\end{figure}
% For wide tables, a single column layout is better. It can be switched
% page-by-page.
\onecolumn
\sourcesectiond{8452 DSP Stabilizer}{8462 DSP Fast Servo}{https://github.com/sinara-hw/Stabilizer}{https://github.com/sinara-hw/Fast_Servo}
\section{Specifications}
\ordersection{8452 DSP Stabilizer or 8462 DSP Fast Servo}
\finalfootnote
\end{document}

116
8453.tex Normal file
View File

@ -0,0 +1,116 @@
\input{preamble.tex}
\input{shared/thermostat.tex}
\graphicspath{{images/8453}, {images}}
\title{8453 Thermostat EEM}
\author{M-Labs Limited}
\date{January 2025}
\revision{Revision 0}
\companylogo{\includegraphics[height=0.73in]{artiq_sinara.pdf}}
\begin{document}
\maketitle
\section{Features}
\begin{itemize}
\item{2 or 4 thermoelectric control (TEC) channels}
\item{Up to 8 W (+/-2 A with 4 V compliance) TEC drive}
\item{Up to 16W (+/-4 A with 4 V compliance) with MAX1969 drivers (EEM only)}
\item{100Base-T Ethernet with PoE}
\item{Compatibility with a wide range of external sensors}
\end{itemize}
\section{Applications}
\begin{itemize}
\item{8541 Thermostat only \begin{itemize}
\item{Temperature stabilizer for external devices containing TEC/thermistor}
\item{Compatible with Sinara 5432 Zotino or 5632 Fastino}\end{itemize}}
\item{8543 Thermostat EEM only\begin{itemize}
\item{?}
\end{itemize}}
\end{itemize}
\section{General Description}
The 8451 Thermostat and 8453 Thermostat EEM are multichannel temperature controllers, part of the Sinara open hardware family. 8453 Thermostat EEM is a 4hp form factor EEM module featuring four thermoelectric control (TEC) channels, whereas 8451 is housed in a standalone enclosure (Hammond 1455C1202\footnote{\url{https://www.hammfg.com/part/1455C1202}}) and features two TEC channels.
% Switch to next column
\vfill\break
%\begin{figure}[h]
% \centering
% \scalebox{1.15}{
% \begin{circuitikz}[european, every label/.append style={align=center}]
% \begin{scope}[]
% % if applicable
% \end{scope}
% \end{circuitikz}
% }
% \caption{Simplified Block Diagram}
%\end{figure}
\begin{figure}[hbt!]
\centering
\includegraphics[height=2in]{photo8451.jpg}
\caption{Thermostat}
\includegraphics[height=2in]{photo8453.jpg}
\caption{Thermostat EEM}
\includegraphics[angle=90, height=0.6in]{fp8453.pdf}
\caption{Thermostat EEM front panel}%
\label{fig:example}%
\end{figure}
% For wide tables, a single column layout is better. It can be switched
% page-by-page.
\onecolumn
\sourcesectiond{8451 Thermostat}{8453 Thermostat EEM}{https://github.com/sinara-hw/Thermostat}{https://github.com/sinara-hw/Thermostat_EEM}
\section{Specifications}
ADC datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/AD7172-2.pdf
TEC module: https://www.analog.com/media/en/technical-documentation/data-sheets/MAX1968-MAX1969.pdf
\begin{table}[h]
\begin{threeparttable}
\caption{Electrical Characteristics}
\begin{tabularx}{\textwidth}{l | c c c | c | X}
\thickhline
\textbf{Parameter} & \textbf{Min.} & \textbf{Typ.} & \textbf{Max.} &
\textbf{Unit} & \textbf{Conditions} \\
TEC drive (MAX1968) & & & 8 & W & \\
\hspace{3mm} Current & -2 & & 2 & A & \\
\hspace{3mm} Compliance & & 4 & & V & \\
\hline
TEC drive (MAX1969) & & & 16 & W & 8453 EEM only. \\
\hspace{3mm} Current & -4 & & 4 & A & \\
\hspace{3mm} Compliance & & 4 & & V & \\
Thermistor
\thickhline
\end{tabularx}
\end{threeparttable}
\end{table}
Input power should be 12V DC, maximum 4A. Both 8451 Thermostat and 8453 Thermostat EEM support Power-over-Ethernet (though TEC driver maximum sum power capability on 8453 Thermostat EEM cannot be achieved with PoE supply alone). Alternatively, power may be supplied via internal 100mils pin-header. 8453 Thermostat EEM can also be powered via Molex connector at back of board.
\section{Thermostat IO}
\subsection{8451 Thermostat}
8451 Thermostat accepts
2 TEC channels.
Parallel output 10 pin IDC 2.54mm and 5 pin 3.81mm connectors per channel.
Up to 8W (+/-2A with 4V compliance) heater/TEC drive from MAX1968 drivers.
100Base-T Ethernet with PoE.
Can stabilize temperature of Sinara 5432 DAC or external devices containing TEC and thermistor.
\ordersection{8451 Thermostat or 8453 Thermostat EEM}
\finalfootnote
\end{document}

View File

@ -1,13 +1,13 @@
inputs = 1124 1125 2118-2128 2238 2245 4410-4412 4456 5108 5432 5518-5528 5568 7210
inputs = 1008 1106 1124 1550 2118-2128 2238 2245 4410-4412 4456-4457 4459 4624 5108 5432 5632 5633 5518-5528 5538 5568 6302 7210 8451 8453 8452-8462
dir = build
all: $(inputs)
$(inputs) : % : %.tex
pdflatex -shell-escape $@.tex
latexmk -pdf -pdflatex="pdflatex -shell-escape" $@.tex
if ! test -d "$(dir)"; then mkdir build; fi
mv $@.pdf build/
rm $@.log
clean:
rm -rf _minted* *.aux *.out
rm -rf _minted* *.aux *.out *.fls *.fdb_latexmk

View File

@ -24,10 +24,8 @@
name = "datasheets-pdfs";
src = self;
buildInputs = [ latex-pkgs ] ++ python-pkgs;
# is there a better way to get .aux/.out files correct than to just run latexpdf twice?
buildPhase = ''
make all
make all
'';
installPhase = ''
mkdir $out

BIN
images/4459/fp4459.pdf Normal file

Binary file not shown.

BIN
images/4459/photo4459.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 KiB

BIN
images/5538/mcx_fp.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

BIN
images/8451/fp8451.pdf Normal file

Binary file not shown.

BIN
images/8451/photo8451.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

BIN
images/8452-8462/fp8452.pdf Normal file

Binary file not shown.

BIN
images/8452-8462/fp8462.pdf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
images/8453/fp8453.pdf Normal file

Binary file not shown.

BIN
images/8453/photo8453.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

0
shared/thermostat.tex Normal file
View File

View File

@ -1,4 +1,4 @@
\include{preamble.tex}
\input{preamble.tex}
\graphicspath{{images}}
\title{BOARD NAME}
@ -12,15 +12,15 @@
\section{Features}
\begin{itemize}
\item{features}
\end{itemize}
\begin{itemize}
\item{features}
\end{itemize}
\section{Applications}
\begin{itemize}
\item{applications}
\end{itemize}
\begin{itemize}
\item{applications}
\end{itemize}
\section{General Description}
@ -52,12 +52,8 @@
\section{Specifications}
\newpage
\section{Example ARTIQ code}
\section*{}
\vspace*{\fill}
\input{footnote.tex}
\finalfootnote
\end{document}