venues often use a CMS for their website to allow users with no programming or
website background be able to post news items and event information.
-\section{Why RSS/Atom}
+\section{Why RSS?}
\label{sec:whyrss}
Information from venues comes in various different format with for each format
several positive and negative points. For this project we chose to focus on
this ordered pair $V$ is the set of nodes and $E$ is set of undirected edges
where every undirected edge is a tuple of two nodes.
Figure~\ref{fig:graphexample} is specified as:
- $$G=({n1, n2, n3}, {(n1, n2), (n2, n3), (n2, n3)})$$
+ $$G=(\{n1, n2, n3\}, \{(n1, n2), (n2, n3), (n2, n3)\})$$
\begin{figure}[H]
\caption{Example Graph}
3 -> 6 [label="d"];
1 -> 4 [label="b"];
4 -> 5 [label="a"];
- 5 -> 6 [label="a"];
+ 5 -> 6 [label="d"];
5 -> 6 [label="e"];
}
\end{figure}