summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-10-25 15:46:51 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-10-25 15:46:51 (GMT)
commit1bb0bf8982136dfe3cc3daaa94bb6b36178755b1 (patch)
tree4f5aa676945a16a87804650e3459741827a9736f
parent496b870d356b8499b10cea768ade752205b2605d (diff)
download2ii10-1bb0bf8982136dfe3cc3daaa94bb6b36178755b1.zip
2ii10-1bb0bf8982136dfe3cc3daaa94bb6b36178755b1.tar.gz
2ii10-1bb0bf8982136dfe3cc3daaa94bb6b36178755b1.tar.bz2
bibliography toegevoegd en gecompileerd
-rw-r--r--ADD/ADD.pdfbin152127 -> 290095 bytes
-rw-r--r--ADD/Images/removeshit.sh8
-rw-r--r--ADD/abstract.tex4
-rw-r--r--ADD/add.bib23
4 files changed, 33 insertions, 2 deletions
diff --git a/ADD/ADD.pdf b/ADD/ADD.pdf
index 1a899da..db59e7e 100644
--- a/ADD/ADD.pdf
+++ b/ADD/ADD.pdf
Binary files differ
diff --git a/ADD/Images/removeshit.sh b/ADD/Images/removeshit.sh
new file mode 100644
index 0000000..71e56b4
--- /dev/null
+++ b/ADD/Images/removeshit.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+for file in `ls *.eps`;
+do
+ sed '/Not for Commercial Use/d' "$file" > "$file".new
+ rm "$file"
+ mv "$file".new "$file"
+done;
diff --git a/ADD/abstract.tex b/ADD/abstract.tex
index 08140a7..0f8c2b9 100644
--- a/ADD/abstract.tex
+++ b/ADD/abstract.tex
@@ -5,5 +5,5 @@ Customer Relationship Management System (TCCRMS).
The architectural design of TCCMRS was constructed from the Software
Requirements as stated in the [URD].
-The document structure is based on the IEEE 1471 standard and the
-Kruchten 4+1 standard.
+The document structure is based on the IEEE 1471 standard \cite{IEEE1471} and the
+Kruchten 4+1 standard \cite{Kruchten4plus1}.
diff --git a/ADD/add.bib b/ADD/add.bib
index 7a510f6..20edadc 100644
--- a/ADD/add.bib
+++ b/ADD/add.bib
@@ -7,3 +7,26 @@
publisher = "ESA Board of Software Standardization and Control (BSSC)",
year = "1995" }
+
+@BOOK{ IEEE1471,
+ author = {Rikard Land},
+ title = {Applying the IEEE 1471-2000 Recommended Practice to a Software Integration Project},
+ booktitle = {International Conference on Software Engineering Research and Practice (SERP`03)},
+ address = {Las Vegas, Nevada},
+ month = {June},
+ year = {2003},
+ publisher = {CSREA Press},
+ doi = {http://www.mrtc.mdh.se/index.phtml?choice=publications&id=0529},
+}
+
+@inproceedings{ Kruchten4plus1,
+ author = {Philippe Kruchten and Brian Selic and Wojtek Kozaczynski},
+ title = {Describing software architecture with UML},
+ booktitle = {ICSE '01: Proceedings of the 23rd International Conference on Software Engineering},
+ year = {2001},
+ isbn = {0-7695-1050-7},
+ pages = {715--716},
+ location = {Toronto, Ontario, Canada},
+ publisher = {IEEE Computer Society},
+ address = {Washington, DC, USA},
+} \ No newline at end of file