Summarise papers
[ipdf/documents.git] / LiteratureNotes.tex
1 \documentclass[8pt]{extarticle}
2 \usepackage{graphicx}
3 \usepackage{caption}
4 \usepackage{amsmath} % needed for math align
5 \usepackage{bm} % needed for maths bold face
6  \usepackage{graphicx}    % needed for including graphics e.g. EPS, PS
7 \usepackage{fancyhdr}   % needed for header
8
9 \usepackage{hyperref}
10
11  \topmargin -1.5cm        % read Lamport p.163
12  \oddsidemargin -0.04cm   % read Lamport p.163
13  \evensidemargin -0.04cm  % same as oddsidemargin but for left-hand pages
14  \textwidth 16.59cm
15  \textheight 21.94cm 
16  %\pagestyle{empty}       % Uncomment if don't want page numbers
17  \parskip 8.2pt           % sets spacing between paragraphs
18  %\renewcommand{\baselinestretch}{1.5}  % Uncomment for 1.5 spacing between lines
19  \parindent 0pt           % sets leading space for paragraphs
20 \linespread{0.8}
21
22
23 \newcommand{\vect}[1]{\boldsymbol{#1}} % Draw a vector
24 \newcommand{\divg}[1]{\nabla \cdot #1} % divergence
25 \newcommand{\curl}[1]{\nabla \times #1} % curl
26 \newcommand{\grad}[1]{\nabla #1} %gradient
27 \newcommand{\pd}[3][ ]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} %partial derivative
28 %\newcommand{\d}[3][ ]{\frac{d^{#1} #2}{d #3^{#1}}} %full derivative
29 \newcommand{\phasor}[1]{\tilde{#1}} % make a phasor
30 \newcommand{\laplacian}[1]{\nabla^2 {#1}} % The laplacian operator
31
32 \usepackage{color}
33 \usepackage{listings}
34
35 \definecolor{darkgray}{rgb}{0.95,0.95,0.95}
36 \definecolor{darkred}{rgb}{0.75,0,0}
37 \definecolor{darkblue}{rgb}{0,0,0.75}
38 \definecolor{pink}{rgb}{1,0.5,0.5}
39 \lstset{language=Java}
40 \lstset{backgroundcolor=\color{darkgray}}
41 \lstset{numbers=left, numberstyle=\tiny, stepnumber=1, numbersep=5pt}
42 \lstset{keywordstyle=\color{darkred}\bfseries}
43 \lstset{commentstyle=\color{darkblue}}
44 %\lstset{stringsyle=\color{red}}
45 \lstset{showstringspaces=false}
46 \lstset{basicstyle=\small}
47
48
49
50
51
52 \begin{document}
53
54
55 \pagestyle{fancy}
56 \fancyhead{}
57 \fancyfoot{}
58
59 \fancyhead[LO, L]{}
60 \fancyfoot[CO, C]{\thepage}
61
62 \begin{center}
63         B.Eng. Final Year Project \par
64         {\bf \Large Literature Notes} \par
65         Sam Moore, David Gow \\
66         Faculty of Engineering, Computing and Mathematics, University of Western Australia \\
67         March 2014
68 \end{center}
69
70 \tableofcontents
71
72 \section{Postscript Language Reference Manual\cite{plrm}}
73
74 Adobe's official reference manual for PostScript.
75
76 It is big.
77
78 \section{Portable Document Format Reference Manual\cite{pdfref17}}
79
80 Adobe's official reference for PDF.
81
82 It is also big.
83
84 \pagebreak
85
86 \section{Portable Document Format (PDF) --- Finally...\cite{cheng2002portable}}
87
88 This is not spectacularly useful, is basically an advertisement for Adobe software.
89
90 {\bf Intro}
91 \begin{itemize}
92         \item Visual communications has been revolutionised by computing
93         \item BUT there have always been problems in exchanging formats
94         \item Filetypes like text, rich text, IGES, DXF, TIFF, JPEG, GIFF solve problems for particular types of files only
95         \item PDF solves everything for everyone; can include text, images, animation, sound, etc
96 \end{itemize}
97 {\bf PDF Features}
98 \begin{itemize}
99         \item Raster Image Process (RIP) --- For printing (presumably also displaying on screen)
100         \item Originally needed to convert to PS then RIP, with PS 3 can now RIP directly.
101         \item Reduced filesize due to compression
102         \item Four major applications - Stoy 1999\cite{stoy1999}
103                 \begin{enumerate}
104                         \item Download files from internet
105                         \item Files on CDs
106                         \item Files for outputing to printers
107                         \item Conventional [commercial scale?] printing
108                 \end{enumerate}
109         \item List of various (Adobe) PDF related software
110         \begin{itemize}
111                 \item Includes software for PS that converts to/from PDF 
112                 \item So PS was obviously pretty popular before PDF
113         \end{itemize}
114         \item Can Optimize for screen/printer [not clear how]
115         \item Can compress for size
116 \end{itemize}
117
118 \pagebreak
119 \section{Pixels or Perish \cite{hayes2012pixels}}
120
121 ``The art of scientific illustration will have to adapt to the new age of online publishing''
122 And therefore, JavaScript libraries ($\text{D}^3$) are the future.
123
124 The point is that we need to change from thinking about documents as paper to thinking of them as pixels.
125 This kind of makes it related to our paper, because it is the same way we are justifying our project. It does mention precision, but doesn't say we need to get more of it.
126
127 I get the feeling from this that Web based documents are a whole bunch of completely different design philosophies hacked together
128 with JavaScript.
129
130 This paper uses Metaphors a lot. I never met a phor that didn't over extend itself.
131
132
133 {\bf Intro}
134 \begin{itemize}
135         \item Drawings/Pictures are ornaments in science but they are not just ornamental
136         \item Processes have changed a lot; eg: photographic plates $\to$ digital images
137         \item ``we are about to turn the page --- if not close the book --- on yet another chapter in publishing history.'' (HO HO HO)
138         \item It would be cool to have animated figures in documents (eg: Population pyramid; changes with time); not just as ``supplements''
139         \item In the beginning, there was PostScript, 1970s and 1980s, John Warnock and Charles Geschke, Adobe Systems
140         \item PS is a language for vector graphics; objects are constructed from geometric primitives rather than a discrete array of pixels
141         \item PS is a complete programming language; an image is also a program; can exploit this to control how images are created based on data (eg: Faces)
142         \item PDF is ``flattened'' PS. No longer programable. Aspires to be ``virtual paper''.
143         \item But why are we using such powerful computing machines just to emulate sheets paper? (the author asks)
144 \end{itemize}
145
146 {\bf Web based Documents}
147 \begin{itemize}
148         \item HTML, CSS, JavaScript - The Axis of Web Documents
149         \begin{itemize}
150                 \item HTML - Defines document structure
151                 \item CSS - Defines presentation of elements in document
152                 \item JavaScript - Encodes actions, allows dynamic content (change the HTML/CSS)
153         \end{itemize}
154         \item \texttt{<canvas>} will let you draw anything (So in principle don't even need all of HTML/CSS)
155         \begin{itemize}
156                 \item Not device independent
157                 \item ``Coordinates can be specified with precision finer than pixel resolution'' {\bf (TODO: Investigate this?)}
158                 \item JavaScript operators to draw things on canvas are very similar to the PostScript model
159         \end{itemize}
160         \item SVG --- Same structure (Document Object Model (DOM)) as HTML
161         \begin{itemize}
162                 \item ``Noun language''
163                 \item Nouns define lines/curves etc, rather than paragraphs/lists
164                 \item Also borrows things from PostScript (eg: line caps and joints)
165                 \item IS device independent, ``very high precision'' {\bf (TODO: Investigate)}
166                 \item JavaScript can be used to interact with SVG too
167         \end{itemize}
168         \item $\text{D}^{3}$ (Data Driven Documents) - A JavaScript library
169         \begin{itemize}
170                 \item Idea is to create or modify elements of a DOM document using supplied data
171                 \item \url{https://github.com/mbostock/d3/wiki}
172         \end{itemize}
173         \item We are in a new Golden Age of data visualisation
174         \item Why do we still use PDFs?
175         \begin{itemize}
176                 \item PDFs are ``owned'' by the author/reader; you download it, store it, you can print it, etc
177                 \item HTML documents are normally on websites. They are not self contained. They often rely on remote content from other websites (annoying to download the whole document).
178         \end{itemize}
179         \item {\bf Conclusion} Someone should open up PDF to accept things like $\text{D}^{3}$ and other graphics formats (links nicely with \cite{barnes2013embedding})
180         \item Also, Harry Potter reference
181
182 \end{itemize}
183
184 \section{Embedding and Publishing Interactive, 3D Figures in PDF Files\cite{barnes2013embedding}}
185
186 \begin{itemize}
187         \item Linkes well with \cite{hayes2012pixels}; I heard you liked figures so I put a figure in your PDF
188         \item Title pretty much summarises it; similar to \cite{hayes2012pixels} except these guys actually did something practical
189 \end{itemize}
190
191
192
193
194
195 \pagebreak
196 \bibliographystyle{unsrt}
197 \bibliography{papers}
198
199 \end{document}
200

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