From 33e4291def5343f2f85f9001007a697cd2d43d61 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Mon, 6 Apr 2026 19:34:38 +0100 Subject: [PATCH] docs(report): add table of contents --- report/main.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/report/main.tex b/report/main.tex index cc8fb62..1c85143 100644 --- a/report/main.tex +++ b/report/main.tex @@ -31,6 +31,10 @@ \vspace{2cm} \end{titlepage} + +\tableofcontents +\newpage + \section{Introduction} This project presents the design and implementation of a web-based analytics engine for the exploration and analysis of online discussion data. Built using \textbf{Flask and Pandas}, and supplemented with \textbf{Natural Language Processing} (NLP) techniques, the system provides an API for extracting structural, temporal, linguistic, and emotional insights from social media posts. A React-based frontend delivers interactive visualizations and user controls, the backend architecture implements analytical pipeline for the data, including data parsing, manipulation and analysis.