[Edumips64-commit] SF.net SVN: edumips64:[659] paper/ieee-tedu
Brought to you by:
lupino3
|
From: <sv...@ed...> - 2011-11-28 20:07:09
|
Revision: 659
https://www.edumips.org/changeset/659
Author: lupino3
Date: 2011-11-28 21:07:01 +0100 (Mon, 28 Nov 2011)
Log Message:
-----------
Fixed repetition (as discussed on GDocs) and duplicate package import
Modified Paths:
--------------
paper/ieee-tedu/paper.tex
paper/ieee-tedu/survey.tex
Modified: paper/ieee-tedu/paper.tex
===================================================================
--- paper/ieee-tedu/paper.tex 2011-11-28 09:11:43 UTC (rev 658)
+++ paper/ieee-tedu/paper.tex 2011-11-28 20:07:01 UTC (rev 659)
@@ -25,7 +25,6 @@
\newcommand{\MS}{MIPS64}
\usepackage{listings}
-\usepackage{listings}
\lstset{
language=C,
basicstyle=\small,
Modified: paper/ieee-tedu/survey.tex
===================================================================
--- paper/ieee-tedu/survey.tex 2011-11-28 09:11:43 UTC (rev 658)
+++ paper/ieee-tedu/survey.tex 2011-11-28 20:07:01 UTC (rev 659)
@@ -15,8 +15,8 @@
An online form~\cite{edumips64_survey} was created, involving a total
of 93 students belonging to undergraduate\footnote{students who are
- going to take the Bachelor degree and skilled with basic computer
- science topics like fundamentals of computer science} computer
+ going to take the Bachelor degree and familiar with basic computer science
+ concepts} computer
architecture courses~\cite{course_unict,course_unikore} in the period
2008-2010. The main goal of the proposed questions was to capture the
perceived effectiveness of the \EM{} tool and the adopted methodology,
|