view paper/sigos.tex @ 88:e043238bfdbb default tip

Added pdf file
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Wed, 29 Jan 2014 20:06:17 +0900
parents e5cfaf13e68e
children
line wrap: on
line source

\documentclass[techrep]{ipsjpapers}
\usepackage[dvipdfmx]{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 Information 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 a Knowledge Database in the DEOS project, which aimed at building a Dependable Systems.
It is the database which maintains requests and responsibilities of the target system.
D-ADD has a consensus building tool to fulfill the responsibilities when the system fails.
This consensus building tool shows the temporal relationship of agreement statuses.
In this paper, we propose a knowledge structure of consensus building tool.
It is a tree structure of requirements and responses.
We implement a Web application using GraphDB and show some examples.
\end{eabstract}
% 表題などの出力
\maketitle

% 本文はここから始まる

\input{introduction}   % 研究目的
\input{d_add}           % d_add
\input{model}           % model
\input{implmodel}       % implement Web application
\input{useapp}       % How to use Web application
\input{compare}      % Web application compare redmine.
\input{temporal}      % 
\input{conclusion}     % まとめ
\input{acknowledgments}


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

\bibliographystyle{ipsjunsrt}
\bibliography{sigos}





\end{document}