Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save abeldantas/e690ee710881830ce1b209554d0062f4 to your computer and use it in GitHub Desktop.

Select an option

Save abeldantas/e690ee710881830ce1b209554d0062f4 to your computer and use it in GitHub Desktop.
LaTeX timeline
\begin{figure}[H]
\centering
% 2027 Timeline
\begin{tikzpicture}[scale=0.8]
\draw[thick, ->] (0,0) -- (16,0) node[right] {\small 2027};
\foreach \x/\m in {0/Jan, 2/Feb, 4/Mar, 6/Apr, 8/May, 10/Jun, 12/Jul, 14/Sep} {
\draw[thick] (\x,-0.1) -- (\x,0.1) node[above] {\small \m};
}
% Q1 Submissions
\draw[dashed] (0.5,0) -- (0.5,-0.8);
\node[below, text width=2cm, align=center] at (0.5,-0.8) {\small \textbf{CAV}\\ Verif. v2};
\draw[dashed] (2,0) -- (2,-2.2);
\node[below, text width=2cm, align=center] at (2,-2.4) {\small \textbf{PODC}\\ Full System};
\draw[dashed] (2,-4) -- (2,-4.5);
\node[below, text width=2cm, align=center] at (2,-4.6) {\small \textbf{PaPoC}\\ Membrane};
% Q2 Submissions
\draw[dashed] (6,0) -- (6,-0.8);
\node[below, text width=2cm, align=center] at (6,-0.8) {\small \textbf{NSDI-S}\\ Membrane v2};
\draw[dashed] (8,0) -- (8,-1.8);
\node[below, text width=2cm, align=center] at (8,-2.2) {\small \textbf{HotOS}\\ CNR Position};
\draw[dashed] (8,-4.2) -- (8,-4.6);
\node[below, text width=2cm, align=center] at (8,-4.6) {\small \textbf{DISC}\\ Theory (alt)};
% Q3-Q4 Submissions
\draw[dashed] (10,0) -- (10,-0.8);
\node[below, text width=2.5cm, align=center] at (10,-0.8) {\small \textbf{IEEE TPDS}\\ Extended Paper};
\draw[dashed] (14,0) -- (14,-0.8);
\node[below, text width=2.5cm, align=center] at (14,-0.8) {\small \textbf{ACM Queue}\\ Experience};
\end{tikzpicture}
\caption{2027 Publication Timeline}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment