# HG changeset patch # User gongo@gendarme.cr.ie.u-ryukyu.ac.jp # Date 1234584384 -32400 # Node ID 2c5703c3a36ee9146c67d5e4b6a3f26ea8654d2f # Parent 800cdbaa2f64d63a73032e9cc9a48fcc42520ae2 add appendix.tex diff -r 800cdbaa2f64 -r 2c5703c3a36e paper/appendix.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper/appendix.tex Sat Feb 14 13:06:24 2009 +0900 @@ -0,0 +1,16 @@ +\chapter*{発表履歴} +\addcontentsline{toc}{chapter}{発表文献} + +\begin{itemize} +\item 河野真治, 渕田良彦, 宮國渡. 継続を基本とする言語 CbC による分散プログラミング, 日本ソフトウェア科学会第23回大会(2B-1), September 2006. + +\item 宮國渡, 河野真治. Continuation based C 言語による OS システムコールの意味記述. 情報処理学会第105回システムソフトウェアとオペレーティング・システム研究会 (16). April 2007. + +\item 宮國渡, 河野真治, 神里晃. Cell 用の Fine-Grain Task Manager の実装. 情報処理学会第108回システムソフトウェアとオペレーティング・システム研究会 (13). April 2008. + +\item オープンソースカンファレンス2006 Okinawa. December 2006. +\item オープンソースカンファレンス2007 Okinawa. November 2007. +\item 第31回 沖縄の産業まつり. October 2007. +\item オープンソースカンファレンス2008 Okinawa. November 2008. +\item ITまつり. January 2009. +\end{itemize} diff -r 800cdbaa2f64 -r 2c5703c3a36e paper/master_paper.bib --- a/paper/master_paper.bib Sat Feb 14 11:28:46 2009 +0900 +++ b/paper/master_paper.bib Sat Feb 14 13:06:24 2009 +0900 @@ -93,13 +93,6 @@ howpublished = "{http://blender.jp/}" } -@article{kono, -author = "{Shinji KONO}", -title = "{検証を自身で表現できるハードウェア、ソフトウェア記述言語 Continuation ba sed C と、その Cell への応用}", -journal = "{電子情報通信学会VLSI設計技術研究会}", -year = 2008 -} - @article{spufs, author = "{Toshiyuki SANUKI}", title = "{Cell Broadband Engine \texttrademark を用いたブレード・サーバーの設計と実装}", @@ -220,3 +213,27 @@ publisher = {ACM} } @Comment LocalWords: SACSIS BroadbandEngine sdk Multicore + +@article{kono_list1, +author = "{河野真治}", +title = "{検証を自身で表現できるハードウェア、ソフトウェア記述言語 Continuation based C と、そのCell への応用}", +journal = "{電子情報通信学会VLSI設計技術研究会}", +month = "{March}", +year = 2008 +} + +@article{kono_list2, +author = "{神里晃, 宮國渡, 杉山千秋, 河野真治}", +title = "{CからCellアーキテクチャを利用したCbCへの変換}", +journal = "{子情報通信学会VLSI設計技術研究会}", +month = "{March}", +year = 2008 +} + +@article{kono_list3, +author = "{神里晃, 河野真治}", +title = "{Continuation based CによるPS3 Cell のシミュレーション}", +journal = "{情報処理学会システムソフトウェアとオペレーティング・システム研究会}", +month = "{May}", +year = 2006 +} diff -r 800cdbaa2f64 -r 2c5703c3a36e paper/master_paper.tex --- a/paper/master_paper.tex Sat Feb 14 11:28:46 2009 +0900 +++ b/paper/master_paper.tex Sat Feb 14 13:06:24 2009 +0900 @@ -65,11 +65,8 @@ \bibliographystyle{junsrt} \bibliography{master_paper} - -%\bibliographystyle{jplain} -%\bibliography{master_paper_2} - %発表文献 +\input{appendix.tex} %付録 diff -r 800cdbaa2f64 -r 2c5703c3a36e presen/presen.html --- a/presen/presen.html Sat Feb 14 11:28:46 2009 +0900 +++ b/presen/presen.html Sat Feb 14 13:06:24 2009 +0900 @@ -5,7 +5,7 @@ - +Cell 用の Fine-Grain Task Manager の実装