From 58bf766fca052b4eada1ad3b9b8089ea827e8905 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 1 Jan 2021 17:30:33 +0100 Subject: Add abstract Signed-off-by: Matthias Beyer --- doc/paper/main.tex | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/paper/main.tex b/doc/paper/main.tex index 8d6f168..51a28eb 100644 --- a/doc/paper/main.tex +++ b/doc/paper/main.tex @@ -7,6 +7,7 @@ \usepackage{graphicx} \usepackage{textcomp} \usepackage{xcolor} +\usepackage{url} \def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}} \begin{document} @@ -21,6 +22,16 @@ mail@beyermatthias.de} \maketitle \begin{abstract} + This document describes how one can implement a distributed social network + or publishing platform using the IPFS\cite{ipfsbennet}, \cite{ipfsio} and related technologies. + It proposes a block data format for a blockchain and conceptual ideas for + implementing "profiles" upon this data format. + It also describes profile discovery algorithms and lays out problems with + trust and how they could be approached. + Finally, it proposes an architecture how a client for such a social network + could be implemented, focusing on reusability of components to be able to + make them available to a broader audience, for example for federated caching + or even embedded usage. \end{abstract} \begin{IEEEkeywords} @@ -132,6 +143,8 @@ mail@beyermatthias.de} \section*{References} -%\begin{thebibliography}{00} -%\end{thebibliography} +\begin{thebibliography}{00} +\bibitem{ipfsbennet} J. Bennet, IPFS - Content Addressed, Versioned, P2P File System(DRAFT 3) +\bibitem{ipfsio} \url{https://docs.ipfs.io/} +\end{thebibliography} \end{document} -- cgit v1.2.3