view main.tex @ 14:d5366636aa23

add bibliography.tex
author tatsuki
date Thu, 10 Nov 2016 19:28:52 +0900
parents 36f400a632c1
children 27f92e7af1fc
line wrap: on
line source

% withpage: ページ番号をつける (著者確認用)
  % english: 英語原稿用フォーマット
  \documentclass{ipsjprosym}
  %\documentclass[withpage,english]{ipsjprosym}
  \usepackage{listings,jlisting}
  \usepackage[dvips]{graphicx}
  \usepackage{latexsym}
  \usepackage{comment}
  \lstset{%
    language={Java},
      basicstyle={\footnotesize},%
        identifierstyle={\footnotesize},%
        commentstyle={\footnotesize\itshape},%
        keywordstyle={\footnotesize\bfseries},%
        ndkeywordstyle={\footnotesize},%
        stringstyle={\footnotesize\ttfamily},
      frame={tb},
      breaklines=true,
      columns=[l]{fullflexible},%
        numbers=left,%
        xrightmargin=0zw,%
        xleftmargin=1zw,%
        numberstyle={\scriptsize},%
        stepnumber=1,
      numbersep=0.5zw,%
        lineskip=-0.5ex%
  }

\begin{document}

% Title, Author %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{ソフトウェア内部で使用するのに適した\\木構造データベースJungle}

\affiliate{IPSJ}{情報処理学会}
\affiliate{PROSYM}{プログラミング・シンポジウム幹事団}

\author{金川 竜己}{Kanagawa Tatsuki}{}[k158585@ie.u-ryukyu.ac.jp]
\author{武田和馬}{Hiroki MIZUNO}{IPSJ}[hanako@prosym.ipsj.or.jp]
\author{河野真治}{Hiroki MIZUNO}{}[hanako@prosym.ipsj.or.jp]

% はじめに
\input{abst.tex}

\begin{jkeyword}
プログラミング・シンポジウム,データベース、Java、Jungle
\end{jkeyword}

\maketitle

% Body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 研究目的
\input{introduction.tex}

% 非破壊的木構造データベースJungle
\input{jungle.tex}

% Jungle上に実装したアプリケーションの説明
%\input{application.tex}

%BBSについて
\input{bbs.tex}

%許認可管理アプリケーションmaTrix
\input{maTrix.tex}

%Jungle RenderingEngine
\input{renderingEngine.tex}

%まとめ
\input{summary.tex}

%\begin{acknowledgment}
%みんなめっちゃありがと
%\end{acknowledgment}

% BibTeX を使用する場合 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \bibliographystyle{ipsjsort}
% \bibliography{ref}

% BibTeX を使用しない場合
\begin{thebibliography}{9}
\bibitem{latex}玉城将士、谷成雄,河野真治 : \textbf{Cassandraを使ったスケーラビリティのあるCMSの設計 }. 情報処理学会システムソフトウェアとオペレーティング・システム研究会、 2011.
\bibitem{latex}玉城将士 : \textbf{非破壊的木構造を用いた分散CMSの設計と実装 }. 琉球大学理工学研究科修士論文、2013
\bibitem{latex}大城信康 、杉本優 、河野真治 : \textbf{Data Segment の分散データベースへの応用}. 日本ソフトウェア科学会第30回大会論文集. 、2013
\bibitem{latex}大城信康 : \textbf{分散Database Jungleに関する研究}. 琉球大学理工学研究科修士論文、2014
\bibitem{latex}金川竜己、河野真治 : \textbf{非破壊的木構造データベースJungleとその評価  }. 情報処理学会システムソフトウェアとオペレーティング・システム研究会、 2015.
\end{thebibliography}
\end{document}