ERCESI Academic Research Report
Author:
ERCESI
Last Updated:
9 лет назад
License:
Creative Commons CC BY 4.0
Аннотация:
ERCESI Weekly Report template.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
ERCESI Weekly Report template.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[11pt]{article} %set default font size to 11pt
\usepackage[pdftex]{graphicx}
\usepackage{fancyhdr} %for page foot and head
\usepackage[us,12hr]{datetime} %to set date format
\usepackage{datenumber} %use days of week
\usepackage{sectsty} %customize Section title
\usepackage{blindtext}
\usepackage{enumitem} %Customize itemize
\setlength{\parindent}{0pt}% Remove paragraph indent
\sectionfont{\fontsize{11}{13}\selectfont}% Set section font size
\setlist[itemize]{leftmargin=*} %Remove itemize indent
\renewcommand\thesection{\Roman{section}}
\def\who{Firstname Surname}
\def\email{emailprefix@mail.nwpu.edu.cn}
%We support an alternative email express, which can not be found by search
%engine, in case who cares privacy rigidly, somehow like me.
%\def\email{emailprefix at mail dot nwpu dot edu dot cn}
\def\subject{Academic Research Report}
\title{ERCESI Academic Research Report}
\begin{document}
%\hspace*{0.5\linewidth}
From: \who \\
To: ERCESI Bot\\
Subject: \subject, \who, \mmddyyyydate{\today} \par \bigskip
Weekly Status Report of\\
\who\\
for the Current Week Ending\\
/mm/dd/yyyy Saturday %\par \bigskip
%Please modify the date (saturday), last day of current week
\section{Activities Planned for Current Week}
\begin{itemize}
\item
Document the revised architecture.
\item
\blindtext
\item
Revise the installation documentation.
\end{itemize}
\section{Activities Accomplished Current Week}
\section{Activities Planned for Next Week}
\section{New Issues}
\begin{itemize}
\item
Some you want to talk with ohters that happened in current week.
\item
Bullet then for items in decending order of importance.
\item
Use graphics and tables to illustrate or demonstrate the problem and your solution Like Figure \ref{fig_exp} \cite{Li2015b}\cite{Ma2015},
\begin{figure}[!t]
\centering
\includegraphics[width=2.5in]{./fig/expbib.png}
% where an .eps filename suffix will be assumed under latex,
% and a .pdf suffix will be assumed for pdflatex; or what has been declared
% via \DeclareGraphicsExtensions.
\caption{Export bibtex file from WIKINDX.}
\label{fig_exp}
\end{figure}
\item
Citation is welcomed in whole report \cite{Chadha2015}, especially in these two sections about issues.
\end{itemize}
\section{Old Issues}
\begin{itemize}
\item
Please also list old issues still not and need to be solved.
\item
Also bullet then for items in decending order of importance.
\item
If it needs to be solved, please provide possible solution
\end{itemize}
\bibliographystyle{IEEEtran}
%argument is your BibTeX string definitions and bibliography database(s)
\bibliography{IEEEabrv,./bib/wrTemp}
% \begin{thebibliography}{1}
%
% \bibitem{IEEEhowto:kopka}
% H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
% 0.5em minus 0.4em\relax Harlow, England: Addison-Wesley, 1999.
%
% \end{thebibliography}
\par \medskip
--\\
%\includegraphics[height=1.5\baselineskip]{signature} \par
\who \par
ERCESI, NWPU.\par
\email % emailprefix at mail dot nwpu dot edu dot cn
\end{document}