summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-01 17:30:33 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-01 17:31:57 +0100
commit58bf766fca052b4eada1ad3b9b8089ea827e8905 (patch)
tree6b5d10f370d32f8953153edb45206bbc7ec3750b
parent504f9bbad993fdaa0a8d6a375b9bf763dae32998 (diff)
Add abstract
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--doc/paper/main.tex17
1 files 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}