view paper/sigos.tex @ 38:590aeefbfb79

modified implmodel.tex
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 01 Apr 2013 05:22:03 +0900
parents 3f772ca8893d
children 943f97d75750
line wrap: on
line source

\documentclass[techrep]{ipsjpapers}
\usepackage[dvipdfm]{graphicx}
\usepackage{url}
\usepackage{listings,jlisting}

\lstset{%listings
breaklines=true,
tabsize=2,
frame=shadowbox,
basicstyle=\scriptsize,
showstringspaces=false,
numbers=left,
framexleftmargin=6mm,
numberstyle=\scriptsize,
stepnumber=1,
numbersep=1zw,
language=java
}


\input{dummy.tex} %% Font 

% ユーザが定義したマクロなど.
\makeatletter

\begin{document}

% 和文表題
\title{ディペンダブルシステムのための木構造を用いた合意形成データベースの提案と実装}
% 英文表題
%\etitle{The suggestion and implementation of the consensus building database 
%  \\using a tree structure for Dependable System}

% 所属ラベルの定義
\affilabel{1}{琉球大学理工学研究科情報工学専攻 \\Interdisciplinary Infomation Engineering, Graduate School of Engineering and Science, University of the Ryukyus.}
\affilabel{2}{株式会社 Symphony}

% 和文著者名
\author{
  大城 信康\affiref{1}\and
  河野 真治\affiref{1}\and
  玉城 将士\affiref{1}\and
  永山 辰巳\affiref{2}
}

% 英文著者名
\eauthor{
  Nobuyasu OSHIRO\affiref{1}\and
  Shinji KONO\affiref{1}\and
  Shoshi TAMAKI\affiref{2}\and
  Tatsumi NAGAYAMA\affiref{2}
}

% 連絡先(投稿時に必要.製版用では無視される.)
\contact{大城 信康\\
        〒903-0213 沖縄県西原町千原1番地\\
	琉球大学工学部情報工学科\\
        TEL: (098)895-2221\qquad FAX: (098)895-8727\\
        email: dimolto@cr.ie.u-ryukyu.ac.jp} 

% 和文概要
\begin{abstract}
ディペンダブルシステムの構築を目指すDEOSプロジェクトでは対象システムの要求を維持するデータベースであるD-ADDが重要である。
D-ADDはシステムに障害が発生した際に要求・説明責任を果たすため機能の1つとして合意形成支援がある。
この合意形成支援は合意状況の時間的な関係をみることができると考えられている。
本論文では、要求・説明責任を果たすために木構造による合意形成支援を構成する方法を提案する。
また、Webアプリケーションとして実装を行い、実際に例題を記述して、その有効性を確認する。

\end{abstract}
% 英文概要
\begin{eabstract}
D-ADD is important in the DEOS project aimed at building a Dependable System. 
It is database for maintain request of the target system.
D-ADD have the consensus building tool to fullfill the accountability required
when the system fails.
It is considered that this consensus tool will be able to see the relationship between the temporal agreement status.
In this paper, we suggest a method to support consensus building with a tree structure for to fullfill the request and accountability.
In addition, it implemented as Web application, to confirm its effectiveness.

\end{eabstract}
% 表題などの出力
\maketitle

% 本文はここから始まる

\input{introduction}   % 研究目的
\input{d_add}           % d_add
\input{model}           % model
\input{implmodel}       % implemente Web application
\input{compare}
\input{conclusion}     % まとめ
\input{acknowledgments}


\nocite{deos2012}
\nocite{d_add2012}
\nocite{toulmin}
\nocite{graphdb}
\nocite{rdb}
\nocite{tinkerpop}
\nocite{play}
\nocite{dung}

\bibliographystyle{ipsjunsrt}
\bibliography{sigos}





\end{document}