03-related-work.tex 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. \chapter{Related Work}
  2. \label{ch:related-work}
  3. This chapter gives a comprehensive overview about different projects trying to protect the users' personal data in online social networks. Seven different approaches are presented and their relevance for this work discussed. While some projects are extensions for established online social networks, others are completely new social networks. For each project, the way data is stored and accessed and how communication is realized are investigated. The chapter concludes with a summary of the related work.
  4. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5. % For each project, write about
  6. % - how is data stored
  7. % - how is communication realized
  8. % - how is data accessed (authorization)
  9. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11. % Extensions for better privacy
  12. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13. \section{P2P Social Networks}
  14. \label{sec:p2p-social-networks}
  15. \subsection{Safebook}
  16. \label{sec:safebook}
  17. \subsection{Diaspora}
  18. \label{sec:diaspora}
  19. \subsection{LifeSocial.KOM}
  20. \label{sec:lifesocial}
  21. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22. % Extensions for better privacy
  23. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  24. \section{Privacy through Extensions}
  25. \label{sec:extensions}
  26. \subsection{Twitterize}
  27. \label{sec:twitterize}
  28. \subsection{FaceCloak}
  29. \label{sec:facecloak}
  30. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  31. % dApps
  32. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  33. \section{dApps}
  34. \subsection{Akasha}
  35. \label{sec:akasha}
  36. \input{content/03-related-work/akasha}
  37. \subsection{Peepeth}
  38. \label{sec:peepeth}
  39. \input{content/03-related-work/peepeth}
  40. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  41. % Protocols
  42. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  43. \section{Protocols}
  44. \label{sec:protocols}
  45. \subsection{ActivityPub}
  46. \label{sec:activitypub}
  47. \input{content/03-related-work/activitypub}
  48. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  49. % Summary
  50. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  51. \section{Summary}
  52. \label{sec:related-work-summary}