Skip to content

Commit

Permalink
章立てを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
akkyie committed Dec 13, 2018
1 parent fd9b384 commit 7a49ed5
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 7 deletions.
13 changes: 10 additions & 3 deletions src/000_meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@

\ifjapanese
\documentclass[a4j,11pt]{jreport}
%%% binder:
% \documentclass[a4j,twoside,openright,11pt]{jreport}

\renewcommand{\bibname}{参考文献}
\newcommand{\acknowledgmentname}{謝辞}
\else
\documentclass[a4paper,11pt]{report}
\newcommand{\acknowledgmentname}{Acknowledgment}
\fi

\usepackage{../styles/thesis}
\usepackage{ascmac}
\usepackage{graphicx}
Expand All @@ -17,18 +24,18 @@
\bibliographystyle{jplain}

\jclass {卒業論文}
\jtitle {XXXXXXXXの提案と実装}
\jtitle {低消費電力デバイスのためのWebAssembly実行環境の実装と評価}
\juniv {慶應義塾大学}
\jfaculty {環境情報学部}
\jauthor {安井 瑛男}
\jhyear {30}
\jsyear {2018}
\jkeyword {ア、イ、ウ、エ}
\jproject {徳田・村井・楠本・中村・高汐・バンミーター・植原・三次・中澤・武田 合同研究プロジェクト}
\jdate {2017年1月}
\jdate {2019年1月}

\eclass {Bachelor's Thesis}
\etitle {Proposal and Implementation of Something}
\etitle {Implementation and Evaluation of a WebAssembly Runtime for Low-power Devices}
\euniv {Keio University}
\efaculty {Bachelor of Arts in Environment and Information Studies}
\eauthor {Akio Yasui}
Expand Down
2 changes: 1 addition & 1 deletion src/001_abstract.ja.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{jabstract}

これは概要です
本研究の概要

\end{jabstract}
2 changes: 1 addition & 1 deletion src/002_abstract.en.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\begin{eabstract}

This is the abstract.
An abstract of this research.

\end{eabstract}
9 changes: 7 additions & 2 deletions src/010_introduction.ja.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
\chapter{序論}
\label{chap:introduction}

\section{本論文の背景}
\section{本研究の背景}

これは背景です。
\section{本研究の目的}

\section{本研究が対象とする環境}

\section{本研究の構成}
6 changes: 6 additions & 0 deletions src/020_related_work.ja.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
\chapter{既存研究}
\label{chap:related_work}

\section{JVM}

\section{CPUエミュレータ}
6 changes: 6 additions & 0 deletions src/030_comparison.ja.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
\chapter{既存手法と本手法との比較}
\label{chap:comparison}

\section{既存手法の検討}

\section{本手法の検討}
14 changes: 14 additions & 0 deletions src/040_implementation.ja.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
\chapter{設計と実装}
\label{chap:implementation}

\section{実装環境}

\section{要件}

\section{構成}

\subsection{パーサ}

\subsection{インタプリタ}

\subsection{ネイティブ機能}
4 changes: 4 additions & 0 deletions src/050_evaluation.ja.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
\chapter{評価}
\label{chap:evaluation}

\section{まとめ}
8 changes: 8 additions & 0 deletions src/060_conclusion.ja.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
\chapter{結論}
\label{chap:conclusion}

\section{本研究のまとめ}

\section{本研究の結論}

\section{今後の課題と展望}
6 changes: 6 additions & 0 deletions src/900_acknowledgement.ja.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
\begin{acknowledgment}

本研究を進めるにあたり、ご指導いただきました慶應義塾大学 環境情報学部教授 村井純博士、同学部教授 中村修博士、同学部准教授 Rodney D. Van Meter III 博士、同学部准教授 植原啓介博士、同学部准教授 中澤仁博士、SFC 研究所 上席所員 (訪問) 斉藤賢爾博士に感謝致します。
研究について日頃からご指導頂きました松谷健史博士、空閑洋平博士に感謝致します。

\end{acknowledgment}
3 changes: 3 additions & 0 deletions src/910_bibliography.ja.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
\begin{bib}[100]

\end{bib}
5 changes: 5 additions & 0 deletions src/thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
\pagenumbering{arabic}

\include{src/010_introduction.ja}
\include{src/020_related_work.ja}
\include{src/030_comparison.ja}
\include{src/040_implementation.ja}
\include{src/050_evaluation.ja}
\include{src/060_conclusion.ja}

\end{document}

0 comments on commit 7a49ed5

Please sign in to comment.