diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/Comparison.tex b/Documentation/ReleaseNotes/Vecto_3.0.1.312/Comparison.tex
index abb05df26de0ee943882fe2622f0df3933ab130b..aea93510bed75bd4c5e48ffe75886d53c05e3e8c 100644
--- a/Documentation/ReleaseNotes/Vecto_3.0.1.312/Comparison.tex
+++ b/Documentation/ReleaseNotes/Vecto_3.0.1.312/Comparison.tex
@@ -1,7 +1,7 @@
 %!TEX root = ../ReleaseReport.tex
 
 %=========================================================================
-\section{Comparison of Vecto 2.2 and Vecto 3.0.1} % (fold)
+\section{Comparing Vecto 2.2 and Vecto 3.0.1} % (fold)
 \label{sec:comparison_of_vecto_2_2_and_vecto_3_0_1}
 %=========================================================================
 
@@ -330,7 +330,7 @@ Req 904 & The simulation tool shall be able to handle concurrent usage so that s
 
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\section{Comparison Vecto 2.2 and Vecto 3.0.1 on the Basic Driving Cycles} % (fold)
+\section{Comparing Vecto 2.2 and Vecto 3.0.1 on the Basic Driving Cycles} % (fold)
 \label{sec:comparison_vecto_2_2_and_vecto_3_0_1_on_the_basic_driving_cycles}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -353,7 +353,7 @@ Req 904 & The simulation tool shall be able to handle concurrent usage so that s
 
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\section{Comparison of Vecto 2.2 and Vecto 3.0.1 on the Declaration Cycle} % (fold)
+\section{Comparing Vecto 2.2 and Vecto 3.0.1 on Selected Declaration Cycle} % (fold)
 \label{sec:comparison_of_vecto_2_2_and_vecto_3_0_1_on_the_declaration_cycle}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/ReleaseNotes.tex b/Documentation/ReleaseNotes/Vecto_3.0.1.312/ReleaseNotes.tex
