changeset 11:5e67750b1c4f

write chapter label
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Fri, 24 Jan 2014 12:07:32 +0900
parents 6d373178bbf0
children c623c0453fc1
files paper/OUTLINE paper/bibliography.tex paper/chapter2.tex paper/chapter3.tex paper/chapter4.tex paper/chapter5.tex paper/chapter6.tex paper/future.tex paper/thesis-paper.pdf paper/thesis-paper.tex
diffstat 10 files changed, 40 insertions(+), 25 deletions(-) [+]
line wrap: on
line diff
--- a/paper/OUTLINE	Thu Jan 23 22:52:48 2014 +0900
+++ b/paper/OUTLINE	Fri Jan 24 12:07:32 2014 +0900
@@ -1,15 +1,15 @@
 Title : Cerium の並列処理向け I/O の設計と実装
 
-第1章 序論
-    1.1 研究背景と目的
+第1章 研究背景と目的
+    1.1 研究背景
+    1.1 研究目的
 
 第2章 Cerium
     2.1 Cerium の概要
-    2.2 Cerium Task Manager
 
 第3章 Cerium Task Manager を使った例題
-    3.1 Word Count
-    3.2 File Read
+    3.1 File Read
+    3.2 Word Count
 
 第4章 並列処理向け I/O の設計と実装
     4.1 mmap
--- a/paper/bibliography.tex	Thu Jan 23 22:52:48 2014 +0900
+++ b/paper/bibliography.tex	Fri Jan 24 12:07:32 2014 +0900
@@ -12,6 +12,4 @@
 ゲームフレームワーク Cerium Task Manager の改良\\
 情報処理学会システムソフトウェアとオペレーティング・システム研究会 (OS), April 2011
 
-\bibitem{hoge}
-hoge
 \end{thebibliography}
--- a/paper/chapter2.tex	Thu Jan 23 22:52:48 2014 +0900
+++ b/paper/chapter2.tex	Fri Jan 24 12:07:32 2014 +0900
@@ -1,7 +1,5 @@
-\chapter{基礎概念}
+\chapter{Cerium}
 \label{chap:concept}
 
-\section{}
+\section{Cerium の概要}
 
-
-\section{}
--- a/paper/chapter3.tex	Thu Jan 23 22:52:48 2014 +0900
+++ b/paper/chapter3.tex	Fri Jan 24 12:07:32 2014 +0900
@@ -1,13 +1,6 @@
-\chapter{実験}
+\chapter{Cerium を使った例題}
 \label{chap:poordirection}
 
-
-\section{実験説明}
-
-\section{}
+\section{File Read}
 
-\section{検証結果}
-
-
-
-\section{考察}
+\section{Word Count}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/chapter4.tex	Fri Jan 24 12:07:32 2014 +0900
@@ -0,0 +1,10 @@
+\chapter{並列処理向け I/O の設計と実装}
+\label{chap:poordirection}
+
+\section{mmap}
+
+\section{map reduce}
+
+\section{I/O の設計}
+\section{I/O の実装}
+\section{Cerium の改良}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/chapter5.tex	Fri Jan 24 12:07:32 2014 +0900
@@ -0,0 +1,9 @@
+\chapter{ベンチマーク}
+\label{chap:poordirection}
+
+
+\section{実験環境}
+
+\section{実験}
+
+\section{結果}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/chapter6.tex	Fri Jan 24 12:07:32 2014 +0900
@@ -0,0 +1,7 @@
+\chapter{Cerium を使った例題}
+\label{chap:poordirection}
+
+
+\section{まとめ}
+
+\section{今後の課題}
--- a/paper/future.tex	Thu Jan 23 22:52:48 2014 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-\chapter{今後の課題}
Binary file paper/thesis-paper.pdf has changed
--- a/paper/thesis-paper.tex	Thu Jan 23 22:52:48 2014 +0900
+++ b/paper/thesis-paper.tex	Fri Jan 24 12:07:32 2014 +0900
@@ -48,10 +48,11 @@
 \input{chapter3.tex}
 
 % 他の論文との比較
-%\input{chapter4.tex}
+\input{chapter4.tex}
+\input{chapter5.tex}
+% 今後の課題
+\input{chapter6.tex}
 
-% 今後の課題
-\input{future.tex}
 
 % 参考文献
 \input{bibliography.tex}