Browse Source

Adds work on telescope

Caleb Fangmeier 4 years ago
parent
commit
efc55b1c06

+ 1 - 0
Makefile

@@ -69,6 +69,7 @@ html: 00_html 01_html 02_html 03_html 04_html 05_html 06_html
 
 pdf: 00_tex 01_tex 02_tex 03_tex 04_tex 05_tex 06_tex
 	cd $(BUILDDIR); rubber thesis
+	# cd $(BUILDDIR); pandoc --bibliography=references.bib --csl=american-physics-society.csl -o thesis.pdf thesis.tex
 	[ -f $(BUILDDIR)/thesis.pdf ] && cp $(BUILDDIR)/thesis.pdf $(OUTPUTDIR)
 
 clean:

+ 24 - 16
build/american-physics-society.csl

@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
   <info>
-    <title>American Physics Society</title>
-    <title-short>APS</title-short>
-    <id>http://www.zotero.org/styles/american-physics-society</id>
-    <link href="http://www.zotero.org/styles/american-physics-society" rel="self"/>
-    <link href="http://www.zotero.org/styles/american-institute-of-physics" rel="template"/>
-    <link href="http://authors.aps.org/STYLE/ms.html#citations" rel="documentation"/>
+    <title>American Institute of Physics</title>
+    <title-short>AIP</title-short>
+    <id>http://www.zotero.org/styles/american-institute-of-physics</id>
+    <link href="http://www.zotero.org/styles/american-institute-of-physics" rel="self"/>
+    <link href="http://www.aip.org/pubservs/style/4thed/toc.html" rel="documentation"/>
+    <!-- No attempt to make compound citations is made here <http://forums.zotero.org/discussion/4288/>-->
     <author>
       <name>Richard Karnesky</name>
       <email>karnesky+zotero@gmail.com</email>
@@ -14,13 +14,14 @@
     </author>
     <category citation-format="numeric"/>
     <category field="physics"/>
-    <summary>Common style use by APS publications.</summary>
-    <updated>2015-01-21T22:37:41+00:00</updated>
+    <!--<category term="materials science"/>-->
+    <summary>Common style use by AIP publications.</summary>
+    <updated>2013-09-08T00:04:27+00:00</updated>
     <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
   </info>
   <macro name="author">
     <names variable="author">
-      <name delimiter=", " initialize-with=". " and="text"/>
+      <name delimiter=", " initialize-with="." and="text"/>
       <label form="long" prefix=", " suffix=" "/>
       <substitute>
         <names variable="editor"/>
@@ -31,7 +32,7 @@
   <macro name="editor">
     <names variable="editor">
       <label form="verb" suffix=" "/>
-      <name delimiter=", " initialize-with=". " and="text"/>
+      <name delimiter=", " initialize-with="." and="text"/>
     </names>
   </macro>
   <macro name="year-date">
@@ -84,14 +85,14 @@
     <sort>
       <key variable="citation-number"/>
     </sort>
-    <layout delimiter="," prefix="&#160;[" suffix="]">
+    <layout delimiter="," vertical-align="sup">
       <text variable="citation-number"/>
     </layout>
   </citation>
-  <bibliography entry-spacing="0" second-field-align="flush">
+  <bibliography entry-spacing="0">
     <layout suffix=".">
-      <text variable="citation-number" prefix="[" suffix="]"/>
-      <text macro="author" suffix=", "/>
+      <text variable="citation-number" vertical-align="sup"/>
+      <text macro="author" prefix=" " suffix=", "/>
       <choose>
         <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
           <group delimiter=" ">
@@ -127,7 +128,7 @@
         </else-if>
         <else-if type="patent">
           <group delimiter=" ">
-            <text variable="number"/>
+            <text variable="number" prefix=" "/>
             <text macro="day-date" prefix="(" suffix=")"/>
           </group>
         </else-if>
@@ -139,13 +140,20 @@
             <text macro="year-date"/>
           </group>
         </else-if>
+        <else-if type="webpage">
+          <group delimiter=", ">
+            <text variable="title" text-case="title"/>
+            <text variable="url"/>
+            <text macro="year-date" prefix="(" suffix=")"/>
+          </group>
+        </else-if>
         <else>
           <group delimiter=" ">
             <text variable="container-title" form="short" text-case="title"/>
             <group delimiter=", ">
               <text variable="volume" font-weight="bold"/>
               <group delimiter=" ">
-                <text variable="page-first" form="short"/>
+                <text variable="page-first"/>
                 <text macro="year-date" prefix="(" suffix=")"/>
               </group>
             </group>

+ 5 - 1
build/thesis.tex

@@ -20,7 +20,11 @@
 \usepackage{amssymb,amsmath}
 \usepackage{ifxetex,ifluatex}
 \usepackage{fixltx2e} % provides \textsubscript
-\usepackage[style=numeric]{biblatex}
+\usepackage[
+style=numeric,
+sorting=none,   % Ordering in order of usage
+citestyle=phys  % Amaerican Institute of Physics style
+]{biblatex}
 \addbibresource{references.bib}
 
 \usepackage{xcolor}

File diff suppressed because it is too large
+ 55 - 6
content/06_pixel_assembly.md


BIN
content/figures/telescope/APC128_Schematic_annotated.png


+ 0 - 973
content/figures/telescope/BPB.eps

