\documentclass[a4paper,conference]{IEEEtran}
% I use dvipdfm driver... please replace it to your driver.
\usepackage[dvipdfm]{graphicx}
\usepackage[dvipdfm]{color}
\usepackage[colorlinks=true,dvipdfm]{hyperref}

\begin{document}

\title{ A Sample File for NCN}

\author{\authorblockN{Yoshifumi Nishio}
\authorblockA{
Dept. Electrical and Electronic Eng.,\\
Tokushima University \\
Email: 
\href{mailto:nishio@ee.tokushima-u.ac.jp}
{nishio@ee.tokushima-u.ac.jp}
}
\and
\authorblockN{Tetsushi Ueta}
\authorblockA{ Center for Adv. Info. Tech. \\
Tokushima University \\
\href{mailto:tetsushi@is.tokushima-u.ac.jp}
{tetsushi@is.tokushima-u.ac.jp}
}}

\maketitle

\begin{abstract}
The abstract goes here.
Within 100 words is expected.
\end{abstract}

\IEEEpeerreviewmaketitle

\section{Introduction}
By default, this style file tries to compose a two-column manuscript. 
If you prefer to make one column paper, declare 
\verb+onecolumn+ as an option for \verb+\documentclass+. 
Containing of colorful figures and pictures is absolutely welcome. 

\section{PDF}
\begin{enumerate}
\item Please embed all fonts in your PDF as possible as you 
can. 
\item Do not exceed 30 MByte. 
\item Do not make any protection for your PDF. All 
manuscripts are subject to be manipulated (to put page 
numbers, logo, etc.) 
\item Even this style file produces letter size DVI file by default, 
please convert it into A4 PDF format. Do not use US letter format since 
the proceedings will be printed in A4 size. By using this IEEE class
file, a wide bottom margin may be left, but this is regulated by the 
IEEE publication policy. 
\item Embedding a
\href{http://risa.is.tokushima-u.ac.jp/~tetsushi/abroad/kumi.avi}
{multimedia content} as an external link is okay. Please make sure
its existence and contents. 
\end{enumerate}

\begin{figure}[htb]
\begin{center}
%
% this statement is specialized for dvipdfm(x). 
% 
\includegraphics[scale=0.25]{bologna.jpg}
%
\end{center}
\caption{an irrelevant snap shot.}
\end{figure}

\section{about Tokushima Univ.}

The University of Tokushima was founded in 1949 as one of Japan's
national universities. It consists of approximately 7800 students and
2600 staff members.   For more than half a century, the university has
grown and changed to meet the needs of our academic community, the
professional community and the community at large. Through integration
and reform, the University of Tokushima is now composed of the five
faculties and schools. That is, Faculty of Integrated Arts and
Science, Faculty of Engineering, and Faculty of Pharmaceutical
Science, School of Medicine and School of Dentistry.  Our university
has six graduate schools of Human and Natural Environment Sciences,
Engineering, Medical Sciences, Nutrition and Biosciences, Oral
Sciences, and Pharmaceutical Sciences. The University of Tokushima
also has the University Hospitals of Medicine and Dentistry and a
library on each campus in Josanjima and Kuramoto.   Our cooperative
research centers and institutes include the Center for University
Extension, Center for Advanced Information Technology, International
Student Center, Institute for Enzyme Research, Institute for Genome
Research, and Radioisotope Research Center.   In Josanjima campus, we
are making every effort to provide our students with opportunities to
cultivate research and to acquire professional knowledge and skills in
Faculty of Integrated Arts and Sciences, and Faculty of Engineering.
In Kuramoto campus, we are also striving to foster highly educated
professionals and researchers in the field of Medicine, Dentistry and
Pharmaceutical Science. Our medical institutes are performing
state-of-the-art medical treatment and research is being conducted
which is opening doors to new frontiers. 

The University of Tokushima has a philosophy based on the following
principles: 
\begin{itemize}
\item  Encouraging enterprising talent of the students by respecting
  their individuality, through provision of an 
  education that develops humanity as well as provides outstanding
  professional knowledge and skills in their 
  fields. 
\item Contributing to the construction of a rich and sound future
   society through the inheritance of knowledge and 
   the creation of new forms of knowledge. 
\item Playing an active role in building a peaceful and cultured
	society as a center of an intellectual network 
	connecting the local community with the world
\end{itemize}

\section{Conclusions}
Skipping ``Conclusions'' or ``Concluding remarks'' is not a 
bad idea if you have many contents for the text body. 


\begin{thebibliography}{1}
\bibitem{x}
Y. Nishio, \emph{I wanna be a dolphin,} 3rd ed. Addison-Wesley, England,
2006. 
\bibitem{y}
T. Ueta and his friends, ``Is SoftBank a soft bank ?'' IABCD Trans.
Mobile and Surcharge. Vol. 2, No. 3, pp. 23--34, 2001.
\bibitem{z} Y. Hosokawa and Y. Nishio, ``We wanna be whales,'' Proc. of
NCN'08, pp. 123-456, Dec. 2008.
\end{thebibliography}
\end{document}


