Skip to content

Commit

Permalink
experiments + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 2, 2024
1 parent 81c0fbe commit 102fd24
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Figures for ACTS project use

> [!NOTE]
> The logos of the various experiments are subject to their respective copyrights!
Binary file added tex/experiments/assets/experiments/alice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tex/experiments/assets/experiments/atlas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tex/experiments/assets/experiments/cepc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tex/experiments/assets/experiments/epic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tex/experiments/assets/experiments/faser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tex/experiments/assets/experiments/ldmx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tex/experiments/assets/experiments/lohengrin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tex/experiments/assets/experiments/luxe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tex/experiments/assets/experiments/sphenix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tex/experiments/assets/experiments/stcf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tex/experiments/assets/logo_acts.pdf
Binary file not shown.
31 changes: 31 additions & 0 deletions tex/experiments/figure.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
\documentclass[lualatex]{standalone}

\usepackage{pgfplots}
\usepackage{tikz}
% \usetikzlibrary{calc,external,decorations,decorations.pathmorphing,intersections,arrows,backgrounds,positioning,arrows.meta,decorations.text,backgrounds,shapes.geometric,positioning,fit,3d,pgfplots.colormaps,intersections,tikzmark}
% \tikzset{>={Triangle[angle=35:3pt 3]}}

\usepackage{graphicx}


\begin{document}

\begin{tikzpicture}[line width=2pt]
\def\l{4cm}
\node (acts) {\includegraphics[width=3cm]{assets/logo_acts.pdf}};
\draw[<->] (acts) --++(90:\l) node[above] {\includegraphics[width=1.5cm]{assets/experiments/ldmx.png}};
\draw[<->] (acts) --++(45:\l) node[above right] {\includegraphics[width=1.5cm]{assets/experiments/alice.png}};
\draw[<->] (acts) --++(15:\l) node[right] {\includegraphics[width=3cm]{assets/experiments/sphenix.png}};
\draw[<->] (acts) --++(-15:\l) node[right] {\includegraphics[width=3cm]{assets/experiments/faser.png}};

\draw[<->] (acts) --++(-135:\l) node[below left] {\includegraphics[width=2cm]{assets/experiments/stcf.png}};
\draw[<->] (acts) --++(-105:\l) node[below] {\LARGE Lohengrin};
\draw[<->] (acts) --++(-40:\l) node[below right] {\includegraphics[width=3cm]{assets/experiments/luxe.jpg}};
\draw[<->] (acts) --++(-66:\l) node[below] {\LARGE NA60+};

\draw[<->] (acts) --++(-165:\l) node[below left] {\includegraphics[width=2.5cm]{assets/experiments/cepc.png}};
\draw[<->] (acts) --++(165:\l) node[left] {\includegraphics[width=3cm]{assets/experiments/epic.png}};
\draw[<->] (acts) --++(135:\l) node[above left] {\includegraphics[width=2cm]{assets/experiments/atlas.png}};
\end{tikzpicture}

\end{document}

0 comments on commit 102fd24

Please sign in to comment.