Skip to content

Commit 0d8f571

Browse files
committed
Add subfigures, update TikZ code
1 parent cea1cac commit 0d8f571

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

figures/fig_bella.jpg

904 KB
Loading

figures/fig_dashboard_backend.jpg

92.3 KB
Loading

figures/fig_dashboard_frontend.jpg

56.5 KB
Loading

figures/fig_database.jpg

76.3 KB
Loading

figures/fig_ml.png

213 KB
Loading

figures/fig_perlmutter.jpg

465 KB
Loading

figures/synapse.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
api/.style={{Stealth[length=4pt]}-{Stealth[length=4pt]}, gray, dotted},
2121
]
2222

23-
\node[inner sep=0pt] (exp) {\includegraphics[width=2cm]{bella.jpg}};
23+
\node[inner sep=0pt] (exp) {\includegraphics[width=2cm]{fig_bella.jpg}};
2424
\node[txt, above=1pt of exp] (exp-label) {Experiment};
2525

26-
\node[inner sep=0pt, right=2cm of exp, yshift=-2cm] (db) {\includegraphics[width=2cm]{database.jpg}};
26+
\node[inner sep=0pt, right=2cm of exp, yshift=-2cm] (db) {\includegraphics[width=2cm]{fig_database.jpg}};
2727
\node[txt, above=1pt of db] (db-label) {Database};
2828

29-
\node[inner sep=0pt, right=2cm of db, yshift=2cm] (hpc) {\includegraphics[width=2cm]{perlmutter.jpg}};
29+
\node[inner sep=0pt, right=2cm of db, yshift=2cm] (hpc) {\includegraphics[width=2cm]{fig_perlmutter.jpg}};
3030
\node[txt, above=1pt of hpc] (hpc-label) {Supercomputer};
3131

32-
\node[inner sep=0pt, right=2cm of hpc, yshift=-2cm] (ml) {\includegraphics[width=2cm]{ml_alt.png}};
32+
\node[inner sep=0pt, right=2cm of hpc, yshift=-2cm] (ml) {\includegraphics[width=2cm]{fig_ml.png}};
3333
\node[txt, above=1pt of ml] (ml-label) {AI/ML Models};
3434

35-
\node[inner sep=0pt, below=2cm of exp] (dashfe) {\includegraphics[width=2cm]{dashboard_frontend.jpg}};
35+
\node[inner sep=0pt, below=2cm of exp] (dashfe) {\includegraphics[width=2cm]{fig_dashboard_frontend.jpg}};
3636
\node[txt, below=1pt of dashfe] (dashfe-label) {Dashboard Frontend \\ (Control Room)};
3737

38-
\node[inner sep=0pt, below=2cm of hpc] (dashbe) {\includegraphics[width=2cm]{dashboard_backend.jpg}};
38+
\node[inner sep=0pt, below=2cm of hpc] (dashbe) {\includegraphics[width=2cm]{fig_dashboard_backend.jpg}};
3939
\node[txt, below=1pt of dashbe] (dashbe-label) {Dashboard Backend \\ (Kubernetes Cluster)};
4040

4141
\begin{scope}[on background layer] % draw behind

0 commit comments

Comments
 (0)