diff paper/reference.bib @ 174:f0e9cc7d13f9

minor change
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Mon, 05 Feb 2018 16:38:28 +0900
parents 15fed7e1263e
children
line wrap: on
line diff
--- a/paper/reference.bib	Mon Feb 05 14:59:41 2018 +0900
+++ b/paper/reference.bib	Mon Feb 05 16:38:28 2018 +0900
@@ -1,5 +1,5 @@
 @article{Alice1,
-    author     = {赤嶺一樹, 河野真治},
+    author     = "赤嶺一樹 and 河野真治",
     title      = {Data segment apiを用いた分散フレームワークの設計},
     journal    = {日本ソフトウェア科学会第28回大会},
     month      = Sep,
@@ -7,7 +7,7 @@
 }
 
 @article{Alice2,
-    author     = {杉本優, 河野真治},
+    author     = "杉本優 and 河野真治",
     title      = {分散フレームワークAliceのDataSegmentの更新に関する改良},
     journal    = {情報処理学会システムソフトウェアとオペレーティング・システム 研究会(OS)},
     month      = May,
@@ -15,14 +15,14 @@
 }
 
 @mastersthesis{Aquarium,
-    author = "杉本 優",
+    author = "杉本優",
     title  = "分散フレームワークAlice上のMeta Computationと応用",
     school = "琉球大学 大学院理工学研究科 情報工学専攻",
     year   = "2015"
 }
 
 @mastersthesis{TreeVNC,
-    author = "谷成 雄",
+    author = "谷成雄",
     title  = "授業やゼミ向けの画面共有システムTreeVNCの設計と実装",
     school = "琉球大学 大学院理工学研究科 情報工学専攻",
     year   = "2014"
@@ -30,7 +30,7 @@
 
 
 @article{AliceVNC,
-    author     = {照屋のぞみ, 河野真治},
+    author     = "照屋のぞみ and  河野真治",
     title      = {分散フレームワークAliceのPC画面配信システムへの応用},
     journal    = {第57回プログラミング・シンポジウム},
     month      = Jan,
@@ -38,15 +38,23 @@
 }
 
 @article{OverNAT,
-    author     = {照屋のぞみ, 河野真治},
+    author     = "照屋のぞみ and 河野真治",
     title      = {分散システム向けのTopology Managerの改良},
     journal    = {情報処理学会システムソフトウェアとオペレーティング・システム研究会(OS)},
     month      = May,
     year       = {2016},
 }
 
+@article{Framework,
+    author     = "安村恭一 and 河野真治",
+    title      = {動的ルーティングによりタプル配信を行なう分散タプルスペース Federated Linda},
+    journal    = {日本ソフトウェア科学会第22回大会論文集},
+    month      = Sep,
+    year       = {2005},
+}
+
 @article{Jungle,
-    author     = {大城信康, 杉本優, 河野真治},
+    author     = "大城信康 and 杉本優 and  河野真治 and 永山辰巳",
     title      = {Data Segmentの分散データベースへの応用},
     journal    = {日本ソフトウェア科学会第30回大会論文集},
     month      = Sep,
@@ -70,32 +78,32 @@
 
 
 @misc{Akka,
-    title = {},
-    howpublished = {\url{}},
+    title = {Akka Documentation},
+    howpublished = {\url{https://akka.io/docs/}},
     note = {Accessed: 2018/02/3(Sat)}
 }
 
 @misc{Hazelcast,
-    title = {},
-    howpublished = {\url{}},
+    title = {Hazelcast Documentation},
+    howpublished = {\url{https://hazelcast.org/documentation/}},
     note = {Accessed: 2018/02/3(Sat)}
 }
 
 @misc{MessagePack,
-    title = {},
-    howpublished = {\url{}},
+    title = {MessagePack Documentation},
+    howpublished = {\url{http://msgpack.org/}},
     note = {Accessed: 2018/02/3(Sat)}
 }
 
 @misc{dot,
-    title = {},
-    howpublished = {\url{}},
+    title = {Dot Language Documentation},
+    howpublished = {\url{http://www.graphviz.org/}},
     note = {Accessed: 2018/02/3(Sat)}
 }
 
 @misc{javassist,
-    title = {},
-    howpublished = {\url{}},
+    title = {Javassist Documentation},
+    howpublished = {\url{http://jboss-javassist.github.io/javassist/}},
     note = {Accessed: 2018/02/3(Sat)}
 }