vrproject

Complex Network Analysis VR-project
git clone git://popovic.xyz/vrproject.git
Log | Files | Refs

commit a429d88019b741b5afe17d824f977f91556aac37
parent f651e2e3030eeacc7f1ee43a1e88e8767c5d3e23
Author: miksa <milutin@popovic.xyz>
Date:   Thu,  5 May 2022 07:46:27 +0200

pres2 done

Diffstat:
Mpres/build/pres2.pdf | 0
Mpres/pres2.tex | 18++++++++++++++----
2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/pres/build/pres2.pdf b/pres/build/pres2.pdf Binary files differ. diff --git a/pres/pres2.tex b/pres/pres2.tex @@ -64,6 +64,17 @@ \vspace{1cm} \begin{columns}[T] \column{0.4\textwidth} + \column{0.4\textwidth} + \end{columns} + \end{frame} + + \begin{frame} + \frametitle{Reminder} + \centering + \textbf{Python Package Dependency Network} + \vspace{1cm} + \begin{columns}[T] + \column{0.4\textwidth} \begin{align*} \text{Nodes}\ &\to\ \text{Repositories}\\ \text{Edges}\ &\to\ \text{Requirements}(Imoprts) @@ -230,15 +241,14 @@ \begin{frame} \frametitle{Visualizing the Network: Layout} \centering \textbf{Idea: ``Light-Ray'' Layout} - \begin{itemize} - \item[$\to$] separate nodes based on their degree - distance - \end{itemize} \end{frame} \begin{frame} \frametitle{Visualizing the Network: Layout} \centering \textbf{Idea: ``Light-Ray'' Layout} + \begin{itemize} + \item[$\to$] separate nodes based on their degree + \end{itemize} \end{frame} \begin{frame}