%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beamer Presentation
% LaTeX Template
% Version 1.0 (10/11/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% License:
% CC BY-NC-SA 4.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND THEMES
%----------------------------------------------------------------------------------------
\documentclass{beamer}
\mode<presentation> {
% The Beamer class comes with a number of default slide themes
% which change the colors and layouts of slides. Below this is a list
% of all the themes, uncomment each in turn to see what they look like.
%\usetheme{default}
%\usetheme{AnnArbor}
%\usetheme{Antibes}
%\usetheme{Bergen}
%\usetheme{Berkeley}
%\usetheme{Berlin}
%\usetheme{Boadilla}
%\usetheme{CambridgeUS}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
%\usetheme{Dresden}
%\usetheme{Frankfurt}
%\usetheme{Goettingen}
%\usetheme{Hannover}
%\usetheme{Ilmenau}
%\usetheme{JuanLesPins}
%\usetheme{Luebeck}
\usetheme{Madrid}
%\usetheme{Malmoe}
%\usetheme{Marburg}
%\usetheme{Montpellier}
%\usetheme{PaloAlto}
%\usetheme{Pittsburgh}
%\usetheme{Rochester}
%\usetheme{Singapore}
%\usetheme{Szeged}
%\usetheme{Warsaw}
% As well as themes, the Beamer class has a number of color themes
% for any slide theme. Uncomment each of these in turn to see how it
% changes the colors of your current slide theme.
%\usecolortheme{albatross}
%\usecolortheme{beaver}
%\usecolortheme{beetle}
%\usecolortheme{crane}
%\usecolortheme{dolphin}
%\usecolortheme{dove}
%\usecolortheme{fly}
%\usecolortheme{lily}
%\usecolortheme{orchid}
%\usecolortheme{rose}
%\usecolortheme{seagull}
%\usecolortheme{seahorse}
%\usecolortheme{whale}
%\usecolortheme{wolverine}
%\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line
%\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line
%\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line
}
\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
\usepackage[utf8]{inputenc}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\definecolor{darkgreen}{RGB}{0, 51, 0}
\definecolor{lightgreen}{RGB}{204, 255, 204}
\definecolor{forestgreen}{RGB}{0, 102, 0}
\setbeamercolor{structure}{fg=forestgreen}
\setbeamercolor{frametitle}{bg=forestgreen}
\setbeamercolor{background canvas}{bg=lightgreen}
\setbeamercolor{title}{bg=forestgreen}
\title[Twitter Data Normalization]{\large{ The Usage of Augmented Reality Technology and Twitter Data for Town Planning Practices: Application of MSKU.}} % The short title appears at the bottom of every slide, the full title is only on the title page
\author{Uğur Özcan, Aslıhan Arslan} % Your name
\institute[MKSÜ] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
{
{\large{Senior Design Project 1}} \\ % Your institution for the title page
\medskip
\vspace{1cm}
Muğla Sıtkı Koçman University \\
Instructor : Assoc.Prof.Dr. Enis KARAARSLAN \\
\hspace{0.5 cm}}
% Your email address
\date{\today} % Date, can be changed to a custom date
\begin{document}
\begin{frame}
\begin{center}
\includegraphics[width=1.0cm, height=1.2cm]{msku_logo1.png}
\end{center}
\titlepage % Print the title page as the first slide
\end{frame}
%----------------------------------------------------------------------------------------
% PRESENTATION SLIDES
%----------------------------------------------------------------------------------------
%------------------------------------------------
\section{} % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk
%------------------------------------------------
\begin{frame}
\frametitle{About Project} % Table of contents slide, comment this block out to remove it
\begin{block} {The Aim of This Project}
To create an Augmented Reality Application for town planning with social media.
\end{block}
\tableofcontents % Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Application Working Princible}
\centering \includegraphics[width=12.0cm,height=8cm]{ar-schema.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{ Project Steps}
\begin{block} {Project Parts}
\begin{itemize}
\item Social Media Part
\item Augmented Reality Part
\item Testing Results
\end{itemize}
\end{block}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{ Project Steps}
\begin{itemize}
\item Social Media Parts
\begin{itemize}
\item Importing Tweet Data {\color{darkgreen}\checkmark}
\item Practices On MongoDB {\color{darkgreen}\checkmark}
\item Splitting Dataset {\color{darkgreen}\checkmark}
\item Word Comparing {\color{darkgreen}\checkmark}
\item The Usage of Python-UCI Library {\color{darkgreen}\checkmark}
\item Python and Google Drive Connection {\color{darkgreen}\checkmark}
\item Working on Libraries(fuzzywuzzy,levenstein, jellyfish) {\color{darkgreen}\checkmark}
\item Mongo-Java-Driver connection {\color{darkgreen}\checkmark}
\end{itemize}
\item Augmented Reality Parts
\begin{itemize}
\item Template Matching Method {\color{darkgreen}\checkmark}
\item Android Application {\color{red}$\times$}
\end{itemize}
\end{itemize}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Importing Tweet Data}
\centering \includegraphics[width=10.0cm,height=8cm]{mongo-import-json-2.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Practices On MongoDB}
\centering \includegraphics[width=10.0cm,height=8cm]{full-name-name.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Splitting Dataset}
\centering \includegraphics[width=12.0cm,height=7cm]{data.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Word Comparing}
\centering \includegraphics[width=12.0cm,height=8cm]{word-comparing-2.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{The Usage of Python-UCI Library}
\centering \includegraphics[width=12.0cm,height=4cm]{python3-icu.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Python and Google Drive Connection}
\centering\includegraphics[width=12.0cm, height=6.5cm]{pydrive-terminal.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Working on Libraries(fuzzywuzzy, python-Levenshtein, jellyfish)}
\begin{itemize}
\item We analyzed this libraries for finding near words in tweets. We got these libraries features and
put our sample codes on Google Drive.
\end{itemize}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{ Mongo-Java-Driver connection}
\centering \includegraphics[width=12cm, height=8cm]{mongoDBJDBC.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Template matching method}
\centering\includegraphics[width=10.0cm, height=8cm]{res1.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Android Application}
\centering \includegraphics[width=10.0cm,height=8cm]{nexus.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Android Application}
\centering \includegraphics[width=10.0cm,height=8cm]{nexus-2.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Android Application}
\centering \includegraphics[width=10.0cm,height=8cm]{nexus-3.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Android Application}
\centering \includegraphics[width=10.0cm,height=8cm]{camera.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Android Application}
\centering \includegraphics[width=10.0cm,height=8cm]{nexus-4.png}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Referances}
\centering \includegraphics[width=2.0cm, height=1.2cm]{ab2016.png}\\
\begin{itemize}
\item [1]Arslan A., Özcan U., Karaarslan E., (2016), “Artırılmış Gerçeklik Uygulamalarının
Şehircilikte Kullanılması : İnceleme ve Ön Ürün”, Akademik Bilişim, Aydın, 3 -5 Şubat\\
\end{itemize}
\centering \includegraphics[width=1.0cm, height=1.2cm]{tubitak_logo.jpg}
\begin{itemize}
\item[2] Arslan A., Özcan U., (2016), Şehircilik Uygulamaları İçin Artırılmış Gerçeklik Teknolojisi ve
Twitter Verilerinin Kullanımı: MSKÜ Uygulaması Uygulamaları, Taahhütname Belgesi, Tübitak
2209-A Üniversite Öğrencileri Yurt İçi Araştırma Projeleri Destek Programı,
\end{itemize}
\end{frame}
%------------------------------------------------
\begin{frame}
\Huge{\centerline{Thank You... }}
\end{frame}
%----------------------------------------------------------------------------------------
\end{document}