@@ -1,973 +0,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%%Creator: cairo 1.14.2 (http://cairographics.org)
-%%CreationDate: Thu Jun  4 12:39:21 2015
-%%Pages: 1
-%%DocumentData: Clean7Bit
-%%LanguageLevel: 2
-%%BoundingBox: 0 -1 538 199
-%%EndComments
-%%BeginProlog
-save
-50 dict begin
-/q { gsave } bind def
-/Q { grestore } bind def
-/cm { 6 array astore concat } bind def
-/w { setlinewidth } bind def
-/J { setlinecap } bind def
-/j { setlinejoin } bind def
-/M { setmiterlimit } bind def
-/d { setdash } bind def
-/m { moveto } bind def
-/l { lineto } bind def
-/c { curveto } bind def
-/h { closepath } bind def
-/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
-      0 exch rlineto 0 rlineto closepath } bind def
-/S { stroke } bind def
-/f { fill } bind def
-/f* { eofill } bind def
-/n { newpath } bind def
-/W { clip } bind def
-/W* { eoclip } bind def
-/BT { } bind def
-/ET { } bind def
-/pdfmark where { pop globaldict /?pdfmark /exec load put }
-    { globaldict begin /?pdfmark /pop load def /pdfmark
-    /cleartomark load def end } ifelse
-/BDC { mark 3 1 roll /BDC pdfmark } bind def
-/EMC { mark /EMC pdfmark } bind def
-/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
-/Tj { show currentpoint cairo_store_point } bind def
-/TJ {
-  {
-    dup
-    type /stringtype eq
-    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
-  } forall
-  currentpoint cairo_store_point
-} bind def
-/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
-    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
-/Tf { pop /cairo_font exch def /cairo_font_matrix where
-      { pop cairo_selectfont } if } bind def
-/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
-      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
-      /cairo_font where { pop cairo_selectfont } if } bind def
-/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
-      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
-/g { setgray } bind def
-/rg { setrgbcolor } bind def
-/d1 { setcachedevice } bind def
-%%EndProlog
-%%BeginSetup
-%%BeginResource: font DejaVuSans
-11 dict begin
-/FontType 42 def
-/FontName /DejaVuSans def
-/PaintType 0 def
-/FontMatrix [ 1 0 0 1 0 0 ] def
-/FontBBox [ 0 0 0 0 ] def
-/Encoding 256 array def
-0 1 255 { Encoding exch /.notdef put } for
-Encoding 32 /space put
-Encoding 52 /four put
-Encoding 53 /five put
-Encoding 67 /C put
-Encoding 73 /I put
-Encoding 74 /J put
-Encoding 77 /M put
-Encoding 82 /R put
-Encoding 83 /S put
-Encoding 97 /a put
-Encoding 99 /c put
-Encoding 106 /j put
-Encoding 107 /k put
-Encoding 115 /s put
-/CharStrings 15 dict dup begin
-/.notdef 0 def
-/S 1 def
-/M 2 def
-/C 3 def
-/R 4 def
-/J 5 def
-/four 6 def
-/five 7 def
-/space 8 def
-/j 9 def
-/a 10 def
-/c 11 def
-/k 12 def
-/s 13 def
-/I 14 def
-end readonly def
-/sfnts [
-<0001000000090080000300106376742000691d3900000b44000001fe6670676d7134766a0000
-0d44000000ab676c79665b0b2c410000009c00000aa86865616400fa516f00000df000000036
-686865610cb8066000000e2800000024686d747841b3064300000e4c0000003c6c6f63610000
-534c00000e88000000406d617870047c067100000ec800000020707265703b07f10000000ee8
-0000056800020066fe96046605a400030007001a400c04fb0006fb0108057f0204002fc4d4ec
-310010d4ecd4ec301311211125211121660400fc73031bfce5fe96070ef8f272062900010087
-ffe304a205f00027007e403c0d0c020e0b021e1f1e080902070a021f1f1e420a0b1e1f041501
-0015a11494189511049500942591118c281e0a0b1f1b0700221b190e2d071914222810dcc4ec
-fcece4111239393939310010e4f4e4ec10eef6ee10c6111739304b535807100eed1117390710
-0eed1117395922b20f2901015db61f292f294f29035d01152e012322061514161f011e011514
-0421222627351e013332363534262f012e01353424333216044873cc5fa5b377a67ae2d7fedd
-fee76aef807bec72adbc879a7be2ca0117f569da05a4c53736807663651f192bd9b6d9e0302f
-d04546887e6e7c1f182dc0abc6e42600000100c90000061f05d5000c00bf4034031107080702
-11010208080702110302090a0901110a0a09420a070203080300af080b050908030201050a06
-1c043e0a1c00040d10fcecfcec11173931002f3cc4ec32111739304b5358071005ed071008ed
-071008ed071005ed5922b2700e01015d405603070f080f09020a15021407130a260226072007
-260a200a3407350a69027c027b07790a80028207820a90021604010b0313011b0323012c0327
-08280934013c035608590965086a097608790981018d0395019b03145d005d13210901211123
-110123011123c9012d017d017f012dc5fe7fcbfe7fc405d5fc0803f8fa2b051ffc000400fae1
-000000010073ffe3052705f000190036401a0da10eae0a951101a100ae04951791118c1a0719
-0d003014101a10fcec32ec310010e4f4ecf4ec10eef6ee30b40f1b1f1b02015d01152e012320
-0011100021323637150e01232000111000213216052766e782ff00fef00110010082e7666aed
-84feadfe7a0186015386ed0562d55f5efec7fed8fed9fec75e5fd34848019f01670168019f47
-0000000200c90000055405d50013001c00b14035090807030a06110304030511040403420604
-0015030415950914950d810b040506031109001c160e050a191904113f140a1c0c041d10fcec
-32fcc4ec1117391139393931002f3cf4ecd4ec123912391239304b5358071005ed071005ed11
-17395922b2401e01015d40427a13010500050105020603070415001501140216031704250025
-01250226032706260726082609201e3601360246014602680575047505771388068807980698
-071f5d005d011e01171323032e012b01112311212016151406011133323635342623038d417b
-3ecdd9bf4a8b78dcca01c80100fc83fd89fe9295959202bc16907efe68017f9662fd8905d5d6
-d88dba024ffdee87838385000001ff96fe66019305d5000b004240130b0200079505b000810c
-05080639011c00040c10fc4bb0105458b9000000403859ece43939310010e4fcec1139393001
-400d300d400d500d600d8f0d9f0d065d13331110062b013533323635c9cacde34d3f866e05d5
-fa93fef2f4aa96c2000000020064000004a405d50002000d0081401d010d030d0003030d4200
-030b07a00501038109010c0a001c0608040c0e10dc4bb00b544bb00d545b58b9000cffc03859
-d43cc4ec32113931002fe4d43cec321239304b5358071004c9071005c9592201402a0b002a00
-48005900690077008a000716012b0026012b0336014e014f0c4f0d5601660175017a0385010d
-5d005d09012103331133152311231121350306fe0201fe35fed5d5c9fd5e0525fce303cdfc33
-a8fea00160c300000001009effe3046405d5001d005e4023041a071186101d1aa00714a01089
-0d02a000810d8c07a41e171c010a031c000a10061e10fc014bb016544bb014545b58b90010ff
-c038594bb00f5458b9001000403859c4d4ec10c4ee310010e4e4f4ec10e6ee10fec410ee1112
-393013211521113e0133320015140021222627351e0133323635342623220607dd0319fda02c
-582cfa0124fed4feef5ec3685ac06badcacaad51a15405d5aafe920f0ffeeeeaf1fef52020cb
-3130b69c9cb6242600000002ffdbfe5601790614000b000f0044401c0b0207000ebe0c078705
-bd00bc0cb110081005064f0d01080c00461010fc3cec32e4391239310010ece4f4ec10ee1112
-393930400b1011401150116011701105015d13331114062b01353332363511331523c1b8a3b5
-4631694cb8b80460fb8cd6c09c61990628e900000002007bffe3042d047b000a002500bc4027
-191f0b17090e00a91706b90e1120861fba1cb923b8118c170c001703180d09080b1f03081445
-2610fcecccd4ec323211393931002fc4e4f4fcf4ec10c6ee10ee11391139123930406e301d30
-1e301f3020302130223f27401d401e401f402040214022501d501e501f502050215022502770
-27851d871e871f8720872185229027a027f0271e301e301f30203021401e401f40204021501e
-501f50205021601e601f60206021701e701f70207021801e801f80208021185d015d01220615
-14163332363d01371123350e01232226353436332135342623220607353e0133321602bedfac
-816f99b9b8b83fbc88accbfdfb0102a79760b65465be5af3f00233667b6273d9b4294cfd81aa
-6661c1a2bdc0127f8b2e2eaa2727fc0000010071ffe303e7047b0019003f401b00860188040e
-860d880ab91104b917b8118c1a07120d004814451a10fce432ec310010e4f4ec10fef4ee10f5
-ee30400b0f1b101b801b901ba01b05015d01152e0123220615141633323637150e0123220011
-100021321603e74e9d50b3c6c6b3509d4e4da55dfdfed6012d010655a20435ac2b2be3cdcde3
-2b2baa2424013e010e0112013a230000000100ba0000049c0614000a00bc4029081105060507
-1106060503110405040211050504420805020303bc009709060501040608010800460b10fcec
-32d4c4113931002f3cece41739304b5358071004ed071005ed071005ed071004ed5922b2100c
-01015d405f04020a081602270229052b0856026602670873027705820289058e089302960597
-08a3021209050906020b030a072803270428052b062b07400c6803600c8903850489058d068f
-079a039707aa03a705b607c507d607f703f003f704f0041a5d71005d13331101330901230111
-23bab90225ebfdae026bf0fdc7b90614fc6901e3fdf4fdac0223fddd0001006fffe303c7047b
-002700e7403c0d0c020e0b531f1e080902070a531f1f1e420a0b1e1f04150086018904148615
-8918b91104b925b8118c281e0a0b1f1b0700521b080e07081422452810fcc4ecd4ece4111239
-393939310010e4f4ec10fef5ee10f5ee121739304b535807100eed111739070eed1117395922
-b2002701015d406d1c0a1c0b1c0c2e092c0a2c0b2c0c3b093b0a3b0b3b0c0b20002001240228
-0a280b2a132f142f152a16281e281f292029212427860a860b860c860d12000000010202060a
-060b030c030d030e030f03100319031a031b031c041d09272f293f295f297f2980299029a029
-f029185d005d7101152e012322061514161f011e0115140623222627351e013332363534262f
-012e01353436333216038b4ea85a898962943fc4a5f7d85ac36c66c661828c65ab40ab98e0ce
-66b4043fae282854544049210e2a99899cb62323be353559514b50250f2495829eac1e000000
-000100c90000019305d50003002eb700af02011c00040410fc4bb0105458b9000000403859ec
-31002fec3001400d30054005500560058f059f05065d13331123c9caca05d5fa2b00013500b8
-00cb00cb00c100aa009c01a600b800660000007100cb00a002b20085007500b800c301cb0189
-022d00cb00a600f000d300aa008700cb03aa0400014a003300cb000000d9050200f4015400b4
-009c01390114013907060400044e04b4045204b804e704cd0037047304cd04600473013303a2
-055605a60556053903c5021200c9001f00b801df007300ba03e9033303bc0444040e00df03cd
-03aa00e503aa0404000000cb008f00a4007b00b80014016f007f027b0252008f00c705cd009a
-009a006f00cb00cd019e01d300f000ba018300d5009803040248009e01d500c100cb00f60083
-0354027f00000333026600d300c700a400cd008f009a0073040005d5010a00fe022b00a400b4
-009c00000062009c0000001d032d05d505d505d505f0007f007b005400a406b80614072301d3
-00b800cb00a601c301ec069300a000d3035c037103db0185042304a80448008f013901140139
-0360008f05d5019a0614072306660179046004600460047b009c00000277046001aa00e90460
-0762007b00c5007f027b000000b4025205cd006600bc00660077061000cd013b01850389008f
-007b0000001d00cd074a042f009c009c0000077d006f0000006f0335006a006f007b00ae00b2
-002d0396008f027b00f600830354063705f6008f009c04e10266008f018d02f600cd03440029
-006604ee00730000140000960000b707060504030201002c2010b002254964b040515820c859
-212d2cb002254964b040515820c859212d2c20100720b00050b00d7920b8ffff5058041b0559
-b0051cb0032508b0042523e120b00050b00d7920b8ffff5058041b0559b0051cb0032508e12d
-2c4b505820b0fd454459212d2cb002254560442d2c4b5358b00225b0022545445921212d2c45
-442d2cb00225b0022549b00525b005254960b0206368208a108a233a8a10653a2d0000010000
-0002570a45ac88e45f0f3cf5001f080000000000ce3fd7b200000000ce3fd7b2f7d6fcae0d72
-095500000008000000010000000000010000076dfe1d00000de2f7d6fa510d72000100000000
-00000000000000000000000f04cd00660514008706e700c905960073058f00c9025cff960517
-00640517009e028b00000239ffdb04e7007b0466007104a200ba042b006f025c00c900000000
-000000440000013c00000238000002d0000003e40000045400000510000005d0000005d00000
-064c00000778000008100000090000000a6000000aa800010000000f0354002b0068000c0002
-00100099000800000415021600080004b8028040fffbfe03fa1403f92503f83203f79603f60e
-03f5fe03f4fe03f32503f20e03f19603f02503ef8a4105effe03ee9603ed9603ecfa03ebfa03
-eafe03e93a03e84203e7fe03e63203e5e45305e59603e48a4105e45303e3e22f05e3fa03e22f
-03e1fe03e0fe03df3203de1403dd9603dcfe03db1203da7d03d9bb03d8fe03d68a4105d67d03
-d5d44705d57d03d44703d3d21b05d3fe03d21b03d1fe03d0fe03cffe03cefe03cd9603cccb1e
-05ccfe03cb1e03ca3203c9fe03c6851105c61c03c51603c4fe03c3fe03c2fe03c1fe03c0fe03
-bffe03befe03bdfe03bcfe03bbfe03ba1103b9862505b9fe03b8b7bb05b8fe03b7b65d05b7bb
-03b78004b6b52505b65d40ff03b64004b52503b4fe03b39603b2fe03b1fe03b0fe03affe03ae
-6403ad0e03acab2505ac6403abaa1205ab2503aa1203a98a4105a9fa03a8fe03a7fe03a6fe03
-a51203a4fe03a3a20e05a33203a20e03a16403a08a4105a096039ffe039e9d0c059efe039d0c
-039c9b19059c64039b9a10059b19039a1003990a0398fe0397960d0597fe03960d03958a4105
-95960394930e05942803930e0392fa039190bb0591fe03908f5d0590bb039080048f8e25058f
-5d038f40048e25038dfe038c8b2e058cfe038b2e038a8625058a410389880b05891403880b03
-878625058764038685110586250385110384fe038382110583fe0382110381fe0380fe037ffe
-0340ff7e7d7d057efe037d7d037c64037b5415057b25037afe0379fe03780e03770c03760a03
-75fe0374fa0373fa0372fa0371fa0370fe036ffe036efe036c21036bfe036a1142056a530369
-fe03687d036711420566fe0365fe0364fe0363fe0362fe03613a0360fa035e0c035dfe035bfe
-035afe0359580a0559fa03580a035716190557320356fe035554150555420354150353011005
-531803521403514a130551fe03500b034ffe034e4d10054efe034d10034cfe034b4a13054bfe
-034a4910054a1303491d0d05491003480d0347fe0346960345960344fe0343022d0543fa0342
-bb03414b0340fe033ffe033e3d12053e14033d3c0f053d12033c3b0d053c40ff0f033b0d033a
-fe0339fe033837140538fa033736100537140336350b05361003350b03341e03330d0332310b
-0532fe03310b03302f0b05300d032f0b032e2d09052e10032d09032c32032b2a25052b64032a
-2912052a25032912032827250528410327250326250b05260f03250b0324fe0323fe03220f03
-210110052112032064031ffa031e1d0d051e64031d0d031c1142051cfe031bfa031a42031911
-420519fe031864031716190517fe031601100516190315fe0314fe0313fe031211420512fe03
-11022d05114203107d030f64030efe030d0c16050dfe030c0110050c16030bfe030a100309fe
-0308022d0508fe030714030664030401100504fe03401503022d0503fe0302011005022d0301
-100300fe0301b80164858d012b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
-2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
-2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
-2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
-2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b002b2b2b2b2b2b2b2b2b2b2b2b
-2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
-2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
-2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
-2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b1d00>
-] def
-/f-0-0 currentdict end definefont pop
-%%EndResource
-%%EndSetup
-%%Page: 1 1
-%%BeginPageSetup
-%%PageBoundingBox: 0 -1 538 199
-%%EndPageSetup
-q 0 -1 538 200 rectclip q
-0 0.501961 0 rg
-1.137 89.568 m 187.676 89.568 l 536.16 18.595 l 349.617 18.595 l h
-1.137 89.568 m f
-0 g
-1.619082 w
-0 J
-1 j
-[] 0.0 d
-4 M q 1 0 0.979885 -0.19957 0 198.532486 cm
--533.864 545.979 m -347.321 545.979 l -347.316 901.608 l -533.855 901.608
- l h
--533.864 545.979 m S Q
-1 0.8 0 rg
-407.508 17.876 m 59.031 89.986 l f*
-0.847059 0.886275 0.45098 rg
-0.8 w
-0 j
-407.508 17.876 m 59.031 89.99 l S
-1 0.8 0 rg
-420.453 17.868 m 71.98 89.978 l f*
-0.847059 0.886275 0.45098 rg
-420.453 17.868 m 71.98 89.974 l S
-1 0.8 0 rg
-430.93 18.189 m 82.453 90.29 l f*
-0.847059 0.886275 0.45098 rg
-430.93 18.185 m 82.453 90.29 l S
-1 0.8 0 rg
-442.277 18.177 m 93.801 90.282 l f*
-0.847059 0.886275 0.45098 rg
-442.277 18.177 m 93.801 90.286 l S
-1 0.8 0 rg
-451.258 18.544 m 102.777 90.65 l f*
-0.847059 0.886275 0.45098 rg
-451.258 18.544 m 102.777 90.654 l S
-1 0.8 0 rg
-461.004 18.536 m 112.527 90.646 l f*
-0.847059 0.886275 0.45098 rg
-461.004 18.536 m 112.527 90.642 l S
-1 0.8 0 rg
-469.879 18.853 m 121.398 90.958 l f*
-0.847059 0.886275 0.45098 rg
-469.879 18.849 m 121.398 90.958 l S
-1 0.8 0 rg
-479.621 18.841 m 131.148 90.95 l f*
-0.847059 0.886275 0.45098 rg
-479.621 18.841 m 131.148 90.95 l S
-0.2 0.501961 0 rg
-106.137 197.798 147.484 -126.168 re f
-0 g
-1.46636 w
-1 j
-106.137 197.798 147.484 -126.168 re S
-0.499649 w
-0 j
-228.414 160.056 m 245.047 160.197 l 245.047 71.365 l S
-131.633 160.122 m 114.996 160.259 l 114.996 71.255 l S
-130.16 161.493 m 113.531 161.626 l 113.531 72.06 l S
-0.67451 0.654902 0.576471 rg
-156.703 169.009 48.008 -51.316 re f*
-0 g
-1.08324 w
-1 j
-156.703 169.013 48.008 -51.32 re S
-0.831373 0 0 rg
-143.773 169.712 11.547 -25.727 re f
-0 g
-0.335265 w
-143.773 169.712 11.547 -25.727 re S
-0.831373 0 0 rg
-143.773 143.052 11.547 -25.727 re f
-0 g
-143.773 143.052 11.547 -25.727 re S
-0.499649 w
-0 j
-223.426 160.868 m 217.184 160.904 l S
-223.254 159.931 m 217.113 160.036 l S
-0.831373 0 0 rg
-206.145 169.802 11.547 -25.727 re f
-0 g
-0.335265 w
-1 j
-206.145 169.802 11.547 -25.727 re S
-0.499649 w
-0 j
-223.312 132.376 m 217.07 132.411 l S
-223.141 131.447 m 216.996 131.548 l S
-0.831373 0 0 rg
-206.145 143.142 11.547 -25.727 re f
-0 g
-0.335265 w
-1 j
-206.145 143.142 11.547 -25.727 re S
-BT
-19.986 0 0 19.986 108.011712 180.745006 Tm
-/f-0-0 1 Tf
-(SMC)Tj
-ET
-0.168627 0.0666667 0 rg
-129.816 161.904 7.797 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-129.816 161.907 7.797 -7.66 re S
-0 g
-0.499649 w
-0 j
-134.781 130.736 m 118.152 130.868 l 117.805 71.376 l S
-133.312 132.099 m 116.684 132.24 l 116.332 71.49 l S
-143.887 132.103 m 137.703 132.068 l S
-143.707 131.173 m 137.621 131.13 l S
-0.141176 0.109804 0.109804 rg
-129.992 133.064 7.797 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-0.335265 w
-1 j
-129.992 133.06 7.797 -7.656 re S
-0 g
-0.499649 w
-0 j
-225.27 130.665 m 241.898 130.802 l 242.051 71.462 l S
-229.887 161.423 m 246.516 161.56 l 246.516 71.993 l S
-0.168627 0.0666667 0 rg
-222.992 162.697 7.797 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-0.335265 w
-1 j
-222.992 162.7 7.797 -7.66 re S
-0 g
-0.499649 w
-0 j
-226.738 132.036 m 243.367 132.173 l 243.52 71.54 l S
-0.168627 0.0666667 0 rg
-223.16 133.927 7.801 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-0.335265 w
-1 j
-223.16 133.923 7.801 -7.66 re S
-0 g
-0.499649 w
-0 j
-143.996 160.591 m 137.754 160.626 l S
-143.824 159.661 m 137.684 159.763 l S
-0.2 0.501961 0 rg
-156.855 187.775 147.488 -126.164 re f
-0 g
-1.46636 w
-1 j
-156.855 187.775 147.488 -126.16 re S
-0.499649 w
-0 j
-279.137 150.036 m 295.766 150.173 l 295.766 61.341 l S
-182.352 150.103 m 165.719 150.243 l 165.719 61.24 l S
-180.883 151.47 m 164.246 151.611 l 164.246 62.04 l S
-0.67451 0.654902 0.576471 rg
-207.426 158.99 48.008 -51.32 re f*
-0 g
-1.08324 w
-1 j
-207.426 158.993 48.008 -51.32 re S
-0.831373 0 0 rg
-194.492 159.693 11.547 -25.727 re f
-0 g
-0.335265 w
-194.492 159.697 11.547 -25.73 re S
-0.831373 0 0 rg
-194.492 133.032 11.547 -25.727 re f
-0 g
-194.492 133.036 11.547 -25.727 re S
-0.499649 w
-0 j
-274.145 150.845 m 267.898 150.876 l S
-273.973 149.911 m 267.828 150.017 l S
-0.831373 0 0 rg
-256.863 159.782 11.547 -25.727 re f
-0 g
-0.335265 w
-1 j
-256.863 159.786 11.547 -25.727 re S
-0.499649 w
-0 j
-274.031 122.361 m 267.785 122.388 l S
-273.859 121.423 m 267.719 121.532 l S
-0.831373 0 0 rg
-256.863 133.122 11.547 -25.727 re f
-0 g
-0.335265 w
-1 j
-256.863 133.122 11.547 -25.727 re S
-BT
-19.986 0 0 19.986 158.729712 170.725006 Tm
-/f-0-0 1 Tf
-(SMC)Tj
-ET
-0.168627 0.0666667 0 rg
-180.535 151.884 7.797 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-180.535 151.884 7.797 -7.66 re S
-0 g
-0.499649 w
-0 j
-185.496 120.712 m 168.871 120.849 l 168.523 61.357 l S
-184.031 122.079 m 167.402 122.216 l 167.055 61.466 l S
-194.605 122.083 m 188.414 122.044 l S
-194.43 121.157 m 188.34 121.115 l S
-0.141176 0.109804 0.109804 rg
-180.707 123.04 7.801 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-0.335265 w
-1 j
-180.707 123.04 7.801 -7.66 re S
-0 g
-0.499649 w
-0 j
-275.984 120.65 m 292.617 120.786 l 292.77 61.447 l S
-280.605 151.407 m 297.234 151.54 l 297.234 61.974 l S
-0.168627 0.0666667 0 rg
-273.707 152.677 7.801 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-0.335265 w
-1 j
-273.707 152.677 7.801 -7.66 re S
-0 g
-0.499649 w
-0 j
-277.453 122.013 m 294.082 122.154 l 294.238 61.521 l S
-0.168627 0.0666667 0 rg
-273.883 123.904 7.801 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-0.335265 w
-1 j
-273.883 123.907 7.801 -7.66 re S
-0 g
-0.499649 w
-0 j
-194.715 150.575 m 188.473 150.611 l S
-194.539 149.642 m 188.402 149.743 l S
-0.2 0.501961 0 rg
-208.227 177.861 147.488 -126.168 re f
-0 g
-1.46636 w
-1 j
-208.227 177.857 147.488 -126.168 re S
-0.499649 w
-0 j
-330.508 140.118 m 347.137 140.255 l 347.137 51.423 l S
-233.723 140.181 m 217.09 140.325 l 217.09 51.322 l S
-232.254 141.548 m 215.621 141.693 l 215.621 52.118 l S
-0.67451 0.654902 0.576471 rg
-258.797 149.072 48.008 -51.324 re f*
-0 g
-1.08324 w
-1 j
-258.797 149.075 48.008 -51.324 re S
-0.831373 0 0 rg
-245.863 149.775 11.547 -25.727 re f
-0 g
-0.335265 w
-245.863 149.779 11.547 -25.73 re S
-0.831373 0 0 rg
-245.863 123.115 11.547 -25.727 re f
-0 g
-245.863 123.118 11.547 -25.727 re S
-0.499649 w
-0 j
-325.516 140.923 m 319.273 140.958 l S
-325.344 139.993 m 319.203 140.095 l S
-0.831373 0 0 rg
-308.234 149.865 11.547 -25.727 re f
-0 g
-0.335265 w
-1 j
-308.234 149.868 11.547 -25.727 re S
-0.499649 w
-0 j
-325.402 112.435 m 319.16 112.47 l S
-325.23 111.505 m 319.09 111.611 l S
-0.831373 0 0 rg
-308.234 123.204 11.547 -25.727 re f
-0 g
-0.335265 w
-1 j
-308.234 123.204 11.547 -25.727 re S
-BT
-19.986 0 0 19.986 210.100712 160.805006 Tm
-/f-0-0 1 Tf
-(SMC)Tj
-ET
-0.168627 0.0666667 0 rg
-231.906 141.966 7.797 -7.656 re f*
-0.223529 0.223529 0.219608 rg
-231.906 141.962 7.797 -7.652 re S
-0 g
-0.499649 w
-0 j
-236.871 110.79 m 220.242 110.931 l 219.895 51.439 l S
-235.402 112.161 m 218.773 112.298 l 218.426 51.548 l S
-245.977 112.165 m 239.785 112.126 l S
-245.801 111.236 m 239.707 111.193 l S
-0.141176 0.109804 0.109804 rg
-232.078 113.122 7.797 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-0.335265 w
-1 j
-232.078 113.122 7.797 -7.66 re S
-0 g
-0.499649 w
-0 j
-327.355 110.728 m 343.988 110.868 l 344.141 51.529 l S
-331.977 141.49 m 348.605 141.622 l 348.605 52.052 l S
-0.168627 0.0666667 0 rg
-325.078 142.759 7.797 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-0.335265 w
-1 j
-325.078 142.759 7.797 -7.66 re S
-0 g
-0.499649 w
-0 j
-328.828 112.095 m 345.453 112.236 l 345.609 51.603 l S
-0.168627 0.0666667 0 rg
-325.254 113.986 7.801 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-0.335265 w
-1 j
-325.254 113.99 7.801 -7.66 re S
-0 g
-0.499649 w
-0 j
-246.082 140.657 m 239.844 140.693 l S
-245.91 139.72 m 239.773 139.829 l S
-0.2 0.501961 0 rg
-258.945 167.837 147.488 -126.168 re f
-0 g
-1.46636 w
-1 j
-258.945 167.837 147.488 -126.168 re S
-0.499649 w
-0 j
-381.227 130.095 m 397.855 130.24 l 397.855 41.407 l S
-284.441 130.161 m 267.809 130.298 l 267.809 41.294 l S
-282.969 131.532 m 266.34 131.669 l 266.34 42.099 l S
-0.67451 0.654902 0.576471 rg
-309.516 139.048 48.008 -51.312 re f*
-0 g
-1.08324 w
-1 j
-309.516 139.048 48.008 -51.32 re S
-0.831373 0 0 rg
-296.578 139.755 11.547 -25.727 re f
-0 g
-0.335265 w
-296.578 139.755 11.547 -25.727 re S
-0.831373 0 0 rg
-296.578 113.095 11.547 -25.727 re f
-0 g
-296.578 113.095 11.547 -25.727 re S
-0.499649 w
-0 j
-376.234 130.907 m 369.988 130.943 l S
-376.062 129.974 m 369.922 130.079 l S
-0.831373 0 0 rg
-358.953 139.845 11.547 -25.727 re f
-0 g
-0.335265 w
-1 j
-358.953 139.845 11.547 -25.727 re S
-0.499649 w
-0 j
-376.121 102.415 m 369.879 102.45 l S
-375.949 101.49 m 369.809 101.587 l S
-0.831373 0 0 rg
-358.953 113.189 11.547 -25.73 re f
-0 g
-0.335265 w
-1 j
-358.953 113.185 11.547 -25.727 re S
-BT
-19.986 0 0 19.986 260.818712 150.785006 Tm
-/f-0-0 1 Tf
-(SMC)Tj
-ET
-0.168627 0.0666667 0 rg
-282.621 131.943 7.797 -7.656 re f*
-0.223529 0.223529 0.219608 rg
-282.621 131.947 7.797 -7.656 re S
-0 g
-0.499649 w
-0 j
-287.59 100.775 m 270.957 100.911 l 270.613 41.419 l S
-286.121 102.142 m 269.492 102.282 l 269.145 41.532 l S
-296.691 102.15 m 290.508 102.111 l S
-296.52 101.212 m 290.43 101.169 l S
-0.141176 0.109804 0.109804 rg
-282.801 103.107 7.797 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-0.335265 w
-1 j
-282.801 103.103 7.797 -7.656 re S
-0 g
-0.499649 w
-0 j
-378.074 100.704 m 394.703 100.845 l 394.859 41.505 l S
-382.695 131.462 m 399.324 131.603 l 399.324 42.036 l S
-0.168627 0.0666667 0 rg
-375.801 132.74 7.797 -7.66 re f*
-0.223529 0.223529 0.219608 rg
-0.335265 w
-1 j
-375.801 132.743 7.797 -7.66 re S
-0 g
-0.499649 w
-0 j
-379.547 102.079 m 396.176 102.212 l 396.328 41.583 l S
-0.168627 0.0666667 0 rg
-375.973 103.966 7.797 -7.652 re f*
-0.223529 0.223529 0.219608 rg
-0.335265 w
-1 j
-375.973 103.966 7.797 -7.66 re S
-0 g
-0.499649 w
-0 j
-296.805 130.634 m 290.562 130.669 l S
-296.633 129.7 m 290.492 129.806 l S
-0.262745 0.298039 0.286275 rg
-379.363 29.782 114 -10.855 re f
-0 g
-1.5768 w
-1 j
-379.363 29.786 114 -10.852 re S
-1 0.8 0 rg
-106.488 77.052 m 125.984 75.329 l 124.949 63.657 l 105.453 65.384 l h
-106.488 77.052 m f
-0.847059 0.886275 0.45098 rg
-106.484 77.052 m 125.98 75.329 l 124.945 63.657 l 105.453 65.384 l h
-106.484 77.052 m S
-1 0.8 0 rg
-157.559 67.197 m 177.055 65.47 l 176.023 53.802 l 156.527 55.525 l h
-157.559 67.197 m f
-0.847059 0.886275 0.45098 rg
-157.559 67.197 m 177.055 65.47 l 176.023 53.802 l 156.527 55.529 l h
-157.559 67.197 m S
-1 0.8 0 rg
-205.273 57.052 m 224.77 55.329 l 223.738 43.657 l 204.242 45.384 l h
-205.273 57.052 m f
-0.847059 0.886275 0.45098 rg
-205.273 57.056 m 224.77 55.329 l 223.738 43.657 l 204.238 45.384 l h
-205.273 57.056 m S
-1 0.8 0 rg
-258.273 47.622 m 277.77 45.9 l 276.738 34.236 l 257.242 35.954 l h
-258.273 47.622 m f
-0.847059 0.886275 0.45098 rg
-258.273 47.622 m 277.77 45.904 l 276.738 34.236 l 257.242 35.954 l h
-258.273 47.622 m S
-0 g
-BT
-12 0 0 12 123.395712 2.496096 Tm
-/f-0-0 1 Tf
-[(RJ45 jac)-3(ks)]TJ
-ET
-0.8 w
-0 j
-188.047 7.341 m 250.348 32.7 l 253.504 34.009 l S
-246.117 30.943 m 244.391 26.755 l 253.504 34.009 l 241.934 32.661 l h
-246.117 30.943 m f*
-246.117 30.939 m 244.391 26.755 l 253.504 34.013 l 241.934 32.661 l h
-246.117 30.939 m S
-180.977 12.997 m 208.855 40.677 l S
-203.18 35.04 m 203.16 30.521 l 208.855 40.677 l 198.652 35.06 l h
-203.18 35.04 m f*
-0.800001 w
-203.18 35.044 m 203.16 30.517 l 208.852 40.681 l 198.652 35.056 l h
-203.18 35.044 m S
-0.8 w
-157.945 14.822 m 163.195 50.173 l S
-162.02 42.259 m 164.715 38.622 l 163.195 50.173 l 158.387 39.568 l h
-162.02 42.259 m f*
-162.02 42.259 m 164.715 38.622 l 163.195 50.173 l 158.387 39.564 l h
-162.02 42.259 m S
-131.277 13.407 m 118.348 59.263 l S
-120.516 51.568 m 124.465 49.357 l 118.348 59.267 l 118.305 47.615 l h
-120.516 51.568 m f*
-0.799999 w
-120.516 51.564 m 124.461 49.353 l 118.348 59.263 l 118.305 47.615 l h
-120.516 51.564 m S
-BT
-10 0 0 10 427.047712 9.769506 Tm
-/f-0-0 1 Tf
-(SCSI)Tj
-ET
-0.239216 g
-0.541298 w
-296.578 118.322 m 293.301 118.365 l 293.254 74.282 l 288.48 74.279 l S
-0 0.113725 1 rg
-279.191 77.103 9.598 -9.84 re f*
-0.0470588 0.0666667 0 rg
-0.63386 w
-1 j
-279.191 77.103 9.598 -9.84 re S
-1 0.698039 0 rg
-287.109 73.591 m 287.109 72.505 286.27 71.626 285.23 71.626 c 284.191 71.626
- 283.348 72.505 283.348 73.591 c 283.348 74.681 284.191 75.56 285.23 75.56
- c 286.27 75.56 287.109 74.681 287.109 73.591 c h
-287.109 73.591 m f*
-0.0470588 0.0666667 0 rg
-0.200822 w
-287.109 73.591 m 287.109 72.505 286.27 71.626 285.23 71.626 c 284.191 71.626
- 283.348 72.505 283.348 73.591 c 283.348 74.681 284.191 75.56 285.23 75.56
- c 286.27 75.56 287.109 74.681 287.109 73.591 c h
-287.109 73.591 m S
-0 g
-0.541298 w
-0 j
-284.176 72.993 m 286.055 74.306 l S
-0.203922 g
-296.598 90.978 m 295.484 91.025 l 295.395 59.24 l 288.676 59.173 l S
-0 0.113725 1 rg
-279.105 62.169 9.598 -9.84 re f*
-0.0470588 0.0666667 0 rg
-0.63386 w
-1 j
-279.105 62.169 9.598 -9.84 re S
-1 0.698039 0 rg
-287.027 58.657 m 287.027 57.572 286.184 56.689 285.145 56.689 c 284.105
- 56.689 283.262 57.572 283.262 58.657 c 283.262 59.743 284.105 60.626 285.145
- 60.626 c 286.184 60.626 287.027 59.743 287.027 58.657 c h
-287.027 58.657 m f*
-0.0470588 0.0666667 0 rg
-0.200822 w
-287.027 58.657 m 287.027 57.572 286.184 56.689 285.145 56.689 c 284.105
- 56.689 283.262 57.572 283.262 58.657 c 283.262 59.743 284.105 60.626 285.145
- 60.626 c 286.184 60.626 287.027 59.743 287.027 58.657 c h
-287.027 58.657 m S
-0 g
-0.541298 w
-0 j
-284.09 58.06 m 285.973 59.368 l S
-0.239216 g
-370.48 118.689 m 373.762 118.732 l 373.809 74.65 l 378.578 74.646 l S
-0 0.113725 1 rg
-378.273 77.47 9.598 -9.84 re f*
-0.0470588 0.0666667 0 rg
-0.63386 w
-1 j
-378.273 77.47 9.598 -9.84 re S
-1 0.698039 0 rg
-379.949 73.958 m 379.949 72.872 380.793 71.993 381.832 71.993 c 382.871
- 71.993 383.715 72.872 383.715 73.958 c 383.715 75.044 382.871 75.927 381.832
- 75.927 c 380.793 75.927 379.949 75.044 379.949 73.958 c h
-379.949 73.958 m f*
-0.0470588 0.0666667 0 rg
-0.200822 w
-379.949 73.958 m 379.949 72.872 380.793 71.993 381.832 71.993 c 382.871
- 71.993 383.715 72.872 383.715 73.958 c 383.715 75.044 382.871 75.927 381.832
- 75.927 c 380.793 75.927 379.949 75.044 379.949 73.958 c h
-379.949 73.958 m S
-0 g
-0.541298 w
-0 j
-382.887 73.361 m 381.004 74.673 l S
-0.203922 g
-370.465 91.341 m 371.578 91.392 l 371.664 59.607 l 378.383 59.54 l S
-0 0.113725 1 rg
-378.355 62.536 9.602 -9.844 re f*
-0.0470588 0.0666667 0 rg
-0.63386 w
-1 j
-378.355 62.536 9.602 -9.844 re S
-1 0.698039 0 rg
-380.035 59.025 m 380.035 57.939 380.875 57.056 381.914 57.056 c 382.957
- 57.056 383.797 57.939 383.797 59.025 c 383.797 60.111 382.957 60.993 381.914
- 60.993 c 380.875 60.993 380.035 60.111 380.035 59.025 c h
-380.035 59.025 m f*
-0.0470588 0.0666667 0 rg
-0.200822 w
-380.035 59.025 m 380.035 57.939 380.875 57.056 381.914 57.056 c 382.957
- 57.056 383.797 57.939 383.797 59.025 c 383.797 60.111 382.957 60.993 381.914
- 60.993 c 380.875 60.993 380.035 60.111 380.035 59.025 c h
-380.035 59.025 m S
-0 g
-0.541298 w
-0 j
-382.973 58.427 m 381.09 59.736 l S
-0.239216 g
-245.586 128.697 m 242.305 128.74 l 242.258 84.657 l 237.484 84.654 l S
-0 0.113725 1 rg
-228.195 87.478 9.598 -9.84 re f*
-0.0470588 0.0666667 0 rg
-0.63386 w
-1 j
-228.195 87.478 9.598 -9.84 re S
-1 0.698039 0 rg
-236.117 83.966 m 236.117 82.88 235.273 81.997 234.234 81.997 c 233.195 
-81.997 232.352 82.88 232.352 83.966 c 232.352 85.052 233.195 85.935 234.234
- 85.935 c 235.273 85.935 236.117 85.052 236.117 83.966 c h
-236.117 83.966 m f*
-0.0470588 0.0666667 0 rg
-0.200822 w
-236.117 83.966 m 236.117 82.88 235.273 81.997 234.234 81.997 c 233.195 
-81.997 232.352 82.88 232.352 83.966 c 232.352 85.052 233.195 85.935 234.234
- 85.935 c 235.273 85.935 236.117 85.052 236.117 83.966 c h
-236.117 83.966 m S
-0 g
-0.541298 w
-0 j
-233.18 83.368 m 235.062 84.681 l S
-0.203922 g
-245.602 101.349 m 244.488 101.396 l 244.402 69.615 l 237.68 69.548 l S
-0 0.113725 1 rg
-228.109 72.54 9.598 -9.84 re f*
-0.0470588 0.0666667 0 rg
-0.63386 w
-1 j
-228.109 72.54 9.598 -9.84 re S
-1 0.698039 0 rg
-236.031 69.032 m 236.031 67.947 235.188 67.064 234.148 67.064 c 233.109
- 67.064 232.266 67.947 232.266 69.032 c 232.266 70.118 233.109 70.997 234.148
- 70.997 c 235.188 70.997 236.031 70.118 236.031 69.032 c h
-236.031 69.032 m f*
-0.0470588 0.0666667 0 rg
-0.200822 w
-236.031 69.032 m 236.031 67.947 235.188 67.064 234.148 67.064 c 233.109
- 67.064 232.266 67.947 232.266 69.032 c 232.266 70.118 233.109 70.997 234.148
- 70.997 c 235.188 70.997 236.031 70.118 236.031 69.032 c h
-236.031 69.032 m S
-0 g
-0.541298 w
-0 j
-233.094 68.431 m 234.977 69.743 l S
-0.239216 g
-194.375 139.341 m 191.098 139.384 l 191.051 95.302 l 186.277 95.298 l S
-0 0.113725 1 rg
-176.984 98.122 9.602 -9.84 re f*
-0.0470588 0.0666667 0 rg
-0.63386 w
-1 j
-176.984 98.122 9.602 -9.84 re S
-1 0.698039 0 rg
-184.906 94.615 m 184.906 93.525 184.066 92.646 183.027 92.646 c 181.984
- 92.646 181.145 93.525 181.145 94.615 c 181.145 95.7 181.984 96.579 183.027
- 96.579 c 184.066 96.579 184.906 95.7 184.906 94.615 c h
-184.906 94.615 m f*
-0.0470588 0.0666667 0 rg
-0.200822 w
-184.906 94.615 m 184.906 93.525 184.066 92.646 183.027 92.646 c 181.984
- 92.646 181.145 93.525 181.145 94.615 c 181.145 95.7 181.984 96.579 183.027
- 96.579 c 184.066 96.579 184.906 95.7 184.906 94.615 c h
-184.906 94.615 m S
-0 g
-0.541298 w
-0 j
-181.969 94.013 m 183.852 95.325 l S
-0.203922 g
-194.395 111.997 m 193.281 112.044 l 193.191 80.259 l 186.473 80.193 l S
-0 0.113725 1 rg
-176.902 83.189 9.598 -9.84 re f*
-0.0470588 0.0666667 0 rg
-0.63386 w
-1 j
-176.902 83.189 9.598 -9.84 re S
-1 0.698039 0 rg
-184.824 79.677 m 184.824 78.591 183.98 77.708 182.941 77.708 c 181.902 
-77.708 181.059 78.591 181.059 79.677 c 181.059 80.763 181.902 81.646 182.941
- 81.646 c 183.98 81.646 184.824 80.763 184.824 79.677 c h
-184.824 79.677 m f*
-0.0470588 0.0666667 0 rg
-0.200822 w
-184.824 79.677 m 184.824 78.591 183.98 77.708 182.941 77.708 c 181.902 
-77.708 181.059 78.591 181.059 79.677 c 181.059 80.763 181.902 81.646 182.941
- 81.646 c 183.98 81.646 184.824 80.763 184.824 79.677 c h
-184.824 79.677 m S
-0 g
-0.541298 w
-0 j
-181.887 79.079 m 183.77 80.392 l S
-0.239216 g
-143.699 149.669 m 140.422 149.712 l 140.375 105.63 l 135.602 105.626 l S
-0 0.113725 1 rg
-126.309 108.45 9.602 -9.84 re f*
-0.0470588 0.0666667 0 rg
-0.63386 w
-1 j
-126.309 108.45 9.602 -9.84 re S
-1 0.698039 0 rg
-134.23 104.939 m 134.23 103.853 133.391 102.974 132.352 102.974 c 131.309
- 102.974 130.469 103.853 130.469 104.939 c 130.469 106.025 131.309 106.907
- 132.352 106.907 c 133.391 106.907 134.23 106.025 134.23 104.939 c h
-134.23 104.939 m f*
-0.0470588 0.0666667 0 rg
-0.200822 w
-134.23 104.939 m 134.23 103.853 133.391 102.974 132.352 102.974 c 131.309
- 102.974 130.469 103.853 130.469 104.939 c 130.469 106.025 131.309 106.907
- 132.352 106.907 c 133.391 106.907 134.23 106.025 134.23 104.939 c h
-134.23 104.939 m S
-0 g
-0.541298 w
-0 j
-131.293 104.341 m 133.176 105.654 l S
-0.203922 g
-143.719 122.322 m 142.605 122.372 l 142.516 90.587 l 135.797 90.521 l S
-0 0.113725 1 rg
-126.227 93.517 9.598 -9.844 re f*
-0.0470588 0.0666667 0 rg
-0.63386 w
-1 j
-126.227 93.517 9.598 -9.844 re S
-1 0.698039 0 rg
-134.148 90.005 m 134.148 88.919 133.305 88.036 132.266 88.036 c 131.227
- 88.036 130.383 88.919 130.383 90.005 c 130.383 91.091 131.227 91.974 132.266
- 91.974 c 133.305 91.974 134.148 91.091 134.148 90.005 c h
-134.148 90.005 m f*
-0.0470588 0.0666667 0 rg
-0.200822 w
-134.148 90.005 m 134.148 88.919 133.305 88.036 132.266 88.036 c 131.227
- 88.036 130.383 88.919 130.383 90.005 c 130.383 91.091 131.227 91.974 132.266
- 91.974 c 133.305 91.974 134.148 91.091 134.148 90.005 c h
-134.148 90.005 m S
-0 g
-0.541298 w
-0 j
-131.211 89.407 m 133.094 90.716 l S
-Q Q
-showpage
-%%Trailer
-end restore
-%%EOF

