From 1bb0bf8982136dfe3cc3daaa94bb6b36178755b1 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Tue, 25 Oct 2005 15:46:51 +0000 Subject: bibliography toegevoegd en gecompileerd --- ADD/ADD.pdf | Bin 152127 -> 290095 bytes ADD/Images/removeshit.sh | 8 ++++++++ ADD/abstract.tex | 4 ++-- ADD/add.bib | 23 +++++++++++++++++++++++ 4 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 ADD/Images/removeshit.sh diff --git a/ADD/ADD.pdf b/ADD/ADD.pdf index 1a899da..db59e7e 100644 Binary files a/ADD/ADD.pdf and b/ADD/ADD.pdf 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 -- cgit v0.12