Skip to content

Commit 30fc3bb

Browse files
committed
Fix Y-Approach citation
1 parent 1b16d2f commit 30fc3bb

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

doc/appendices.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ \chapter{Test log}
9999

100100
Note only the subset of tests relevant to this project was ran.
101101

102-
\renewcommand{\bibname}{\chapter{Literature and Sources}}
102+
\renewcommand{\bibname}{\chapter{Literature and Sources}\vspace{-1.5em}}
103103
\printbibliography
104104
\end{appendices}

doc/bibliography.bib

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
@Article{yapproach,
2-
author = {Olaf Zimmermann and Uwe Zdun and Huy Tran and Rafael Capilla},
3-
title = {Sustainable Architectural Design Decisions},
4-
journal = {IEEE Software},
5-
year = {2014},
1+
@online{yapproach,
2+
author = {Olaf Zimmermann},
3+
organization = {ABB Corporate Research},
4+
title = {Making Architectural Knowledge Sustainable -- Industrial Practice Report and Outlook},
5+
note = {Invited IEEE Software Speaker, SEI SATURN},
6+
year = {2012},
7+
url = {https://resources.sei.cmu.edu/library/asset-view.cfm?assetID=22132},
8+
urldate = {2018-12-19},
69
}
710

811
@TechReport{w3c-webext,

doc/intro.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ \subsection{Structure of this document}
163163
can be found.
164164

165165
\subsection{Design decisions}
166-
\fixme{How to cite y-approach? - cite SATURN presentation instead}
167-
168166
In order to take informed and sustainable design decisions, the
169167
\emph{Y-Approach} \autocite{yapproach} was evaluated. It proposes the following
170168
template for design decisions:

0 commit comments

Comments
 (0)