BIN
content/figures/telescope/DAQCard_back.png


BIN
content/figures/telescope/DAQCard_combined.png


BIN
content/figures/telescope/DAQCard_front.png


BIN
content/figures/telescope/DAQ_Fan_Control_Scheme.png


BIN
content/figures/telescope/DAQ_HV_Control.png


BIN
content/figures/telescope/DAQ_Power.png


BIN
content/figures/telescope/DAQ_Single_Channel.png


BIN
content/figures/telescope/apc128_testboard.png


BIN
content/figures/telescope/apc_pattern.png


BIN
content/figures/telescope/back_plane_board.png


BIN
content/figures/telescope/pulse_decay.png


BIN
content/figures/telescope/step_curve.png


BIN
content/figures/telescope/step_curve_alt.png


BIN
content/figures/telescope/verilog_sample.jpg


File diff suppressed because it is too large
+ 2293 - 0
content/references.bib


File diff suppressed because it is too large
+ 0 - 237
content/references.referencer


+ 1 - 1
convert.py

@@ -31,7 +31,7 @@ def make_html(infilename):
          '--mathjax',
          '--metadata=linkReferences:true',
          '--metadata=bibliography:references.bib',
-         '--metadata=citation-style:american-physics-society.csl',
+         '--metadata=citation-style:american-institute-of-physics.csl',
          '--template=chapter',
          ))
 

