X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fdocuments.git;a=blobdiff_plain;f=papers.bib;h=a913361df504ae9d1a3fed5d27cb3c13c572b9fb;hp=4796a0b89d082efee51f65e376e90bc1957a4ee1;hb=f4e49b995f08a0a016ec5cbb38451a9a00ccca27;hpb=22d90ae18c3f51d42e646b8a5880aa3675c8c545 diff --git a/papers.bib b/papers.bib index 4796a0b..a913361 100644 --- a/papers.bib +++ b/papers.bib @@ -16,6 +16,46 @@ year={2006} } +@misc{texdraft, + title={Preliminary preliminary description of {\TeX}}, + author={Knuth, Donald}, + year={1977}, + howpublished={\url{http://www.saildart.org/TEXDR.AFT[1,DEK]1}} +} + +@article{fuchs1982theformat, + title={The Format of {\TeX}'s {DVI} files}, + author={Fuchs, David}, + year={1982}, + journal={TUGBoat}, + volume={3}, + number={2}, + howpublished={\url{http://www.tug.org/TUGboat/Articles/tb03-2/tb06software.pdf}} +} + +% HTML 2 spec +@article{html2rfc, + title={Hypertext Markup Language -- 2.0}, + author={Berners-Lee, Tim and Connolly, Daniel}, + year={1995}, + journal={Internet RFC 1866} +} + +% CSS 2 spec +@misc{css2spec, + title={Cascading Style Sheets, Level 2, {CSS2} Specification}, + author={Bos, Bert and Wium Lie, Håkon and Lilley, Chris and Jacobs Ian}, + date={1998}, + howpublished={\url{http://www.w3.org/TR/1998/REC-CSS2-19980512/}} +} + +@misc{ghostscript, + title={GhostScript, an interpreter for the PostScript language and PDF}, + author={Artifex Software}, + year={1988}, + howpublished={\url{http://www.ghostscript.com/}} +} + %%%%%%%%%%%%%%%%%%%%%%%% % Basic Rendering Theory %%%%%%%%%%%%%%%%%%%%%%%% @@ -25,7 +65,7 @@ @inproceedings{porter1984compositing, title={Compositing digital images}, author={Porter, Thomas and Duff, Tom}, - booktitle={ACM Siggraph Computer Graphics}, + booktitle={ACM SIGGRAPH Computer Graphics}, volume={18}, number={3}, pages={253--259}, @@ -72,6 +112,16 @@ publisher={ACM} } +% Bézier curves and friends. +@phdthesis{catmull1974asubdivision, + author = {Catmull, Edwin Earl}, + title = {A Subdivision Algorithm for Computer Display of Curved Surfaces.}, + year = {1974}, + note = {AAI7504786}, + publisher = {The University of Utah}, +} + + %%%%%%%%%%%%%%%%%%%%%%% % Floating-pt Precision %%%%%%%%%%%%%%%%%%%%%%% @@ -95,6 +145,25 @@ Goldberg:1991:CSK:103162.103163, address = {New York, NY, USA}, keywords = {NaN, denormalized number, exception, floating-point, floating-point standard, gradual underflow, guard digit, overflow, relative error, rounding error, rounding mode, ulp, underflow}, } + +@misc{arb_gpu_shader_fp64, + title={{ARB\_gpu\_shader\_fp64}}, + author={Brown, Pat and Lichtenbelt, Barthold and Licea-Kane, Bill and Merry, Bruce and Dodd, Chris and Werness, Eric and Sellers, Graham and Roth, Greg and Bolz, Jeff and Haemel, Nick and Boudier, Pierre and Daniell, Piers}, + year={2010}, + journal={OpenGL Extension}, + publisher={Kronos Group}, + howpublished={\url{http://www.opengl.org/registry/specs/ARB/gpu_shader_fp64.txt}} +} + +@misc{nv_half_float, + title={{NV\_half\_float}}, + author={Brown, Pat}, + year={2002}, + journal={OpenGL Extension}, + publisher={NVIDIA Corporation}, + howpublished={\url{http://www.opengl.org/registry/specs/NV/half_float.txt}} +} + @inproceedings{emmart2010high, title={High precision integer multiplication with a graphics processing unit}, author={Emmart, Niall and Weems, Charles}, @@ -306,6 +375,45 @@ Goldberg:1991:CSK:103162.103163, publisher={Springer} } +%BSP trees +@inproceedings{fuchs1980onvisible, + author = {Fuchs, Henry and Kedem, Zvi M. and Naylor, Bruce F.}, + title = {On Visible Surface Generation by a Priori Tree Structures}, + booktitle = {Proceedings of the 7th Annual Conference on Computer Graphics and Interactive Techniques}, + series = {SIGGRAPH '80}, + year = {1980}, + isbn = {0-89791-021-4}, + location = {Seattle, Washington, USA}, + pages = {124--133}, + numpages = {10}, + url = {http://doi.acm.org/10.1145/800250.807481}, + doi = {10.1145/800250.807481}, + acmid = {807481}, + publisher = {ACM}, + address = {New York, NY, USA}, +} + +% KD-tree paper +@article{bentley1975multidimensional, + author = {Bentley, Jon Louis}, + title = {Multidimensional Binary Search Trees Used for Associative Searching}, + journal = {Commun. ACM}, + issue_date = {Sept. 1975}, + volume = {18}, + number = {9}, + month = sep, + year = {1975}, + issn = {0001-0782}, + pages = {509--517}, + numpages = {9}, + url = {http://doi.acm.org/10.1145/361002.361007}, + doi = {10.1145/361002.361007}, + acmid = {361007}, + publisher = {ACM}, + address = {New York, NY, USA}, + keywords = {associative retrieval, attribute, binary search trees, binary tree insertion, information retrieval system, intersection queries, key, nearest neighbor queries, partial match queries}, +} + % Basic overview of PDF and how it is awesome. % This doesn't seem like a major revelation for 2002 @@ -474,6 +582,22 @@ doi={10.1109/ARITH.1991.145549},} howpublished = {\url{http://www.boost.org/doc/libs/1_53_0/libs/multiprecision/doc/html/boost_multiprecision/}} } +@misc{java_bigint, + author = {Oracle Corporation}, + title = {java.math.{BigInteger}}, + booktitle = {Java Platform 6 {SE}}, + urldate = {19-05-2014}, + howpublished = {\url{http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html}} +} + +@misc{java_bigdecimal, + author = {Oracle Corporation}, + title = {java.math.{BigDecimal}}, + booktitle = {Java Platform 7 {SE}}, + howpublished = {\url{http://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html}}, + urldate = {19-05-2014} +} + % A CMOS Floating Point Unit @MISC{kelley1997acmos, author = {Michael J. Kelley and Matthew A. Postiff and Advisor Richard and B. Brown}, @@ -662,12 +786,42 @@ language={English} @article{svg2011-1.1, year = 2011, month = "August", - journal = "WC3 Recommendation", + journal = "W3C 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{xml2008-1.0, + year = 2008, + month = "November", + journal = "W3C Recommendation", + title = "Extensible Markup Language (XML) 1.0 (Fifth Edition)", + author = "W3C", + editor = "Tim Bray and Jean Paoli and C Sperberg-McQueen and Eve Maler and Francois Yergeau", + howpublished = "\url{http://www.w3.org/TR/xml/}" +} + +@article{html2014-draft, + year = 2014, + month = "April", + journal = "W3C Candidate Recommendation", + title = "HTML5 - Developer View - A Vocabulary and associated APIs for HTML and XHTML", + author = "W3C", + editor = "Robin Berjon and Steve Faulkner and Travis Leithead and Erika Navara and Edward O'Connor and Silvia Pfeiffer and Ian Hickson", + howpublished = "\url{http://www.w3.org/TR/html/}" +} + +@article{css2011-level2, + year = 2011, + month = "June", + journal = "W3CRecommendation", + title = "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification", + author = "W3C", + editor = "Bert Bos, Tantex Celik, Ian Hickson, Hakon WiumLie", + howpublished = "\url{http://www.w3.org/TR/CSS21/}" +} + @article{kapoulkine2014pugixml, year = "2014", author = "Arseny Kapoulkine", @@ -827,4 +981,37 @@ ISSN={0272-1716},} keywords = {antialiasing, convolution, curve digitization, digital geometry}, } - +@article{w3c2010svghtmlprimer, + year = 2010, + month = "September", + journal = "WC3 Primer (Editor's Draft)", + title = "An SVG Primer for Today's Browsers", + author = "W3C", + editor = "David Dailey", + howpublished = "\url{http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html}" +} + +% Koch snowflake in French no I didn't read it so sue me it is just here to give Koch credit +@article{koch1904surune, + year = 1904, + author = "H Von Koch", + title = "Sur une courbe continue sans tangente, obtenue par une construction géométrique élémentaire." , + journal = "Archiv för Matemat., Astron. och Fys.", + pages = "681-702"} + +@article{js_3d_pdf, + year = 2007, + author = "Adobe Systems Incorporated", + edition = 2, + month = "April", + journal = "Adobe Acrobat Reader SDK" +} +% Holy mackerel, a paper on precision in document formats! +@article{beebe2007extending, + author={Beebe, Nelson}, + title={Extending {\TeX} and {METAFONT} With Floating-Point Arithmetic}, + year={2007}, + journal={{TUGboat}}, + volume={28}, + number={3}, +}