You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Apostolos Fanakis e52e7f9e2d
feat: add a bit of content to the README
3 years ago
assets Merge branch 'feature/4-application-implementation' into develop 3 years ago
bibliography fix: ch. 2 diagrams 3 years ago
chapters fix: ch.4 minor fixes 3 years ago
custom-commands feat: appendix b add style and fixes 3 years ago
custom-packages Merge remote-tracking branch 'origin/develop' into feature/4-4-architecture 3 years ago
misc feat: increase section spacing 3 years ago
tikz/chapter-3 refactor: add missing use cases 3 years ago
.gitattributes feat: init asymmetric cryptography 4 years ago
.gitignore feat: add sublime project files to gitignore 3 years ago
README.md feat: add a bit of content to the README 3 years ago
thesis.pdf fix: ch.4 minor fixes 3 years ago
thesis.tex feat: add page headers 3 years ago

README.md

Concordia White Paper

A decentralized social network that supports democratic polls

This repository contains the Latex code for the final report of the diploma thesis "Autonomous social network based on distributed technologies". This report doubles as the white paper for Concordia, the proof of concept application developed during the research part of the thesis. Unfortunately, the report is only available in Greek.

How to compile

Make sure you have xelatex and pygmentized installed. In windows run:

xelatex.exe -synctex=1 -interaction=nonstopmode -shell-escape "thesis".tex

In linux (with latexmk):

latexmk -bibtex -synctex=1 -interaction=nonstopmode -shell-escape -xelatex thesis.tex