Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 2.28 KB

README.md

File metadata and controls

63 lines (41 loc) · 2.28 KB

ugr_doctorado

License: CC BY-NC-SA 4.0
GitHub License

This repository contains all the material related to my PhD, including the thesis, papers, code, and bibliography.


Repository Structure


Generating Documentation

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.


PhD Project Overview

Topic: Moving Target Defense

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.


Licenses

  • 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.