changeset 3:98aae86b04e9

update tex
author Ken Miyahira <e175733@ie.u-ryukyu.ac.jp>
date Mon, 14 Sep 2020 20:19:44 +0900
parents 2b2ba1d01f77
children 22f062ff21a2
files mid_thesis.pdf mid_thesis.tex
diffstat 2 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
Binary file mid_thesis.pdf has changed
--- a/mid_thesis.tex	Mon Sep 14 19:01:21 2020 +0900
+++ b/mid_thesis.tex	Mon Sep 14 20:19:44 2020 +0900
@@ -4,7 +4,6 @@
 \usepackage{picins}
 \usepackage{fancyhdr}
 \usepackage{here}
-%\usepackage{indentfirst}
 \lhead{\parpic{\includegraphics[height=1zw,keepaspectratio,bb=0 0 251 246]{pic/emblem-bitmap.pdf}}琉球大学主催 工学部工学科知能情報コース 中間発表予稿}
 \usepackage[top=2cm, bottom=2cm, left=1cm, right=1cm]{geometry}
 
@@ -38,17 +37,17 @@
 \renewcommand{\abstractname}{Abstract}
 \begin{abstract}
 With the spread of information technology, there is a need for a learning environment in which information students can do assignments and exercises. 
-There are VMs and containers as a way to provide a learning environment for multiple students. 
-The Information science of the University of the Ryukyus has a VM rental service.
-Some assignments and exercises require GPUs rather than CPUs. 
+There are VMs and containers as a way to provide a learning environment for students. 
+The University of the Ryukyus has a VM rental service. Some assignments and exercises require GPUs rather than CPUs. 
 However, the VM rental service in this course does not support GPU sharing. 
-Therefore, we provide a learning environment that includes GPUs using Docker, Kubernetes and Singularity, which can utilize container virtualization technologies.
+Therefore, we provide a learning environment that includes GPUs by using Docker, Kubernetes and Singularity, which can utilize container virtualization technologies. 
 In this paper, we design and implement a service that provides a learning environment.
 \end{abstract}
 
-\thispagestyle{fancy}
+%\thispagestyle{fancy}
 
 \begin{multicols*}{2}
+
 \section{コンテナ技術を用いた学習環境の提供}
 情報通信技術の普及に伴い学生が学ぶ学習環境が必要となる。その学習環境として VM や コンテナにより, 手軽に開発し試せる技術が普及している。
 だが, 手元の PC 上で VM や コンテナを立ち上げ, 開発を行うことはできるが, VM や コンテナの使用には高性能 PC や 有料のクラウドサービスが必要になる場合がある。