changeset 6:8eaf61081c9e

rename dir graduation-thesis to paper
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Tue, 21 Jan 2014 02:21:47 +0900
parents 5f161f93bd08
children b2fdecf63a05
files graduation-thesis/OUTLINE graduation-thesis/appendix.tex graduation-thesis/bibliography.tex graduation-thesis/chapter1.tex graduation-thesis/chapter2.tex graduation-thesis/chapter3.tex graduation-thesis/fig/ryukyu.pdf graduation-thesis/future.tex graduation-thesis/main.tex graduation-thesis/mythesis.sty graduation-thesis/thanks.tex paper/OUTLINE paper/appendix.tex paper/bibliography.tex paper/chapter1.tex paper/chapter2.tex paper/chapter3.tex paper/fig/ryukyu.pdf paper/future.tex paper/main.tex paper/mythesis.sty paper/thanks.tex
diffstat 20 files changed, 321 insertions(+), 321 deletions(-) [+]
line wrap: on
line diff
--- a/graduation-thesis/OUTLINE	Tue Jan 21 02:20:09 2014 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-Title : Cerium Task Manager による並列(分割?) I/O の設計と実装
-
-第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
-
-第4章 並列(分割?) I/O の設計と実装
-    4.1 本研究以前の I/O の実装方法 (mmap)
-    4.2 I/O の設計
-        4.2.1 single core sequential read
-        4.2.2 multi core seguential read
-    4.3 single core sequential read の実装
-    4.4 Cerium の改良(CPU部分にIO_0などを追加したけど、どこにいれよう)
-    4.5 I/O のベンチマーク
-
-第5章 結論
-    5.1 まとめ
-    5.2 今後の課題
-
-謝辞
-参考文献
-発表文献
--- a/graduation-thesis/bibliography.tex	Tue Jan 21 02:20:09 2014 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-% 参考文献
-\def\line{−\hspace*{-.7zw}−}
-
-\begin{thebibliography}{99}
-%\bibitem{*}内の * は各自わかりやすい名前などをつけて、
-%論文中には \cite{*} のように使用する。
-%これをベースに書き換えた方が楽かも。
-%書籍、論文、URLによって若干書き方が異なる。
-%URLを載せる人は参考にした年月日を最後に記入すること。
-
-
-\bibitem{hoge}
-hoge
-\end{thebibliography}
--- a/graduation-thesis/chapter1.tex	Tue Jan 21 02:20:09 2014 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-\chapter{はじめに}
-\label{chap:introduction}
-\pagenumbering{arabic}
-
-%序論の目安としては1枚半ぐらい.
-%英語発表者は,最終予稿の「はじめに」の英訳などを載せてもいいかも.
-
-\section{背景と目的}
-
-
-\section{論文の構成}
-
-%\section{Introduction}
--- a/graduation-thesis/chapter2.tex	Tue Jan 21 02:20:09 2014 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-\chapter{基礎概念}
-\label{chap:concept}
-
-\section{}
-
-
-\section{}
--- a/graduation-thesis/chapter3.tex	Tue Jan 21 02:20:09 2014 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-\chapter{実験}
-\label{chap:poordirection}
-
-
-\section{実験説明}
-
-\section{}
-
-\section{検証結果}
-
-
-
-\section{考察}
Binary file graduation-thesis/fig/ryukyu.pdf has changed
--- a/graduation-thesis/future.tex	Tue Jan 21 02:20:09 2014 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-\chapter{今後の課題}
--- a/graduation-thesis/main.tex	Tue Jan 21 02:20:09 2014 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,65 +0,0 @@
-\documentclass[a4j,12pt]{jreport}
-\usepackage[dvips]{graphicx}
-\usepackage{mythesis}
-\usepackage{multirow}
-\usepackage{here}
-\setlength{\itemsep}{-1zh}
-\title{}
-\icon{
-		\includegraphics[width=80mm,bb=0 0 595 842]{fig/ryukyu.pdf}
-	}
-\year{平成Y年度 卒業論文}
-\belongto{琉球大学工学部情報工学科}
-\author{0957  \\ 指導教員 {} }
-%%
-%% プリアンブルに記述
-%% Figure 環境中で Table 環境の見出しを表示・カウンタの操作に必要
-%%
-\makeatletter
-\newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}}
-\newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}}
-\makeatother
-\setlength\abovecaptionskip{0pt}
-
-\begin{document}
-
-% タイトル
-\maketitle
-\baselineskip 17pt plus 1pt minus 1pt
-
-\pagenumbering{roman}
-\setcounter{page}{0}
-
-\tableofcontents	% 目次
-\listoffigures		% 図目次
-\listoftables		% 表目次
-
-%以下のように、章ごとに個別の tex ファイルを作成して、
-% main.tex をコンパイルして確認する。
-%章分けは個人で違うので下のフォーマットを参考にして下さい。
-
-% はじめに
-\input{chapter1.tex}
-
-% 基礎概念
-\input{chapter2.tex}
-
-% 実験
-\input{chapter3.tex}
-
-% 他の論文との比較
-%\input{chapter4.tex}
-
-% 今後の課題
-\input{future.tex}
-
-% 参考文献
-\input{bibliography.tex}
-
-% 謝辞
-\input{thanks.tex}
-
-% 付録
-%\input{appendix.tex}
-
-\end{document}
--- a/graduation-thesis/mythesis.sty	Tue Jan 21 02:20:09 2014 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,156 +0,0 @@
-%
-%  卒業論文スタイルファイル(mythesis.sty)
-%        version 1.0e   
-%
-% ver 1.0e 02/07/2000 since  
-% usage:
-
-%\documentclass[a4j]{jreport}
-%\usepackage{master_paper}
-%
-%
-%\title{卒論タイトル \\ 長い}
-%\etitle{\pLaTeX2e  style test file for Teri's thesis } 
-%\year{平成11年度}
-%\belongto{琉球大学大学工学部\\ 情報工学科}
-%\author{豊平 絵梨}
-%
-%\begin{document}
-%
-%\maketitle
-%
-%%要旨
-%\input{abstract.tex}
-%
-%%目次
-%\tableofcontents
-%							
-%%図目次
-%\listoffigures
-%
-%%表目次
-%\listoftables
-%
-%%第一章
-%\input{chapter1.tex}
-%%chapter1.texの\chapter{}の後ろに次のコマンドを追加してください。
-%%ページカウントがリセットされ、ページ数がアラビア文字になります。
-%%  \pagenumbering{arabic}
-%%第二章
-%\input{chapter2.tex}
-%%第三章
-%\input{chapter3.tex}
-%
-%%付録
-%\input{appendix.tex}
-%
-%%謝辞
-%%\input{thanx.tex}
-%
-%%参考文献
-%\input{biblography.tex}
-%
-%\end{document}
-
-
-%長さ設定
-%\setlength{\topmargin}{-30mm}
-%\addtolength{\oddsidemargin}{-15mm}
-%\addtolength{\textwidth}{60mm}
-
-\topmargin -1in \addtolength{\topmargin}{35mm}
-\headheight 0mm
-\headsep 0mm
-\oddsidemargin -1in \addtolength{\oddsidemargin}{30mm}
-%\evensidemargin -1in \addtolength{\evensidemargin}{8mm}
-\textwidth 160mm
-\textheight 230mm
-%\footheight 0mm
-%\footskip 0mm
-%\pagestyle{empty}
-
-
-%年度
-\def\@year{}
-\def\year#1{\gdef\@year{#1}}
-%英文タイトル
-\def\@etitle{}
-\def\etitle#1{\gdef\@etitle{#1}}
-%アイコン
-\def\@icon{}
-\def\icon#1{\gdef\@icon{#1}}
-%所属
-\def\@belongto{}
-\def\belongto#1{\gdef\@belongto{#1}}
-
-%表紙
-\renewcommand{\maketitle}{%
-\newpage\null
-\thispagestyle{empty}
-\vskip 0cm%
-\begin{center}%
-\let\footnote\thanks
-  {\huge \@year \par}%
-    \vskip 3em%
-  {\Huge \@title \par}%
-    \vskip 1em%
-  {\huge \@etitle \par}%
-    \vskip 8em%
-  {\huge \@icon \par}%
-    \vskip 0.5em%
-  {\huge \@belongto \par}%
-    \vskip 1.0em%
-  {\huge \@author \par}%
-
-\end{center}%
-\par\vskip 1.5em
-}
-
-
-%abstract
-\renewenvironment{abstract}{%
-      \titlepage
-      \thispagestyle{empty}
-      \null\vfil
-      \@beginparpenalty\@lowpenalty
-      {\Huge \bfseries \abstractname}%
-      \begin{center}%
-        \@endparpenalty\@M
-      \end{center}
-}%
-
-
-%目次
-\renewcommand{\tableofcontents}{%
-  \pagestyle{plain}
-  \if@twocolumn\@restonecoltrue\onecolumn
-  \else\@restonecolfalse\fi
-  \chapter*{\contentsname
-    \@mkboth{\contentsname}{\contentsname}%
-  }  \pagenumbering{roman}\@starttoc{toc}%
-  \if@restonecol\twocolumn\fi
-}
-
-%章
-\renewcommand{\chapter}{%
-  \pagestyle{plain}
-  \if@openright\cleardoublepage\else\clearpage\fi
-  \thispagestyle{jpl@in}%
-  \global\@topnum\z@
-  \@afterindentfalse
-  \secdef\@chapter\@schapter}
-
-
-\renewcommand{\prepartname}{} %\renewcommand{\prepartname}{第}
-\renewcommand{\postpartname}{部}
-\renewcommand{\prechaptername}{第}%\renewcommand{\prechaptername}{第}
-\renewcommand{\postchaptername}{章}
-\renewcommand{\contentsname}{目 次}
-\renewcommand{\listfigurename}{図 目 次}
-\renewcommand{\listtablename}{表 目 次}
-\renewcommand{\bibname}{参考文献}
-\renewcommand{\indexname}{索 引}
-\renewcommand{\figurename}{図}
-\renewcommand{\tablename}{表}
-\renewcommand{\appendixname}{付 録}
-\renewcommand{\abstractname}{要 旨}
--- a/graduation-thesis/thanks.tex	Tue Jan 21 02:20:09 2014 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-\chapter*{謝辞}
-\thispagestyle{empty}
-
-%基本的な内容は以下の通り.参考にしてみて下さい.
-%厳密な決まりは無いので,個々人の文体でも構わない.
-%GISゼミや英語ゼミに参加した人はその分も入れておく.
-%順番は重要なので気を付けるように.(提出前に周りの人に確認してもらう.)
-
-\hspace{1zw}本研究の遂行,また本論文の作成にあたり、御多忙にも関わらず終始懇切なる御指導と御教授を賜わりましたhoge助教授に深く感謝したします。
-
-また、本研究の遂行及び本論文の作成にあたり、日頃より終始懇切なる御教授と御指導を賜わりましたhoge教授に心より深く感謝致します。
-
-数々の貴重な御助言と細かな御配慮を戴いたhoge研究室のhoge氏に深く感謝致します。
-
-また一年間共に研究を行い、暖かな気遣いと励ましをもって支えてくれたhoge研究室のhoge君、hoge君、hogeさん並びにhoge研究室のhoge、hoge君、hoge君、hoge君、hoge君に感謝致します。
-
-最後に、有意義な時間を共に過ごした情報工学科の学友、並びに物心両面で支えてくれた両親に深く感謝致します。
-
-\begin{flushright}
- 2010年 3月 \\ hoge
-\end{flushright}
-
-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/OUTLINE	Tue Jan 21 02:21:47 2014 +0900
@@ -0,0 +1,29 @@
+Title : Cerium Task Manager による並列(分割?) I/O の設計と実装
+
+第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
+
+第4章 並列(分割?) I/O の設計と実装
+    4.1 本研究以前の I/O の実装方法 (mmap)
+    4.2 I/O の設計
+        4.2.1 single core sequential read
+        4.2.2 multi core seguential read
+    4.3 single core sequential read の実装
+    4.4 Cerium の改良(CPU部分にIO_0などを追加したけど、どこにいれよう)
+    4.5 I/O のベンチマーク
+
+第5章 結論
+    5.1 まとめ
+    5.2 今後の課題
+
+謝辞
+参考文献
+発表文献
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/bibliography.tex	Tue Jan 21 02:21:47 2014 +0900
@@ -0,0 +1,14 @@
+% 参考文献
+\def\line{−\hspace*{-.7zw}−}
+
+\begin{thebibliography}{99}
+%\bibitem{*}内の * は各自わかりやすい名前などをつけて、
+%論文中には \cite{*} のように使用する。
+%これをベースに書き換えた方が楽かも。
+%書籍、論文、URLによって若干書き方が異なる。
+%URLを載せる人は参考にした年月日を最後に記入すること。
+
+
+\bibitem{hoge}
+hoge
+\end{thebibliography}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/chapter1.tex	Tue Jan 21 02:21:47 2014 +0900
@@ -0,0 +1,13 @@
+\chapter{はじめに}
+\label{chap:introduction}
+\pagenumbering{arabic}
+
+%序論の目安としては1枚半ぐらい.
+%英語発表者は,最終予稿の「はじめに」の英訳などを載せてもいいかも.
+
+\section{背景と目的}
+
+
+\section{論文の構成}
+
+%\section{Introduction}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/chapter2.tex	Tue Jan 21 02:21:47 2014 +0900
@@ -0,0 +1,7 @@
+\chapter{基礎概念}
+\label{chap:concept}
+
+\section{}
+
+
+\section{}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/chapter3.tex	Tue Jan 21 02:21:47 2014 +0900
@@ -0,0 +1,13 @@
+\chapter{実験}
+\label{chap:poordirection}
+
+
+\section{実験説明}
+
+\section{}
+
+\section{検証結果}
+
+
+
+\section{考察}
Binary file paper/fig/ryukyu.pdf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/future.tex	Tue Jan 21 02:21:47 2014 +0900
@@ -0,0 +1,1 @@
+\chapter{今後の課題}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/main.tex	Tue Jan 21 02:21:47 2014 +0900
@@ -0,0 +1,65 @@
+\documentclass[a4j,12pt]{jreport}
+\usepackage[dvips]{graphicx}
+\usepackage{mythesis}
+\usepackage{multirow}
+\usepackage{here}
+\setlength{\itemsep}{-1zh}
+\title{}
+\icon{
+		\includegraphics[width=80mm,bb=0 0 595 842]{fig/ryukyu.pdf}
+	}
+\year{平成Y年度 卒業論文}
+\belongto{琉球大学工学部情報工学科}
+\author{0957  \\ 指導教員 {} }
+%%
+%% プリアンブルに記述
+%% Figure 環境中で Table 環境の見出しを表示・カウンタの操作に必要
+%%
+\makeatletter
+\newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}}
+\newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}}
+\makeatother
+\setlength\abovecaptionskip{0pt}
+
+\begin{document}
+
+% タイトル
+\maketitle
+\baselineskip 17pt plus 1pt minus 1pt
+
+\pagenumbering{roman}
+\setcounter{page}{0}
+
+\tableofcontents	% 目次
+\listoffigures		% 図目次
+\listoftables		% 表目次
+
+%以下のように、章ごとに個別の tex ファイルを作成して、
+% main.tex をコンパイルして確認する。
+%章分けは個人で違うので下のフォーマットを参考にして下さい。
+
+% はじめに
+\input{chapter1.tex}
+
+% 基礎概念
+\input{chapter2.tex}
+
+% 実験
+\input{chapter3.tex}
+
+% 他の論文との比較
+%\input{chapter4.tex}
+
+% 今後の課題
+\input{future.tex}
+
+% 参考文献
+\input{bibliography.tex}
+
+% 謝辞
+\input{thanks.tex}
+
+% 付録
+%\input{appendix.tex}
+
+\end{document}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/mythesis.sty	Tue Jan 21 02:21:47 2014 +0900
@@ -0,0 +1,156 @@
+%
+%  卒業論文スタイルファイル(mythesis.sty)
+%        version 1.0e   
+%
+% ver 1.0e 02/07/2000 since  
+% usage:
+
+%\documentclass[a4j]{jreport}
+%\usepackage{master_paper}
+%
+%
+%\title{卒論タイトル \\ 長い}
+%\etitle{\pLaTeX2e  style test file for Teri's thesis } 
+%\year{平成11年度}
+%\belongto{琉球大学大学工学部\\ 情報工学科}
+%\author{豊平 絵梨}
+%
+%\begin{document}
+%
+%\maketitle
+%
+%%要旨
+%\input{abstract.tex}
+%
+%%目次
+%\tableofcontents
+%							
+%%図目次
+%\listoffigures
+%
+%%表目次
+%\listoftables
+%
+%%第一章
+%\input{chapter1.tex}
+%%chapter1.texの\chapter{}の後ろに次のコマンドを追加してください。
+%%ページカウントがリセットされ、ページ数がアラビア文字になります。
+%%  \pagenumbering{arabic}
+%%第二章
+%\input{chapter2.tex}
+%%第三章
+%\input{chapter3.tex}
+%
+%%付録
+%\input{appendix.tex}
+%
+%%謝辞
+%%\input{thanx.tex}
+%
+%%参考文献
+%\input{biblography.tex}
+%
+%\end{document}
+
+
+%長さ設定
+%\setlength{\topmargin}{-30mm}
+%\addtolength{\oddsidemargin}{-15mm}
+%\addtolength{\textwidth}{60mm}
+
+\topmargin -1in \addtolength{\topmargin}{35mm}
+\headheight 0mm
+\headsep 0mm
+\oddsidemargin -1in \addtolength{\oddsidemargin}{30mm}
+%\evensidemargin -1in \addtolength{\evensidemargin}{8mm}
+\textwidth 160mm
+\textheight 230mm
+%\footheight 0mm
+%\footskip 0mm
+%\pagestyle{empty}
+
+
+%年度
+\def\@year{}
+\def\year#1{\gdef\@year{#1}}
+%英文タイトル
+\def\@etitle{}
+\def\etitle#1{\gdef\@etitle{#1}}
+%アイコン
+\def\@icon{}
+\def\icon#1{\gdef\@icon{#1}}
+%所属
+\def\@belongto{}
+\def\belongto#1{\gdef\@belongto{#1}}
+
+%表紙
+\renewcommand{\maketitle}{%
+\newpage\null
+\thispagestyle{empty}
+\vskip 0cm%
+\begin{center}%
+\let\footnote\thanks
+  {\huge \@year \par}%
+    \vskip 3em%
+  {\Huge \@title \par}%
+    \vskip 1em%
+  {\huge \@etitle \par}%
+    \vskip 8em%
+  {\huge \@icon \par}%
+    \vskip 0.5em%
+  {\huge \@belongto \par}%
+    \vskip 1.0em%
+  {\huge \@author \par}%
+
+\end{center}%
+\par\vskip 1.5em
+}
+
+
+%abstract
+\renewenvironment{abstract}{%
+      \titlepage
+      \thispagestyle{empty}
+      \null\vfil
+      \@beginparpenalty\@lowpenalty
+      {\Huge \bfseries \abstractname}%
+      \begin{center}%
+        \@endparpenalty\@M
+      \end{center}
+}%
+
+
+%目次
+\renewcommand{\tableofcontents}{%
+  \pagestyle{plain}
+  \if@twocolumn\@restonecoltrue\onecolumn
+  \else\@restonecolfalse\fi
+  \chapter*{\contentsname
+    \@mkboth{\contentsname}{\contentsname}%
+  }  \pagenumbering{roman}\@starttoc{toc}%
+  \if@restonecol\twocolumn\fi
+}
+
+%章
+\renewcommand{\chapter}{%
+  \pagestyle{plain}
+  \if@openright\cleardoublepage\else\clearpage\fi
+  \thispagestyle{jpl@in}%
+  \global\@topnum\z@
+  \@afterindentfalse
+  \secdef\@chapter\@schapter}
+
+
+\renewcommand{\prepartname}{} %\renewcommand{\prepartname}{第}
+\renewcommand{\postpartname}{部}
+\renewcommand{\prechaptername}{第}%\renewcommand{\prechaptername}{第}
+\renewcommand{\postchaptername}{章}
+\renewcommand{\contentsname}{目 次}
+\renewcommand{\listfigurename}{図 目 次}
+\renewcommand{\listtablename}{表 目 次}
+\renewcommand{\bibname}{参考文献}
+\renewcommand{\indexname}{索 引}
+\renewcommand{\figurename}{図}
+\renewcommand{\tablename}{表}
+\renewcommand{\appendixname}{付 録}
+\renewcommand{\abstractname}{要 旨}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/thanks.tex	Tue Jan 21 02:21:47 2014 +0900
@@ -0,0 +1,23 @@
+\chapter*{謝辞}
+\thispagestyle{empty}
+
+%基本的な内容は以下の通り.参考にしてみて下さい.
+%厳密な決まりは無いので,個々人の文体でも構わない.
+%GISゼミや英語ゼミに参加した人はその分も入れておく.
+%順番は重要なので気を付けるように.(提出前に周りの人に確認してもらう.)
+
+\hspace{1zw}本研究の遂行,また本論文の作成にあたり、御多忙にも関わらず終始懇切なる御指導と御教授を賜わりましたhoge助教授に深く感謝したします。
+
+また、本研究の遂行及び本論文の作成にあたり、日頃より終始懇切なる御教授と御指導を賜わりましたhoge教授に心より深く感謝致します。
+
+数々の貴重な御助言と細かな御配慮を戴いたhoge研究室のhoge氏に深く感謝致します。
+
+また一年間共に研究を行い、暖かな気遣いと励ましをもって支えてくれたhoge研究室のhoge君、hoge君、hogeさん並びにhoge研究室のhoge、hoge君、hoge君、hoge君、hoge君に感謝致します。
+
+最後に、有意義な時間を共に過ごした情報工学科の学友、並びに物心両面で支えてくれた両親に深く感謝致します。
+
+\begin{flushright}
+ 2010年 3月 \\ hoge
+\end{flushright}
+
+