From a1d63745d9a911e8f4cc4d3990fc804061348d2e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 11 Jul 2019 08:55:48 +0200 Subject: common: Add references --- common/refs.bib | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/common/refs.bib b/common/refs.bib index 1f19dc0..c6bd4cf 100644 --- a/common/refs.bib +++ b/common/refs.bib @@ -81,6 +81,20 @@ month = {November}, url = {http://web.mit.edu/afs.new/sipb/user/daveg/ATHENA/Info/wucs-95-23.ps}, } +@techreport{RFC2119, + author = {Scott Bradner}, + title = {{Key words for use in RFCs to Indicate Requirement Levels}}, + howpublished = {Internet Requests for Comments}, + type = {BCP}, + number = {14}, + year = {1997}, + month = {March}, + issn = {2070-1721}, + publisher = {RFC Editor}, + institution = {RFC Editor}, + url = {http://www.rfc-editor.org/rfc/rfc2119.txt}, + note = {\url{http://www.rfc-editor.org/rfc/rfc2119.txt}}, +} @article{Blumofe:1999:WS, author = {Blumofe, Robert D. and Leiserson, Charles E.}, title = {{Scheduling multithreaded computations by work stealing}}, @@ -145,6 +159,15 @@ year = {2007}, url = {http://www.akkadia.org/drepper/cpumemory.pdf}, } +@inproceedings{Mavin:2009:EARS, + author = {Mavin, Alistair and Wilkinson, Philip and Harwood, Adrian and Novak, Mark}, + title = {{Easy approach to requirements syntax (EARS)}}, + year = {2009}, + month = {10}, + pages = {317-322}, + doi = {10.1109/RE.2009.9}, + url = {https://www.researchgate.net/publication/224079416_Easy_approach_to_requirements_syntax_EARS/link/568ce3bf08aeb488ea311990/download}, +} @inproceedings{Leijen:2009:TPL, author = {Leijen, Daan and Schulte, Wolfram and Burckhardt, Sebastian}, title = {{The Design of a Task Parallel Library}}, @@ -155,6 +178,15 @@ url = {https://www.microsoft.com/en-us/research/wp-content/uploads/2009/09/TheDesignOfATaskParallelLibraryoopsla2009.pdf}, address = {Atlanta, FL}, } +@inproceedings{Mavin:2010:BigEars, + author = {Mavin, Alistair and Wilkinson, Philip}, + title = {{Big Ears (The Return of Easy Approach to Requirements Engineering)}}, + year = {2010}, + month = {11}, + pages = {277-282}, + doi = {10.1109/RE.2010.39}, + url = {https://www.researchgate.net/publication/224195362_Big_Ears_The_Return_of_Easy_Approach_to_Requirements_Engineering/link/568ce39808ae197e426a075e/download}, +} @phdthesis{Brandenburg:2011:SL, author = {Brandenburg, Björn B.}, title = {{Scheduling and Locking in Multiprocessor Real-Time Operating Systems}}, @@ -239,6 +271,14 @@ publisher = {Programming Research Ltd}, url = {http://www.codingstandard.com/}, } +@book{Wiegers:2013:SR, + author = {Wiegers, Karl and Beatty, Joy}, + title = {{Software Requirements}}, + edition = {3}, + year = {2013}, + isbn = {0735679665, 9780735679665}, + publisher = {Microsoft Press}, +} @inproceedings{Cerqueira:2014:LPA, author = {Cerqueira, Felipe and Gujarati, Arpan and Brandenburg, Björn B.}, title = {{Linux’s Processor Affinity API, Refined: Shifting Real-Time Tasks towards Higher Schedulability}}, @@ -252,6 +292,15 @@ booktitle = {Proceedings of the 26th Euromicro Conference on Real-Time Systems (ECRTS 2014)}, year = {2014}, } +@article{Browning:2014:RequirementsManagement, + author = {Browning, Jace and Adams, Robert}, + title = {{Doorstop: Text-Based Requirements Management Using Version Control}}, + journal = {Journal of Software Engineering and Applications}, + volume = {7}, + year = {2014}, + pages = {187-194}, + url = {http://www.scirp.org/pdf/JSEA_2014032713545074.pdf}, +} @techreport{Robinson:2014:CilkN3872, author = {Robinson, Arch}, title = {{A Primer on Scheduling Fork-Join Parallelism with Work Stealing}}, -- cgit v1.2.3