+ 1 - 1
elegant

@@ -1 +1 @@
-Subproject commit cdaf51fe87cf205df1156cc05041ef4d5e2a7b13
+Subproject commit 5c11389d3c9cdf5840b490ae59e5e3d3ed87c45c

+ 6 - 30
pelicanconf.py

@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*- #
 from __future__ import unicode_literals
+import logging
 
 AUTHOR = 'Caleb Fangmeier'
 SITENAME = "Caleb Fangmeier's Doctoral Thesis"
@@ -13,8 +14,8 @@ THEME = 'elegant'
 PLUGIN_PATHS = ['plugins']
 PLUGINS = ['sitemap', 'extract_toc', 'tipue_search']
 
-# MD_EXTENSIONS = ['codehilite(css_class=highlight)', 'extra', 'headerid', 'toc']
-DIRECT_TEMPLATES = (('index', 'tags', 'categories', 'archives', 'search', '404'))
+DIRECT_TEMPLATES = (('index', 'tags', 'categories',
+                     'archives', 'search', '404'))
 STATIC_PATHS = ['theme/images', 'images', 'figures']
 TAG_SAVE_AS = ''
 CATEGORY_SAVE_AS = ''
@@ -25,34 +26,9 @@ SLUGIFY_SOURCE = 'basename'
 SITEMAP = {'format': 'txt'}
 DEFAULT_DATE = 'fs'  # filesystem date
 
