David's lit notes, LaTeXiFiEd
[ipdf/documents.git] / papers.bib
index 739bf0b..e2aa0e9 100644 (file)
@@ -1,4 +1,3 @@
-
 % PostScript Reference Manual
 @book{plrm,
   title={PostScript Language Reference},
   year={2006}
 }
 
+%%%%%%%%%%%%%%%%%%%%%%%%
+% Basic Rendering Theory
+%%%%%%%%%%%%%%%%%%%%%%%%
+
+%Porter-Duff compositing.
+% Keith Packard has a really nice PDF version of this.
+@inproceedings{porter1984compositing,
+  title={Compositing digital images},
+  author={Porter, Thomas and Duff, Tom},
+  booktitle={ACM Siggraph Computer Graphics},
+  volume={18},
+  number={3},
+  pages={253--259},
+  year={1984},
+  organization={ACM}
+}
+
+%Bresenham's Line Drawing Algorithm
+% See Michael Abrash's Graphics Programming Black Book for a
+% much better guide to implementing this (at least on the 486)
+@article{bresenham1965algorithm,
+  title={Algorithm for computer control of a digital plotter},
+  author={Bresenham, Jack E},
+  journal={IBM Systems journal},
+  volume={4},
+  number={1},
+  pages={25--30},
+  year={1965},
+  publisher={IBM Corp.}
+}
+
+
+
 %%%%%%%%%%%%%%%%%%%%%%%
 % Floating-pt Precision
 %%%%%%%%%%%%%%%%%%%%%%%
 Goldberg:1991:CSK:103162.103163,
-@article{goldberg91whatevery,
+@article{goldberg1991whatevery,
  author = {Goldberg, David},
  title = {What Every Computer Scientist Should Know About Floating-point Arithmetic},
  journal = {ACM Comput. Surv.},
@@ -210,6 +242,21 @@ Goldberg:1991:CSK:103162.103163,
   organization={IEEE}
 }
 
+%%%%%%%%%%%%%%%%%
+% Quadtrees
+%%%%%%%%%%%%%%%%%
+@article{finkel1974quad,
+  title={Quad trees a data structure for retrieval on composite keys},
+  author={Finkel, Raphael A. and Bentley, Jon Louis},
+  journal={Acta informatica},
+  volume={4},
+  number={1},
+  pages={1--9},
+  year={1974},
+  publisher={Springer}
+}
+
+
 % Basic overview of PDF and how it is awesome.
 % This doesn't seem like a major revelation for 2002
 @article{cheng2002portable,
@@ -282,7 +329,7 @@ Goldberg:1991:CSK:103162.103163,
 } 
 
 % It seems wierd using our last names...
-@article{proposalGow,
+@misc{proposalGow,
        title = "Infinite-precision Document Formats (Project Proposal)",
        author = "David Gow",
        year = "2014",
@@ -290,7 +337,7 @@ Goldberg:1991:CSK:103162.103163,
 }
 
 % Note the different title
-@article{proposalMoore,
+@misc{proposalMoore,
        title = "Infinite Precision Document Formats (Project Proposal)",
        author = "Sam Moore",
        year = "2014",
@@ -298,10 +345,8 @@ Goldberg:1991:CSK:103162.103163,
 }
 
 % The Fractal Nature of Bezier Curves
-% Added 2014-01-15
 % No date?
-@article {goldman_thefractal,
+@article{goldman_thefractal,
        title = "The Fractal Nature of Bezier Curves",
        author = "Ron Goldman",
        publisher = "Department of Computer Science, Rice University",
@@ -350,3 +395,24 @@ month={Jun},
 pages={132-143},
 keywords={digital arithmetic;number theory;coordinates;floating point arithmetic;intersection point;line intersection;line segment;Algorithm design and analysis;Costs;Error analysis;Floating-point arithmetic;Hardware;High performance computing;Libraries;Mathematics;Packaging;Roundoff errors},
 doi={10.1109/ARITH.1991.145549},}
+
+@article{goldbern1967twentyseven,
+ author = {Goldberg, I. Bennett},
+ title = {27 Bits Are Not Enough for 8-digit Accuracy},
+ journal = {Commun. ACM},
+ issue_date = {Feb. 1967},
+ volume = {10},
+ number = {2},
+ month = feb,
+ year = {1967},
+ issn = {0001-0782},
+ pages = {105--106},
+ numpages = {2},
+ url = {http://doi.acm.org/10.1145/363067.363112},
+ doi = {10.1145/363067.363112},
+ acmid = {363112},
+ publisher = {ACM},
+ address = {New York, NY, USA},
+} 
+
+

UCC git Repository :: git.ucc.asn.au