X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=papers.bib;h=e99c9c8b4b188d834b46851b27009c719d4ffc88;hb=0f8e75393b859ea4b974948a86772b8abacebfc1;hp=ee4d247a386f4443359c97c695815bc4b5798601;hpb=c77d182fab831ff394c5b4cc586cc6e0becddf43;p=ipdf%2Fdocuments.git diff --git a/papers.bib b/papers.bib index ee4d247..e99c9c8 100644 --- a/papers.bib +++ b/papers.bib @@ -608,3 +608,76 @@ language={English} acknowledgement = ack-nhfb, } +@article{svg2011-1.1, + year = 2011, + month = "August", + journal = "WC3 Recommendation", + title = "Scalable Vector Graphics (SVG) 1.1 (Second Edition)", + author = "Erik Dahlst{\'o}m and Patric Dengler and Anthony Grasso and Chris Lilley and Cameron McCormack and Doug Schepers and Jonathon Watt and Jon Ferraiolo and Fujisawa Jun and Dean Jackson", + howpublished = "\url{http://www.w3.org/TR/SVG/}" +} + +@article{kapoulkine2014pugixml, + year = "2014", + author = "Arseny Kapoulkine", + title = "pugixml --- Light-weight, simple and fast XML parser for C++ with XPath support", + howpublished="http://pugixml.org", +} + + +@article{pugixmlDOM, + year = "2014", + author = "Arseny Kapoulkine", + title = "Document Object Model", + journal = "pugixml 1.4 manual", + howpublished = "http://pugixml.googlecode.com/svn/tags/latest/docs/manual/dom.html" +} + +% Rendering vector graphics on vector display devices (historical) +%Brassel:1979:ASR:965103.807434, +@article{brassel1979analgorithm, + author = {Brassel, Kurt E. and Fegeas, Robin}, + title = {An Algorithm for Shading of Regions on Vector Display Devices}, + journal = {SIGGRAPH Comput. Graph.}, + issue_date = {August 1979}, + volume = {13}, + number = {2}, + month = aug, + year = {1979}, + issn = {0097-8930}, + pages = {126--133}, + numpages = {8}, + url = {http://doi.acm.org.ezproxy.library.uwa.edu.au/10.1145/965103.807434}, + doi = {10.1145/965103.807434}, + acmid = {807434}, + publisher = {ACM}, + address = {New York, NY, USA}, + keywords = {Cartography, Computer graphics, Line-drawing processing, Polygons, Shading, Software, Spatial information}, +} +%Lane:1983:AFR:357323.357326, +@article{lane1983analgorithm, + author = {Lane, J. M. and M. Rarick, R. and}, + title = {An Algorithm for Filling Regions on Graphics Display Devices}, + journal = {ACM Trans. Graph.}, + issue_date = {July 1983}, + volume = {2}, + number = {3}, + month = jul, + year = {1983}, + issn = {0730-0301}, + pages = {192--196}, + numpages = {5}, + url = {http://doi.acm.org.ezproxy.library.uwa.edu.au/10.1145/357323.357326}, + doi = {10.1145/357323.357326}, + acmid = {357326}, + publisher = {ACM}, + address = {New York, NY, USA}, +} + +@article{hillesland2004paranoia, + author = "Karl E Hillesland and Anselmo Lastra", + title = "GPU Floating-Point Paranoia", + journal = "Proceedings of GP 2004", + year = 2004, + url = "\url{http://www.cs.unc.edu/~ibr/projects/paranoia/}" +}