Write the paper in Overleaf:
- Register on Overleaf
- Create paper and share it:
- Go to Overleaf
- Click
New ProjectandUpload Project - Upload
LNCS-Template.zip - Click ✎ icon next to the title at the top of the page and rename with your project name
- Click
Shareto share within your team - In the
Share Projectpanel clickTurn on link sharingand use theAnyone with this link can view this project
- To cite URLs see d3_url entry in
mybibliography.bib - To cite some other reference (including books from Colin Ware):
- Go to google scholar
- Search
- Click on
"link next to the star and click onBibTexlink - Paste in the mybibliography.bib file
- To add png pictures upload the picture and follow the example in fig1.eps with the png filename
- If you want to add a table, say of descriptive stats of your data, cut and paste an example from Overleaf Tables Introduction
- For any latex help search Overleaf learn latex
Suggested outline:
\section{Introduction}
\label{introduction}
To cite a url or a citation: (1) Get the bibtex reference from Google Scholar and paste it in \textit{mybibliography.bib}, (2) use cite, e.g., a Altair~\cite{vanderplas2018altair} and D3 website~\cite{d3_url}.
\begin{itemize}
\item Explain motivation (importance of topic and need for visualization)
\item Explain the scope of you visualization (who is it addressed to, how it is useful)
\item Explain your contributions, i.e., how original is your work compared to existing)
\item Introduce the rest of the sections, e.g., in section~\ref{related-work} we present related visualization work, in section~\ref{data} we present the dataset used, in section~\ref{approach} we explain how we designed and the process we used to build the system, in section~\ref{system} we showcase the main aspects of the website we have built and finally conclude with~\ref{conclusion}).
\end{itemize}
\section{Related Work}
\label{related-work}
\begin{itemize}
\item Explain what others have done in the same topic
\item Explain what others have done in other areas that is relevant
\item Explain how your work fits in relation to prior work.
\end{itemize}
\section{Data}
\label{data}
\begin{itemize}
\item Explain the dataset (descriptive statistics...)
\item Explain what pre-processing you had to do
\end{itemize}
\section{Approach}
\label{approach}
\begin{itemize}
\item Explain the design process
\item Explain the design considerations...
\end{itemize}
\section{System}
\label{system}
\begin{itemize}
\item Explain how you built the app (technologies & methods)
\item Explain highlights of demo and website...
\end{itemize}
\section{Conclusion}
\label{conclusion}
\begin{itemize}
\item Explain your contributions
\item Explain what you would do next or differently
\end{itemize}