added presentation
This commit is contained in:
parent
0ae1529345
commit
870297fa81
15 changed files with 10161 additions and 0 deletions
236
presentation/isolation.eps
Normal file
236
presentation/isolation.eps
Normal file
|
@ -0,0 +1,236 @@
|
|||
%!PS-Adobe-2.0 EPSF-2.0
|
||||
%%Title: /Users/jeena/Student/GGS-report/presentation/isolation.dia
|
||||
%%Creator: Dia v0.97.1
|
||||
%%CreationDate: Thu May 26 22:06:15 2011
|
||||
%%For: jeena
|
||||
%%Orientation: Portrait
|
||||
%%Magnification: 1.0000
|
||||
%%BoundingBox: 0 0 861 251
|
||||
%%BeginSetup
|
||||
%%EndSetup
|
||||
%%EndComments
|
||||
%%BeginProlog
|
||||
[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
|
||||
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
|
||||
/two /three /four /five /six /seven /eight /nine /colon /semicolon
|
||||
/less /equal /greater /question /at /A /B /C /D /E
|
||||
/F /G /H /I /J /K /L /M /N /O
|
||||
/P /Q /R /S /T /U /V /W /X /Y
|
||||
/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
|
||||
/d /e /f /g /h /i /j /k /l /m
|
||||
/n /o /p /q /r /s /t /u /v /w
|
||||
/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
|
||||
/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
|
||||
/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
|
||||
/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
|
||||
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
|
||||
/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
|
||||
/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
|
||||
/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
|
||||
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
|
||||
/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
|
||||
/cp {closepath} bind def
|
||||
/c {curveto} bind def
|
||||
/f {fill} bind def
|
||||
/a {arc} bind def
|
||||
/ef {eofill} bind def
|
||||
/ex {exch} bind def
|
||||
/gr {grestore} bind def
|
||||
/gs {gsave} bind def
|
||||
/sa {save} bind def
|
||||
/rs {restore} bind def
|
||||
/l {lineto} bind def
|
||||
/m {moveto} bind def
|
||||
/rm {rmoveto} bind def
|
||||
/n {newpath} bind def
|
||||
/s {stroke} bind def
|
||||
/sh {show} bind def
|
||||
/slc {setlinecap} bind def
|
||||
/slj {setlinejoin} bind def
|
||||
/slw {setlinewidth} bind def
|
||||
/srgb {setrgbcolor} bind def
|
||||
/rot {rotate} bind def
|
||||
/sc {scale} bind def
|
||||
/sd {setdash} bind def
|
||||
/ff {findfont} bind def
|
||||
/sf {setfont} bind def
|
||||
/scf {scalefont} bind def
|
||||
/sw {stringwidth pop} bind def
|
||||
/tr {translate} bind def
|
||||
|
||||
/ellipsedict 8 dict def
|
||||
ellipsedict /mtrx matrix put
|
||||
/ellipse
|
||||
{ ellipsedict begin
|
||||
/endangle exch def
|
||||
/startangle exch def
|
||||
/yrad exch def
|
||||
/xrad exch def
|
||||
/y exch def
|
||||
/x exch def /savematrix mtrx currentmatrix def
|
||||
x y tr xrad yrad sc
|
||||
0 0 1 startangle endangle arc
|
||||
savematrix setmatrix
|
||||
end
|
||||
} def
|
||||
|
||||
/mergeprocs {
|
||||
dup length
|
||||
3 -1 roll
|
||||
dup
|
||||
length
|
||||
dup
|
||||
5 1 roll
|
||||
3 -1 roll
|
||||
add
|
||||
array cvx
|
||||
dup
|
||||
3 -1 roll
|
||||
0 exch
|
||||
putinterval
|
||||
dup
|
||||
4 2 roll
|
||||
putinterval
|
||||
} bind def
|
||||
/dpi_x 300 def
|
||||
/dpi_y 300 def
|
||||
/conicto {
|
||||
/to_y exch def
|
||||
/to_x exch def
|
||||
/conic_cntrl_y exch def
|
||||
/conic_cntrl_x exch def
|
||||
currentpoint
|
||||
/p0_y exch def
|
||||
/p0_x exch def
|
||||
/p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
|
||||
/p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
|
||||
/p2_x p1_x to_x p0_x sub 1 3 div mul add def
|
||||
/p2_y p1_y to_y p0_y sub 1 3 div mul add def
|
||||
p1_x p1_y p2_x p2_y to_x to_y curveto
|
||||
} bind def
|
||||
/start_ol { gsave 1.1 dpi_x div dup scale} bind def
|
||||
/end_ol { closepath fill grestore } bind def
|
||||
28.346000 -28.346000 scale
|
||||
-0.250000 -9.400000 translate
|
||||
%%EndProlog
|
||||
|
||||
|
||||
0.000000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
0 slj
|
||||
0.000000 slw
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 15.125000 3.025000 2.475000 2.475000 0 360 ellipse f
|
||||
n 15.125000 3.025000 2.475000 2.475000 0 360 ellipse cp s
|
||||
0.000000 slw
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
n 15.125000 3.025000 2.475000 2.475000 0 360 ellipse cp s
|
||||
0.000000 slw
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
1.000000 1.000000 1.000000 srgb
|
||||
n 15.125000 3.025000 2.121429 2.121429 0 360 ellipse f
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 15.125000 3.025000 2.121429 2.121429 0 360 ellipse cp s
|
||||
0.000000 slw
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
n 15.125000 3.025000 2.121429 2.121429 0 360 ellipse cp s
|
||||
0.000000 slw
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
1.000000 1.000000 1.000000 srgb
|
||||
n 13.710714 1.964286 m 13.710714 4.085714 l 16.539286 4.085714 l 16.539286 1.964286 l f
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 13.710714 1.964286 m 13.710714 4.085714 l 16.539286 4.085714 l 16.539286 1.964286 l cp s
|
||||
0.000000 slw
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
n 13.710714 1.964286 m 13.710714 4.085714 l 16.539286 4.085714 l 16.539286 1.964286 l cp s
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
n 13.710714 1.964286 m 15.125000 3.025000 l s
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
n 16.539286 1.964286 m 15.125000 3.025000 l s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slj
|
||||
1.000000 1.000000 1.000000 srgb
|
||||
n 0.300000 1.250000 m 0.300000 9.350000 l 9.900000 9.350000 l 9.900000 1.250000 l f
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 0.300000 1.250000 m 0.300000 9.350000 l 9.900000 9.350000 l 9.900000 1.250000 l cp s
|
||||
1.000000 1.000000 1.000000 srgb
|
||||
n 5.100000 5.300000 1.225000 1.175000 0 360 ellipse f
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 5.100000 5.300000 1.225000 1.175000 0 360 ellipse cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slj
|
||||
1.000000 1.000000 1.000000 srgb
|
||||
n 20.940000 1.240000 m 20.940000 9.340000 l 30.540000 9.340000 l 30.540000 1.240000 l f
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 20.940000 1.240000 m 20.940000 9.340000 l 30.540000 9.340000 l 30.540000 1.240000 l cp s
|
||||
1.000000 1.000000 1.000000 srgb
|
||||
n 25.740000 5.290000 1.225000 1.175000 0 360 ellipse f
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 25.740000 5.290000 1.225000 1.175000 0 360 ellipse cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 9.900000 5.300000 m 20.453197 5.290441 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 20.828197 5.290101 m 20.328423 5.540554 l 20.453197 5.290441 l 20.327970 5.040554 l ef
|
||||
n 20.828197 5.290101 m 20.328423 5.540554 l 20.453197 5.290441 l 20.327970 5.040554 l cp s
|
||||
0.010000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 6.375293 5.300000 m 9.524888 5.300000 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 9.899888 5.300000 m 9.399888 5.550000 l 9.524888 5.300000 l 9.399888 5.050000 l ef
|
||||
n 9.899888 5.300000 m 9.399888 5.550000 l 9.524888 5.300000 l 9.399888 5.050000 l cp s
|
||||
0.010000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 24.139888 5.290000 m 20.940000 5.290000 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 24.514888 5.290000 m 24.014888 5.540000 l 24.139888 5.290000 l 24.014888 5.040000 l ef
|
||||
n 24.514888 5.290000 m 24.014888 5.540000 l 24.139888 5.290000 l 24.014888 5.040000 l cp s
|
||||
showpage
|
Loading…
Add table
Add a link
Reference in a new issue