|
| 1 | +<html lang="ja"> |
| 2 | + |
| 3 | +<head> |
| 4 | + <title>次世代ストレージワークショップ</title> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <meta charset="utf-8" /> |
| 7 | +</head> |
| 8 | + |
| 9 | +<body> |
| 10 | + <style> |
| 11 | + :root { |
| 12 | + --dark-primary: #0097a7; |
| 13 | + --light-primary: #b2ebf2; |
| 14 | + --primary: #00bcd4; |
| 15 | + --text: #ffffff; |
| 16 | + --accent: #009688; |
| 17 | + --primary-text: #212121; |
| 18 | + --secondary-text: #757575; |
| 19 | + --divider: #bdbdbd; |
| 20 | + } |
| 21 | + |
| 22 | + html { |
| 23 | + padding: 0; |
| 24 | + margin: 0; |
| 25 | + height: 100%; |
| 26 | + } |
| 27 | + |
| 28 | + body { |
| 29 | + background-color: var(--text); |
| 30 | + color: var(--primary-text); |
| 31 | + padding: 0; |
| 32 | + margin: 0; |
| 33 | + } |
| 34 | + |
| 35 | + @media screen and (min-width: 768px) { |
| 36 | + main { |
| 37 | + width: 70%; |
| 38 | + } |
| 39 | + |
| 40 | + body { |
| 41 | + display: flex; |
| 42 | + flex-direction: column; |
| 43 | + align-items: center; |
| 44 | + } |
| 45 | + |
| 46 | + header { |
| 47 | + text-align: center; |
| 48 | + } |
| 49 | + } |
| 50 | + |
| 51 | + header { |
| 52 | + background-color: var(--primary); |
| 53 | + color: var(--text); |
| 54 | + padding: 1rem; |
| 55 | + width: 100%; |
| 56 | + } |
| 57 | + |
| 58 | + h1 { |
| 59 | + margin: 0; |
| 60 | + } |
| 61 | + |
| 62 | + h2 { |
| 63 | + margin: 0; |
| 64 | + } |
| 65 | + |
| 66 | + .top-level-section { |
| 67 | + margin: 2rem 1rem 2rem 1rem; |
| 68 | + } |
| 69 | + |
| 70 | + .postal-number { |
| 71 | + color: var(--secondary-text); |
| 72 | + font-size: 80%; |
| 73 | + margin-right: 1em; |
| 74 | + } |
| 75 | + |
| 76 | + .address { |
| 77 | + font-size: 80%; |
| 78 | + } |
| 79 | + |
| 80 | + .hotel { |
| 81 | + font-size: 100%; |
| 82 | + } |
| 83 | + |
| 84 | + .address-container { |
| 85 | + display: flex; |
| 86 | + flex-direction: row; |
| 87 | + margin-block-start: 1rem; |
| 88 | + } |
| 89 | + |
| 90 | + .session-table { |
| 91 | + width: 100%; |
| 92 | + border-collapse: collapse; |
| 93 | + } |
| 94 | + |
| 95 | + .session-table>thead td { |
| 96 | + padding-top: 1em; |
| 97 | + padding-bottom: 1em; |
| 98 | + font-weight: bolder; |
| 99 | + } |
| 100 | + |
| 101 | + .session-table>thead {} |
| 102 | + |
| 103 | + .session-table>tbody tr { |
| 104 | + border-top: 1px solid var(--divider); |
| 105 | + } |
| 106 | + |
| 107 | + .session-table>tbody td { |
| 108 | + padding-top: 1em; |
| 109 | + padding-bottom: 1em; |
| 110 | + } |
| 111 | + |
| 112 | + .session { |
| 113 | + margin-top: 2rem; |
| 114 | + margin-left: 1rem; |
| 115 | + } |
| 116 | + |
| 117 | + .session-time { |
| 118 | + display: flex; |
| 119 | + flex-direction: row; |
| 120 | + margin: 0; |
| 121 | + } |
| 122 | + |
| 123 | + .day { |
| 124 | + margin-right: 0.5em; |
| 125 | + } |
| 126 | + |
| 127 | + .hour {} |
| 128 | + |
| 129 | + .name { |
| 130 | + width: 20%; |
| 131 | + } |
| 132 | + |
| 133 | + .belongs-to { |
| 134 | + width: 20%; |
| 135 | + } |
| 136 | + |
| 137 | + .title { |
| 138 | + width: 60%; |
| 139 | + } |
| 140 | + </style> |
| 141 | + <header> |
| 142 | + <h1>次世代ストレージワークショップ</h1> |
| 143 | + </header> |
| 144 | + <main> |
| 145 | + <section class="top-level-section"> |
| 146 | + <h2>開催趣旨</h2> |
| 147 | + <p> |
| 148 | + 科研費基盤研究A「次世代ストレージアーキテクチャの研究」, |
| 149 | + 科研費若手研究「次世代データサイエンスのための不揮発性メモリを用いたストレージシステムの研究」 |
| 150 | + 及び富士通との特別共同研究について |
| 151 | + これまでの研究成果の共有と今後について打ち合わせをするためのワークショップを開催する. |
| 152 | + </p> |
| 153 | + </section> |
| 154 | + <section class="top-level-section"> |
| 155 | + <h2>日程</h2> |
| 156 | + <p>2025年9月8日〜10日</p> |
| 157 | + </section> |
| 158 | + <section class="top-level-section"> |
| 159 | + <h2>開催地</h2> |
| 160 | + <div> |
| 161 | + <div class="address-container"> |
| 162 | + <div class="postal-number">〒401-0502</div> |
| 163 | + <div class="address">山梨県南都留郡山中湖村平野580</div> |
| 164 | + </div> |
| 165 | + <div class="hotel">リゾートイン愛</div> |
| 166 | + </div> |
| 167 | + </section> |
| 168 | + <section class="top-level-section"> |
| 169 | + <h2>プログラム</h2> |
| 170 | + <section class="session"> |
| 171 | + <h3 class="session-time"> |
| 172 | + <div class="day">9/8</div> |
| 173 | + <div class="hour">14:00 ~</div> |
| 174 | + </h3> |
| 175 | + <table class="session-table"> |
| 176 | + <thead> |
| 177 | + <tr> |
| 178 | + <td class="name">発表者氏名</td> |
| 179 | + <td class="belongs-to">所属</td> |
| 180 | + <td class="title">題目</td> |
| 181 | + </tr> |
| 182 | + </thead> |
| 183 | + <tbody> |
| 184 | + <td class="name">大辻弘貴</td> |
| 185 | + <td class="belongs-to">富士通</td> |
| 186 | + <td class="title"> |
| 187 | + 大規模環境における並列ファイルシステムの構築と運用 |
| 188 | + </td> |
| 189 | + </tr> |
| 190 | + |
| 191 | + <tr> |
| 192 | + <td class="name">小木勇輝</td> |
| 193 | + <td class="belongs-to">筑波大</td> |
| 194 | + <td class="title">第3世代Optaneメモリによる大規模言語モデル推論キャッシュの性能評価</td> |
| 195 | + </tr> |
| 196 | + <tr> |
| 197 | + </tbody> |
| 198 | + </table> |
| 199 | + </section> |
| 200 | + <section class="session"> |
| 201 | + <h3 class="session-time"> |
| 202 | + <div class="day">9/9</div> |
| 203 | + <div class="hour">9:00 ~</div> |
| 204 | + </h3> |
| 205 | + <table class="session-table"> |
| 206 | + <thead> |
| 207 | + <tr> |
| 208 | + <td class="name">発表者氏名</td> |
| 209 | + <td class="belongs-to">所属</td> |
| 210 | + <td class="title">題目</td> |
| 211 | + </tr> |
| 212 | + </thead> |
| 213 | + <tbody> |
| 214 | + <tr> |
| 215 | + <td class="name">西山 拓希</td> |
| 216 | + <td class="belongs-to">筑波大</td> |
| 217 | + <td class="title"> |
| 218 | + ハードウェアへのオフロードに基づいた分散合意アルゴリズムRaftのレイテンシーとスループットの改善 |
| 219 | + </td> |
| 220 | + </tr> |
| 221 | + <tr> |
| 222 | + <td class="name">中野将生</td> |
| 223 | + <td class="belongs-to">筑波大</td> |
| 224 | + <td class="title"> |
| 225 | + 階層型キャッシュによるファイルアクセス高速化 |
| 226 | + </td> |
| 227 | + </tr> |
| 228 | + |
| 229 | + </tbody> |
| 230 | + </table> |
| 231 | + </section> |
| 232 | + <section class="session"> |
| 233 | + <h3 class="session-time"> |
| 234 | + <div class="day">9/3</div> |
| 235 | + <div class="hour">14:00 ~</div> |
| 236 | + </h3> |
| 237 | + <table class="session-table"> |
| 238 | + <thead> |
| 239 | + <tr> |
| 240 | + <td class="name">発表者氏名</td> |
| 241 | + <td class="belongs-to">所属</td> |
| 242 | + <td class="title">題目</td> |
| 243 | + </tr> |
| 244 | + </thead> |
| 245 | + <tbody> |
| 246 | + <tr> |
| 247 | + <td class="name">前田椋祐</td> |
| 248 | + <td class="belongs-to">筑波大</td> |
| 249 | + <td class="title">通信とI/Oの非同期ランタイム上でのスケジューリング統合</td> |
| 250 | + </tr> |
| 251 | + <tr> |
| 252 | + <td class="name">Alexander Klassen</td> |
| 253 | + <td class="belongs-to">筑波大</td> |
| 254 | + <td class="title">RPCを用いたI/O処理の性能解析手法の調査</td> |
| 255 | + </tr> |
| 256 | + <tr> |
| 257 | + <td class="name">兪 明哲</td> |
| 258 | + <td class="belongs-to">筑波大</td> |
| 259 | + <td class="title">フォールトトレランス分散学習基盤の研究</td> |
| 260 | + </tr> |
| 261 | + </tbody> |
| 262 | + </table> |
| 263 | + </section> |
| 264 | + <section class="session"> |
| 265 | + <h3 class="session-time"> |
| 266 | + <div class="day">9/10</div> |
| 267 | + <div class="hour">9:00 ~</div> |
| 268 | + </h3> |
| 269 | + <table class="session-table"> |
| 270 | + <thead> |
| 271 | + <tr> |
| 272 | + <td class="name">発表者氏名</td> |
| 273 | + <td class="belongs-to">所属</td> |
| 274 | + <td class="title">題目</td> |
| 275 | + </tr> |
| 276 | + </thead> |
| 277 | + <tbody> |
| 278 | + |
| 279 | + <tr> |
| 280 | + <td class="name">平賀弘平</td> |
| 281 | + <td class="belongs-to">筑波大</td> |
| 282 | + <td class="title"> |
| 283 | + 不揮発性メモリとMPI片方向通信によるMPI-IOバーストバッファの設計 |
| 284 | + </td> |
| 285 | + </tr> |
| 286 | + <tr> |
| 287 | + <td class="name">Mendrika Tiavina</td> |
| 288 | + <td class="belongs-to">筑波大</td> |
| 289 | + <td class="title"> |
| 290 | + Energy Optimization with Sleep Scheduling for Containerized Workloads |
| 291 | + </td> |
| 292 | + </tr> |
| 293 | + <tr> |
| 294 | + <td class="name">建部修見</td> |
| 295 | + <td class="belongs-to">筑波大</td> |
| 296 | + <td class="title">キャッシングファイルシステムの実用化</td> |
| 297 | + </tr> |
| 298 | + </tbody> |
| 299 | + </table> |
| 300 | + </section> |
| 301 | + </section> |
| 302 | + </main> |
| 303 | +</body> |
| 304 | + |
| 305 | +</html> |
0 commit comments