diff --git a/src/content/acknowledgement.tex b/src/content/acknowledgement.tex index 251be46..a274597 100644 --- a/src/content/acknowledgement.tex +++ b/src/content/acknowledgement.tex @@ -1,3 +1,4 @@ +% !TeX root = ../thesis.tex %---------------------------------------------------------------------------- \chapter*{\koszonetnyilvanitas}\addcontentsline{toc}{chapter}{\koszonetnyilvanitas} %---------------------------------------------------------------------------- diff --git a/src/content/applications.tex b/src/content/applications.tex new file mode 100644 index 0000000..20feba8 --- /dev/null +++ b/src/content/applications.tex @@ -0,0 +1,9 @@ +% !TeX root = ../thesis.tex +%---------------------------------------------------------------------------- +\chapter{Alkalmazások felhő és perem rendszerekben} +%---------------------------------------------------------------------------- + +\section{title} % A perem és a felhő hálózatok mire jók + + +\section{Megvalósított alkalmazások} \ No newline at end of file diff --git a/src/content/birbnetes_impl.tex b/src/content/birbnetes_impl.tex new file mode 100644 index 0000000..72aab13 --- /dev/null +++ b/src/content/birbnetes_impl.tex @@ -0,0 +1,4 @@ +% !TeX root = ../thesis.tex +%---------------------------------------------------------------------------- +\chapter{Madárhang felismerő rendszer implementáció} +%---------------------------------------------------------------------------- \ No newline at end of file diff --git a/src/content/glossary.tex b/src/content/glossary.tex index c8a976e..c790d7c 100644 --- a/src/content/glossary.tex +++ b/src/content/glossary.tex @@ -1,3 +1,4 @@ +% !TeX root = ../thesis.tex \newglossaryentry{cisco} { name={Cisco}, diff --git a/src/content/measurements.tex b/src/content/measurements.tex new file mode 100644 index 0000000..cc4e24b --- /dev/null +++ b/src/content/measurements.tex @@ -0,0 +1,4 @@ +% !TeX root = ../thesis.tex +%---------------------------------------------------------------------------- +\chapter{Mérések} +%---------------------------------------------------------------------------- \ No newline at end of file diff --git a/src/content/overview.tex b/src/content/overview.tex new file mode 100644 index 0000000..69dbe2e --- /dev/null +++ b/src/content/overview.tex @@ -0,0 +1,9 @@ +% !TeX root = ../thesis.tex +%---------------------------------------------------------------------------- +\chapter{Áttekintés a perem és felhő rendszerekről} +%---------------------------------------------------------------------------- + +\section{State of art} + + +\section{Perem és felhő keretrendszerek} \ No newline at end of file diff --git a/src/content/scheduling.tex b/src/content/scheduling.tex new file mode 100644 index 0000000..7d1d6f8 --- /dev/null +++ b/src/content/scheduling.tex @@ -0,0 +1,4 @@ +% !TeX root = ../thesis.tex +%---------------------------------------------------------------------------- +\chapter{Komponensek dinamikus ütemezése} +%---------------------------------------------------------------------------- \ No newline at end of file diff --git a/src/content/ursim_impl.tex b/src/content/ursim_impl.tex new file mode 100644 index 0000000..647ae5c --- /dev/null +++ b/src/content/ursim_impl.tex @@ -0,0 +1,4 @@ +% !TeX root = ../thesis.tex +%---------------------------------------------------------------------------- +\chapter{Felhő alapú robot vezérlés implementáció} +%---------------------------------------------------------------------------- \ No newline at end of file diff --git a/src/include/thesis-hu.tex b/src/include/thesis-hu.tex index 461db5c..f0c389b 100644 --- a/src/include/thesis-hu.tex +++ b/src/include/thesis-hu.tex @@ -1,3 +1,4 @@ +% !TeX root = ../thesis.tex %-------------------------------------------------------------------------------------- % Elnevezések %-------------------------------------------------------------------------------------- diff --git a/src/thesis.tex b/src/thesis.tex index 8694dad..4b922ff 100644 --- a/src/thesis.tex +++ b/src/thesis.tex @@ -70,7 +70,12 @@ \include{content/introduction} -% Include chapters here +\include{content/overview} +\include{content/applications} +\include{content/birbnetes_impl} +\include{content/ursim_impl} +\include{content/scheduling} +\include{content/measurements} \include{content/conclusion}