-
Notifications
You must be signed in to change notification settings - Fork 19
/
app_grading.tex
223 lines (188 loc) · 7.26 KB
/
app_grading.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
\begin{flushright} {\tiny {\color{gray} app\_grading.tex}} \end{flushright}
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\begin{itemize}
\item
The document should contain your full name and student number on the first page.
\item
The file should be a pdf which name contains your family name
\item
Layout: is the document visually pleasing? Is it well structured?
\item Is there a complete bibliography (when applicable)?
\item Does the structure follows this: Introduction - Methods - Results - Discussion - Conclusion - Appendix ?
\item
Figures: Are they properly numbered? captioned? all figures must be referenced in the text.
Are they of good enough quality (no visible pixels)? are they readable? are all axis labelled?
\item
Text: Overall quality of the language. Are there still typos? Do all sentence make sense?
\item if you wish to show lines of code, use verbatim or lstlisting\footnote{\url{https://en.wikibooks.org/wiki/LaTeX/Source_Code_Listings}}
\item
Discussion: are the results properly discussed, analyzed? are potential problems, errors, limitations discussed?
\item
Conclusion: Are the findings/results summarized and generalized?
\end{itemize}
\begin{center}
\begin{tabular}{cc}
\hline
No & Yes \\
\hline
\hline
$6.67*10^{-11}$ & $6.67 \times 10^{-11}$ \\
$kg/m^3$ & kg/m$^{3}$ or kg.m$^{-3}$\\
1x1 & 1$\times$1\\
$cos$ & $\cos$\\
docx file & pdf file \\
'if you do this'& passive form \\
\hline
\end{tabular}
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=10cm]{images/grading/grey}\\
No grey background
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=10cm]{images/grading/numbers}\\
No lists/arrays with numbers
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=10cm]{images/grading/arrows2}\\
Too many arrows\\
\includegraphics[width=9cm]{images/grading/arrows1}\\
Poor choice of arrow colour
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=8cm]{images/grading/pixels1}
\includegraphics[width=7cm]{images/grading/pixels2}\\
Be careful about how you export your figures. These are unreadable.
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=8cm]{images/grading/eqs1}\\
Parenthesis too small
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=9cm]{images/grading/eqs2}\\
1.6E+10 is not acceptable. Replace by $1.6\cdot 10^{10}$
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=7cm]{images/grading/eqs3}\\
Equation number is too close to the equation itself. Use labels,
do not number equations by hand.
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=9cm]{images/grading/eqs4}\\
Formatting of both axis lead to unreadable figure.
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=9cm]{images/grading/eqs5}\\
In \LaTeX{} use \verb!\sum\limits!
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=9cm]{images/grading/eqs6}\\
Are so many digits necessary?
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=12cm]{images/grading/width}\\
use \verb!\usepackage[cm]{fullpage}! to allow for wider text.
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=10cm]{images/grading/figs1}\\
This figure style is to be avoided. Simply use dots and/or lines.
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=8cm]{images/grading/figs2}
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=6cm]{images/grading/loglogpb}\\
Here Ra and Nu are plotted in log-log scale, not log(Ra) and log(Nu).
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=10cm]{images/grading/dots}\\
The dots at the beginning and end of the lines are not necessary.
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=11cm]{images/grading/you}\\
Never {\it never} use 'you'.
\end{center}
%.....................................
\par\noindent\rule{\textwidth}{0.4pt}
\begin{center}
\includegraphics[width=10cm]{images/grading/cross}\\
Do not use 'X' but $\times$ (\verb|\times|).
\end{center}
%------------------------------------------------------------
\subsection{Computational Geodynamics Report}
All the comments above apply, with additional instructions:
\begin{itemize}
\item report should be in \LaTeX
\item The document should contain your full name and student number on the first page.
\item The report file should be a pdf which name contains your family name
\item not more than 25 pages. If more, use appendices wisely.
\item document should be structured in two main parts: FDM and FEM.
\item no equations unless necessary to the discussion (still mention the equation that
you are solving but refer to an external document/article/book for example).
\item use lstlisting package to include code
\item use {\verb| \usepackage[cm]{fullpage} |} to format your document
\item all codes either in appendix or in zip file (bearing your name).
\item a decent introduction (half page to one page) which links the topic of this course to geosciences.
\item discussion of results (stability, convergence, influence of resolution, remarks of all kinds).
\item if you did not succeed in doing a particular exercise, please explain what you think the problem is,
how you know it is not working, etc ...
\item think about colormaps, image compression
\item DEADLINE: July 16th, 2023, 23:59
\end{itemize}
I will use this table to grade your reports:
\vspace{2cm}
\begin{tabular}{|p{5cm}|p{.35cm}|p{.35cm}|p{.35cm}|p{.35cm}|p{.35cm}|p{.35cm}|p{.35cm}|p{.35cm}|p{.35cm}|p{.35cm}|p{.35cm}|p{.35cm}|p{.35cm}|p{.35cm}|p{.35cm}|}
&&&&&&&&&&&&&&& \\
\hline
title, names, student nb &&&&&&&&&&&&&&& \\\hline
\LaTeX ? &&&&&&&&&&&&&&& \\\hline
document layout &&&&&&&&&&&&&&& \\\hline
equations look &&&&&&&&&&&&&&& \\\hline
equations numbered &&&&&&&&&&&&&&& \\\hline
use of equations &&&&&&&&&&&&&&& \\\hline
figs: caption &&&&&&&&&&&&&&& \\\hline
figs: pixels? &&&&&&&&&&&&&&& \\\hline
figs: correct? &&&&&&&&&&&&&&& \\\hline
English grammar &&&&&&&&&&&&&&& \\\hline
Typos
Introduction &&&&&&&&&&&&&&& \\\hline
methods/results &&&&&&&&&&&&&&& \\\hline
Discussion/Conclusion &&&&&&&&&&&&&&& \\\hline
Extra work? &&&&&&&&&&&&&&& \\\hline
Bibliography &&&&&&&&&&&&&&& \\\hline
code layout &&&&&&&&&&&&&&& \\\hline
code style &&&&&&&&&&&&&&& \\\hline
code accuracy &&&&&&&&&&&&&&& \\\hline
\end{tabular}