index 69f7ac398207f4e64d501bc3cfa01bc009337467..308baf692b72c1f9dcc031c3ebf794aa41ae808e 100644
--- a/Documentation/ReleaseNotes/Vecto_3.0.1.312/ReleaseNotes.tex
+++ b/Documentation/ReleaseNotes/Vecto_3.0.1.312/ReleaseNotes.tex
@@ -79,7 +79,7 @@ In case you find a bug or Vecto 3.0 does not behave as expected \textbf{please f
 	\item New distance-based simulation model
 	\item Simulation with variable steps. The simulation distance is adapted such that the respective time is about 0.5\,s (parameter \textsc{TargetTimeInterval})
 	\item Accuracy of simulated distance vs. driving cycle distance $< 1\,\mu\textrm{m}$
-	\item New componend-based software architecture
+	\item New component-based software architecture
 	\begin{itemize}
 		\item Separate software component for every part of the power-train:
 		Combustion Engine,
@@ -99,14 +99,14 @@ In case you find a bug or Vecto 3.0 does not behave as expected \textbf{please f
 	\end{itemize}
 	\item \textsc{DriverStrategy} as separate component with well-defined interface
 	\item \textsc{GearshiftStrategy} as separate component with well-defined interface
-	\item All computations are done in SI units; datatypes reflect concrete SI units (i.e., kg, m, s, Nm, \ldots)
+	\item All computations are done in SI units; data-types reflect concrete SI units (i.e., kg, m, s, Nm, \ldots)
 	\item Run-time conformity check of SI units on all computations and SI conversions
 	\item Traction interruption of arbitrary time possible (also $<$ 1\,s), accurate simulation of traction interruption time
 	\item New \textsc{Idle-Controller} to simulate engine speed during traction interruption periods
 	\item Intelligent search of operating point during coasting, braking, and in engine-overload situations, deviation from FLD $<$ 0.5\,W (parameter \textsc{EnginePowerSearchTolerance}).
-	\item Exact analytical solutions instead of exhaustive search where possible, e.g., computing engine's preferred speed, computing time interval required for driving a certain distance, compute distance required to decelerate to a given target speed depending on the driver's deceleration curve, computation of distance to drive when accelerating before braking, \ldots
+	\item Exact analytic solutions instead of exhaustive search where possible, e.g., computing engine's preferred speed, computing time interval required for driving a certain distance, compute distance required to decelerate to a given target speed depending on the driver's deceleration curve, computation of distance to drive when accelerating before braking, \ldots
 	\item Support sparse representation of driving cycles. Instead of specifying the driving cycle on a per-meter basis only distance entries with speed or slope changes need to be specified. Reduction of 96\,\% in disk space
-	\item Multithreaded execution when multiple driving cycles resp. multiple Vecto jobs are executed
+	\item Multi-threaded execution when multiple driving cycles resp. multiple Vecto jobs are executed
 	\item Vecto 3.0.1 only supports the latest version of the input file formats (JSON), i.e., .vecto: v\,2; .vveh: v\,7; .vgbx: v\,5; .veng: v\,3
 	\item Support for arbitrary order of columns in CSV files if the header is given as specified in the Manual. If the header is not recognized: fall-back to column-based parsing
 	\item more energy-efficient implementation of \textit{Overspeed}: vehicle acceleration only due to road's slope, engine is on drag-curve
@@ -118,7 +118,7 @@ In case you find a bug or Vecto 3.0 does not behave as expected \textbf{please f
 		\item Code coverage: 84\,\% \\
 		The main parts of the code are covered by tests, parts with low coverage are mainly auto-generated equality methods and parsing of input data (cf.~\Cref{fig:Vecto301_TestCoverage})
 	\end{itemize}
-	\item Code complexity\footnote{According to \textit{SourceMonitor}}: currently the max. complexity is 20 (single method) and 10 methods have a complexity $>$10. The most complex methods are in the ShiftStrategy, the DriverStrategy, and the Powertrain builder; see \Cref{fig:Vecto301_Komplexity} and \Cref{fig:Vecto301_Kiviat}
+	\item Code complexity\footnote{According to \textit{SourceMonitor}}: currently the max. complexity is 20 (single method) and 10 methods have a complexity $>$10. The most complex methods are in the ShiftStrategy, the DriverStrategy, and the Powertrain builder; see \Cref{fig:Vecto301_Komplexity}.% and \Cref{fig:Vecto301_Kiviat}
 \end{itemize}
 
 \begin{figure}
@@ -140,13 +140,13 @@ In case you find a bug or Vecto 3.0 does not behave as expected \textbf{please f
 	\label{fig:Vecto301_Komplexity}
 \end{figure}
 
-\begin{figure}
-	\centering
+% \begin{figure}
+% 	\centering
 
-	\includegraphics[width=0.6\textwidth]{img/Vecto3_0_1-Kiviat.png}
-	\caption{Kiviat Metrics Graph (SourceMonitor)}
-	\label{fig:Vecto301_Kiviat}
-\end{figure}
+% 	\includegraphics[width=0.6\textwidth]{img/Vecto3_0_1-Kiviat.png}
+% 	\caption{Kiviat Metrics Graph (SourceMonitor)}
+% 	\label{fig:Vecto301_Kiviat}
+% \end{figure}
 
 
 %=========================================================================
@@ -170,7 +170,7 @@ In case you find a bug or Vecto 3.0 does not behave as expected \textbf{please f
 \label{sec:how_to_submit_a_bug_report}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-In case you encounter a bug or Vecto~3 is not behaving as you would expect it is of utmost importance that the developers can reproduce your results\footnote{\url{http://www.chiark.greenend.org.uk/~sgtatham/bugs.html}}. All bugs should be submitted as Jira Issue (either \textit{Bug} or \textit{Feature}/\textit{Task}) to maintain tracability. \\[0.5em]
+In case you encounter a bug or Vecto~3 is not behaving as you would expect it is of utmost importance that the developers can reproduce your results\footnote{\url{http://www.chiark.greenend.org.uk/~sgtatham/bugs.html}}. All bugs should be submitted as Jira Issue (either \textit{Bug} or \textit{Feature}/\textit{Task}) to maintain traceability. \\[0.5em]
 
 Every bug-report should contain a detailed description containing:
 \begin{itemize}
@@ -193,7 +193,7 @@ In addition a detailed log of your simulation is necessary. Please follow these
 		\texttt{vectocmd.exe -t -vvvv -mod $<$jobfile.vecto$>$} \\
 		it is important to use  the option \texttt{-vvvv} and \texttt{-mod} which enable verbose logging and output of the mod-data file (\texttt{.vmod}. \\[0.5em]
 		If logging is enabled, the simulation runs are executed sequentially. If the error occurs only in some simulation runs (i.e., driving cycle and loading) you can cancel the other simulation runs by pressing \textit{Ctrl-c}. (Note: if verbose logging is enabled the simulation takes much longer)
-	\item File a new Jira issue with a detailed description (see above)
+	\item File a new Jira issue\footnote{\url{https://webgate.ec.europa.eu/CITnet/jira/secure/CreateIssue!default.jspa}} with a detailed description (see above)
 	\item Attach all data necessary to reproduce your results to the Jira issue, or if the data is confidential you can directly send it to the developers.
 	\begin{itemize}
 		\item All input files
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/12t_Delivery_Truck_v2.pdf b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/12t_Delivery_Truck_v2.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..4492192815b75e2c951ea730c5d5079a127ec1bc
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/12t_Delivery_Truck_v2.pdf differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/12t_Delivery_Truck_v3.pdf b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/12t_Delivery_Truck_v3.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..b0b72dc5ff1ba8048e020ec80d460e6b9f900e71
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/12t_Delivery_Truck_v3.pdf differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/40t_Long_Haul_Truck_v2.pdf b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/40t_Long_Haul_Truck_v2.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..b8ae27ee8d6c03ce5362a1a8d803236e51e47689
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/40t_Long_Haul_Truck_v2.pdf differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/40t_Long_Haul_Truck_v3.pdf b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/40t_Long_Haul_Truck_v3.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..fdfc930f903ed4fcf661403204fa91db10e568d6
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/40t_Long_Haul_Truck_v3.pdf differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1-Checkpoints.png b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1-Checkpoints.png
new file mode 100644
index 0000000000000000000000000000000000000000..01b6b7203a1234131f644a1dd66c7306de778d31
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1-Checkpoints.png differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1-ClassComplexity.png b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1-ClassComplexity.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c762a278becb7b0868efc97a54e6fcc5961655f
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1-ClassComplexity.png differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1-Kiviat.png b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1-Kiviat.png
new file mode 100644
index 0000000000000000000000000000000000000000..05e26dafe63631186c02b806f1fcda08c3226539
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1-Kiviat.png differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1-MethodComplexity.png b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1-MethodComplexity.png
new file mode 100644
index 0000000000000000000000000000000000000000..3bedf60cdc662e9334b4b2817c29a850422bef1d
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1-MethodComplexity.png differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1_TestCoverage.png b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1_TestCoverage.png
new file mode 100644
index 0000000000000000000000000000000000000000..018099cb9f72de8c673ce4fc5f08d26c4079390f
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1_TestCoverage.png differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1_UI.png b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1_UI.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b3d88705b8f94a2813ee7f8b391641fcab1e32b
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1_UI.png differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1_cmd.png b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1_cmd.png
new file mode 100644
index 0000000000000000000000000000000000000000..206216d58b1838a965a9b75adbf18230281cb978
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/img/Vecto3_0_1_cmd.png differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/src/12t Delivery Truck.zip b/Documentation/ReleaseNotes/Vecto_3.0.1.312/src/12t Delivery Truck.zip
new file mode 100755
index 0000000000000000000000000000000000000000..bffd1bf2ba90371a59050da13282597bd9f9388e
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/src/12t Delivery Truck.zip differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/src/40t Long Haul Truck.zip b/Documentation/ReleaseNotes/Vecto_3.0.1.312/src/40t Long Haul Truck.zip
new file mode 100755
index 0000000000000000000000000000000000000000..7ad8cc219e8a4548963c3d7c482d8fd94994b4a2
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/src/40t Long Haul Truck.zip differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/src/CoachDriverStrategy.zip b/Documentation/ReleaseNotes/Vecto_3.0.1.312/src/CoachDriverStrategy.zip
new file mode 100755
index 0000000000000000000000000000000000000000..42d5f97699e89f5863622e70d594fbf2749baa46
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/src/CoachDriverStrategy.zip differ
diff --git a/Documentation/ReleaseNotes/Vecto_3.0.1.312/src/TruckDriverStrategy.zip b/Documentation/ReleaseNotes/Vecto_3.0.1.312/src/TruckDriverStrategy.zip
new file mode 100755
index 0000000000000000000000000000000000000000..e526ec93ce639af23c477220faaad5dd688eff6e
Binary files /dev/null and b/Documentation/ReleaseNotes/Vecto_3.0.1.312/src/TruckDriverStrategy.zip differ
diff --git a/Documentation/ReleaseNotes/preamble_handout.tex b/Documentation/ReleaseNotes/preamble_handout.tex
index 9a84024facd7db9ebe7b2fe1e548373d59f34117..7280a25ce102c03aeff450f3cf2e8a459ba0909a 100644
--- a/Documentation/ReleaseNotes/preamble_handout.tex
+++ b/Documentation/ReleaseNotes/preamble_handout.tex
@@ -45,6 +45,12 @@
 \newcommand{\Vcheck}{\ding{52}}
 \newcommand{\Vtodo}{ToDo}
 
+\graphicspath{ %
+	{beamer_theme/} %
+	 {img/} %
+	 {Vecto_3.0.1.312/} %
+}
+
 % \input{lecture_builder.tex}
 
 % \input{header.tex}