Skip to content

Commit 8aae99d

Browse files
committed
Use ECE style for CC images (Not footnote), link to CC pages.
Also fix sefref to not have the dot afterwards, only the heading itself has it. Updates from Overleaf (Spellchecks from Tino)
1 parent c5fcd58 commit 8aae99d

6 files changed

Lines changed: 30 additions & 30 deletions

File tree

Chapters/implementation.tex

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ \subsubsection{Formatting the figure captions} Figures, tables and appendices ar
130130
Diagram showing interactions between work packages WP1 to WP5, all inside WP6, which is itself inside WP7. WP3 (left) sends outputs to WP1, WP2, and WP4. WP1 and WP2 are bidirectionally linked. WP1, WP2, and WP4 send outputs to WP5 (right). A curved arrow shows WP3 also directly feeding into WP5''.
131131
\end{quote}
132132

133-
According to the copyright enactments, you must always have the permission from the copyright holder to use the figure in your work. This is discussed more in~\secref{copyright}. To summarize: \textbf{Copyright infringement may lead to legal actions and penalties, and in those cases the author is responsible.} The writer should grow towards to mainly using figures of his own in the thesis. \textbf{ \figref{fig:work_packages} serves as an example of authors' own production, thus requiring no reference or footnotes.} Often it is necessary to redraw the figure and citing the original source. In other words: if no outside source is referred to, it is assumed that the author of the thesis is also the author of the figure.
133+
According to the copyright enactments, you must always have the permission from the copyright holder to use the figure in your work. This is discussed more in~\secref{copyright}. To summarize: \textbf{Copyright infringement may lead to legal actions and penalties, and in those cases the author is responsible.} The writer should grow towards to mainly using figures of his own in the thesis. In other words: if no outside source is referred to, it is assumed that the author of the thesis is also the author of the figure.
134+
\textbf{ \figref{fig:work_packages} serves as an example of authors' own production, thus requiring no reference or footnotes.} Often it is necessary to redraw the figure and cite the original source.
134135

135136
Still, it is good practice to explicitly state the copyright owners and
136-
license, such as CC BY 4.0 for your images, in a separate copyright page or with the image captions. See~\secref{copyright} and the university instructions
137-
on further instructions on copyright issues.
137+
license, such as CC BY 4.0 for your images, in a separate copyright page or with the image captions. See~\secref{copyright} and the university instructions on further instructions on copyright issues.
138138

139139
The final thesis will be published as a PDF/A file, and this LaTeX
140140
template produces files in that format directly (There is no need to
@@ -164,10 +164,9 @@ \subsubsection{Formatting the figure captions} Figures, tables and appendices ar
164164
\begin{center}
165165
\includegraphics[width=12cm]{Figures/ccby.jpg}
166166
\end{center}
167-
\caption[]{"Stephen Crane, Author, Red Badge of Courage" by Tony Fischer Photography\footnotemark.}
167+
\caption{"\href{https://openverse.org/image/110032f8-1a7a-421f-86b1-88fdfde2e44f }{Stephen Crane, Author, Red Badge of Courage}" by~\href{https://www.flickr.com/photos/tonythemisfit/}{Tony Fischer Photography} is licensed under \href{https://creativecommons.org/licenses/by/2.0/}{CC BY 2.0}.}
168168
\label{fig:ccbypic}
169169
\end{figure}
170-
\footnotetext{"Stephen Crane, Author, Red Badge of Courage", available at https://openverse.org/image/110032f8-1a7a-421f-86b1-88fdfde2e44f by Tony Fischer Photography is licensed under CC BY 2.0}
171170

172171
\subsection{Algorithms}
173172
Algorithms can be implemented simply using \LaTeX. An example of an algorithm is given in Algorithm \ref{alg:examplealg}. An input and an output for the algorithm should be assigned at the start. Equations or discussed methods can be referenced in the algorithm. Depending on one's needs the algorithm may be implemented in a higher level of pseudocode compared to one in Algorithm \ref{alg:examplealg}.
@@ -289,7 +288,7 @@ \section{Optional bound versions}
289288

290289
\section{Use of images: Intellectual Property Rights}
291290
\label{copyright}
292-
Intellectual property rights (IPR) protect works, i.e. the authors and rights-holders of literary or artistic works that exceed the threshold of originality. These works include for instance texts, images, music and computer software codes. For this reason, figures found on the internet, for example, may not be freely used in theses. This section explains how they can be used and provides examples.
291+
Intellectual property rights (IPR) protect works, i.e. the authors and rights-holders of literary or artistic works that exceed the threshold of originality. These works include for instance texts, images, music and computer software codes. For this reason, figures found on the Internet, for example, may not be freely used in theses. This section explains how they can be used and provides examples.
293292

294293
The starting point is that the figures must be related to the text, i.e. the text must explain why the figure has been presented. The text must contain a reference to the figure. Use self-made figures (drawings, schematics, simulation or measurement result figures, photographs), if possible.
295294

@@ -298,11 +297,11 @@ \section{Use of images: Intellectual Property Rights}
298297

299298
If you use figures made by others, you must have permission from the copyright owner to use the figure. For instance, IEEE and many other publishers have an automated system for granting permission for theses. Mark the permission in the caption as requested by the right holder, e.g. “Reprinted with permission from [x] \textcopyright\ IEEE, 2022.”.
300299

301-
Not all figures exceed the threshold of originality. These include, for example, scientific diagrams and flowcharts. Good research practices require that even in this case, the source is cited in the caption ("Figure from source [x]."). However, it would be best to ask for permission. Images with a CC licence are free to use, so long as the terms of use are followed [6]. Even then, the caption must mention the source (article, website, etc.) and that the image is CC-licensed, for example. ”CC BY 4.0 licensed image from source [x].”.
300+
Not all figures exceed the threshold of originality. These include, for example, scientific diagrams and flowcharts. Good research practices require that even in this case, the source is cited in the caption ("Figure from source [x]."). However, it would be best to ask for permission. Images with a CC licence are free to use, so long as the terms of use are followed~\cite{about_cc_licenses}. Even then, the caption must mention the source (article, website, etc.) and that the image is CC-licensed, for example. ”CC BY 4.0 licensed image from source [x].”.
302301

303302
Based on the right to quote, it is possible to take a photocopy, screenshot or photograph of a work (not the original file) and publish it, citing the original source in the caption. A critical aspect of the right to quote is that the use of the image is relevant to the work, i.e. the image must be related to the subject, and it must be explained in the text (this applies to all images). Similarly, the source must be cited in text citations.
304303

305-
Sometimes you may want to use someone else's original image idea as a basis for your own work. Permission is not required provided that your work clearly an amply edited version of the original. However, in accordance with good research practices the source must be declared in the caption (“Modified/Adapted/Redrawn from/Based on/Created using data from [x].”), depending on the extent of modification done to the original image. Should you only make minor edits, the permission is required.
304+
Sometimes you may want to use someone else's original image idea as a basis for your own work. Permission is not required provided that your work clearly an amply edited version of the original. However, in accordance with good research practices the source must be declared in the caption (“Modified/Adapted/Redrawn from/Based on/Created using data from [x].”), depending on the extent of modification done to the original image. Should you only make minor edits to the original, separate permission is required.
306305

307306
When searching for images through an internet image search, it is not always easy to find the rights holder from whom to request permission for use. Hunting for a permit can be a demanding task. The easiest way is to use images and figures from scientific articles as in these the rights holders are clearly declared.
308307

0 commit comments

Comments
 (0)