commit c32a2030ad7f4319e9413aa86c66f1d9f9817fe4 Author: David Zálešák Date: Mon Jan 15 15:30:23 2024 +0100 initial commit diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2155a1d --- /dev/null +++ b/Makefile @@ -0,0 +1,19 @@ +PRACE=prace.tex + +all: vlna pdf + +pdf: + latexmk -pdflua $(PRACE) + #latexmk -pdf $(PRACE) + +clean: + latexmk -c + +cleanall: + latexmk -C + +vlna: + vlna -l -r *.tex + vlna -l -r chapters/*.tex + +remake: cleanall vlna pdf diff --git a/Zalesak-zadaniBakalarskePrace.odt b/Zalesak-zadaniBakalarskePrace.odt new file mode 100644 index 0000000..45e9308 Binary files /dev/null and b/Zalesak-zadaniBakalarskePrace.odt differ diff --git a/abstrakt.tex b/abstrakt.tex new file mode 100644 index 0000000..ad28b8c --- /dev/null +++ b/abstrakt.tex @@ -0,0 +1,32 @@ +\vbox to 0.5\vsize{ +\setlength\parindent{0mm} +\setlength\parskip{5mm} + +{\Large\bfseries Abstrakt} + +Text abstraktu napsán v~češtině. + +\vspace{4mm} + +{\Large\bfseries Klíčová slova} + +Klíčová, slova, oddělená, čárkou + +\vss}\nobreak\vbox to 0.49\vsize{ +\setlength\parindent{0mm} +\setlength\parskip{5mm} + +{\Large\bfseries Abstract} + +Abstract written in English. + +\vspace{4mm} + +{\Large\bfseries Keywords} + +Keywords, separated, by, commas + +\vss} + +\newpage + diff --git a/bibliografie.bib b/bibliografie.bib new file mode 100644 index 0000000..d79bbf9 --- /dev/null +++ b/bibliografie.bib @@ -0,0 +1,7 @@ +@online{commonmark, + author = "MacFarlane, John", + url = "https://spec.commonmark.org/", + cited = "2020-03-22", + title = "CommonMark Spec", + year = "2019" +} diff --git a/chapters/ipsum.tex b/chapters/ipsum.tex new file mode 100644 index 0000000..1c89e3e --- /dev/null +++ b/chapters/ipsum.tex @@ -0,0 +1,3 @@ +\chapter{Ipsum} + +... diff --git a/chapters/lorem.tex b/chapters/lorem.tex new file mode 100644 index 0000000..f20b8be --- /dev/null +++ b/chapters/lorem.tex @@ -0,0 +1,17 @@ +\chapter{Lorem} + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc et pharetra dui. Morbi nec leo vulputate, suscipit sem quis, ultrices purus. Vestibulum eget ultricies sem. Cras mattis dapibus ipsum, at pulvinar leo blandit a. Integer posuere semper mi vehicula rhoncus. Fusce lacinia neque vel ipsum sagittis semper. Nulla cursus enim eu purus dignissim, vitae posuere diam tincidunt. Nulla at magna ultrices, ultrices justo tincidunt, iaculis erat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce et odio lobortis, lacinia orci quis, placerat augue. Proin posuere ante in quam hendrerit lacinia eu sed nunc. Sed varius libero fermentum magna facilisis, sed porta felis suscipit. \citep{commonmark} + +\section{Section} + +Etiam mollis efficitur malesuada. Praesent in velit vel ex mattis faucibus. Aliquam tempus blandit quam, ut imperdiet urna tincidunt vitae. Cras scelerisque eget nibh sit amet tempor. Duis pretium eros sit amet malesuada pellentesque. Quisque vel luctus mauris. Sed velit diam, viverra in ullamcorper id, posuere ut nibh. Cras consequat dapibus ligula gravida porttitor. Sed eu mauris est. + +\subsection{Subsection 1} + +Curabitur mollis metus a risus finibus, et tincidunt leo facilisis. Nulla vitae hendrerit ligula, a venenatis neque. Proin malesuada, nulla id laoreet tempor, orci turpis convallis arcu, id hendrerit purus nunc in neque. Nullam congue dui magna, vitae maximus velit pulvinar at. Pellentesque tempor ligula a magna fermentum, in facilisis turpis rutrum. Morbi mattis massa ligula, quis porta sapien convallis vel. Curabitur eros lorem, imperdiet sed leo vitae, egestas tempus dolor. Vestibulum dignissim id metus et venenatis. + +\subsection{Subsection 2} + +Cras congue, nisi eu porttitor luctus, orci quam consectetur diam, ut interdum libero lacus a metus. Ut sagittis massa et est vehicula volutpat. Nunc mauris massa, vestibulum et volutpat a, ullamcorper nec felis. Morbi in dictum erat, a ultricies augue. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Quisque rhoncus est non cursus convallis. Vestibulum lacinia augue nisi, sit amet porta turpis mattis id. + +Vivamus hendrerit ut libero accumsan fermentum. Aliquam sit amet elementum neque, in convallis tellus. Fusce a ipsum ultrices, varius ligula at, cursus nunc. Sed a sem ut turpis elementum dictum vel at nibh. Donec eget interdum odio. Phasellus nec elit vitae dui luctus condimentum. Ut rutrum urna ut mauris pellentesque, non faucibus turpis placerat. Integer accumsan tortor ipsum, nec varius ipsum porta vitae. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Phasellus et turpis lectus. diff --git a/csplainnat.bst b/csplainnat.bst new file mode 100644 index 0000000..d5a598b --- /dev/null +++ b/csplainnat.bst @@ -0,0 +1,1494 @@ +%% $Id$ +%% File: `csplainnat.bst' for use with natbib package +%% This is a modification of `plainnat.bst' for Czech references style +%% (According to "CSN ISO 690: Bibliograficke citace. Obsah, forma a struktura"). +%% Some modifications are commented, look for the keyword 'CHANGE' +%% For more detailed info use svn repository svn://kraken.pedf.cuni.cz/csplainnat/ +%% +%% Original plainnat.bst by Patrick W Daly +%% Modifications by David Mudr{\'{a}}k mudrd8mz@uxit.pedf.cuni.cz +%% +%% MAJOR MODIFICATIONS +%% * Added "@ONLINE" item type with added "cited" field. +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% + % BibTeX `plainnat' family + % version 0.99b for BibTeX versions 0.99a or later, + % for LaTeX versions 2.09 and 2e. + % + % For use with the `natbib.sty' package; emulates the corresponding + % member of the `plain' family, but with author-year citations. + % + % With version 6.0 of `natbib.sty', it may also be used for numerical + % citations, while retaining the commands \citeauthor, \citefullauthor, + % and \citeyear to print the corresponding information. + % + % For version 7.0 of `natbib.sty', the KEY field replaces missing + % authors/editors, and the date is left blank in \bibitem. + % + % Includes field EID for the sequence/citation number of electronic journals + % which is used instead of page numbers. + % + % Includes fields ISBN and ISSN. + % + % Includes field URL for Internet addresses. + % + % Includes field DOI for Digital Object Idenfifiers. + % + % Works best with the url.sty package of Donald Arseneau. + % + % Works with identical authors and year are further sorted by + % citation key, to preserve any natural sequence. + % +ENTRY + { address + author + booktitle + chapter + doi + eid + edition + editor + howpublished + institution + isbn + issn + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + url + volume + year + cited + } + {} + { label extra.label sort.label short.list } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} + +STRINGS { s t t1 t2 } % CHANGE mudrd8mz 2005-10-12 adding t1, t2 + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\emph{" swap$ * "}" * } + if$ +} + +FUNCTION {capitalize} % CHANGE mudrd8mz 2005-10-12 adding new function +{ + duplicate$ empty$ + { pop$ "" } + { "{\sc " swap$ * "}" * } %{ "u" change.case$ } + if$ +} + + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names.full} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{ll}" format.name$ 't1 := % CHANGE mudrd8mz 2005-10-12 + t1 capitalize 't1 := % CHANGE mudrd8mz 2005-10-12 + s nameptr "{, f.}{~j.}" format.name$ 't2 := % CHANGE mudrd8mz 2005-10-12 + t1 t2 * 't := + nameptr #1 > + { namesleft #1 > + { " -- " * t * } % CHANGE mudrd8mz 2005-10-13 : adding "--" + { numnames #2 > + { "" * } % CHANGE mudrd8mz 2005-10-12 + 'skip$ + if$ + t "OTHERS" = % CHANGE mudrd8mz 2005-10-12 because of capitalize + { " et~al." * } + { " -- " * t * } % CHANGE mudrd8mz 2005-10-12 : between the last and the one before + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.names.short} % CHANGE mudrd8mz 2005-10-14 adding more authors version +{ 's := + s #1 "{ll}" format.name$ 't1 := + t1 capitalize 't1 := + s #1 "{, f.}{~j.}" format.name$ 't2 := + t1 t2 * " et~al." * +} + +FUNCTION {format.names} +{ duplicate$ + num.names$ #3 > + {format.names.short} % pokud ma citace vice nez 3 autory, uvadi se pouze PRVNI et al. + {format.names.full} % pokud ma citace max 3 autory, uvadi se vsichni + if$ +} + +FUNCTION {format.key} +{ empty$ + { key field.or.null } + { "" } + if$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { " (Ed.)" * } % CHANGE mudrd8mz 2005-10-12 + { " (Ed.)" * } + if$ + } + if$ +} + +FUNCTION {format.isbn} +{ isbn empty$ + { "" } + { new.block "ISBN " isbn * } + if$ +} + +FUNCTION {format.issn} +{ issn empty$ + { "" } + { new.block "ISSN " issn * } + if$ +} + +FUNCTION {format.url} +{ url empty$ + { "" } + { new.block "Dostupn{\'{e}}~z: \url{{" url * "}}" * } + if$ +} + + + +FUNCTION {format.doi} +{ doi empty$ + { "" } + { new.block "\doi{" doi * "}" * } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title } + if$ +} + + +FUNCTION {format.full.names} +{'s := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}" format.name$ 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + numnames #2 > + { "," * } + 'skip$ + if$ + t "others" = + { " et~al." * } + { ", " * t * } % CHANGE mudrd8mz 2005-10-12 + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {author.editor.full} +{ author empty$ + { editor empty$ + { "" } + { editor format.full.names } + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {author.full} +{ author empty$ + { "" } + { author format.full.names } + if$ +} + +FUNCTION {editor.full} +{ editor empty$ + { "" } + { editor format.full.names } + if$ +} + +FUNCTION {make.full.names} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.full + { type$ "proceedings" = + 'editor.full + 'author.full + if$ + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[" write$ + label write$ + ")" make.full.names duplicate$ short.list = + { pop$ } + { * } + if$ + "]{" * write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {format.date} +{ year duplicate$ empty$ + { "empty year in " cite$ * warning$ + pop$ "" } + 'skip$ + if$ + month empty$ + 'skip$ + { month + " " * swap$ * + } + if$ + extra.label * +} + +FUNCTION {format.btitle} +{ title emphasize +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { "" volume tie.or.space.connect % CHANGE mudrd8mz 2005-10-12 removing "volume" + series empty$ + 'skip$ + { " / " * series emphasize * } % CHANGE mudrd8mz 2005-10-12 "of" --> "/" + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { "{\v{c}}." } % CHANGE mudrd8mz 2005-10-12 "{\v{c}}" instead of "number" + { "{\v{C}}." } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { " v " * series * } % CHANGE mudrd8mz 2005-10-12 "in" --> "v" + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { edition "l" change.case$ " edition" * } + { edition "t" change.case$ " edition" * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { "s." pages n.dashify tie.or.space.connect } % CHANGE mudrd8mz 2007-03-15: 'pages' -> 's.' + { "s." pages tie.or.space.connect } % CHANGE mudrd8mz 2007-03-15: 'pages' -> 's.' + if$ + } + if$ +} + +FUNCTION {format.eid} +{ eid empty$ + { "" } + { "art." eid tie.or.space.connect } + if$ +} + +FUNCTION {format.vol.num.pages} +{ volume field.or.null + number empty$ + 'skip$ + { ", " number * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { ", s.~" * pages n.dashify * } + if$ + } + if$ +} + +FUNCTION {format.vol.num.eid} +{ volume field.or.null + number empty$ + 'skip$ + { "\penalty0, " number * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ + eid empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.eid } + { ":\penalty0 " * eid * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { "" } % CHANGE mudrd8mz 2008-04-08 removing the word "chapter" + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + pages empty$ + 'skip$ + { ", " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { "In " booktitle emphasize * } + { "In " format.editors * " " * booktitle emphasize * } % CHANGE mudrd8mz 2005-10-12 + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ type } % CHANGE mudrd8mz 2007-03-15: Do not lowercase the thesis type + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { "Technical Report" } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { "In \emph{" journal * "}" * } + if$ + } + { "In " key * } + if$ + " \citep{" * crossref * "}" * +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + "In " + } + { "Volume" volume tie.or.space.connect + " of " * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { "\emph{" * series * "}" * } + if$ + } + { key * } + if$ + } + 'skip$ + if$ + ", \citet{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { "In \emph{" booktitle * "}" * } + if$ + } + { "In " key * } + if$ + } + { "In " } + if$ + " \citet{" * crossref * "}" * +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { journal emphasize "journal" output.check + new.sentence + format.date "year" output.check + eid empty$ + { format.vol.num.pages output } + { format.vol.num.eid output } + if$ + } + { format.article.crossref output.nonnull + eid empty$ + { format.pages output } + { format.eid output } + if$ + } + if$ + format.issn output + format.doi output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {online} % CHANGE mudrd8mz 2005-10-12 addign new item type +{ output.bibitem + format.authors output + new.block + format.btitle " [online]" * output + new.sentence + publisher missing$ + 'skip$ + { publisher output } + if$ + year missing$ + 'skip$ + { format.date "year" output.check } + if$ + new.sentence + cited missing$ + 'skip$ + { "[cit.~" cited * "]" * output } + if$ + new.sentence + note output + new.sentence + format.url output + fin.entry +} + + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { new.block + format.bvolume output + format.number.series output + new.sentence + publisher + % address "~: " * publisher * % CHANGE mudrd8mz 2005-10-12 + "publisher" output.check + } + { new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + format.doi output + format.url output + new.block + note output + format.isbn output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + author format.key output + new.block + format.title "title" output.check + howpublished address new.block.checkb + howpublished output + address output + format.date output + format.doi output + format.url output + new.block + note output + format.isbn output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.date "year" output.check + format.doi output + format.url output + new.block + note output + format.isbn output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + new.sentence + address ": " * publisher * % CHANGE mudrd8mz 2005-10-12 + "publisher" output.check + %publisher "publisher" output.check + %address output + format.edition output + format.date "year" output.check + new.sentence + format.chapter.pages output + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + format.doi output + format.url output + new.block + format.isbn output + note output + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.pages output + address empty$ + { organization publisher new.sentence.checkb + organization output + publisher output + format.date "year" output.check + } + { address output.nonnull + format.date "year" output.check + new.sentence + organization output + publisher output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + format.doi output + format.url output + new.block + format.isbn output + note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + format.authors output + author format.key output + new.block + format.btitle "title" output.check + organization address new.block.checkb + organization output + address output + format.edition output + format.date output + format.url output + new.block + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + "Master's thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + format.url output + new.block + note output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + author format.key output + title howpublished new.block.checkb + format.title output + howpublished new.block.checka + howpublished output + format.date output + format.issn output + format.url output + new.block + note output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.btitle "title" output.check + new.block + "PhD thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + format.url output + new.block + note output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + format.editors output + editor format.key output + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + address output + format.date "year" output.check + new.sentence + organization output + publisher output + format.doi output + format.url output + new.block + format.isbn output + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + format.url output + new.block + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + format.url output + new.block + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + + + +MACRO {acmcs} {"ACM Computing Surveys"} + +MACRO {acta} {"Acta Informatica"} + +MACRO {cacm} {"Communications of the ACM"} + +MACRO {ibmjrd} {"IBM Journal of Research and Development"} + +MACRO {ibmsj} {"IBM Systems Journal"} + +MACRO {ieeese} {"IEEE Transactions on Software Engineering"} + +MACRO {ieeetc} {"IEEE Transactions on Computers"} + +MACRO {ieeetcad} + {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} + +MACRO {ipl} {"Information Processing Letters"} + +MACRO {jacm} {"Journal of the ACM"} + +MACRO {jcss} {"Journal of Computer and System Sciences"} + +MACRO {scp} {"Science of Computer Programming"} + +MACRO {sicomp} {"SIAM Journal on Computing"} + +MACRO {tocs} {"ACM Transactions on Computer Systems"} + +MACRO {tods} {"ACM Transactions on Database Systems"} + +MACRO {tog} {"ACM Transactions on Graphics"} + +MACRO {toms} {"ACM Transactions on Mathematical Software"} + +MACRO {toois} {"ACM Transactions on Office Information Systems"} + +MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"} + +MACRO {tcs} {"Theoretical Computer Science"} + + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {format.lab.names} +{ 's := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ " et~al." * } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { " et~al." * } + { " -- " * s #2 "{vv~}{ll}" format.name$ * } % CHANGE mudrd8mz 2005-10-12: changed "and" + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.key.organization.label} +{ author empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "The " #4 organization chop.word #3 text.prefix$ } + if$ + } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.organization.label} +{ editor empty$ + { key empty$ + { organization empty$ + { cite$ #1 #3 substring$ } + { "The " #4 organization chop.word #3 text.prefix$ } + if$ + } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.organization.label + { type$ "manual" = + 'author.key.organization.label + 'author.key.label + if$ + } + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + "(" + * + year duplicate$ empty$ + short.list key field.or.null = or + { pop$ "" } + 'skip$ + if$ + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr #1 > + { + " " * + namesleft #1 = t "others" = and + { "zzzzz" * } + { numnames #2 > nameptr #2 = and + { "zz" * year field.or.null * " " * } + 'skip$ + if$ + t sortify * + } + if$ + } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { editor sort.format.names } + if$ +} + + +FUNCTION {presort} +{ calc.label + label sortify + " " + * + type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + cite$ + * + #1 entry.max$ substring$ + 'sort.label := + sort.label * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +SORT + +STRINGS { longest.label last.label next.extra } + +INTEGERS { longest.label.width last.extra.num number.label } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'longest.label.width := + #0 'last.extra.num := + #0 'number.label := +} + +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} + +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'next.extra := + extra.label + duplicate$ empty$ + 'skip$ + { "{\natexlab{" swap$ * "}}" * } + if$ + 'extra.label := + label extra.label * 'label := +} + +EXECUTE {initialize.longest.label} + +ITERATE {forward.pass} + +REVERSE {reverse.pass} + +FUNCTION {bib.sort.order} +{ sort.label 'sort.key$ := +} + +ITERATE {bib.sort.order} + +SORT + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * + write$ newline$ + "\providecommand{\natexlab}[1]{#1}" + write$ newline$ + "\providecommand{\url}[1]{\texttt{#1}}" + write$ newline$ + "\expandafter\ifx\csname urlstyle\endcsname\relax" + write$ newline$ + " \providecommand{\doi}[1]{doi: #1}\else" + write$ newline$ + " \providecommand{\doi}{doi: \begingroup \urlstyle{rm}\Url}\fi" + write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} diff --git a/ipsum.tex b/ipsum.tex new file mode 100644 index 0000000..37a846b --- /dev/null +++ b/ipsum.tex @@ -0,0 +1,28 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\@setckpt{chapters/ipsum}{ +\setcounter{page}{2} +\setcounter{equation}{0} +\setcounter{enumi}{0} +\setcounter{enumii}{0} +\setcounter{enumiii}{0} +\setcounter{enumiv}{0} +\setcounter{footnote}{0} +\setcounter{mpfootnote}{0} +\setcounter{part}{0} +\setcounter{chapter}{0} +\setcounter{section}{0} +\setcounter{subsection}{0} +\setcounter{subsubsection}{0} +\setcounter{paragraph}{0} +\setcounter{subparagraph}{0} +\setcounter{figure}{0} +\setcounter{table}{0} +\setcounter{Item}{0} +\setcounter{Hfootnote}{0} +\setcounter{bookmark@seq@number}{0} +\setcounter{parentequation}{0} +\setcounter{NAT@ctr}{0} +\setcounter{@todonotes@numberoftodonotes}{0} +\setcounter{section@level}{0} +} diff --git a/lorem.tex b/lorem.tex new file mode 100644 index 0000000..886cf28 --- /dev/null +++ b/lorem.tex @@ -0,0 +1,28 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\@setckpt{chapters/lorem}{ +\setcounter{page}{2} +\setcounter{equation}{0} +\setcounter{enumi}{0} +\setcounter{enumii}{0} +\setcounter{enumiii}{0} +\setcounter{enumiv}{0} +\setcounter{footnote}{0} +\setcounter{mpfootnote}{0} +\setcounter{part}{0} +\setcounter{chapter}{0} +\setcounter{section}{0} +\setcounter{subsection}{0} +\setcounter{subsubsection}{0} +\setcounter{paragraph}{0} +\setcounter{subparagraph}{0} +\setcounter{figure}{0} +\setcounter{table}{0} +\setcounter{Item}{0} +\setcounter{Hfootnote}{0} +\setcounter{bookmark@seq@number}{0} +\setcounter{parentequation}{0} +\setcounter{NAT@ctr}{0} +\setcounter{@todonotes@numberoftodonotes}{0} +\setcounter{section@level}{0} +} diff --git a/pdfa.xmpi b/pdfa.xmpi new file mode 100644 index 0000000..44fc84f --- /dev/null +++ b/pdfa.xmpi @@ -0,0 +1,92 @@ + + + + + + + + + http://ns.adobe.com/pdfx/1.3/ + pdfx + PDF/X Schema + + + external + URL to an online version or preprint + AuthoritativeDomain + Text + + + + + http://www.aiim.org/pdfua/ns/id/ + pdfuaid + PDF/UA ID Schema + + + internal + Part of PDF/UA standard + part + Integer + + + + + PRISM metadata + http://prismstandard.org/namespaces/basic/2.2/ + prism + + + aggregationType + Text + external + The type of publication. If defined, must be one of book, catalog, feed, journal, magazine, manual, newsletter, pamphlet. + + + url + URL + external + URL for the article or unit of content + + + + + + + + LuaTeX + + + application/pdf + + + + + + + 2 + U + + + LaTeX with hyperref + 2024-01-15T15:26:07+01:00 + 2024-01-15T15:26:07+01:00 + 2024-01-15T15:26:07+01:00 + + + + + uuid:E471EDA9-0143-B4EC-2929-27CBFE26697B + uuid:9C3265E7-6741-BA3A-46E6-8F46DAE9146F + + + + + + + + diff --git a/podekovani.tex b/podekovani.tex new file mode 100644 index 0000000..9fcffcf --- /dev/null +++ b/podekovani.tex @@ -0,0 +1,7 @@ +\vglue 0pt plus 1fill + +Poděkování + +\vspace{20mm} +\newpage + diff --git a/prace.bbl b/prace.bbl new file mode 100644 index 0000000..c579f4e --- /dev/null +++ b/prace.bbl @@ -0,0 +1,13 @@ +\begin{thebibliography}{1} +\providecommand{\natexlab}[1]{#1} +\providecommand{\url}[1]{\texttt{#1}} +\expandafter\ifx\csname urlstyle\endcsname\relax + \providecommand{\doi}[1]{doi: #1}\else + \providecommand{\doi}{doi: \begingroup \urlstyle{rm}\Url}\fi + +\bibitem[MacFarlane(2019)]{commonmark} +{\sc MacFarlane}, J. +\newblock \emph{CommonMark Spec} [online]. 2019. [cit.~2020-03-22]. +\newblock Dostupn{\'{e}}~z: \url{{https://spec.commonmark.org/}}. + +\end{thebibliography} diff --git a/prace.tex b/prace.tex new file mode 100644 index 0000000..b0bbeff --- /dev/null +++ b/prace.tex @@ -0,0 +1,78 @@ +\documentclass[12pt, a4paper]{report} + +\usepackage[utf8]{inputenc} +\usepackage[a-2u]{pdfx} % PDF-A output + +\usepackage[a4paper, top=25mm, bottom=30mm, left=30mm, right=25mm]{geometry} +\usepackage[czech]{babel} +\usepackage{csquotes} +\usepackage{hyperref} +\hypersetup{unicode} +\hypersetup{breaklinks=true} +\usepackage{graphicx} +\usepackage{cmap} +\usepackage{enumitem} +\setlist{noitemsep} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{xcolor} + +% Typography +\setlength{\parindent}{0pt} +\setlength{\parskip}{6pt} +\usepackage{setspace} + \setstretch{1.5} % Better alterative to \baselinestretch +%\renewcommand{\baselinestretch}{1.5} +\frenchspacing +\usepackage{lmodern} + +% Citations +\usepackage{natbib} +\bibliographystyle{csplainnat} +\renewcommand{\bibname}{Seznam použité literatury} + +% Size of title margins +\usepackage{titlesec} +\titleformat{\chapter}[display] + {\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\Huge} + \titlespacing*{\chapter}{0pt}{0pt}{40pt} + +% Better multiline footnotes +\usepackage{scrextend} +\deffootnote[1em]{3em}{1em}{\textsuperscript{\thefootnotemark}} +\setlength{\footnotesep}{0.5cm} +\renewcommand{\footnoterule}{\vfill\kern -3pt \hrule width 0.4\columnwidth \kern 2.6pt} + + +\def\Title{Nasazení, správa a monitoring rozsáhlých přístupových Wi-Fi sítí s~využitím open-source technlogií} +\def\TitleEN{Deployment, management and monitoring of large-scale access Wi-Fi networks using open-source technologies} +\def\Author{David Zálešák} +\def\Study{Specializace v~pedagogice} +\def\StudyField{Informační technologie se zaměřením na vzdělávání} +\def\Department{Katedra informačních technologií a technické výchovy} +\def\Supervisor{PhDr. Martin Stejskal} +\def\Year{2024} +\def\Date{10. 4.} + + +\begin{document} + +\include{titulka} +\include{podekovani} +\include{abstrakt} +\tableofcontents +\include{uvod} + +\input{chapters/lorem} +\input{chapters/ipsum} + +\include{zaver} + +% Citations +\newpage +{\raggedright + %\nocite{*} % List all entries from bibliography even if not cited in text. + \bibliography{bibliografie} +} + +\end{document} diff --git a/titulka.tex b/titulka.tex new file mode 100644 index 0000000..ff4b38f --- /dev/null +++ b/titulka.tex @@ -0,0 +1,68 @@ +\addtocontents{toc}{\protect\thispagestyle{empty}} +\pagenumbering{arabic} +\pagestyle{empty} +\hypersetup{pageanchor=false} + +\begin{center} + +{\Large Univerzita Karlova} + +\vspace{4mm} + +{\Large Pedagogická fakulta} + +\vspace{4mm} + +\Department + +\vspace{-8mm} +\vfill + +{\bf\Large BAKALÁŘSKÁ PRÁCE} + +\vfill + +{\LARGE\bfseries\Title} + +\vspace{8mm} + +{\LARGE\bfseries\TitleEN} + +\vspace{15mm} + +{\LARGE\Author} + +\vfill + +\begin{tabular}{rl} + +Vedoucí bakalářské práce: & \Supervisor \\ +\noalign{\vspace{2mm}} +Studijní program: & \Study \\ +\noalign{\vspace{2mm}} +Studijní obor: & \StudyField \\ +\end{tabular} + +\vfill + +Praha \Year + +\end{center} + +\newpage + +\hypersetup{pageanchor=true} +\vglue 0pt plus 1fill + +\noindent +Odevzdáním této bakalářské práce na téma \Title{} potvrzuji, že jsem ji vypracoval pod vedením vedoucího práce samostatně za použití v~práci uvedených pramenů a literatury. Dále potvrzuji, že tato práce nebyla využita k~získání jiného nebo stejného titulu. +\vspace{10mm} + +\hbox{\hbox to 0.5\hsize{% +Praha, \Date{} \Year +\hss}\hbox to 0.5\hsize{% +Podpis autora +\hss}} + +\vspace{20mm} + diff --git a/uvod.tex b/uvod.tex new file mode 100644 index 0000000..49b3e55 --- /dev/null +++ b/uvod.tex @@ -0,0 +1,5 @@ +\chapter*{Úvod} +\addcontentsline{toc}{chapter}{Úvod} +\pagestyle{plain} + +Lorem Ipsum diff --git a/zadani.md b/zadani.md new file mode 100644 index 0000000..25261a9 --- /dev/null +++ b/zadani.md @@ -0,0 +1,282 @@ +# Nasazení, správa a monitoring rozsáhlých přístupových Wi-Fi sítí s využitím open-source technlogií. + +## Stručná charakteristika tématu + +Cílem práce je zmapovat a otestovat vybrané open-source nástroje pro zjednodušení nasazení, správy a monitoringu rozsáhlých přístupových wi-fi síťí. + +## Zásady pro vypracování + +**Teoretická** +* Seznamte se sadou standardů Wi-Fi +* Zmapujte vhodný software a kompatibilitu s dostupným hardwarem. +* Deklarujte požadavky na implementaci modelové rozsáhlé wi-fi sítě. + +**Praktická** + +* Implementujte modelovou síť v praxi. +* Zhodnoťte modelovou implementaci a porovnejte ji s nabízenými proprietárními řešeními. + +## Předpokládaná struktura práce + +**Teoretická část** + +Představení standardů Wi-Fi + +Autentifikační metody a bezpečnost + +Hromadná správa zařízení + +Základy počítačových síťí + + - Podsíťě a adresace v kontextu Wi-Fi síťí + +Definice požadavnků na přístupovou Wi-Fi síť + +**Praktická část** + +Implementace rozsáhlé přístupové Wi-Fi síťě + +Zhodnocení navrženého řešení a komparace s dostupnými proprietárními řešeními. + +## Seznam doporučené literatury + + +tacac radius + +dynamicke pridelovani frekvence + + + + +--- + +**Emil** +* Seznamte se s aktuální situací v oblasti jednočipových počítačů. +* Analyzujte dostupné výukové materiály pro práci s jednočipovými počítači využitelné pro výuku na gymnáziích. +* Na základě analýzy a příslušných školních dokumentů navrhněte vhodnou metodiku pro práci s jednočipovými počítači na gymnáziu. +* Vytvořte sadu vzdělávacích materiálů pro dané téma. +* Ověřte vytvořené materiály v praxi. + +**Me** +* Seznamte se s prolematikou monitoring systémů +* Analyzujte možnosti využití časových řad k uchování dat z monitoring systémů +* Zmapujte vybrané aktuálně používané systémy pro monitoring z hlediska ukládání +* Deklarujte požadavky na monitorovací systém +* Navrhněte modelovou aplikaci s využitím časových řad +* Implementujte funkční prototyp aplikace +* Vyhodnoťte vlastnosti aplikace + +**Marcel Poláček:** +* Proveďte rozbor možných řešení s ohledem na reálné parametry síťových prvků. +* Definujte základní požadavky na znalosti v olasti sítových technologií. +* Vystupem práce budou návrhy řešení virtualizaace síťových prvků praktickou výuku počítačových síťí. + +--- + +Seznamte se +Zmapujte +Deklarujte +Implementujte +Vyhodnoťte +Porovnejte +Navrhněte +Vytvořte +Ověřte +Specifikujte: + Určte konkrétní požadavky nebo specifikace pro daný systém, proces nebo produkt. +Identifikujte: + Rozpoznejte klíčové prvky, charakteristiky nebo problémy v daném kontextu. +Analyzujte: + Provětrejte, zkoumejte a hodnoťte informace k dosažení hlubšího porozumění. +Optimalizujte: + Vyhodnoťte stávající procesy nebo systémy s cílem maximalizovat efektivitu nebo výkon. +Validujte: + Potvrďte nebo ověřte správnost, platnost nebo účinnost určitého tvrzení, metody nebo dat. +Navrhněte: + Vytvořte nový design, plán nebo koncept pro dosažení konkrétních cílů. +Integrujte: + Začleněte různé prvky nebo subsystémy do jednotného celku. +Ověřte: + Prověřte správnost nebo úplnost dané informace nebo procesu. +Rozvíjejte: + Rozšiřte nebo zdokonalte existující systém, produkt nebo postup. +Validujte: + Potvrďte, že daný produkt nebo systém splňuje stanovené požadavky a normy. +Rozpoznejte: + Identifikujte klíčové trendy, rizika nebo příležitosti v daném odvětví nebo oblasti. +Zkoumejte: + Proveďte pečlivý průzkum nebo analýzu k získání nových informací nebo perspektiv. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +--- + +User + will you help me come up with a bachelor thesis assignment + +ChatGPT + Of course! I'd be happy to help you come up with a bachelor thesis assignment. Could you please provide more details about your field of study or the specific area you're interested in? Additionally, let me know if you have any preferences or specific requirements for the thesis topic. The more information you provide, the better I can assist you in generating ideas. + +User + Tittle will be: Deployment, management and monitoring of large Wi-Fi networks using open source technologies. + I want to write about a large Wi-Fi network with an appeal for deployment automation and central management and monitoring. in practical part of thesis want to use, describe and research opensource technologies like git, openwrt, ansible, prometheus etc. in theoretical part i want to describe networking, wi-fi (versions, protocols, authentication), managing multiple devices. + +ChatGPT + Great! Your proposed title sounds interesting and relevant to the current trends in networking and Wi-Fi management. Here's a breakdown of your thesis topic along with potential subtopics for both the theoretical and practical parts: + Theoretical Part: + + Introduction to Wi-Fi Networks: + Evolution of Wi-Fi standards (802.11a/b/g/n/ac/ax). + Overview of Wi-Fi protocols and their significance. + + Authentication and Security: + Different authentication methods in Wi-Fi networks. + Security protocols (WEP, WPA, WPA2, WPA3) and their vulnerabilities. + + Managing Multiple Devices: + Challenges in managing large-scale Wi-Fi networks. + Strategies for effective device management. + + Networking Fundamentals: + Basics of networking protocols (TCP/IP, UDP). + Subnetting and addressing in the context of Wi-Fi networks. + +Practical Part: + + Open Source Technologies for Wi-Fi Management: + Introduction to Git for version control. + Utilizing OpenWRT for customizing and enhancing Wi-Fi routers. + + Automation with Ansible: + Implementing Ansible for deployment automation. + Creating Ansible playbooks for Wi-Fi network configuration. + + Monitoring with Prometheus: + Setting up Prometheus for real-time monitoring of Wi-Fi networks. + Defining custom metrics and alerts. + + Case Study: Deployment of a Large Wi-Fi Network: + Detailed description of a practical case study involving the deployment of a large Wi-Fi network. + Documenting the use of open source technologies in each phase of deployment, management, and monitoring. + + Evaluation and Comparison: + Assessing the effectiveness of open source tools compared to proprietary solutions. + Analyzing the benefits and challenges encountered during the implementation. + + Future Trends and Recommendations: + Discussing emerging technologies and trends in Wi-Fi management. + Providing recommendations for further improvements and developments. + +Remember to support your theoretical discussions with relevant literature and research, and in the practical part, document your experiences, challenges faced, and solutions implemented during the deployment. This structured approach should help you create a comprehensive and well-balanced bachelor thesis. + +User + what could the principles for the development of this work look like? + +ChatGPT + Developing a bachelor thesis requires a systematic approach to ensure clarity, coherence, and academic rigor. Here are some principles and guidelines to consider when developing your work: +1. Clear Objectives: + + Clearly define the objectives of your thesis. What do you aim to achieve with your research and practical implementation? + +2. Literature Review: + + Conduct a thorough literature review to provide a solid theoretical foundation for your work. + Summarize key findings from existing research related to Wi-Fi networks, open source technologies, and network management. + +3. Theoretical Framework: + + Establish a robust theoretical framework that underpins your research questions and practical implementation. + Clearly articulate the theoretical concepts you will explore in the theoretical part of your thesis. + +4. Research Questions: + + Formulate clear and focused research questions that guide your investigation. + Ensure that your questions align with the objectives and contribute to addressing gaps in existing knowledge. + +5. Methodology: + + Clearly describe the methodology you will use for both the theoretical and practical parts. + Explain how you will collect, analyze, and interpret data or information. + +6. Ethical Considerations: + + Acknowledge and address any ethical considerations related to your research, especially if it involves real-world deployment and data collection. + +7. Practical Implementation: + + Provide detailed documentation of your practical work, including the use of open source technologies like Git, OpenWRT, Ansible, and Prometheus. + Include code snippets, configurations, and step-by-step procedures for reproducibility. + +8. Case Study Analysis: + + Analyze your case study critically, highlighting the challenges faced and solutions implemented during the deployment. + Relate your findings to the theoretical concepts discussed in the earlier sections. + +9. Results and Discussion: + + Present your findings clearly, supported by data and evidence. + Discuss the implications of your results and how they contribute to the broader field. + +10. Conclusion: + + Summarize the key findings of your research. + Highlight the contributions of your work and suggest avenues for future research. + +11. Consistency and Clarity: + + Maintain consistency in terminology and concepts throughout your thesis. + Ensure clarity in your writing, making it accessible to both technical and non-technical readers. + +12. Feedback and Revisions: + + Seek feedback from your advisor, peers, or mentors at various stages of your work. + Revise and refine your thesis based on constructive feedback. + +13. Citations and References: + + Ensure proper citation of all sources used in your literature review and throughout the thesis. + Follow the citation style specified by your institution or department. + +14. Submission Guidelines: + + Adhere to the submission guidelines provided by your institution. + Pay attention to formatting, citation styles, and any specific requirements for the presentation of your thesis. + +15. Presentation: + + Prepare a clear and engaging presentation of your work for the defense, if applicable. + +By following these principles, you can create a well-structured and academically sound bachelor thesis on the deployment, management, and monitoring of large Wi-Fi networks using open source technologies. \ No newline at end of file diff --git a/zaver.tex b/zaver.tex new file mode 100644 index 0000000..ef2d4c9 --- /dev/null +++ b/zaver.tex @@ -0,0 +1,4 @@ +\chapter*{Závěr} +\addcontentsline{toc}{chapter}{Závěr} + +Lorem Ipsum