Skip to content

Commit 62a27ae

Browse files
committed
cleanup overview
1 parent e14df7f commit 62a27ae

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/static/overview.tex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@
139139
\draw[draw=metacolor, line width=0.8pt] (kBot) -- (busBotR);
140140

141141
% descriptor -> top junction
142-
\draw[->, draw=metacolor, line width=0.8pt] (chemB.south) -- (kTop);
142+
\draw[->, draw=metacolor, line width=0.8pt]
143+
(chemB.south) -- (kTop)
144+
node[midway, right=2pt, fill=white, inner sep=1pt, font=\scriptsize, text=metacolor] {metadata model};
143145

144146
% top bus -> metadata (vertical drops)
145147
\draw[->, draw=metacolor, line width=0.8pt] (busTopL) -- (author.north);
@@ -152,7 +154,9 @@
152154
\draw[->, draw=metacolor, line width=0.8pt] (year.south) -- (busBotR);
153155

154156
% bottom junction -> prediction
155-
\draw[->, draw=metacolor, line width=0.8pt] (kBot) -- (propB.north);
157+
\draw[->, draw=metacolor, line width=0.8pt]
158+
(kBot) -- (propB.north)
159+
node[midway, right=2pt, fill=white, inner sep=1pt, font=\scriptsize, text=metacolor] {proxy model};
156160

157161
\node[font=\scriptsize\itshape, text=black!70] at (\Bx,\yFoot-0.1) {Learns dataset artefacts};
158162

0 commit comments

Comments
 (0)