Mercurial > hg > Papers > 2012 > kazz-master
changeset 49:63bf50d5ddeb
split abstract ja and en
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 28 Feb 2012 19:22:29 +0900 |
parents | 49ca414f6d7b |
children | 423f4f548fad |
files | paper/abstract.tex paper/abstract_eng.tex paper/master_paper.pdf paper/master_paper.sty paper/master_paper.tex |
diffstat | 5 files changed, 37 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/abstract.tex Thu Feb 16 22:57:19 2012 +0900 +++ b/paper/abstract.tex Tue Feb 28 19:22:29 2012 +0900 @@ -11,23 +11,4 @@ Alice は Data Segment と Code Segment という単位でデータと処理を細かく分割し、それぞれの依存関係をシンプルに記述して分散プログラムを作成することができる。また、他のマシンとの接続トポロジーの構築等の実験のための機能も盛り込まれており、ユーザーはトポロジー構築後の処理を記述することに集中できる。 本研究では、Alice の基本設計及びプロトタイプ実装を行い、基本的だ動作の確認と、Federated Linda との機能及び性能比較を行った。 - -\newpage - -The spread of the broadband Internet and mobile data terminal would be cause the huge increase in active users of Internet services. It is difficult to write a scalable distributed program. -The program should keep quality of service while increasing number of users by additional resources. -The scalability is the performance standard. -We need to do design, implement and experiment many protocol of the distributed program for its scalability. - -Our distributed network framework Alice provides simple and rapid protocol development. -We have learned many experience during developing Federated Linda, which is our previous framework. -It is also inspired by our Cerium framework for Cell Broadband Engine, which has task manager and memory segment manager. - -Programmers can simply develop a distributed program with splitting data as Data Segment and -processing as Code Segment, and its dependency among each other. -Alice has a feature building topology of distributed computers for experiments, which makes -it possible to concentrate on writing source code for distributed program. - -We show our basic design of Alice and a prototype implementation, and its comparison to Federated Linda framework. -Using blade server system we compared basic performance. \end{abstract}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper/abstract_eng.tex Tue Feb 28 19:22:29 2012 +0900 @@ -0,0 +1,18 @@ +\begin{abstract_eng} +The spread of the broadband Internet and mobile data terminal would be cause the huge increase in active users of Internet services. It is difficult to write a scalable distributed program. +The program should keep quality of service while increasing number of users by additional resources. +The scalability is the performance standard. +We need to do design, implement and experiment many protocol of the distributed program for its scalability. + +Our distributed network framework Alice provides simple and rapid protocol development. +We have learned many experience during developing Federated Linda, which is our previous framework. +It is also inspired by our Cerium framework for Cell Broadband Engine, which has task manager and memory segment manager. + +Programmers can simply develop a distributed program with splitting data as Data Segment and +processing as Code Segment, and its dependency among each other. +Alice has a feature building topology of distributed computers for experiments, which makes +it possible to concentrate on writing source code for distributed program. + +We show our basic design of Alice and a prototype implementation, and its comparison to Federated Linda framework. +Using blade server system we compared basic performance. +\end{abstract_eng}
--- a/paper/master_paper.sty Thu Feb 16 22:57:19 2012 +0900 +++ b/paper/master_paper.sty Tue Feb 28 19:22:29 2012 +0900 @@ -134,7 +134,6 @@ {\LARGE \@author \par}% \end{center}} - %abstract \renewenvironment{abstract}{% \titlepage @@ -147,6 +146,18 @@ \end{center} }% +%abstract +\newenvironment{abstract_eng}{% + \titlepage + \thispagestyle{empty} + \null\vfil + \@beginparpenalty\@lowpenalty + {\Huge \bfseries \abstractengname}% + \begin{center}% + \@endparpenalty\@M + \end{center} +}% + %目次 \renewcommand{\tableofcontents}{% \pagestyle{plain} @@ -222,6 +233,7 @@ \renewcommand{\tablename}{表} \renewcommand{\appendixname}{付 録} \renewcommand{\abstractname}{要 旨} +\newcommand{\abstractengname}{Abstract} %%%% new environment for me(ryuji)