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.
Ezerous 7db6774c46 Merge branch 'feature/appendix-a' into develop 3 years ago
assets feat: init Concordia screenshots 3 years ago
bibliography fix: ch. 2 diagrams 3 years ago
chapters feat: add software requirement refs to screenshots 3 years ago
custom-commands fix: service pack 1 (ch. 0-3) 3 years ago
custom-packages Merge remote-tracking branch 'origin/develop' into feature/4-4-architecture 3 years ago
misc feat: init Concordia screenshots 3 years ago
tikz/chapter-3 fix: service pack 1 (ch. 0-3) 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 feat: add software requirement refs to screenshots 3 years ago
thesis.tex fix: headings 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