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 b7ec6e64d2 fix: minor fixes 3 years ago
assets fix: service pack 5 3 years ago
bibliography fix: service pack 5 3 years ago
chapters fix: minor fixes 3 years ago
custom-commands refactor: change appendix tables style 3 years ago
custom-packages Merge remote-tracking branch 'origin/develop' into feature/4-4-architecture 3 years ago
misc refactor: clean up image extensions 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 fix: minor fixes 3 years ago
thesis.tex feat: improved section 1.7 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