From 43d93d9819164d2f40d95747029cb12846a11771 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Mon, 6 Jun 2016 10:06:29 +0200 Subject: [PATCH] ADD: more bibliography --- cloud.bib | 21 +++++++++++++++++++++ synthesis.bib | 16 ++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 synthesis.bib diff --git a/cloud.bib b/cloud.bib index 1f25395..b03692b 100644 --- a/cloud.bib +++ b/cloud.bib @@ -92,3 +92,24 @@ month={Sept},} publisher = {National Institute of Standards \& Technology}, address = {Gaithersburg, MD, United States}, } + +@article{cloud:scheduling1, + author = {Zhan, Zhi-Hui and Liu, Xiao-Fang and Gong, Yue-Jiao and Zhang, Jun and Chung, Henry Shu-Hung and Li, Yun}, + title = {Cloud Computing Resource Scheduling and a Survey of Its Evolutionary Approaches}, + journal = {ACM Comput. Surv.}, + issue_date = {July 2015}, + volume = {47}, + number = {4}, + month = jul, + year = {2015}, + issn = {0360-0300}, + pages = {63:1--63:33}, + articleno = {63}, + numpages = {33}, + url = {http://doi.acm.org/10.1145/2788397}, + doi = {10.1145/2788397}, + acmid = {2788397}, + publisher = {ACM}, + address = {New York, NY, USA}, + keywords = {Cloud computing, ant colony optimization, evolutionary computation, genetic algorithm, particle swarm optimization, resource scheduling}, +} diff --git a/synthesis.bib b/synthesis.bib new file mode 100644 index 0000000..93636b6 --- /dev/null +++ b/synthesis.bib @@ -0,0 +1,16 @@ +@inproceedings{synth:functional, + author = {Zhai, Kuangya and Townsend, Richard and Lairmore, Lianne and Kim, Martha A. and Edwards, Stephen A.}, + title = {Hardware Synthesis from a Recursive Functional Language}, + booktitle = {Proceedings of the 10th International Conference on Hardware/Software Codesign and System Synthesis}, + series = {CODES '15}, + year = {2015}, + isbn = {978-1-4673-8321-9}, + location = {Amsterdam, The Netherlands}, + pages = {83--93}, + numpages = {11}, + url = {http://dl.acm.org/citation.cfm?id=2830840.2830850}, + acmid = {2830850}, + publisher = {IEEE Press}, + address = {Piscataway, NJ, USA}, + keywords = {functional hardware, high-level synthesis, recursion}, +}