\documentstyle[11pt,fullpage]{article} \begin{document} \title{Group Weekly Status Report} \author{Group Name: Project X \\ Team Members: List of Students} \date{Week Ending 01/21/95} \maketitle % % This section is used to list the accomplishments of the week. % Use the \item construct to list each item. Try to keep the % Descriptions for each down to one or two sentences % % After 1st week, give agenda for this week's group meeting % \section{Group Meeting} \begin{itemize} \item Give this past week's group meeting agenda. \item Give action items for next week, including person responsible for item. \end{itemize} % % % Limit your accomplishments to items specific to the progress of the project. % \section{Planned Accomplishments} \begin{itemize} \item New item: give internal deadline for deliverable (date and time). Give status of deliverable as of internal deadline (e.g. ready for proofreading, missing modules X, missing diagrams). \item Completed the project descriptions for the semester projects. (4 hrs) \item Grouped the students into groups and distributed the project descriptions. (1 hr) \end{itemize} % % This section is used to list the unscheduled accomplishments of the week. % Use the \item construct to list each item. Try to keep the % Descriptions for each down to one or two sentences % % Limit your accomplishments to items specific to the progress of the project. % \section{Other Accomplishments} \begin{itemize} \item Evaluated the abilities of database package. (1/2 hr) \item Investigated the operating environment for project platform. \end{itemize} % % This section is used to list the following week's plan % Use the \item construct to list each item. Try to keep the % Descriptions for each down to one or two sentences % % Limit your plans to items specific to the progress of the project. % \section{Next Week's Plan} \begin{itemize} \item Meet with customer (1 hr) \item Complete project plan deliverable \end{itemize} % % This section is used to list any issues that were raised during % the week that are of special interest. Also use this to voice % issues that the TA or Instructor must resolve. % Use the \item construct to list each item. Try to keep the % Descriptions for each down to one or two sentences % % Limit your issues to items specific to the progress of the project. % \section{Issues} \begin{itemize} \item Need to start looking into domain information \item Establish communication model with customer \end{itemize} \end{document}