-
-# MARKDOWN = {
-#     'extension_configs': {
-#         'markdown.extensions.codehilite': {'css_class': 'highlight'},
-#         'markdown.extensions.extra': {},
-#         'markdown.extensions.meta': {},
-#         'markdown.extensions.headerid': {},
-#         'markdown.extensions.toc': {},
-#     },
-#     'output_format': 'html5',
-# }
-
-# Feed generation is usually not desired when developing
-# FEED_ALL_ATOM = None
-# CATEGORY_FEED_ATOM = None
-# TRANSLATION_FEED_ATOM = None
-# AUTHOR_FEED_ATOM = None
-# AUTHOR_FEED_RSS = None
-
-# Blogroll
-# LINKS = (('Pelican', 'http://getpelican.com/'),
-#          ('Python.org', 'http://python.org/'),
-#          ('Jinja2', 'http://jinja.pocoo.org/'),
-#          ('You can modify those links in your config file', '#'),)
-
-# Social widget
-# SOCIAL = (('You can add links in your config file', '#'),
-#           ('Another social link', '#'),)
+LOG_FILTER = [
+    (logging.WARN, 'Empty alt attribute for image %s in %s'),
+]
 
 DEFAULT_PAGINATION = 10
 

+ 1 - 4
publishconf.py

@@ -11,10 +11,7 @@ sys.path.append(os.curdir)
 from pelicanconf import *
 
 SITEURL = 'https://thesis.fangmeier.tech'
-RELATIVE_URLS = False
-
-FEED_ALL_ATOM = 'feeds/all.atom.xml'
-CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
+RELATIVE_URLS = True
 
 DELETE_OUTPUT_DIRECTORY = True