Add a skeleton
[ipdf/sam.git] / meta / Abstract.tex
1 What we will be doing and why.
2
3 See also the Introduction.
4 See also the Conclusion.
5
6 \begin{itemize}
7         \item Research into document formats is mostly focusing on embedding dynamic content in the document
8         \item TODO: Desperately try to find research into increasing precision in documents
9         \begin{itemize}
10                 \item I suspect the reason it is hard to find references saying ``We increased the precision you can get in this graphics format'' is because the real research is into ``how to get more precision out of a number'' and increasing the precision in a graphics format is just an application.
11                 \item Talk about why precision in itself is a good thing?
12                 \begin{itemize}
13                         \item Reduced error in computations
14                 \end{itemize}
15                 \item Somehow manage to link this to graphics formats.
16                 \begin{itemize}
17                         \item Increased precision means you can have more zoom, you can have more range
18                         \item This is useful because the view of a document as a sheet of paper is increasingly outdated
19                 \end{itemize}
20                 \item Precision in itself is necessary in order to address the document format issue.
21         \end{itemize}
22         \item In particular we are looking into increasing precision vs IEEE floats because:
23         \begin{itemize}
24                 \item Such research is important in its own right; eg: Doing numerical calculations requires high accuracy results
25         \end{itemize}   
26         \item 
27 \end{itemize}
28
29 I guess what I am trying to say very badly is:
30
31 We want to be able to do more things with documents.
32 We are currently limited by the precision of floating point operations. This is a fundamental and physical limit on what can be done.
33
34 Even things like postscript are already turing complete. All the fancy papers about putting dynamic content and javascript and things in documents
35 are not addressing a physical limitation, merely one of convenience for the document creator.
36
37 So it is worth looking into how we can reduce or eliminate the physical limitations on what can be done with a document due to floating point precision.
38
39

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