changeset 4:44d36b9ce0e8

update chapter 1
author riono <e165729@ie.u-ryukyu.ac.jp>
date Tue, 04 Jan 2022 20:05:02 +0900
parents 66397d86aa5b
children 7160081e762e
files Paper/chapter/0-introduction.tex Paper/chapter/1-Background.tex Paper/master_paper.pdf Paper/master_paper.tex
diffstat 4 files changed, 31 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Paper/chapter/0-introduction.tex	Tue Jan 04 20:05:02 2022 +0900
@@ -0,0 +1,22 @@
+\chapter{序論}
+\section{はじめに}
+
+\section{hogehoge}
+\subsection{foofoo}
+
+\subsection{研究目的}
+ほげほげほげ
+
+
+\section{論文の構成}
+fugafuga
+
+\begin{description}
+	\item[1章]
+	\item[2章]
+	\item[3章]
+	\item[4章]
+	\item[5章]
+	\item[6章]
+\end{description}
+
--- a/Paper/chapter/1-Background.tex	Tue Jan 04 18:16:15 2022 +0900
+++ b/Paper/chapter/1-Background.tex	Tue Jan 04 20:05:02 2022 +0900
@@ -1,1 +1,7 @@
-\chapter{Christie}
\ No newline at end of file
+\chapter{Christie}
+
+ChristieとはJavaで記述された並列分散通信フレームワークである。Aliceという前身のプロジェクトで開発されていたが、様々な問題があった。
+データを管理しているlocalDataGearがシングルトンで設計されていて、localで接続を行う際に複数のアプリケーションで立ち上げる必要がある。
+また、データを受け取る際にObject型で受け取っているため、何の型が送信されるか不明瞭であるなどの問題があり、再設計を行う必要性が発生した。
+それらの問題点を解消するためにAliceを再構築したものがChristieである。
+ChristieではAliceの機能や概念を維持しつつ、Aliceで発生していた問題点やプログラムを煩雑さなどを解消している。
\ No newline at end of file
Binary file Paper/master_paper.pdf has changed
--- a/Paper/master_paper.tex	Tue Jan 04 18:16:15 2022 +0900
+++ b/Paper/master_paper.tex	Tue Jan 04 20:05:02 2022 +0900
@@ -96,7 +96,8 @@
 % \lstlistoflistings
 
 %chapters
-\input{chapter/introduction.tex}
+\input{chapter/0-introduction.tex}
+\input{chapter/1-Background.tex}
 \input{chapter/conclusion.tex}