This repository contains all the material related to my PhD, including the thesis, papers, code, and bibliography.
- project/: Initial project, previous to thesis.
- thesis/: Files for the thesis written in LaTeX and Markdown.
- papers/: Research papers and publications.
- 00_sample/: Sample article.
- 01_paper1/: First research paper.
- code/: Source code used in the project.
- bibliography/: Bibliographic files (e.g., BibTeX, references).
- README.md: This file.
To generate PDF files from the Markdown sources, use the provided Makefile
. Simply execute:
make
Ensure you have the required dependencies installed. You can install them on Debian/Ubuntu-based systems with:
sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends \
texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng \
texlive-latex-recommended texlive-bibtex-extra biber
Generated PDFs will be located in the output/
directory.
Author: Ernesto Serrano Collado
Supervisor: Juan Julián Merelo Guervós
This thesis explores adaptive cybersecurity strategies under the concept of Moving Target Defense (MTD). The full abstract will be disclosed in future updates.
-
Thesis and Presentation: Released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
-
Code: Licensed under the GNU General Public License Version 3.
Feel free to contribute or open issues to report problems or suggest improvements.