comparison final_pre/final_pre.tex @ 17:55e745a21506 default tip

add abstruct & slide
author ichikitakahiro <e165713@ie.u-ryukyu.ac.jp>
date Sun, 16 Feb 2020 17:54:28 +0900
parents 7293b6481e32
children
comparison
equal deleted inserted replaced
16:7293b6481e32 17:55e745a21506
48 \begin{document} 48 \begin{document}
49 \title{分散フレームワークChristieを用いたremote editor\\ Remote editor using distributed framework Christie} 49 \title{分散フレームワークChristieを用いたremote editor\\ Remote editor using distributed framework Christie}
50 50
51 \author{165713F 一木貴裕 {}{} 指導教員 : 河野真治} 51 \author{165713F 一木貴裕 {}{} 指導教員 : 河野真治}
52 \date{} 52 \date{}
53 \twocolumn [
53 \maketitle 54 \maketitle
55 \begin{onecolabstract}
56 There are many different types of editors used to edit programming.
57 Therefore, the editors that people are used to are almost different
58 There is problem with pair programming is that users must match each other's editing environment.
59 So we will develop a remote editor application that allows users to edit on multiple machines simultaneously, regardless of the type of editor.
60 This research uses Christie, a distributed framework developed in our laboratory.
61 It can be expected that Christie's Gear programming concept is suitable for making remote editors.
62 \end{onecolabstract}]
63
54 \thispagestyle{fancy} 64 \thispagestyle{fancy}
55 65
56 \section{複数人によるファイルの同時編集} 66 \section{複数人によるファイルの同時編集}
57 ペアプログラミングを行う際に有効的手法の一つとして, 同じファイルを複数人が場所を問わずに同時編集することができるリモートエディタをあげられる. 67 ペアプログラミングを行う際に有効的手法の一つとして, 同じファイルを複数人が場所を問わずに同時編集することができるリモートエディタをあげられる.
58 68