From 9e532e29419de1661891f77cac2b96b7f5467e61 Mon Sep 17 00:00:00 2001 From: Will King Date: Thu, 4 Mar 2021 18:35:56 -0800 Subject: [PATCH] Most of Kessler Syndrome Written --- .gitignore | 284 ++ CurrentWriting/Main.pdf | Bin 0 -> 161721 bytes CurrentWriting/Main.tex | 41 + .../assets/preambles/BibPreamble.tex | 10 + .../assets/preambles/GeneralPreamble.tex | 14 + .../assets/preambles/MathPreamble.tex | 20 + .../assets/preambles/References.bib | 297 +- .../assets/preambles/TikzitPreamble.tex | 11 + .../assets/preambles/WSU_Econ.tikzstyles | 17 + CurrentWriting/assets/preambles/tikzit.sty | 42 + .../sections/02_KesslerSyndrome.pdf | Bin 0 -> 94251 bytes .../sections/02_KesslerSyndrome.tex | 52 +- .../DynamicConstellationOrbits.pdf | Bin .../2020-11-12_Paper/Linalg.html | 0 .../2020-11-12_Paper/ObjectiveState | 0 .../Title_DynamicConstellationOrbits.pdf | Bin .../Title_DynamicConstellationOrbits.tex | 0 .../2020-11-12_Paper/linalg/Linalg.html | 0 .../2020-11-12_Paper/linalg/Linalg.pdf | Bin .../2020-11-12_Paper/linalg/Linalg.tex | 0 .../2020-11-12_Paper/linalg/Linalg.wxmx | Bin .../DynamicConstellationOrbits.pdf | Bin .../DynamicConstellationOrbits.tex | 0 .../DynamicConstellationOrbits.pdf | Bin .../DynamicConstellationOrbits.tex | 0 .../2020-12-23_Paper}/References.bib | 0 .../includes/Appendix_Survival_direct.tex | 0 .../includes/Appendix_Survival_geometric.tex | 0 .../includes/Appendix_Useful.tex | 0 .../Appendix_constellation_program.tex | 0 .../includes/Appendix_planner_program.tex | 0 .../OrbitAllocation.pdf | Bin .../OrbitAllocation.tex | 0 .../2020-125-02_presentation/References.bib | 0 .../DynamicConstellationOrbits.aux | 78 - .../DynamicConstellationOrbits.bcf | 2218 -------------- .../DynamicConstellationOrbits.blg | 17 - .../DynamicConstellationOrbits.dvi | Bin 47896 -> 0 bytes .../DynamicConstellationOrbits.log | 643 ---- .../DynamicConstellationOrbits.run.xml | 85 - .../DynamicConstellationOrbits.tex.bak | 607 ---- Writing/2020-11-12_Paper/References.bib.bak | 198 -- .../Title_DynamicConstellationOrbits.aux | 5 - .../Title_DynamicConstellationOrbits.bcf | 2193 -------------- .../Title_DynamicConstellationOrbits.blg | 9 - .../Title_DynamicConstellationOrbits.dvi | Bin 2448 -> 0 bytes .../Title_DynamicConstellationOrbits.log | 617 ---- .../Title_DynamicConstellationOrbits.run.xml | 85 - Writing/2020-11-12_Paper/linalg/Linalg.aux | 8 - Writing/2020-11-12_Paper/linalg/Linalg.blg | 5 - Writing/2020-11-12_Paper/linalg/Linalg.dvi | Bin 18500 -> 0 bytes Writing/2020-11-12_Paper/linalg/Linalg.log | 363 --- .../OrbitAllocation.aux | 189 -- .../OrbitAllocation.bcf | 2615 ----------------- .../OrbitAllocation.blg | 17 - .../OrbitAllocation.dvi | Bin 222380 -> 0 bytes .../OrbitAllocation.log | 1347 --------- .../OrbitAllocation.nav | 149 - .../OrbitAllocation.out | 11 - .../OrbitAllocation.run.xml | 89 - .../OrbitAllocation.snm | 22 - .../OrbitAllocation.toc | 21 - .../References.bib.bak | 220 -- .../DynamicConstellationOrbits.aux | 130 - .../DynamicConstellationOrbits.bcf | 2220 -------------- .../DynamicConstellationOrbits.blg | 17 - .../DynamicConstellationOrbits.dvi | Bin 64992 -> 0 bytes .../DynamicConstellationOrbits.log | 671 ----- .../DynamicConstellationOrbits.run.xml | 86 - .../DynamicConstellationOrbits.tex.bak | 779 ----- .../DynamicConstellationOrbits.toc | 29 - Writing/CurrentWriting/References.bib | 196 -- Writing/CurrentWriting/References.bib.bak | 196 -- zettlr_orbits/Other/Organization.md | 2 +- .../Working Sections/20210303164215.md | 0 ...of Stuff to add in a different section-.md | 3 + 76 files changed, 714 insertions(+), 16214 deletions(-) create mode 100644 .gitignore create mode 100644 CurrentWriting/Main.pdf create mode 100644 CurrentWriting/Main.tex create mode 100644 CurrentWriting/assets/preambles/BibPreamble.tex create mode 100644 CurrentWriting/assets/preambles/GeneralPreamble.tex create mode 100644 CurrentWriting/assets/preambles/MathPreamble.tex rename Inciteful.xyz_results.bib => CurrentWriting/assets/preambles/References.bib (55%) create mode 100644 CurrentWriting/assets/preambles/TikzitPreamble.tex create mode 100644 CurrentWriting/assets/preambles/WSU_Econ.tikzstyles create mode 100644 CurrentWriting/assets/preambles/tikzit.sty create mode 100644 CurrentWriting/sections/02_KesslerSyndrome.pdf rename {Writing => PastWriting/Fall2020_stuff}/2020-11-12_Paper/DynamicConstellationOrbits.pdf (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-11-12_Paper/Linalg.html (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-11-12_Paper/ObjectiveState (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.pdf (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.tex (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-11-12_Paper/linalg/Linalg.html (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-11-12_Paper/linalg/Linalg.pdf (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-11-12_Paper/linalg/Linalg.tex (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-11-12_Paper/linalg/Linalg.wxmx (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-12-19_Paper/DynamicConstellationOrbits.pdf (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-12-19_Paper/DynamicConstellationOrbits.tex (100%) rename {Writing/CurrentWriting => PastWriting/Fall2020_stuff/2020-12-23_Paper}/DynamicConstellationOrbits.pdf (100%) rename {Writing/CurrentWriting => PastWriting/Fall2020_stuff/2020-12-23_Paper}/DynamicConstellationOrbits.tex (100%) rename {Assets => PastWriting/Fall2020_stuff/2020-12-23_Paper}/References.bib (100%) rename {Writing/CurrentWriting => PastWriting/Fall2020_stuff/2020-12-23_Paper}/includes/Appendix_Survival_direct.tex (100%) rename {Writing/CurrentWriting => PastWriting/Fall2020_stuff/2020-12-23_Paper}/includes/Appendix_Survival_geometric.tex (100%) rename {Writing/CurrentWriting => PastWriting/Fall2020_stuff/2020-12-23_Paper}/includes/Appendix_Useful.tex (100%) rename {Writing/CurrentWriting => PastWriting/Fall2020_stuff/2020-12-23_Paper}/includes/Appendix_constellation_program.tex (100%) rename {Writing/CurrentWriting => PastWriting/Fall2020_stuff/2020-12-23_Paper}/includes/Appendix_planner_program.tex (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-125-02_presentation/OrbitAllocation.pdf (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-125-02_presentation/OrbitAllocation.tex (100%) rename {Writing => PastWriting/Fall2020_stuff}/2020-125-02_presentation/References.bib (100%) delete mode 100644 Writing/2020-11-12_Paper/DynamicConstellationOrbits.aux delete mode 100644 Writing/2020-11-12_Paper/DynamicConstellationOrbits.bcf delete mode 100644 Writing/2020-11-12_Paper/DynamicConstellationOrbits.blg delete mode 100644 Writing/2020-11-12_Paper/DynamicConstellationOrbits.dvi delete mode 100644 Writing/2020-11-12_Paper/DynamicConstellationOrbits.log delete mode 100644 Writing/2020-11-12_Paper/DynamicConstellationOrbits.run.xml delete mode 100644 Writing/2020-11-12_Paper/DynamicConstellationOrbits.tex.bak delete mode 100644 Writing/2020-11-12_Paper/References.bib.bak delete mode 100644 Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.aux delete mode 100644 Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.bcf delete mode 100644 Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.blg delete mode 100644 Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.dvi delete mode 100644 Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.log delete mode 100644 Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.run.xml delete mode 100644 Writing/2020-11-12_Paper/linalg/Linalg.aux delete mode 100644 Writing/2020-11-12_Paper/linalg/Linalg.blg delete mode 100644 Writing/2020-11-12_Paper/linalg/Linalg.dvi delete mode 100644 Writing/2020-11-12_Paper/linalg/Linalg.log delete mode 100644 Writing/2020-125-02_presentation/OrbitAllocation.aux delete mode 100644 Writing/2020-125-02_presentation/OrbitAllocation.bcf delete mode 100644 Writing/2020-125-02_presentation/OrbitAllocation.blg delete mode 100644 Writing/2020-125-02_presentation/OrbitAllocation.dvi delete mode 100644 Writing/2020-125-02_presentation/OrbitAllocation.log delete mode 100644 Writing/2020-125-02_presentation/OrbitAllocation.nav delete mode 100644 Writing/2020-125-02_presentation/OrbitAllocation.out delete mode 100644 Writing/2020-125-02_presentation/OrbitAllocation.run.xml delete mode 100644 Writing/2020-125-02_presentation/OrbitAllocation.snm delete mode 100644 Writing/2020-125-02_presentation/OrbitAllocation.toc delete mode 100644 Writing/2020-125-02_presentation/References.bib.bak delete mode 100644 Writing/CurrentWriting/DynamicConstellationOrbits.aux delete mode 100644 Writing/CurrentWriting/DynamicConstellationOrbits.bcf delete mode 100644 Writing/CurrentWriting/DynamicConstellationOrbits.blg delete mode 100644 Writing/CurrentWriting/DynamicConstellationOrbits.dvi delete mode 100644 Writing/CurrentWriting/DynamicConstellationOrbits.log delete mode 100644 Writing/CurrentWriting/DynamicConstellationOrbits.run.xml delete mode 100644 Writing/CurrentWriting/DynamicConstellationOrbits.tex.bak delete mode 100644 Writing/CurrentWriting/DynamicConstellationOrbits.toc delete mode 100644 Writing/CurrentWriting/References.bib delete mode 100644 Writing/CurrentWriting/References.bib.bak delete mode 100644 zettlr_orbits/Working Sections/20210303164215.md create mode 100644 zettlr_orbits/Working Sections/Notes of Stuff to add in a different section-.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a42ebb --- /dev/null +++ b/.gitignore @@ -0,0 +1,284 @@ +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb + +## Intermediate documents: +*.dvi +*.xdv +*-converted-to.* +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Generated if empty string is given at "Please type another file name for output:" +.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Build tool directories for auxiliary files +# latexrun +latex.out/ + +## Auxiliary and intermediate files from other packages: +# algorithms +*.alg +*.loa + +# achemso +acs-*.bib + +# amsthm +*.thm + +# beamer +*.nav +*.pre +*.snm +*.vrb + +# changes +*.soc + +# comment +*.cut + +# cprotect +*.cpt + +# elsarticle (documentclass of Elsevier journals) +*.spl + +# endnotes +*.ent + +# fixme +*.lox + +# feynmf/feynmp +*.mf +*.mp +*.t[1-9] +*.t[1-9][0-9] +*.tfm + +#(r)(e)ledmac/(r)(e)ledpar +*.end +*.?end +*.[1-9] +*.[1-9][0-9] +*.[1-9][0-9][0-9] +*.[1-9]R +*.[1-9][0-9]R +*.[1-9][0-9][0-9]R +*.eledsec[1-9] +*.eledsec[1-9]R +*.eledsec[1-9][0-9] +*.eledsec[1-9][0-9]R +*.eledsec[1-9][0-9][0-9] +*.eledsec[1-9][0-9][0-9]R + +# glossaries +*.acn +*.acr +*.glg +*.glo +*.gls +*.glsdefs +*.lzo +*.lzs + +# uncomment this for glossaries-extra (will ignore makeindex's style files!) +# *.ist + +# gnuplottex +*-gnuplottex-* + +# gregoriotex +*.gaux +*.gtex + +# htlatex +*.4ct +*.4tc +*.idv +*.lg +*.trc +*.xref + +# hyperref +*.brf + +# knitr +*-concordance.tex +# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files +# *.tikz +*-tikzDictionary + +# listings +*.lol + +# luatexja-ruby +*.ltjruby + +# makeidx +*.idx +*.ilg +*.ind + +# minitoc +*.maf +*.mlf +*.mlt +*.mtc[0-9]* +*.slf[0-9]* +*.slt[0-9]* +*.stc[0-9]* + +# minted +_minted* +*.pyg + +# morewrites +*.mw + +# nomencl +*.nlg +*.nlo +*.nls + +# pax +*.pax + +# pdfpcnotes +*.pdfpc + +# sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# scrwfile +*.wrt + +# sympy +*.sout +*.sympy +sympy-plots-for-*.tex/ + +# pdfcomment +*.upa +*.upb + +# pythontex +*.pytxcode +pythontex-files-*/ + +# tcolorbox +*.listing + +# thmtools +*.loe + +# TikZ & PGF +*.dpth +*.md5 +*.auxlock + +# todonotes +*.tdo + +# vhistory +*.hst +*.ver + +# easy-todo +*.lod + +# xcolor +*.xcp + +# xmpincl +*.xmpi + +# xindy +*.xdy + +# xypic precompiled matrices and outlines +*.xyc +*.xyd + +# endfloat +*.ttt +*.fff + +# Latexian +TSWLatexianTemp* + +## Editors: +# WinEdt +*.bak +*.sav + +# Texpad +.texpadtmp + +# LyX +*.lyx~ + +# Kile +*.backup + +# gummi +.*.swp + +# KBibTeX +*~[0-9]* + +# TeXnicCenter +*.tps + +# auto folder when using emacs and auctex +./auto/* +*.el + +# expex forward references with \gathertags +*-tags.tex + +# standalone packages +*.sta + +# Makeindex log files +*.lpz + +# xwatermark package +*.xwm + +# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib +# option is specified. Footnotes are the stored in a file with suffix Notes.bib. +# Uncomment the next line to have this generated file ignored. +#*Notes.bib diff --git a/CurrentWriting/Main.pdf b/CurrentWriting/Main.pdf new file mode 100644 index 0000000000000000000000000000000000000000..6dd9c83ab4f2887fdf25dfe9e2e2157319710dd7 GIT binary patch literal 161721 zcma&MQ>-vRv#zIP#R%M z=>9LLH0f9Sx1CbwD;%%z!Ath_rOL@IF5fCB*0%$E~TINUg?z+q(Pv+H{&6C`U z5k%u@0ieW2)Tczp1;cTh{WzDc#UFqnKt@YQ6IIh9piPBn3EEEK->Wzyl0Iq{NEAaoTn6_z%|=Z_=SjlygKV#Fm3nck?FU3X z9cmUe>Q(Re&&$dhpJfunOmZt@N3Tq#&M^#ugr)kRWS3#*O6$1^ZDis zYVU~!+wzUW)7A@L-|qqm$5c&oco3NuMS4=8?GVkyIjZ+jO^qUDPf<^0S>9J=)w*d_ zi^N{*SRZt=7M|NoMfLfZ0a4R)vrx3x=11U_rM~c3B38bzMCw(47_|3y6+bWT!^(8= z4ULbVrQX!6>J~T7tBYKf(0;Y$;lF! z8B;6k&x%c$1K<87WZWl=(4eyut@fhEX48~3SVuyTsTdMj*P8~s%2En=*Dd8fF9|{< zZmBPzxJ$r`GuoR69{3;F6TdwqX$NWx1ywekouJEVmW!9(OR7z=Lqb&`NLPN1l8u-%HL&Zo}d0Nd*#KtO)V6;2bYAzj0k3b%1`%11o1u% z>;A$l+zpp99UbQ9BFjpld2u%FT3Y{ggOxd`|uHZ!6CEO8-@y2EPZXvQSpw z5Xu%Nthe=|n5k%vv%r|9^BO!-m_iRf^l=+E^RKs`${eUMWm)%Kl%gaI@HGBHC#Qc~ z^(t?=)b~?SpuM2JkIPKnocnuNj8C@z*fQ1S&@TO3Zfq|BSBzMC{Yjbg9XCrK4uR*f z?s!0AHPsP3^|0fepe`YGS5btv7EmXU;b&&KZP~kG_=|M`fRxAm-e2r5&lR_fni&=4 z3U4n?YuOhMN4aG3i>f`N1M3ACs~%M@}-MpbkOM1VXHch5T!8!GQWN&L0ZE*T%R4 z*_(M0`z;A^A!Y{X`>wv02mmrk>;QI`k&DjNe5kA9w9knEnDtm?%j{H(AV!Fu^S2Dy zK+Za`6b=R`uEFBK#NmCeh^olI<}mdG4lx4ck>v?i5urC=tyPo0$a|ujk39sZwdEXU zqviQI{yi^ppe#v_I<*EGQgsA&ml*(l%$Wy%!{d7xYUEOc#iweNAJ0K0th|zwKumWp7PhuYo zCh>oQq%Z*La}yqVi*UDNo@`Z%i!c~GK~-c^2}DqD%=+^>4ylnVP6v<=S+!9eo2Pau z#Qs2XWNtwJ8Z%V;MW)7>X!Od@9h&6RxRLuJO{R3E>4p&stW*1R2?odWgVIx{&%PYa zlqf^bC1OBBh-g#dm>ABw(5jYCrK3od@Db%R5uIASb~TqnLw00%_`W1Ie7l`E3{lg6 zo$1YiDrIEx#eoqQ_9If0cH6ch=GFs#_<8emAhPiDDE3+}LxNc9GG1cLTSa4TTaSE^ zJi~5)0BH*p4rJaCAgjgKmMTg{#T)TRA3VWZqX6G<-(H~$J)9Au;j5$Bjy7NZXSR(o zgVZY#mI%664Zu40Qiu83CIDG9)Cyr1r&#dJ!=`?|k8rQyMrD;2I^{7M^z}EpIBYS6 zX~}GXgQPRxZxvCSVt+&dZgAfaW%};rV(OjNu0m~5#Dqv=E2cuKoKn}!M0#(>QAAsY z*sTisqe%M)BTt#oZ}HBfwVC>b$Pn^ynH|&!N~Q$^n(}2M@%}B zw#c}KRq6R1N&E}z$4btl^?1$?1F2H5+mm@bxZG3QGivL^w;co(r53y754NL=04|8& z9%4>AbH(6C>-cvF3!($_!74o8S7Xc}sXs99F+P@`sKJZM0S*@9W|EfGz*+XWeg7O* zZaNRROnaA~+|bp@d0T(wRlxZNdxc^n-~didWB5|pWd5245>PG8D*97fiA5fG;<-7K zzCasjNK!jii@HZ{ZZLP5$*-WdhXd?klmVM&dK)b^lEAHSjy-7J%Y6A1$&*%4915x& z_EPX$RH$dXQ4jFdQx? z7;V|_1j9G~aG&1~x8mc@E!-X&IbIJsS7hG-nE+&)?Qom${+VIvWX|E~IRFmz9>@-# zWG5dV$R}7PI2VT+nonNn+aipsHBGoY0QysG`UUe74(7jOb*=`yjsuc2;O1t(szQF| z;eeye6vZaMqT*J7$&Ou7s!r1%(omhV^o6SwTv}hvq8Dtk{WgTKPIqsx?Y=!`oj>boL+{eAQh(T^E z<;5X8@Oby;a7t#cR-xMp4o;?rNR*&SdPM@8=m2O-N&5j`V4Dkh45K{nPDafgd)iu1 zgaIRQ4}U)VvcVQp6U78$*MiKO%J{32vXfDn54}56o=dn+^`bXD=pe%lj~kLyEv7bR z`ZX8!ui-$1(!ov z8SRjr3a3DMe!e(-njU!3r`9?6P_d$E(V?Qie+n}-%9|KYa89%B0*V)-lpgn$_Y+Fl zO_ondPB7`TJ|+@pZ|dY&@($Fq+0j~JXOasakp))ZR!yFr^u{~^vE}U0+)yBDlrV{| zjD`*du6H1=L=Kg2Z}D`FiiRxt#&UxclD0r@XjW-<6g&zr?I>F4>G}@?>96PsGl)?R zOW8Cd`5mta+7tCfkj~KfH(NkN8?tx1cQHRV{r=qS3ke^p)@*bJ8uEoSBnXZ1=MO$6 z5RIAs8*{;Uy5dZj=}>WAP5tA{r^a`54OQ0=zx*)t^f4v((ZVISe2gPZ=W6)fv5_Lz z`NVT(EkK;9&9}Dn1Fm%o9jFZ~-x)QBrTolKP~A%Pzak?$>wklctjx^+Q)Il++_5`u zMeuvmYq&{@-ex>3D~9@xZ-%j_fzRgvCy$>B>MnFsu_94h%su*j$vKGEv`Cx%kpBWg z_Gu7y6rP1P^L=Xgz5P7Ax=Yb@n1!qvx%_k;DKXBNP!lzi7Vqh-RplcKjF@6M6D0F% zW%J?D{&oCWtLvLn1Eq?lf7j^Le9E5a&WGdP(3H%WS0d5c+U&))5m{nOBb39nxHu|d zmDpI@8Sr!3b4#;Q-&;4RAHpiE+>&uBr{(Cj-a~}ioOa)jM44n4U0h~*6u5uR*782; zZzB3Az=reLV2*Qc=5u#CKS0l{G!>+i)m{>HH#BH8%X`Odo@ahBxA-dMZpK<3oeg~F z_Bg`maLdl0y{yIgzP8a|3)>AfSo0!jOCyvL-8$qI*JBNMGq{Gs$~L4U8_46__v3FJ zG~rYgt6K%4W}Qhz!%;ScW!k76SXbpjscIiqPMZTL6!Lynk?Cg*44;r)G?0%>*=|h zAOONcIOfkCr`rb-FP^aZXOBr}E!heAn5mVy?Z(u%@9o+#S>MgiM4pa1xEEa}r51{k zF`YnbCV0X>s(c`V6G54UAdxB?`iR2UMogQr?8vfp42hg@l24lB=~-)v2QlkhJCusI z$Q%>yZ}%uZH1jbKd2(TmHAA!|o@z!p@0|*HN@kH7fN938=M#BkV~qr>>uAj8!{SP^ zWWj5;Mqx(NPh%MEG^FoSYK5}`aE5TY^6zQMXM1!y5#^(K0zN^O0f1(taa(AOFKEn= znGW@lR#r6{?L(5jWJK^sF7Fq{y>z0G@)W3@{x2nV2N>q-pUl4@_WDn4l^@IlMJA>4 zv}Kjw3Klar*n_hElY!W7qqz(fh$ie85Jazd?F*o#PgB| zHB`n=4t#WfO`C{OQ>{A$^7j_b)nOOYEm7Z%ku0Gz!<2kN+BK5SD*R)B>= zv^y6U^$+CPSW&T=#Z&3>Q_ci1w#rExx&N|@!J6?Rkbn#oTccAEvpcj}$Wwz9|>$bFSAv)1>!p7?^9zq+T5V7-_xi?22+R z`ZsfckV#T%>Rn$ZeQ}vi`5NgOe|)%#2I`h_IeIFOUO2410K-snS$}?pJ|a+WQ)aIf z`x5&ngVoyD%laRM>2NG=)joS!%cH-Aq6N>%BXj1MV)*mwWxnfhtu#vN?+VSqX;*To zd3yOA9Phuph~0yfNCSXrL$U?k&8|>hiDF7lJ|q@#9V+rD%4}|bHgKtu+P=bLuQ3S5 zfoDIqa?<4m1$p8W>sEA%bLu^tt$$l!W@fJgPmX$)l^(R_NqS>%>QRtfYf9-9V6q)V z2m!cu%m!@PMLe(a&QI+Q@^scw_D$KYdgf#JA+*LsIG_u9+iZU#TKK{k>lu!ch-gm#X&x% z1v$U$BBlC*8crg&*l!|*x~4qF=%;hC^YcNU$RNF<8WycI^%K zY<^TS|KnkLd=eiIK_<@;G^h4SiOw>_4bGL-GZU`M>peZYsQScdRC|fOR-w7HZ=a(Y zUS>XU@6klm-Z$~kvZOg26?aOP-)GXcNKJlw^I>C}wVxpM=a^qUaxAfKUG=h3;Qt{^ zeRW()b1C03*eclFV?*uHi#Xm9PZGm+ygiBs-_4dP3`49Rl-}bQ8?3GpGe+L3L=bwz>?-jE5d`D>=Ko4IXl%0q4On&Z?sJ0WoF)PD z!1O00Yn1l2G#GlAFPsxvSEO}73AxifTkp}8<9Wc=Nzlbt#4cJjs@9SbU_I$K>#5n9 zBWBn9^*yApy|_U72cCyK&W--o+&fNzuUCt)o2}3hgo%GH5PuQoAK!8q2)rbIjc4svzZw@guy+N62p|ziS)1}5hon9dhN>bZp5E2?#>cq@ zN8N=NfY!b)4oRh68D(T%LaZZ@sEurv$P;RRCw%V#EW(%)JPiPJy?X{K8#gI}mgbfX z8J^U$6G%EQT|6mR9wKf$c7od^e->JxJn(b-?V-H*9*)Bh?~!w`I5J%lbt~3DAywjC zjcpVo7=j)ZBe-__^iH8%4X}8jjIN#I7RIi84WHc~sF)HKQye}V9$f+L;2`>;9FF*h zMKH-fP7hJp%|S%6-_FBL~|e*_Hsn8mhRUjKvPo9 z`_m0Swhs+(+U^yN?=P{IQXM4C01^3NU;K?fv!k0;ho$Nb&9Cnr_OAotR>OpDSt@(2sxSu_nV}@>qrjxr?M_3s>5ZAW#=`4)Rw^PK4QQ-i7>>F zoa;`8Ru&DhJ1ZWmGoy|Ba~l z|M#EV6%{GFWqSDDH??C?!sLoQ*GPUKNs@SYl?|*Dc-N+`0t@XC3iFSb^@b#$4$8y+ zqr~Cavk%i=jJfX2oNQhCTzzQJGvW*yBxwrq0>l9l_{pRV!jELdevMd$gNrYjRHccf z$J^Sa6Ye5*ov$3-ueX@3s%VSKS-W(ZuJdP`6rbE4t{!;_z!3aFhXUd;$Z|^VDXl0m z%9hZ(#_V$CtjRm*(gf+LR%=$i!BZJif>*3EqBIfowq0X(m}KBa+n=syx~1i+7OrhJ ztUjlzE`S@#CAXLEI#k~t>Y2{f1MfasEj*Aja0Tek5As?`pOP(+ozyWvD4=k(*J1x) zYO`n<1Eo}7H`)BvZAkM zt(U>lb40TGhCTI{2Ku0TN843U_=~%PG^f;uXyCGC%9Y`Au>E5FGQ)vDhIX&YbisID zh>png=L|c3RE`}%h5n>Qazv`ZHTDkhN!wD4Le7l-L;_lT%eBpG5F>+_y`n;A3I@b9 zusS@=^c{#2jNl;;bXe}>evj;a=zQt@1r*1^mCqu?#Q&1ZhqUoZJl_Z}#nmC=XGV5? zdPG~1*2TudvgljA=ozHZx2)&&*~>s6Nxu~%(oTP)DqOJ_r)-Sg-qWApm*8%o#)6{iT&zATEhhO5Q@-@i%CSauHm+_X94%{RBrqqJYZxY1Q5S#-NUVbGkEf zzClhigDL;({bHd1ZytdR%pCvYQVA2oG82m;y*xdrpb-Ti-~X)t@&Ent4eJ~8&^z&)22O)*05(Dyla1Tb zs>#*z(*le-xfuU9Dj6C6OB!LoXJBJw`9I|$MtlYa4(9)V%Y;w=e?0gMO!Ul*|8G40 z@98F{8B{*|0+l9`xLwNLoVmTLOUT~M92?UO29bDRXJ?0|9ei#7_EwfQBZG0gF_wErQ#78xh0r>L!ecy>J)5|MvGLP%~x0!D1M_Q>D_<~tq- zb_eGCzygr*)DImL0(gGGQkL}c{KbqstT9x)YbzLi13>zEM+SR41_t1CbhP##0|u2**;Z11@O~{< z|HfqM{Un_ES2?2%J{WUAKN#?S;kjqG_P%aE@W%R|p^f=rN^bu)yJw-^Ibd@ZXtzv(}9hM?r^_Q*)g89kc68e~+k4nXdU z^>sk!Y3pbJQc_n{fU&KxH@`6j`sVklSicX+jm$s*ZNJnn*0R6k>qj(j@;^>^%6`AG zMDQL4G>H7~uyf96>*!HCKIy+X=f9zozqpgWqHn#3-#(NGE-kIUg0khUr}v4-_XB&Hol|2g}YjG>0i(c0O^TY{nHcf8 zd*x*FoE2=F;DgW(`IMGnGFxDjFkP9rXh+}UU%+GQ3|P>=7F!Q_c`7i7h>fN zk^e}U62kV2XTzJ~Q(K@l*j+s7T%+5mu;REtpW97}ebo(>2IjxqErsnGngxXODB2^%^xdT(Mj;CCMj>{`pd>iPKi8Imz&CC7W?*g&;Nbdvv`4J?&8wzQ-z z#vinFa?4!z>a0Hlxj3c7r|5J+Wm!3^wtMbvv(+JuNvvdb{G^MP+gRkY8z7u0EN zvW$5`1%^H^PIUG-R)y0&udG%F(l_9^WE;DAk%ccQ1WalhL$yuKA?bBqPq89>DU3Am zIB9e!Nh<JUby;+bQ60m3fnBl<5>4h%Ziw7h42y$L1MT7P z+M&1dU)1;%u_L2c9VOx`TTb~PI@Lp9I9L{<4!k^)UCmF_iyw{0)rhp=b^(sahfl59S%2O)(F&qQMziPU~HcC!mLwWe~ax~RH^2a9E_d(cO!GB0afaAfF0#x2DH3FFJt__`o9 z+*QbyY(wWkvCRa9mr1kMp^Ks65~*g=KlC+~hLWlID4Y%vFRGC=UyqlD=$s{RE$Yd; zov+AOotsO1C_PxTL`h{!#DLa(%AKO%P2ET{w!l!npaKmCy}v8Ascms<+BVu?!h8tX zx?scAm(OFUPCdD{Kx{O&Qu?5V0!4IV_eq)dbCHhd&>gD#>>Mz@~Tw8EMA%Nv$?{@FIdXLza0V30c>Gr^VML(UM6c2KNyijxrElLXd&eWvY3 zw#w7ixE{1XIf^}IsBi+5WN=4;eBpV`d*=gP0wI-JRDMt{WFsnLzo_ZuS$4#~e>H+i zr?x&Us`!=B*@M^-wD0~9-*$PW-fcd-rn#xQL8T;>*?xX>@Op>C*KZfc7`7;}jox)P zEkPi)mfZr1*2DISCVmREA1Ym3I8tt40ho%@)!F4k`>Z2tJ42s7Qg6nfYN(UB%8>%P zOR9H%;lFtA)dI{$sPHh~3+gRA!l;FJDS|*_LscTa&A{BdPe2{T>b|4YY!ddot^RPQ zRov!6hh5}vkl&@^!^3FldW+gm1(91FivcoEnpeTXRqEwD%6A8WLG;;5C-9@x4PSs+MGVn=>>x z<24&+M)PfTg`Jq8Q3JN$gD`K?i|2(^E|0UX$%<75UhUL70Xp~6C5QE>RfDT#T;MMxfg>}F=RERXX8Qt+tQ9!VRbT@8<0 z(&siMc#7d|C<|@pJ29mDNN?yd z*ADu36bh>)QZw09gZQee_ef2teHZ1*1;3-|uJ44zz!12f@ly3I05pJ)Ljn>fbVdO&bCF$Rh!J+8g^i~mJg1H| zJD2LFE;7F3q`N6efwl5&{j0b)4=lBagJ}o9Ek8{)y%W(^z3fX4r)uw=5ZI^2fXA#H z(KDb9hy(Mn2P!JBieH|^UMacrlyku=OI9@QA=4)p!J5#!wm_{QNSR{)CS+^OQXs66 z6t_KS_elJq|C5gdHs69-y{{Z3)eFwYg~oYwgw^NP4p?q;^|7mXx8A-Z4|F$qPxs;c z8CDgJr`zNijKvtu{zIBc#sYtqcoJFFyXHe9_NCDtVG3x5){u)V%d&5;8XbSq)HCRu z0<_12mjN_0bz~)|Rlzos+h>$1TQzUNrh4q6Yp_x}yfLWYCo^sbhzEqSC=Ua2?gFw} zS~4YfvJcg&no)F9hNWx?73F84SCT@K*Pt*WXSF3(hXnT7qL8G5uo1Y;s%{KG&bFgw zX?(NEv8kh{7nmrm;$g3@H`KRcyiYEu!KydH4Yn#8CXmtMOTZ|l4O~M@gqVa>erV|2 znh|!2)<&x|TMV3T_nLLaWW`kp>{lmB$b6w3i8`laGk|k88~WO`G|N z@12vDMjsfysZB2&s{7P)%06HAMRcGIm={0<-mak+oEv53%jG|4=STmM$Hd zaYT2bW)1VBE(bWg(+}fhYv{MTQ8%Pc6W^}Kyu~bAfc=FI1ge#v(mQG$Pef-@J*-@- z{KAjd&e`_%TQCcod+EAR?d`2@BKk&d*gz#Oo_h_KD74-QEyOMvfq%MoeZ>7gu*wYaYXhAlX}8ztVFKCHMm43+rAPWXde3O(bBD# zusHs(viWmbTqx9}G)3A`Kb`-Mt%JLnuow>%;&spv{u}2S`DXhk0G@in(>HpaOvx{L z5UXZ4np7e{X2<{|MwMN7q_uj1#gHN(Nh)9NNFZIba=B~*RYH?^FX-CiS{H70JNJsM zdxF726Yi)Ylq?q{^?=59SoBuF3dW1gC40Z`ksu=FjmFxck9`3JMrdU+%7$$WUJ(VM z`eAVRuz0_pJzSX^QikUFT=DyMfhO`@Pd-sg5Y{1oGVeEgG>J`USp06sKu;GjrGJbT zH*|PFsdUe<$W5UfJE{IxX+f}lfBo}&&p1-%RDPfn4iX2Wcaxg}woJ0%>r;5z?={tr zyoPFY)WJdLqbwm@80AMe3fyrjbzpt{Kt+;DE?c$w8?0kbo@{tAqTwHTg!|(`1eoLs zTAj(;1Cv=Ej)?M;Vihc!D$DsrH?{pVFf+zWYJ>A^R3ZDGE$TDGJ=wCxj9E|Kf-~78 zRPwF_$nJep!?W7LC2C1}sE1O3yZ3%AU~J+(KJ6sWOlnv%<>z5SpC6b=IfIZF?O@ttal z?+3_()7mKoS)bq;wvW}3E5}vwbeBvQi#DIKDo`B%WD)VzL$75YgG}r>s6A9a%;N#I zEefdrw0gMzK=|1|0xgAheCZE=`HvBdy~VSR1e~xl8)(ISc>t9dG!Ca^xS*KumM;Yl zoGUMjWmP@`ZbrAzXPNw&hy(&f56JT7XJK>X>Ial{&rrCcA#f*PeN(mW{1OZjj0&~2 zRcS+#QUa%wS^v6c=+P4OC^#IZk~FNU2IJeg@6sNgZK=V%aa>_k>d_Ii_?J9kWmrEy z)cDV$s9?=2KT=EsIpL-=2p6)Y=zXr{id}QE!O~g2>}<>^=D!0YSfiGIb<+Wqup4>l z38HTJsGB4lC8}9pSURBv^k5 z+CdXW<*72o*yaFloYw+wVyTHQeoR#HdLcqwFI_=;gOg^`%n|ztN zx?3Vdsf-$!rLE=35(M0gVtFDGaweZh?f3P4N&27=KW)LU)Xl}_^_j`X*MllyLzoks zA$MxJ@tgl@+};yE;epX0@WD3|WfU2G9rq~MvsI-$9H&;C6QD}Ujo{8A0AO0>WR*>6 z!NMEtjJywTo)(7Og|VcNF}EEaOeS2UmsM;3x&8k z*T#M{Iy1)QRq))=F@XPOZRBZu)Y5jlEf8zbVILTy*9RE#pe%PFTrs0m@C;bssOP9{ zeU?;GEzvqnYzmi%IXy)XMpsi5H1;8Z<3_JRFr)m6agpmM`lMNefsXn}eSFZo%mq5- ztUR~Zi^f7mA)9`7pp&Nl&^CONO)jLpgD!U)b|&05n`KU!u9QS(ZvbfHR>zjjKQ9E1bjuGf47(m4gS5V)LVVZp7Ed_uyMI+=w@L!c^32> z%vfBCKDX8irQJch@3IM@QmTv_qn)cZI4aRGT(s;p+SJBj{osZt7=u+1hlL;B^B*f3 z<94z2R4N0UdIXdpngBOhNX5Pc4J)o_QDTr^ns;~_Y7qja8MH)9?!7|YQs3NC47n8S z4wU)Qs_<61ZUag=2RGF(*PDP>2_=b)n{WKVIKeU5utn`3g)KCRsLdWaC+y!in|{{8 zCD=E16ZkMpk@?}^RaACi9Hz!ZGpgNN*dH)PxpST8zUxfP9`$#4c5fT~;dG`C5zG*j z(7_u}KaLNZ?@_gERrU86aa~)9O+WX{W|WqYyInSgb};J^iNZDsn*;#Sg@U%38el)# zMRP&R@K(+ijxhKM{YTjs_MovOrU<#Bg3~ zj+P$osfkjerw=!N!r+iZs;fI9mjfwQZWU_zMe%FS$<@hu36 z1808E4!pgMoD`cKDmQaD!o;n^Uo5aZ(A~Td8v_gBwt{16f0jaIt z0y-31_Fj?MR!dzkPAIY@d#g!}Lysf9J4n&eoJmnL&TQ*bU@_=@BYMvAqaJ{XscW-k z+_dK&tMYsS;X6!ytY*pwAm8eloyA}FKO+`VGq24=5qxw)*^`L|l264Em5BgucRFLx zS+hw9NA-x$Isya_6pUl6rvNfV*tt6{x(R|q+G_}0u`iT=5v@Fq8+^qGaw)7qCZV8U zi<^RubHvkVIMp?vrWzu4r@ODeC#A-LU3(oJTe6nWu+$Ya~!){>_@ z(?}FYfu~QtRZtSxb$40Y(xd!aF;BHRYRWZ~FBncV=xWrxnXrdG1{$gB56lg(Ng1}5z$`E#xyhmWX6kbkvgd1{4<>Cmg3$|iiBHiW zwphiQ$yH~mr-dF|vg`Re;=$wE&ZXOaU%7v3E3Du}hez^VA+-W*VXm=wzAay7t zErMg7USU_1&Sk!K=t5bJ?lP8<54KQh1xn6$3!a++O)x$T43Fx|Im-RAS~#6MFsQ_D zb^&t62D1~&K;F^n;Nuwft)beqTYz;%GX-G;w;7+yhXFvWN0(i5RBu~X9svRMg*J7| z(-FhSafz08Ab&{@XJ=v4X0;$kHzWbEU1NRtfd}NU)VIpP#%zy^PuNtwMZ)b=7`eGL z`r4+nU59VgG)|yx$1eE7Im3`2m*&h;fq#FUGs?|^A9b%kdJ!3^%EeU6&woZZeM-S= z_2lv11A9hgtTYu~zB#6D5-5S$(~rpsj3cR z6m{4`6B5D_Weo-A*ZdMG(-P57wJLFNDCb#zAab;tJmMtWs*6tUT~CyhWbVWYXERk= zjQL~M{%RGF8&L!b%ct^Z+!W9dNIQpGW36=_B?IqFa9#F^Qt9x(N`Biwe{aGdi(1~m z@oD*DBwDiHASeIJQYU?Jg9@$VC2C}}S%uq7VXml8m7qR-+dfT}=x;UyP;nNxRZ zpTOw#-fEJE2HD%(0rK{!Lv0{Q<{E2nNiJ^8u;zK-a%Qpg2a*!X z1=Qq)3wx|SOr?j_d*rus-@;7X9O-U>`4}u6Za%Orfsho-xw6OXQai}k`269+lvRDV zzk_}S!=3OC5AQ@yik!_jZav5ye!2_{nvj{VB-g{j3yQPpz*VgqOC<*L1RN=pgdBHa zo>NZ}g5RB1VO%gL?_VC?;RGe$k8W-M#V;gS``Ar|d7We{$BxY1UnH)ETiXY`t3*iV zqe4ZnXKZOcv%*|1h(cT(dgbv~Q-cG>CQFuy?*h zL^Hg2t(d&7ZgiwXq2Ep#en&~$`(M1)OR8+J5u>I*_Xe~;wqfVFJJ|zOWly#zWyX)b zwLg^>yuZ`P@*9$xD?;AoFo4}4;b_xnGe#K`a4*q}ulV=)i|~r)VUW{r^shdWt6y~n zx)%IMt;MH7fwApFaH=^G>;j3awq&%G&P# zOiicat;$Kz?w;<)Pp!L29ew=g&u9o9c zHI|oAHr$DA)0+xp7Q4>I{mwl9#+oEu5>bLsfOh#oGb>a&i2okc1wfcYV_$1TPd zJK`kc*1Us>wp1hau1pA^DXeLo&eI#X534)(R+z-hA?Wi$u#3QlJnR(F?VcDJK@nTm zjpP z-I0`hL2_-xk-}%t#!{dr)8z!+i770L$oL*$gq5ylW`~L^H%yx@r6Ms4V4Fx(^CfB> z&L2a_wqA_w%_l`N8x^TuL?1UjSmd!y++>S)T6h7P5<$auvjgY8ay z8FupY5fepS3Vbm=a+>uMTZhQ8upgK}d0W3fZ5!TtJpq>N!(#L>`%!VtS96tv8|K0T zxrCCY*{9cCArTJs`Ul|GnHqy|ZAYQC0gRC@?v}n$6z}FB#yIPCAr93xJdSq&OFjr+ zJONzZbY()L-7~e4#q$t(bEVgtBL2LtRP&VJBH1dKmY`UgzvNP@Q@rI==ykrF)!L_I zsMx_rv`vqOu4f(-)*{~K0N9{VCC63zx2vPdEvYPrRGuHY_$tuw)$-PMy75!rV;biD41G zm=FlL{Tdi4Vt^M>6;o-`zH8?AH0L5Fp}H_@PqnbvBjtcLAexAksfvY-;$>podHTII zxle8*I#A`0Ir&!?uptF0RA7wDIptC_h)y1FO~NS1$vkX+tZ!Id@W{dH-{BPMP6~hZ zzMz2?r!Sv$*I#Q&zi+`gID&*d$Xuh5pPjD4Ju1XOd#W6LCW{tYkB>7;r|e%Z1q_LU z8J6jVm3sSv**e|xas4QwIp*g4B0Ywa_EQ~T*_22bW9Tu8p7}{gUw4LTMJ9DP?$F5w_<0m;3GQ}Vt_jIwo%JQuF<`Xs&)OLduz`V9JYf|R-h zN~FirFy)yRy0{W}<=li|*-T-3SyzjhO||sIK8U&V_zAU&#%!(ZTS+Oh-Ziip&79@! zTEN)0z~%;*IVbhRksfbN7lbu1QRdYx_00XZZ;&JO(mpPy_%}V-wCtKFMQdbX=!9=O zGHg_gnUqEEIeSzx_$)9BJ{3obXDpNDj|wd`Z1}+h2a0r&1;lVZrqD6-WAq#l*z_8u zlxtTwirUIvPXd`4P{Hg-7(Ormv_!xe?rUi8**s9rFM6+}4pY6swhzwur>fVq>N#HN4hCL5z8DmHEB4V|W>`X_e2s z!i>V)fozAx`qj}v{YC^<(7tmQvbhY;5Z>$Wuy!72 zFb&Pj?Na+N)zPWlc9gYs#1F`lF2p6V(m!Wlu-@o}QZ+(*JQ^=c_O6{{gD{eq%C^Io z$qZIR6UK`3r+er_P84*8gtaDjsfbqlk+Jd?v-t&x& zF=@$P&}2^cb@&{oRE8oC*x!GCfT+T1C-AgXOUhO2RcT2TMPAz_cE&Mao+W|^c9C-p zf#%UZGQI7@@>mO2d!s^#C)RK94>W`|`kYvr*PamV)dpgRZsChHNfr+g&R#PG|CR78 zE9WJxa#pqWaH%L5hhT6CnEs@Ait8!}Qe6$jOyZk9$T7PjE!gVj!+tYR5=(8$Jj}t( z;sm~uLQy0}P(DWpaM*a)iBv)?p*HnKz6>4mg*A;Z&4jeq5`X;5fB0dmrrc>>W+gwL zV}px_Ix7)d8%mVC7jEoN^r+8jC#CCiQY-Unzgnn%GjX^D5+0()=XD#aQ1of?=V~|D zXnc{E-W7Vw4?A5&sjGd#-|5#zR2z`ig5ivK{@_$h57+Bt1dX8Oiga8lGwFjAXb2bVslfjW~NdG zRN*?U_eKCNVYs9ZIMlSB0})h=K)C7zfGyte1g^o1A-+8Xn6 zWjx^y*-P|uCtgl2$lP!2A#e+g zm$RqA+excvzDE-vP%B$Tpt{-x8NT1XL9TG_q~kPDdjVVPhhxG}AM4~HQ6SRxUL_mW zGlFJOJ!^1dM&bJ|-&CZIu~?YS3{*9{=KaRb52roIRPXv)mEDpqU#BQdY zPMby>-bV_c9c8^6PaL!1YX}5?%s}z^&qSFMoO#P3K*)SuwUbWC<0>VOd5kHMn5ItB z(}<=KdmBph_iX)qlauAhR_9<%jG8wjt>R!gba5c|T+^d9-;hk)#q`ogmJ<2)3I-_b zm4ChXA>o!~FsxpTv%1SLTt?3;n*61oF$C{q^hj-N>%UZj3K2Jbl9dbvI{vFZ0b-W_ zix2FpFWn}e8rlbjZ9z@Mk-z|VuW{j)b;oA6kct)V+9!p8A}g|(r^6mhqfK{V=*ykd z@WlPmbVw`x5hta+dno1tKr6KR^#|9@1L-8e z)hZWn447#*qYeWJqz&7*Jy&En75KIikmr-33C`r)+7VTu_Rt4sDCqaAA;~kOUCuqc z?!ATR=oCwZMg(Y@h*%ilzes6$uv6;-7%F`CE+i>*CeoOF*fLz?+p+JAFxQa{7%9vW zTX?(u&he&;ipRjkf^kt|W$%Qf%oMRz^AVx!l9pu*2#jM}W%K@5*|B1RT_m~)bIl?) z5=V{xkNKUg{SPfQRx%_$1R%t4I@8FAM`I-+hxPr>Mw_orw$KJxfP@IDfR8JARHd%0 zurLkxB_NvqyBWZ?)Iv9Cg)!@;9#Uav@vMZ^D1C)o>iNxUd`*ALA>n`xYBF)$uc#9< z4pbKO;D}#R3MGQV%{_Bn@l2ZBn5)!9mQ&c;Vhx5?5;Qm#gKHDKxHzYkTDMoF7MkiV z&7I>gp?KYZ6!F{~u}&}K6*pWCg|Se4K}@J*h9e&A+;|$j>_OCyXPXaBlD3T1NihN^ zKLXYgA!KRd>7fOsS7DYFRQ2d)@g!GmwXsoY4vISzRaPCX49yE<2hju>uf}`|xa9AD z-sgjA0)c%I!Q#581 zYzO2Y$<)Eq$W(b{7Wgk*a^Ep)my}G$lD-VTAZw%IPs40K9WBPrpl8H=W9f&XX3=%2 zMpN$X@6Au~AS|kzxZ%pdjK|9PsHSLh^{d3odPxM-Oc>;k`ju*M*>qU9Z2x`CaDnBF za~92cpJhxc0_Mg;E&a``b&=R5c0G;eV`;H4qypI639dIJ*MGtX^^9#f=j8Kf`^IRu z4`yAD)uPs%20Pppv5n{Q>BcBxRGA{pW-g>+-otfR@PsF!bvkE!IIQdu;Q*WVSil|> zOBzo0s|q4vnS&U;f}v*!sYzsyE~JTI325o5+~Db-st7@PA)4W}y0utv!DO#)@7v2Z zUyHAoFm+j)L407Qx0=6H4H zWT7RKU^fryi+38Ys5k1bWiDA@q{;@Cgd|=8bXz8z@}`+oXI`a|DBg5_5mvdO^tLE) zy47+T!s8I>tGg>P-sR@2K#58xCXkhVWE@!P_V#+Et#y59{;mur;#?4}((Pe_I;mCd zi9)_Sa$Oja5eM6BF+YNBkCt71636wnI+16nGcjVyhG>>D?z=yMcFJ@oK_d#){^-We zfYC9wn3alSXaO9w3uv}0^{pEnFzZRnAhFhl*mQ}MdX&h#=2wAn2#??l+nAdc~HPcRYcTRbLvLH!I zin!}r5V|tbUT_YSP)!}|dX(Um>n4}2PtIsu!?mfNDIn_YclDZ)Jv>DZT7dt|?Mzrt z9}~vu-JxEaS@z_)NjG{4!W~Ws?~C=AG09m$A|$`BWXM5UNu@%!B9!)G-x+=x%}{qk z)h4JgBc1XJTbO($6~n(dg9m{wjgMqrv|}PY$>()OY*rM0BY3XqOsw-fXrxRs)rCx^ zY*{{eLV$Nq195oqv(XrM1sn+N{)e{QYGTNR)1To^E<`}Ct%T6I)C$~+u=U7!?pKvV zD<*KDt<5V~OdR|*M^pB~611M0o6?6F*)1rxStJUr?KyMjcX{$o%4>j;pTJT+^{RU-O;yE=lboZ6|u@3Mbpy?j<#9LQ4RpY^V{Q7!N3Z2tcge&ye13@J* z5ug}*?U%)CTpu}jJP{ScFgAI`cduH@?!sSzF^X8HTSa45n06$bZ496E(8+ncQyo;u zZ&tNGnfMG5E>)bwbKJQNQY3+p*Nn@WI8jF9+k1K-5$9yxd=$MlMhtV%4^nPC<<}p z9HQ@~%*GL1q*%3daYFbxT9b2MI_L<=K z;D-Bc155KRoN9GSUBy!%fOi&iLCw8;ScT2uW_Rd3FJ&(OYCZE%KFps{6)_(vH^*ih1Py)KcIMUcyjI;x5LJDZWsy9pyX73&|DW*io*G#-{GcJ(fjvz7Xw^S7hlF~JG8ig z`Bf2fvqW6lQ5LEGu_G(yBRPl>RBephmS%4=>00!)hv;6~I~mxUA&T#x%0r~ckNWhA zb1`SC=y+kG%8C{3Jd7lnb@*F5kEVLTE3L!)y@z+JmW$v@Bb!;fj?7* zuVq>*MCY30v$;paaAOFn;!h9C+gS1=+JcH*gSNII-@8!$*#E*yc}iXWU#QJLcIJQ8 zUi*jIaIiA}7f|yLwPEC7{%^kKf1ozZ49x8RU(}`rR9<`YA8OMHx;m$B_s4a0k5*uj z{}63!n}9#yA9nMvk%71dfVkp{-Hf-t{#LwJRCahuYZ=wBoNQ!9NJ}Iu46UsoP+M3X zj*SfrO+h0hqAwd7fYLKHGB7YT5-KQ^r*mog{~C!EEC6hBrEPB9{ZI)`;len0HHQac z>j59z*Z?rfssf;~0zi||L8H?#G5IB@r=Rlqx4d)#*vB=tGw|m?;u~23yYLqvH8wjo zvazu^dg+|<`2sSFHUXgF;?jojEdmm*=zBU6#liC99+`u+_~^_-7=y|;voL~lb$qKq z{_$ZF6XVjwpBo+yhBUtJGq(CmDLx5c$Kc8gT;_+<_cEhz)Q3j{jKaUN*Q;eDSO8R( zp3e1k{BH$&C&2YUz*;aWN20puL92+wXofZ1yADo%6-~H2bMTgTD)pOM0I8my=bqr{Y%`IS??40=D z{c>AdxYkb{x3+z~@T&_WE5jp)d}BjfBWp*otWnuleiy7KxmkS+2fm|S8F4l=X5x|;x=>6w0dzH!{x{4@G~ zh26+&lZU%8zoO#Q)Br|~L}GpfYfD>T=dRCcOlwDUUmia%Cp7>#Cu;BifT`cNuSdCC z6@!r$R#n^H!C!8}ysngnmK5giU7FuR6x3#CP&ayqIzS8!4s`%(YHMx)S~yd`Ro_(w zp!DDAz<1Z0rs!}Qzf-!7+RrDvi5Xujzmr?Qe9$jf8qiI(;{ZVB-r$Q_FcpI_x4vE<*%x!=_IqQvCoT%U|ypdUV;xaRic&0WOW31O(82y=D$Nzwm0F1w68eaX^5GFM|(gdq6+KUPLwk@*nsELtubn z-@;Yy_1!RJfTYi8-O90FQEq^|1HQ0KOaSGNXkDv{pFlU=NB-XV%ZrfSc`MXH-#I)k zQ05|CrxUkSwji{F=;;esZ zQw$LgeK^zB2eTYwibPX5n&6$e$n(dG+h&;Um*vwc{w?1&Dwzf{gKFPofh@MLMDs1~ zMEy7gd{!)wj#7z>Mm#dH?HjpWjF82fIBY1&a-cIuE|;6-i#k6OpUb$6k&nZ^kix`h zyW>f+edP(&7Y{aPS7E1mFG<9QI>+>@3b*`Hjb19*B#kvx4(@bJJb*vc{Un0d)0rnQ zo#9@P@-Y~9{PNVSg&Y3bd8MqA;}x&ivI;I6Bnf2Wjd)Hitx)NfTlf{(_zsO5>aoxy zfapO+{OJ@6WOGg+cdc@aGvzH(jFeUM4j$%fC}O^~B%m-liLG2X6s}5{Y2%)O$*K*i zBv&2AAr3of^EJnAn`pwccO4w!S&I{wsy>AH)vMV9%T0s`WVHvcA-ArtT|91kcl3}) zM(6W+SnO?*u+kuz5%UJ#flN<#+;4^>Re0|P;m0&tJ8IWT>cU|cgZCS2t7K| zxlc)f0vpX???nFKZy#KCuQp3@elVVx_xeGb|8RCpf~*f^f3K9%gv2_%mNi3PGCv*( zhe@hE6a1io^h3-7^q!x4f##CwAq2RzLVEK69JK}g{jZ(ggOpR#j=G$ z)GF4VUeRRK91-Cr3rLXRM0Ca>~a;&fAl;yj9GM zm9MuKygMfjwYkm_*)*-rep4gM_VP`mb)NJ3yzYb;5=GNGr5R4u z58|aoB8F>=L$rN{Sbv4YjWJ$GqB&F}D>VG?v(lCKy{P&Rg9~=D=1Mpm!7>pjZ^U`?{Iv8u*(TR|Aos1iC_o61Q!3dH} zVls{Pz4CBnKnOdFTu)SQt?>CmJ_m5{eXG7pVt68?0gY9Lmc?ot=bFY-BPH5li!duD zRbr=PvRO;oNz%1tmAoutwiPq?N{;QL>}e|8<+?pD3X;x8q8G5@o)=vunPZ+c1fJQRIK!ipx$@TKbzip~#*!E|1yFkieM6Cn)Kf>1$+Jsj&S1>M79=AL1nb9CV zE8YrnQ@sN=NXQB+1(6kuwlXC*;#NKx>`+$p?TaVNlLq8xObh7jUAf<9fJ~9H!8Dn_ zZ5jHZS|#q7xr0DG-A1qn))0)PUNM2q3Ti_rNcONe((BWOM zyGHXK%t@n!bxY&`0v+0R>171il$)jXgO(>#5F{|EYr!a2YhG%CaB&8^Cq5UhI$v_c zHi@F;EMZCX{oGeW9DsUiXu7ul_!Bd&JwP?rD+|su`%(HS(*-p{Loz-^)D$C3+6k^I zUz^5RF(rT#I0g58J7QZe@d}1;ffwYHRbfz4)HAA@A3h#7Z}EC0v!`E%eZM zt#d!)3KmZxj4tZn@$zS4nY;hIWQ!Ou!lAB?I-69vQdm8hD5@W!P+DsXpn+iAO;&s+ zxW)cSBVI#XP}*78sWz{2z+T~{Vq3Kd*vUsTF)8ad!7wL%Ph=$O`gAhAaB6^gKsL+- zvxf=OL&vJfUeORU09^KK-&P8!s?6Pr57&Vm6s1q>{+u?ug{iLxvotakq64wF&$7Ky z?Si}mDM)?i&j7PdTWR2!;DH?Sy3fZXBN}6G!z^fh1*>bjx7H3yt~boi9Oz|y(dv0d zZv6h%cvQMC)(>-nF%58BHDFqkNl3?h`Hnz=yH04jl!aY~-yi&c!l3HP!0dO1t>)zL zr{j~CG*mbh-eT=U@6y9R4hc%uIOz0Gn2)^f%x?sNZ^S2bG()rZRPbmTu*2K=c`s{| z5;sNxUj={dxj581tUqBGpT?(kC*NJ};BDDN_=85@-KA^HN*={FTDPSS`iF+BHKaQ4 z8uoA^@7O1^K^t? zPOSDQ9J}|rm3*~3(@yUkDOT|RDx?My5$70Mjbn=tYahsuf3`2Y@xPqpWMyxD1RE!$G$%yGvdM$uM1soV_HZ!|t-48WyiH442jWnh;ltc+!J5@`B_xYW%* zMXyHgGSHyrY!y_66H%tC{8axsnw-> zbbox`!%R@lCh-|zU+atpDxoTtBJ;GURNpVNdTt98ddA0R35iqRRA<0s!O>ZlKeF!| z&Dj>knWhcc1aZUZFj*D@RlT2wXN?DkA5quwLvVl_GS8qHc`X4ji>9;(bWnJlmAM|@ z)NY2PLTPpUDFu>lF`MPt;2TKprIYT<4iwjkbGpam26dDdJJ0@HvUH`4?rz2kiqcds zn{BN{_@f*F2nv@UJ2|Y#B#8V>AcL{rMG>RkZjksep%h5GRw%166VY;Bgt3Gk6p=HN zRXSrVZ4-2_^Q;r!W#byJrW{$0;2J0KM}gF`ru!D^&QHwi&Pqwk=5L!Z%_{zzV$EJ1 zE6%fB%*~=K$)7rFH20tE1UG+!LqU2YwxGL#7k*az^e^uXVbBd~57NB)AZKlqLV53~ zNX?RnlAoqvV|?d}uBk8)i4U=<5!ghPk_YOd;W*-C5z%}_8l*{y$WDSwdH3X!+Y0XP zW@{mRrC&ct;CHCFX|B@NfZKgee=4l8Wff9-!^yT%!DFnRPTNF&Y9dWJYU@Vm_W_Cl zuQ{8Q@M^+wrSyE(*aJkN#BbX3C{2e+|g_cubsCCuXVX#y8I(F%{m%QxH-9pm!QZ{B-CcU#gil4@z-&mh4j6}(gcBu$RO`@ zj1WNs1jE6rEr(;tw_yo^rF$U4P6%{}?E;J;4>v*F2t0?0!ASZkTab|&3FoCMd4L_N z?K8AcXB8m z9d)x0f+jmImV8G$3U_EUh-{GmdoJvKkq~jO9DjBKPT-z~(q_4;H2HznNzt+@m0{bA zCZ}vII446cGOrJT)RN4D_!#fX)H5M(NT(!37gy|~d3ZGwN8raTyrP=0zD5rwy!Ms2 zXTof>9Hb-Z+qCpR6+Nmui*XBuBAJ>t4 zlkBT!H*bc3rCYE051mbJ5a5yenJJvcvz6u2PkVU9i*`cv-aHBs9noKw1D%$x)q~do zffgA1NrA@LTxX`M>?qJxpZo1Jwr~W@rre-?{B_Ac(j-_Kx)en-qFV_YUQ<1;x_#+| zCNkl_IbY712?rR-kG2zs?+pEDd2c2WEh)*dj%ZB2NE)*3x`&^K~7 zVj@!{ri&W`zsMh%hD4VX&$WRgKA&(SUXje{B&M1032@e%m5`b7O`oe=2fmn1@q4JL zc!xgTQ}mh_G6d83*a)(f7zD@5Ud=Ajlq)Rkr-9NT0;2@&h`tb(3biYZa4e3(4g{drb*3K00z*tueQnj$+52nO{utJCi}sN5PbJ zW$p6h${~Pxq+^nXecY2V;9Ut}Xth1*Y}Z$@<5c(?Te(f7hqar9GsutESg}7{#%AX( zm6(Y0v+e!>^jdkO(Zs-J!vPMKD8h-+yjUuCm*mEp2yVrfVh0SKUbGIfozUDNK&x4G zZ7Usf^M;=ZmPuzSEQsE9P?b%LecKVW%*owGW4%c#f@3bqeWkc)+AMe~s$yw^oa%;S zvToqXibAetiq2)4J?hBqR5-4d{6KRE0$6j|XoaDT;>P=7HVriKi31wdcZ6LqL0_G8 zF=0NnMBV>AE;%@(OX9O5}8A z->zI~e|xxI*zXrq3Dx4zKC*l&5g~amhR{Epr!>P3W(0Rd2Zb|7usGyLphyIBN^4w$ zH$mOpBxwcXcMW8vGHXQH=@NGDXe%@v@N$C^=wW8vE%ID|B9>T9%EJ2;_umNT<4EQi zyr3n=OIGXMg~(80!szs^xJ#nJv$DFfpGN?7B>HP^7(hw=3m!X>Io0iI0)9Gy$Sh_n zJNZ9S-A@WQ9gKC2$1sezRo)sK5^QH2oKvYp9KwUa@e;-xABh0R&v1Wy7Nnmja31j0 zOs&J%wB*Ld)i!W(e{wx()g;n^?iFI%#lXrgn-Q%#M_~AsOGe6eXm}Yyv_2a$8cD=1 z(r@}t<5t%Z2cazb*H>W{{3PzeISz1>lJ&n2b=O1YRb}nSsCnijnH?vvur_$kLhRX) z+jRh6GD+c5N)#f!pNLlkC|cUXe)+Kj(GH>@GG6VO)#7_{Gpo&e#^|cPnu5wc0;G> z#*T4RvlDP5hhf-PcU>Oc;_AvUL4d1b!W^6Uypd|Y!mvVOY0wnh2mD4P>aN^tWb5>* z2RY@B>^Ipv8ZYfFDvMCV7pn8p{@z-ejHjjHz?(}w8q!P8)SQ^o zwH^FBG$q!GM>;M|Z@mPbaQQAalf&$ewv9HX&|Dxe;mW&HvJP z1a23(phA_~AV%wob=%#m7%jbMG7h<$?#giTm9nhe-lT?Xx+VWeBnyj?yx^6@JXWF( zP%&MU)0RL;BjV41LoPS(q(=ukj8Idy-0E!A&RWJas-Dvw?vC&mv`eXA^8rnvGM0`? z<>YKhZ@?()jirL%rAhPYB1bq#UK8-Z;)aj(dSf%MaE6x;_C#1NB-{m*eYjwwG(oQn zSu?E7)-@>74jgy|FtyUaJbhA*>mdt`v1Wdi!G3=kDfvUWs$k0QnqdEm@e9X_U2ugr zi0@cS0Rnie0nXQ=7|st=fLY9TxfQ|OwjVD+A+HlUO09D9KZSdyI_nStxQAT(l#gtF ztRYE|gfh&Q8cg;adoRZe4LGbl6uR`wS}-6-?Kr05>ay}_@WfzVljn^xEeoIW$ks1Q z(r>!<8e}&ky!tfp;sey|G4Bm32}l7A_S`Fn-H3pfUY`~nMywCde3J@>+uA~ubKpc- zP%|fP0I~gxcWJVvQKBHk-++yzWh`gVFyjZn%c(H;C>V=dF(gnlu1nNNFH-2Dx~yRv z!~XJq6kE;vqD;NO6B_GrgVV`Mg&Q5&k*eka1L7D^Ja#QhIa z8xV0{i>7f*0%8Pud|fpj8>Q^hI%HG3?sx9v9XuZ%DZ)5RLh|F)FUXC;0 z70>^$_iFRlUQD{mb@GT~vgwQ?qT3~?D0L_6G;941#5I^0tp|N=hWH+5?wV| zHm>tlan3YOX^ROYz~r3YUMf`}o;5O>n# z5Tfcuarefd$`akJuNC0Qv)OXNP;AT6rQ5r4rQv=fNad=e!EZNLZ%3zQl+o_4Xgsw2 za?kAv33I;ZH4m-$Qm!osk5`Z*Fh}tGY2pP_NgSPN5}VbeecV>ExMmRENxI!1#r}q& zb-rM(r|(3d;JeM_V!~rh8H|rkZ*-;1F+ZB~(xL0jQ7Y<%$`beFGXNj3N>zv;e?yh- zL|%(L9Ku%6q3t%e;yoZSLZ8UKL`{b(hdleXJhrP>5hzZn0kdS{-?#3AG8PeP*91R#s1a1F`70y(&*oiEpPQb<;t&T-5QK2p1Yat|4(n)_ z$8V4Qaa_;(MYvSS_z3sTDwc@Rq!CI>B(hUqz2)7h+ElTx3JroMY>e-*e-80_jTry; z`~@4-kM18eBh)pV4yc=nB2m64$$X;x_K2(I6YUO7l|~%DP@c53*P;fZ_pbS_OqMk7 zNi})8F7D|L%OHVEUlI`MNcE!AWoM}9IMu=!Th6XPpbQv(LNwFL-AD4k^D7g?1AYQX z{|C(*U=ejv=AK|w2ssI>_wu})#&8)(nvd&FnnWrJH?l8plF>@CT?gBow27s%x&xk1 z7A?|b=II{?A4oMCKHv$Prmxpr-ddlaWUhEmsR6pD%#Q0&|6RS&-Bp6baj}%63-D$s z6(xHMlEZ6NBasarmb3YI?cwG|yg^KUYV8}6TP?k@lxD3 z4T=eA)jt?jNuWLgX2o)V1oRBWzu(ffy)mqmYE^Vre8XoYw?RdKI*n;{FB_)yVF~Zh zrY~cVPzga1DKUtto*?Q@1+!L>XOn`=*oxL#sD8(H9^1)%A1 z`{|-%7I2wfT3xAFk>1~3MDBr5nE%D~+_8jD31htR1iy_?AJ-8MPR@W1#fFfdRx*Fb z8=?jcu8EfryE`d4PLJf})^d$jLjj@=sags7_VZ>vH2lP|={9^Xk;XD8WOX9s$A2_m z!iMM?1DX!^vPxfFWMNZ-Lj(XXhHOx{>1T^|LqL%(6*d>|E$jFtnMhFfWD~X=7zyJr z?Yj1`0QUBDs}?Lk9Sx)z4DMtM#)@BnfSWfi3i#MY6O{VbY_LI+VLCuV0t1UVWUHyS5*3h zqaiXR@UQq0*TnISvh>16?9Gwp?t3#?iI9-@Z=21D;>1aU44se%6ocFvrtV~BCtW{k zPpD}NW~y6&&*G47hH4@8UwN{wkSrW~@;q~Y$l8Z-F+w~4b!Wti=Y%bn!ID^6;zb}VceC?q zqJ{M)pT9}=`x0KC0f)0^Perfh?yFDR`{RfrdT-;NKetyy!4*P(~iBvM6VLW5pi6((t;HiSy$mI z)_;aor9D#rn3%y}pu@&rPz7u)w=%q*w@I@r`U$nY6zCC_z*>BiQl;B37@+BQMO>}F z9?#$+KP*v&??X}2nF(0rd=g*OXy&W@tBjV;)MAtx!OZ0&l7>-2{U8X+=(M=D8ut|b z05F#`L;h@F8ElMxzDYM%I*D*Q&$jKl4?a76XNV*RSKzMA){J>Ot2RcEP2U`Sv6}{# z|AS)7tCnyae#v|#?4$0^4btk(KepIEYoAj0HF50rqD1o(N|3`ow9dvsQ*k6A!Z6~$ zkk2AuddQ}ZJw>oyp&xb}>O3itwIWV;QjT_>NjROAw!>c`7k{P;7rx^>qy>CR?KIOd zgN@_H@{>wW+`L%$&XXZ>J$%b>aiGI(LbPq`HFl( zwXL|(H#`OJ>W1O^w{(7G=VM_z7`Sp2#hP}7YX5ye+Z)9aJ@>d#UYO&mz4DZ@Zm9Lt zu5)<}o;YXxvKS@uR34MIcnc5qTLaJcT?T>f#O$QfH&!AIV=7C@bDUXOkXN;5p*S_x zei$mpDzro_W+5gp+rw|ZouUK+vvNt|pY}3B{VU&|Wg+%#Hy0Q*m?1cT?a{*^_b!)+ z-MLC071^Oi8=A|TRa7l!iul{l-S@;w!UklJ@J}qhd-M%OZnrJx9A{JjFr4%;NJ72= zAH;^sIX3G;Jo8%IXyV~A2;~TY={ye;s-(d*kc9NVDsAnlL5p|Q5Z~#_*s_JSx7PEhV^&G!6oJa0+% zhr?$N+TWhk2>laFersF&8kMHHIBUKaSW5F~sYK9LF1(m(s zk>_mU-<$?w@K;oc7W}h(3fUN)Q859JcSde?jBN&MlZ?6KvZ}64LxLrT?OkzGj0XnBrml&29tJ3+lYD zqnh1Pe(UAhH}bW&0p`73_s)vvs0qeV+ZMLSt_!_qMQ#TU$%~HyBCTl5C(Kfq$I>aY zSo=|s=*V08w=&e824O9l*~{22aAu@y8rn4?yp%zPG0OzMm?k2j;KJ3xf-p;;qB6a$ zQSvZAt?W5560rC8F=*8V)$+FU<92?8bS9$1n0e*cUbpb5!!`#~z|rbdoFuqk50B)) z9t%j+%f4OXi&`kO8Coc0w-tBibV)H|ef9k;ji6`-MC_|#iJO%AL}&uP0@qt|k=$~v zM!e|;1PjkZgvWz0c2iEfkM_koQlS3$15w_>bbJAl@Y<*_71|ol%j2y45Mh4Ft!uf( zboJyLuCi6k8*@T%oBQWbB(_x7a;Sy5kZ{YjzvKlLQJJO(R+v(xEkya#@n(s1^7*C~ zwA5{l&L(iPK5Hqpk;F~?J|n*DZv-eaXl%w`bVrAB;FxO=a?AHFRNp2TlC?`)X)hCg ze4il(eP2yWg*T54hBUrHs`<72NHXW1nmq-Z8T(}s;d38wGM(3R67HGeg(4L}X#R}J zMrZpZg;Y1}t=!R;$E7(xBVo{JF5~b5QG&MUgpF{r>~0206)3JbOXy&m-3AU~1YV&A zG~b0n`2+HoLOo?5Hq$)9H~lcR55>A;3)fu!mZX?$eWC;4I9fXm_a5x2Vxx4_ge&YOFRBWW(p(@BOE6x|n2I_AD&Zo- z@Y%vS4Vjy@v!l=@uHMt7q+)ANJt2fR{x_(%u2{U@3+^k;czh#wTQYU{cEQK3%9d!Ttwg9Tw* z9w2x$43u^x^cCpfvvSmfj;H4t;@|hWTpD9&%2##f=ArcBSFp5{&0@5 z9SO$jxNj_;6vt{W7jfIX#BN55y-0#=$1g4x9R&@}0}jfLmclR^BBsTjTz3WKodav` zC>61KwI9V7ftwW}MpF5W;4GPmC!Rb-UIBg_Q?}fA-6r(UvZxTw>xrjhk6r4ruyRU* zSF>^G{NB)Bzs$f2xw|9{1OPC|OY}WO4Bi)YJUdq@a;{$S&Z`Zs2Gt~$dL35}yQt;u zk3+r?#Z$kbO^w@@8M?}a^wF5hWvO9%aL5O-5cBpd#dWGtk|gm?u`8nD!<7M|S>VDz zY?(3u4C&>7vr&i}OUkQAyafo@5u8y34SdR9=iIM#5q3jzLb%ekKPo}+T6?bPTCB)+buI$m7PN+u51n05G&{F^&{NXZQv5CD%ofZhHchv;;nWi$uY?o%g>YQp#J6%~FuPjWBu6RS#HxN! z(Zpw{194%ahdMU;Z9wtrJkQFCJ|C62Fv)vl5zz|+#xcuozCJT-e1i79+UfQ6MY?QV z17s~}n$sn$MyX<2&6r*02%|n`-Gfnfreb~fpwIr`6Km+y*=|3Ps+50LNI&3Q*WpJj zCY;Ko`MLGuaZg4>JPr=#6`n4c+8_QO<;^R&;wi%cIIsKad7i9hMbC*F;EU_Vc|);x~8HFkQb$RR@{}&6RPw0rIQor z_d~l=hnwc&+Nt62PRVN*Fyg%T%!sAi{AfqPgEw1)vIkY0@KsH%g`0>!C9CW}u13p%z8C)#bzTxoB{jVveDg&xIk+My7 zlTn5AM;;L;VQz@B3vi@l9oL2)sfZfnsO z^S0kgDMt;y*OqvDHiJCK?=zn(uF#Ty)27QotC{&}DF=|dtWINhIFH^^^8N6s-vJ(N zG<`F$!$)HN+1-p2z&=bhHVdWDs{cjhlb?v2%m%fQr4tR#8Fn{LX>&kBcg&M+Ya5*r ztS-$_Q6XY0Q2o$`4$?G}lc1K+p(zwh-jaE-X_8)WIQl-Iu++-ya|VCK;p;sV<=9|` zoc^)X>wA9s7v>K*mxxDD+w@KvW!YIHdF19|9qi*nP(lkzh&_jim8gd8 zzNWwTxwD$bM?Z6(McKhA>oJ0XG<5IM!b-@-Xfm!NLj>UER_${rPAeOJe)bE!erP!p zB^(aAuOK1=d&ni!Mp8ZV7IohCVqnx1t$+ioNVPv*Q+u(=ZF-Z>12-Yfw4iw?9;TT^ zYFXXHh{La%Cl)Cx>FO6&w3`-0Li1RGylt%ZY)@DlY5SP&-(&l34qsom!OO!1qQg9x z3TG516T0&qC_Za@_`|@^14v26M-}e{`7~ylrb~SYt$>l6P@WZajJ2`s{+MMnzhDXcs7oifZ)o))HY z#!-6lfpBj|^FdTa@8MpH zZO}L4S-4#$sg*9L4Jbp8*CcIztTgtwX`i8r0H|oErrheoff^9Lw|~{M9~@+$p@o3> zLlnNau&(}>zO23a8SJx_)VF}cI`Pj*XMme){iJC!olp-IcXKj|b@_X7qkMp}Y)^c^ znL6{AhQj(Um+THs6QvzY&(gCO8Gl=wIQejQ-3CXhf@DWT{^ zj-J|T_lFeLi4H(UKt6!ZB%E8ES?Fv#CAt?^{<9sQOoaN>gLo{?t66+bAeedXZ17W+?sMV2ASu0oC)_yfdRPBeYe*2oTXZUp=PxmTB^6Zn#8 zK2%he<48F08X5gIr$&vAV(+45vpfVqKBHkSwpMnkA~ zC&&|96=2MFB#Q8!>Dg*PX?wsD(pkiyyU&89IK&avv6*;%)_ycWSQsG$xAm4Xr%c>E zm8B-fC3iZ((re0^18bHef_A`}e33e$Q&;cM)ZEoJC;%`%zlE=rvZ52Y^3KIcK)YRT z7UT`wRHw-XHC&flvd_PkKfaSL#J&D!Ma|aHDSoc;R%-yBKbGk%@pnta&x>X zx#epV7eVXPR~L(TL1g{BQqF2JmMMi0I#SUldm~0u?tD*6*HzhS*=oqtF5aCJkfH9t z-@k1r+GwBt39K%L3Hv?NM`UA$-00=Hc5|3qcY9%H|*iTF4w1ySCeNO%4B1W;Q zI!l-`M1jkidTCX@SR^w7b9{VQ8P|j{T(h5wlBtei?=r}8JzIv0i!(1VdFwI}c2RB& z6bulFQy%;FhH4pF`gp9S@Y9+d`sytzGz)uyX9pmOMZ|Ara_osgdcB7r^Kc&v@qHQ^E_DO2ctB%U5H%l2~WH z;#`v+DB_}=-B6^s>VTBB3c_*5-!PK$VJ+Cb=|r^Lx(4LH=B%lwrI*9+ki+gG+l+jX z*JRG6RPW4Bg1cU4ue_U1e~pR1Ny8b;(SvQV*wNNbvCWoEporI;7qc?XDufGD)067ZkkxpeX~H!tiZh5x@D`Ty?xkx5$gwpPH~+=j^R#8 z{+2M-l$Bx@p2YCUKRC6_9wf9}>g;6g z&u1_eznP8LAV-F7OG=NS;0dM4qZ>D2u2!cZZi!onJIibaI1^T3$ZugR93B~GUvBM1dEfOY*7)JH;qLS>( z1qkfTw${|G;9zC@s;BmsLZ}fPckk7mvyoP+sq#qk!)Pw~S!azGw*=sBQMA7~bZJ<|r4uq=UR%q!a!p4@v zNya7*uHO(oYQCqbk)M+JzYLBGQ#S@qSp!`POFw`#QsUL$f_0#^opFjWxL3zdc=fpg%kIgJQbZ z|5T>U9ZNrWvy)!#o=-@N#JPuD#j#HTF2K&JC7rqLuL_Oo@7+*Awc_CDr%Iv8zr~#& zB=h2@7f^AdR@4J(@hFOdw|0wtx{9AJ0A|})vj=Qq$L*wqq<{iacG%h}BA|{4F{v!q z_bs;&ric+YvW_VK55~?RNU(6-vT0V@wr$(CZQHh0Y1_7K+qP|Ic13i&?mM`HH~gn( za0cIAYwr+2YG14u#jCS9{LH~FQo!;b{TL)Q{HD@V12mjV=n5FK+V74s?Un#Mgm&c$ z$Hj6+bj9lpU3Bq$m_z7ync2MGVzOC9w<>N}0s|4C8oIX_M~WXd9H4M{cuqDE=@zHx zsCCbzGolOA&C#B|f#PbmhnB46qd1-}dSxyla90s1q4_ZWhws9;em!ISy0st$<-Nov za}Ru`at+RtW*fF%Mmxt$M%K+FT5tV=9B9(E5-Sg+ku{L)nYTXJi&aZHPYe{R-gt6u z((A7h^%}JJd}po@Khi42s|_KiTM2kaHJo8sJLcS25M@4{8$(SF-XSLr1Yqcn!f9-nw>0=m>K!8lVk)Sl7=`scn zKc#rpK@qOtTjkM3ynkKG#&U>+#6My^4Ls(a7%6ARi4U*F=btK&i#`oRImhMbeLleTLFrM4t5Ti#$$Zf%D^qFwvt>L}#bps*-=u0W-nUf#T)P z9;c~eHL~_N=lt3s|3aFSaVeM_yiC43yjYSk*yv696wI3$&<1GcH`awwA)?g)?Jl97 z8c)Nad>R~-d`J-ei9B`2z;2SV!#m;T;-jwuhliciw*75@1UN6#fHScZyTqt86|q}2 z!LLDdKD7+Pu2sJG^xSIy*X(7$)i%14a}y?PR!bx9G7NqqON~`#@-!&jldk6Z$Y^`r z3=ZW%so}k`Zzm_QXziE}7U1?Y`%T5L05Y-b(*+uvo{}A$JV0fKhslJk&fdc!d9t#IE!~eYg z)7@ibXJ`B0E=R|>fir8{z1HAQoFR7O(1f#wqjrnk3db0L6;9EE6@t!tkqHV4N9h)T z2o#VMxD|*Su3Nn!`!Z{&fheLQ z+`An?i1p|Eu>`ufCa{k5_wpQMR{0gIBc1cJmZfLLhXo5FAt44xBLf&@XNUfkv^zKj z{JchfHyLq-N8Sr~0>G}9=?mP8rN4qk-UGc405nfxqbA?;kZv)1x3*+cV z$on-O%`k}dds*8r+(Yk!iaySP0Qh+4rf2 z?cK-cbWTuT6$04xOVG}uj(z3-jqv_k@^Sn37i-YZpIZD<#Cp186H;rj4mJ| zQVIYb8R`IhAQrt72^>hcPBM6azL(+;1T?{4b885H8(Ii^;R62N6A$P=5MKJvarQwR z1%B=Pzv8!hF#{iSy`ynFpL(CWhN1oR^x$(>$O{6bTg9|p*JYv+<7)Ok;7^uP~5M7n4w*Uy*!GAqPTV!wIa9j_BP_}TER+sO0Nd_kCr<2 zOD!R75*iyA`au@mFXs{DHSR-vk8o5Qidx zs8dCd;>f`o%yWBY$G#p3mN?mO1y6uWk zHwN%$k8<=lhXi^5H7mh>aiY@W{&fwd_p?OsQjiUsT@f0!jJFX&JivG2<9RBvm(aX{ zQVhQw4!v=-gMYR9uDRvDx)geur9f{#*)FZ(uq}78Jx`#Q^>}3#VwXkR(M^XUC2R8` z0U|pe=Ks>S0&65%(~l$+Wml|gTczKAIp|D=B@@DPnLQ$FGE{G!2#A=;p>& zn3F*&xb6u`H5@2H>j!dwr_I;Y5x;96*`vqn&f$pla&x&;#y3yYbT2iUs_uK(LtEM6 zYW*@YisNh$U89M<=i6WMx>d8V)Tab5){_>mlOx5)Vk0`|J;T(6u(p5R$(iw(FG_ML z@X>MVkFI2C4P;QI(NbK#nZBUuacWL<{^33p+qi^;lcc(TLCqoI*K=8tD;_PS@1}*@x4Z|;WR-EI)GQfV7@vE>+uXf^? z!Qn7NzuRz(Mm#2z&)yIxnJX}GeZlh`8S79GueMrjwJ9p5?6;s%*@#liw2EcIB9-q8 zwhm4OAyH#(X`z&8j9GP2L9FLr>Kt;mlVpMAAw2eE+}q;RBdKVDw>6vhMygVAIvHi5 z^bH0ih0WnUq_VZxNJT2Kj3x?NQ?dMqYbhAmneE!$&H>d-592$-(uF01;PKImw-9LV zl_cHHYOW3_ojK-D4}u_FM1v-@S`qCNC;U zQiQMU+BjTCmj)5eCfp&#%Xk2Fp*JG$?xBN`p|L-#%T`0Asb~2?t6o@&N>4v+awj)S z-X0d61iI|)B?I}qH+JYPlk|^#Ssh01I&8y&GjW3t!@Wfn(N7Fja@efP3~A5l;s(L$ z_AQK+XLPdmI?}CbQuWskqNDoFJ*;$w)Uwe#b{mD9KAl%-kgjrxd2QJn_1GPsLkiwyM`$r zhxBOUOE`;WP|`ja7NjhTLywa$>+dvgxJXk!*-c)An^yf>i(43P&%XC|v7_G0>1@ax zRYOE3c5?psw(TVzocviG1nyCIf<)TJ%%IP_Jy2+bH+<|x2vwtxk_WfCr-5n8z8 zF&E<-amO;S-1bI>Nc%Ge1d%jQPzBz*Tcw14f=Ke`0^+Gk;P&L_S4M0Qp2Up zJ1_;5`x~o~7Sdl$K5MI&lp8Y;mYTr|eaJnbH!dwBPlpdrc*Eqgt zXnrlPr_H;9ueb!sk{`2bvwe!Q`3enPb~5p^rObil!pf87Z+)9h+zoS;!Hq`7VIE_M zy3#F6h@zHVnYBZJms|x0HF&1{5E4kD+!h3rU7-wM15s^#Xpr|!Nsp%B?c;nw)^ z5A;mNW(gJ|H8VZhWk7|S=b>$vL;CxYiHcbdG&`}E2QDSpQsq*cOFZK( zuJ&ppH7@tQ>T(4jt-;jZ5Kj1Zz9Sq?A&gd}b-Ei*IfJ%w&qa0-$0lEk7Ve-mm7s5G zvt?gCGI@?(u+-rnCXC=LgKpT=lJ=4N1k0|hL`GP*xvMNSsyGiV%3XI^z6Xgl?oGn< z51G6ZaZ-pR7mKDzByRY_-m0QYuyG7d+C?Gx2#InXQp};zr4vDn+7ZFx=(gI(-RKvb z1xcsB$zFzKScXOlnhOeQ-B}GzY1}D@=k*d*R>2d#wLbj}ST8ZK$nLF7&ad;6?&S$W zC2&Qw5kafGW@9AM`=qzE(veeXkF}_EFvNEIVj3EPXpbLob|x^4-bUV9ynLTFf?=!Q z0r`Zd0cxHQ`Lz;%AZ6WDLWdAZz60@v(HqGtQyMH5?&_h*2EQ!PPQS}r#h1$hl9N+& znS2EJ)H5wmw-2{ zM>zmlnb=~mq%&WGT`8#=A;f@k>vzSgb@AUGSnLo6yr&ezB>iemt93p!Epxw>YvoGYos&=9vUNpxO>PPRcZ0!`6Nt}%h*=2BDfsp8e3zMtJ zrYGD)&X-mI*43p|wIk)r6~#Ngk`B#B2qbSYa(#E!Sm3v_C3-~}(D*_tu^PRY69Q%f zp(-g60%Dx>(m1$zL1Z*@npHw^%HMgM-C69)nzfH)Fn8|@I0AfE+`8r!O5En|tw?Vl zDzSk03Zm~f%`O8~4DzNgJ6ij(`kZBj!w08%91fAE1)G|Hr1IZae@01b6IQVGYdyja z4;^NixtNwpBilVA)xww-F*=XbQ+Y)##B=Orwu$7EEV>Srv6EHsl(Wi7pR0x4wfD?v zowb-#d@hh4$!=$iN6wMjRf0XbTt;D?f{yZI9dx$Bh6Xy>z)rLjmf{}ePU5CSa-}xz zUVGq+(Pn=fOsS^Jc-b1%d6^9Kk@4q4D3P9P+E#2A=E(iViK$?7!nTu12q@4kwb)^i zbgC%4=?)Qr+K@iwz(L$zQg^oww`zmE^>N{lXV4e=aP+Y|D`z^H21){&{>^z%?w_G3 z7fMDp*{$)$DOf?x8_#CKqU94rGD>;l)mU|wC7QHZlRtiE413;Menb-oyzQ^DlB^I) zU6z_!d(l0eU_fkEbhCGfQ%F1@RGQ*&O+Ha4@AWd zDFVssYBdmcmx~7m=3?u`mY2+Cz~#)1Hmy|ta^I!!$c8UQs6xFej2_o7o>DWoZ+u=0 z2efhQGP-O!?fCe5-gq0dY&MO>$-t{t(Q5FKZ9K?2q6tKOA4W2S6@^#ql1@Ax*fdGO zb|){1#O1Z9z-i6%bh2;hIk*1;!z!EH%-EAYxkg^}_@x-dzW^H&dnx%b@9>45RxexW zHLzkbwqjzZyZpl6HqiA!rPi;Wgo@x4G4DTcEdmMwv= z91`cgOIrAU*xsloEp!6I*(DIRLf_bJL!&CZMMPhT{K*W~TA-vKL-vX$Xc=pn35$K_Knxeef8d`QRddJjH!`n9GLaGsGxiJ@XFUWHR#Ab zS$=A2zLx`YDIG@sx8mYRqKi_QI3L)xt*i9;I@$@Ll<897cAEtkk3vnOqKx~#6j=$+ z?UtWUs>fG_pu7LCAbmBp>6!C>IoRt!Qrld?!->OUbNk4i#H?ElsWAo5FNdylv z$rhG`3`hRcZzg8QfvVE$PUSnyC))OSVcnwEDY3Fyi2W0M#pN^O;f|FewXjxu!2kM7NiAK;#Wo}-+FxH&M&hm>OMBr)pAe{>y!f#k#TO$q$bRnMFK%BOf$L)Rco|%$K z%FXhrd9~Q9VWH_6lIY0~jE%9jhBtWGq=*`Ioo0=Ieu^Rh35G1#nLJi0cG)8Z``$ni z%9w^VQC;MnWOW7O5g|=B=*M&@uZ^))Wu-((cvX#hNf(u}daf~qo0#gD*44^#FAsNQj%?qRCpm{LlroG! z6(&JDKUtiDm)ZmEu^^4h$W^DGo&w3W7Aq_GQ*8!P3DaQp_U_=RdpYl5X2NJ|@NoN` zXKw}zSETAJ=@Ui{Q%RDkH#aL8UtdAy)$scKKD5_*b-@3}d(8Qxv}7mkBLNtuX_8i{ z*V>Y!dvyWC&hG$*Ja&Lm+VZTN$5E!Begg7-`={HJ}UuTeTEd=wA}iUHlUrqyYRH6zH3+K~8h- z@=W*LouVS0Dwjtj9cXlL@wJ^MFvl%>#OQ7#ohXNH6S`lc6t}|gRHlj*~Ktkm5yDnzrdd5QrXFz zqJx@3S7-(g?FqID^lxr2$AZ2C7548PElti>cv}f8Yky^f$l#`qEZwB{*HDhV{Hl5aztK=NhcBt8s;Ltsxqy7z$PHv+lwSHB^Y+1)*FaAsM z-*<|JilGq30 z(^F&HW5JC)kxAK4Sj19rNxAQX4KC);nj(8s3y-6;l-pnHqWBolzhpvuMs(@k{s@KK zI)yiTsaA4tVbj)##d*o1)v4tG8T{gRpMPuqs};v~N(SPk_4< zl-tj%@s)Pu<~V5K_lZX-mTY*JVu{eSO=H1A$O3MW>fS>Pvxy~|8%T%~)eLBiw+NP1 z6yY)J*@M^y1-T+i?k(wXe3=>sWrjPA+|gK`m$Ue4*YZH1JR2q}(x>xM(k;|#*{&4} zi2kFt%;S7Z^<>0~-VNhfNAFHm&6Mk6$8VQV&^C9P=$w#bnQGQ2<4Bk7BC?IqqOG}N z%FBO!isFcKx714%pHX+A*5tiq-mzn|OsQL?c+%vqrl+e!RfN=XJ;pUfI6;V=(G* zJ@;PU4+H11-u_27^eA4k8$>)Y{X~4E zc|ZJfSx1x;8b3a(mbZtUfp#%F@_WpPeTu6X0O1SY@eHj)eXIH%qU1Zq$t2Q|qE6~} z3;>_8aQ2Zv*eWVp;;&00Za z&NT&jdAscFven<2Xdc`X$i`XME|z&jibl%!cJ3fkaVw{TR44 zluJV<+5Yo*%ir=w&cp%xfVpoTX|9>V{ao8PhDWiU71w0FBG>NPz>o9~_f}$aWb3k% zl58O8-SN+r2%a4nqExeYH)|#7Jx0Nk?abmREsfO6T+w(}UOexE6snI24tr7J40SUw zM*7mSGO>}69;%tm(rq~u&atQ@E|=Xh++}F=?xRZn`$Ea-CrQaAJy59wH0tHfa)g!9 z?a&ohuNr%*82)6ri?Sb&Wp7b#k+X7yse=GUA~f|};cnys#J)R$iRs?;Hgi@30y8c1 z_&Mv2Iv|)Gu2YO#I!aWoa+JFSfMArf$E`ax+66BMdSGVki|Qown09z7*`P?lK=_xHhNOuNj&YITH_oh=A-iXwzMO6 ziWXLZ(Wk-l1^3Z##QSLe&H}24(5>D(q6=_&&|$`QSW;0GpDIc_-XiF|_BnnJoe~0T zSVz)o?piwdki)(}xMh9yJMtd+RQxFE$X0E1+73vRJtregrSSXS$?apta`%Q94~mp9 z3)=e-3+NP&H?HT~vPjl!`!+(XqQFOnmy#zVc5l6YECN71scM~)hk;(8Hc+WO@S;EQ z{mnGX6}-)^tzNS{gX=3oUS`U4{vb(lmT*z_U$vecrVtk7sx)UmZQ4Td!mc0Q(_0}p zny8|9cyAQQM4z*?GJmR@p0oZ>WaV@f!|-d7lwi(c9GE|ca4SlCeu&mKNmtI!d)x1a z?yQ(;q(F+wSUUT(Zs$j`ek7{#^q}jCI?vDb!!Mxj9$&_Pi`UrxTfD}?{2$$zYz!R# zHC|(9WMKGT$7{}@%E(t8EHTXD5Q@Oz%u{pQ+uJOEfd4Q656*4JgeMVFh!a&e`TH}I zz9!!K>Z+3J0ON9a1>-1V0E*rFy9XQqfYOjC z!NUW9K-~cae7#jwh0-TcJ=t;bRx%);Lkjf`{|4pz2L~#&vWn1Oq?CpD121)J1L6Y$ zh^u206T*T3y#?^s_eMYzvGXHb!8C%K-vccn*q4#V3xIy>2MyusBBJdX+$+eSM!!>Q;C7)Oz=VSb;H_nl@7qK0 zFTGn5SuNSrvs#>Y@4!~92BdARzr9n?fI`k&?}bt@LH^&(_Rst8c5O8F0dU;A*Kt6w zR=2n1(C$>OTmf>tGpOG_V4bz z-L!mI?@a4!T<|*(wSVgaFra@g@9&41OC`M*$ky`h?$fT?6q%WRUVi25bLp{Pz{3NC z9zOtFFTQ`6o-{fH03;M7kg)I@puq2+BIwX>iX*nFZnIE)$zde1n zw8~w)k!t5|`BtmEkTxB#H$NqrJiqH2)Fs@LejJ1HbR=YTsXoK_CFOZHsu8UR(bHdUx4_T&#fFZ|cJL0R{~Hx|HT=HQ%ih z^uw1?Edi3iIemftioS*X0@np`{9plYN50XWy*~d8N*wXU`+07UIQ9BC?EPj#5I=yw z;mr$+0D9->+S>N&>3OA7+aL%x6x*_)Lm!bgms zaf!F#vpO>OabFQF=544+H+HxKnIil*wi)5D$f3&v_Z!F^FNJqTnysf`$d~dx<&ILf zz2%R!_#j;SOnA3&QvWlgN%b?uuCl8>-=gh9$AgO#mw)BCmn@d&kOpna@+4J0e>@+yPXytiX8_WVhJIQxPj6tFqnk?Obx^^tBz;u}Bes*iWv;8k2 z;pTmJXS2HsRrqE=^PQ7T;CJwUNA!DGPx=)sCg?rY$^d6RS$awvbqgcI1sk(7F5CS? zme=fhGfbdZ@BbDR895lD|8sosoFx-3877Yg@WEi%uSLU$pW8ze2T&3N4}(Q?b5$uG z-2Jwn*ec_tU7lxB8z2>i@jbUNMeje{nJ{JpFc(@#OuSHl_*LxxmrA>@pq2e1UA%zb z4mSBsi0&GQ>RpA~g&ad*{;c^`gza;?wjQ1E!rXFbg427A_5>RWola*U=S_|K7@30g z`QgRmC6>J2nDwLdaPT}>vT%|IiguV1sr_K5m@e`8Pv=wRw^9d34pJfz#WSTO|cL@Azxpg=`0-WcNi|0$ zG%HE@!^>JjS%x*z^$>FV{HIWP6C<3J5&dW%a&l@+$2{_*U z$plh0&XUI>_hRLneA8Kgcy=dcUeNE{6q8(iLB`3oC2}&?#Tl+!)Q@i1%IjnGre{Sj z0n$|7fXnbTgJGUfvnn1#gYKe}xg{T!X*rb7k(wdXunkHi+bJFoUrAZC`5S8niE>Rg z4Lj`OJ*Oksl}E7VWFMtWuh)c|kO};_yPMr&8n;n4i}o62I?= zSeF(7Q8Nw;Ln)K2^FjiaU!~=;2FzaY^bokeYr!y0ja}Z&Ju^fFK!&o(b}xnN;h|?!;!<46ZJM$eVWY<6;dZMSO(!Km2}7 z5`-~n?Q&_|tyQ`~s-giF!kPo~5rsyP@}OH^IC6h#)JEFwR2j8jc0PQaVYxU8kIbId zimW&IYs_QwD7Jg@(V>3AOqyT*VBp&Rous3tvK*3ik-_4znjn*JhR#tB@}&OQ(ijjI zeYKD?GuqpvSlgx zEF84DLfx!(RbPfh{iOW;%gPGV(JSPzAEy@KXcH7iV~iV?1+(+-vg3_BpL2M2EP&&L ztf59;UavJ>74Kr7;x5^pK#VGAf zwQ<=1yOVlnhuaAcNG;=*6LXSVRxj+;Whlf7VR%pxW|p%G!LNU5+064 z+gQo>q@PFIW2q6PIK{bWz}q=zg4IISz0WrI@#96r$`XUytqTh_?Z?ILgD=2=E464e z#cR?LSyN)T=UU*3v^SxXlTFsOmge|@C*bC|tAq!gNNd6}zEqj2t@Wz*l8MgOmaCt! z2i8rkb#+X6yyFIbBY^v!lo3J6vgz@V=_@XjyFi0d>=K+0{V#~QE@fW*<}&{=U(afs zFuiZ$LQjkSzohuMFS15(ZZF~pT+ujJj$zuVDk1cw9XH%5rnQNWi@6ZB9PEOA z55lojIl&k6^+I8%*sW#mmW#lbF3Zj&pjOHr~iEvL~=Dyc(&%miD3oFFdpWkLmSgSL{fS*V87t9l|GTL#495u@Uyp6WQQH9U8yOL?#ld(NF|F6!^AGb$3{ z6mT4HbPix&DW%7oI!@fep$FD)Q$Pys1AUNoZLkF-+b3*P2;$VbDbjMCVvHE8xoU`w z7CI9YrRqAYqgj#agUNUwcML|L{RTNpRaRn1QYpD{s&U{EpL3c?wkabt?+a#B4Rtha zI;(xZMRqfckQN_-K!Mjrq~%Zt47zsjb-SpVQ`rUacjDB37JEq8;W8_vfV{%4 z#}%`LLarQNly1{&lkZng)M~RJn~pE52qP(8Jid4OVr4))Y43u843T#E^hJqM^R~Z? zT`g4NtutpqfN?;ySC%uxR{A7>;N~fbVqn_3^&n?oeUGofJ9!|q4T{r}bKdS;QU~dU z^B=WFil85(MuDP{slqumWPJ+dw#F9+>MIkPr~|hH-K>#(P(ELF^NEI%OB9^`0BXh$ zP#-X)&o9qbdH2wq;F?j5C7+fwa%iE5>u8%pj2Pn0-%^Y}i=!;ZM#5Q~O9y`P+GAwG zs#kS29qQ(}0na+Jjw+SLLPVKljIOG~pf3f{B6W`Irr0dG7P! zTg19Xi=T+BKTmQsZSAgFX+q85T+vn;e9M>PVVO&i!!7PDnQp`Fl#tax)V<%$*|M$z zQb@E$4ng?wL%Yt&c`W?iblouda?1+XmZAgX`iC&Q%RC}DZY>*gB~?@pgNO(DkRWI} z#cRU}4AHM-$$;g9!3LWgVjy-EwP)^FNVH&P2p*1xwQ%^gnOrf%(BHF# zdBdPW8E&{+iZ3r{*KUWqiBU9jdqnoFeOpYtlx^-K%u?<=$oqOqBmQG$iqk^JhbZfl zC@M60_9PhxxAARz1W%eY6W<-wI#~w_x;kM$mmx1$;Cbf+{ClG>*2CQ0{FN#v+i>^N)SRNj{4iyzOhrrUbCi9<{{=^t_L%iH2puP zIxnk(b?F?h+VQ+Dd}&?w?6(qQAV=lr=kNGrN8xmI{5GS_thzWXLwgqqbe-AU({$xXE_=r8F&u%^mRNB$wJy>Ma5<25= zzf@|Xep1_f&c+DYnNW%h=q-(bo9fz{c;{k6yjmnaK6ujM=&x0plPowk^3>V&b|Kvz zRb9-0XP_Vyx|!1M_F%xM z^y}yId@{e+w^VkX->5D#QBX0(cV^8dmc}D^t^$xEb-%~OkL?^jAc;MZc+oI~w&Lx- za%j0+0>I!nkE73~9$fc82&-C8w7wa}^GiU=84G;Ka?Y&r6_(uyXKUn`#*BRmc!xKB zl{SA7d_eT*z`%UN%kU1@Aq(2A0L`aBMQ$c zIC?fd?_6YksZOT9x0sNHa+3&&B>h!#hi#z92o^mT@g*+qX7Q+%^Kj!Hp{}}b#>$fi zdQHpyo1szS2E9A6Qj$_Jh0PyBRWa#r+s@&6l=z%Q6iq7_twNo9wPVoYQxsr7MjT_2 zAT94qxGGt5;;&Kuk=C3`eP(SRl!j0@eS@s8?Dp%3ttob>T0dDmW!9S^g2yK@TSe)p zSF)LY*X|(yCIQCx(?QiE8&rwY*^qt~4z>QCx}npLxuZ*126&It#9660zR{r!#kKCg zA3(?<>Z}{2UH}MwEzs1I*{%Sz00}i={fGAT$%4UDZ-%sEmlZfbTH#(^#(%- zGHe%uC2=;Tx*Mx?>9t6N#cEQAbz||H#rl)S%5Vv1>3wdMT}ai+!Rhiy(&qSWRwD{a z)PhF2ymwMx?J<-P*+Ua#&{5bIYni&|I78L~Sr*D0Z}aY*CI!2C87Y!+ETYJG+IMUk z?=hrUSh`z?kM(G7k);4? z;BX*zqw|@jMl+fhLshI7owVSwR3@;PL)CI05u~QMDSzLo&(US)K-_yAq;%98cNzc@=u~8rMWSIDQ za05zmirHaj6-srD07L(7P_aO2{mb*xG?>MlT=wW+5r{7NC(aw6-#ao_*$GRS+8?Yo-!MV^F8+^d!t0Rc9TVIzHz1B}NaaysI%GZrP+hZ`7@Nc$~Tv z)~;)qiKb43yIvTXaG(beQ;Rs3!g9Ug0lEQeD@aICxw=-B>r+k1J1n8EqUO>)NW9g% z+5@&@GqLa*HA9ra^h?c~yma`%-hMd5dG+UKJU1!LA{@@cBIym$=;AmBU#vE9=2DqP zo95GvsA&4KoM3e^coV<>5R7**s%CV z3T+;L=)-7%2Ka@r^2Kf=OTBwIc3ob%4O;Zi1M)D;uxIx<9MMd&-IfVAaDnGg2QrXc_1SW7wc!>LwY?a}>&Pp&s`#WQ zULtA=ec*4+#ZM6wku#BPOdLj^Kg!5M5YTNDHBy>l6vM_%m?F(xUIi7_A#hFn6qQt8 zL$=2J=*xAQQgb+AYyXtdPUm+^4>Mnz>DXZIomX0v5l8J(&z5kyxkBrzd6LvqM9+m6 z#cS4_(`o)_G08w-6Uq7-h8A2OR3)lCq?Cvk03R=RiD}_kyri<>{#8F411qWZteV!s zGSYSlERSaUKvIr2Q~-i3q~d1#zDpuXdq1tDn7yVZi0$qj}*D z8gEUP>Kw>w>ES*>=aU)qQ@8Z8X?pt4`r?$38p4F0_LEo+t4vIdgBnkxi-xJpnBrpt zu-*Vo?K9t~yTaxowINbWc;ShO?&?)qH?ufzFZmu5gG=$ky0@^l%`%GoMONT%%L)M# z&kE@b550|z)Py!!XYMzb+I#YK3ni{^6uiP+<0;Y~2ErFvw;dyASv7Tx*#OKEQX;pU zN3?_(s)o1>^`|?9JmotX0E?>_VXmKd4@|y#T^TYP=lEpkG$xWcDLfLZ6k>0NcMwul z+W0cqR|*i?8bQuWwzFeK%Y~CcH_;Q8aeRYnN&SdqOhJjG=l~Yfd!;JIuXhXjRvRBE z(JiiqD)V~6$?TFF$A{;u&qVb1X-LH#fut3d44DVvx=#FsL z3BX4@yAQU8vve6lPtM?FC)6MJ;E63V*U8E;F4K>)x$ULS%-ean(f2$atJ%YHaE<$b z6xig>*H7eBB<`=^F|02ELbzl%-KevyZ zoKZ2ZaUJso>O<)?d70SZ_dWByS`;f*=L#C0AE2GQl04jypOrS#CM~ecAoAX$i*o^R9 zVFKDT12aMu0oi1(ZSFCno%d%i<`_g)!3+^pk&xlzzIyb2Oxrl+IqjdF3S7F$SApE9 zR*`$DAV$@BUx)Qa5(FQ{tohy1xqE`*g?nA`g~+T{MH|iGsXob8~3PIx{S_59t0)WaG%_1Se1C z;Ud_c#KyDT$$Al^j;&@#QHWSQoH%H-d!>H`tsUwfJC2bv>38O|I{zB}ncb7t0cp9Z zjt%AA6HoStzia}fAncU+rI{VSFL){V!?Ye*RDv(9@9n=<{FQST)IT+jC{gluv|W;1 z>|4$pQ4C=jq%S^G7Q1y3c%E7Tjgs98PNX3)qE14iXlzcqvv3HxfD)u^FF-+=(x+Hj zxz{-C+>iIc&Z=0;TLp6%FP8jXJCq6Ilp5I_#XeXH296p#l+gkfvwa`j`-~LvIskN?Q3pPWWlKs<#H6)YW|m1-9%c_!n+5F{U^tje zC@~nl)B;~6d-h{FQ?j;-TV7Z{QGRnFN+Du_$^^f%TyoJtu zA65rpM5d@KUCH zR{j2{HJzumYQH08Mo$|bH3Y>Yw?nWtq(s}j%+p3k%s1@0kp>FwVPYlhyLNy!1z4x( zv?I>u;7)X~W4Z73X{EuQF?!4BU03N2Ft=tH?!{Rbftm~6XJNfQC){YQ&;IP&rR+(R z3Js-M?2Fd~^uQzAC@ZM6|4xNb(m7Ghx7;$t;Hfp61b#Ke5*>KZOkAzN4T*bOADPo& zTIw4*(w~8p=CC-f?VUvYu)*tHa-OqFSEk?~m+q6E9v;+5N-NkS1y4IXO#*Fn3yS-f z{A6n+u$;ew88%_dqk;8k5z%KKTp+W|1qUskEt9k)V6&{e9p`IX0K7I1+eGtk##Cqn zwY5`rMS?{ZT;6d8`adpKpRvc^p@KO-0(>r|UZbQlAnz9Ww^j}t>GlwqT;t3OIYZpO zmPZySAF^kUM3|ZTaDA0w{n3BP)P|_Ag$Wt&mwj(mcClk+WTn18z~s!!(>-Mi?s()HUJVq*9w&s^$_gR^vu7TN|GB z?4)@4r5pp1z-{Wk@UPj9!j&V9MFB$|*ee%6T|-RQB3)OossBXYrz*$<&u;V4d02k- zVmKk(X;JOqvxFs?>l^wfa#{N7de_#$QL#j?&mSK;)jO-5S7DWk0Uv-<=imaJ?7#oQZm`QE3Oui|ZtV`QdERNy4qMHsc==G+c>RyVMnd+PChHe)9$>a$}hVSWC2 z(QxDOOt;hF69JOX+fbj2YMY=Ol!c3XD&H*jI@G?$0pr|cUpfB~vf;eqzjlgK#*Qs5 z#Nb%+1+P?1b%7(TQC2@e7NtlSA;VE?1d+&4W<+~H$$pWpknxL#<7wt5O07cssd`YP zRDa`6Al$}>{H(n0%AZg_=F|-N>U+&MO~r2Zrq1`32%3`mIY$Lb2MHV?Ae^c>46`HO zPaY1vyvPofRx?s!@A^qTX3xU>>zG`MQp(!yxIXIf*X$Mr^9-BuvtSGbjhogiS0-WE zOe7=T^1?y{ej4TJHM}@feT}i_%Xud58vC8v;QOo%%lXD|-oWfTMAaEvDW}z4HNNEf z-%>oRUb!KKE=IiJ_e_3xvZRNZl(Y~5g2lbM#O*#f#p(Pu@ zL^}d;Xdvpd51V~nkDf+mPr0Nj`wQcC|MF2s|9jg=z5T?x#mTopp%LVC3o+OIAG2eD zc3nl~YL@cYK~~QwV@(6qvBc?2Tb0u`EQ|#ZBZqwx&JP{RSpkZC_q-1`RUX*|^-9*t zqdL~V;AUlsF?%i(XQ?n7y3KdrUHs6BBn1HMb~vD}dhmshHy`U#z|>n;^@y~iNSRoN z=P92bo=*mkB!u6LFNF~e-{ECEf~iaLpKKY!E%7~rLjsuvx)jDuw>5ZS_UL&C6HceG z86T*gJ_7D5TL>N&WkwU4a|;ZLg+}cBYP(=n_VlsyPX%1=`}!~(FdOFkd>(^gO z(n@Qr_!f?eBS$iYV?kpI6)QT25DUKT7?KC1my|!@e&S|G&%dY z=#Sri56So1{|!ap_-`lzD+k;ExV?<{9E{BW@AaRiF9SUj%l}n{tes69@##dZ z4V+DcO^ob}O`v#rp`4r@O$=+l7j zk=-IYQA^u8o6IRf4rp#fB9Yx}Iho8%XWoCCZ*(-M-gB-$w?91+>3MzfrwL3TnZm{f zvG=j@W%KCyMP+0lK|lZkxU=~2*;t7RVUca&-s7+{72pmIph7sHekTP-K!HMuj2raX z2jpQ+Amm*e!TsF<@O=&b`qRTh?12G={1`zvA%KkqZs(@}u*mu|P9YpbPLl&WJvatv zZuTK~{5(SFx99`<2M7P7FYUp_Irz2nQ1!+9G0|;-9r%r#05*Y}3{d4Ewk~@G>7zFK z_GJgOwQ+HAv-H8$WYeOW*`c}mfT3Ce%>}dxXm8-9`fgJIFZ993^r{^UnSh+F^J@Gk zn+#O#;p(74{NdMxXz*ieAkf&vq{5*A;&Jk-i=gK01KEEpsy<2qx%O)R!3gXEeqo=J zpKkbNhj=sk(9mf?NNe-Z7v?Z^fg3^qm=6_M_Hyi809WSkoAB1RP(p7(+x_xhbsPhG zasOxp4+{L{_MS)tQz^xT^`48*dTUO4lyZ=v>@Oigqz6kPF{^N=pi77 z8(nQbnAI7Cll`|3zA>l^bBpIr7%4U~S{<>nMl4~87dot9h)=w977*AyU?`|NhzCIY z8G!K85SZ0l5Kdj$|3le1G-jf8-8Qyu+qP}nwyh_rm=)W$ZJQO_wyp2vD_~fM~^Vkqpbx!R`b9V}Gv@fcy2gh@UwQUK1b-;b z+yu}AKN`Xr1Alokxnr5Q69b(DaBO3ZLpBR_2ma)}ej}#+_ObusAOCiq|LP`mXZ3s& z`kV;D{|NfjgD&k{GQtjDbPgc1DFqXc@4fYve#8rQR6#U^baH>yX+R@L{1cv>$7xu= zBQj7Ry3KPbui{%mHF*btX{&#Cwf{-J{GrI^UqXHWIf3~Gj1YDI>HnQ4*0L}TZsuTGWp>Xv(@uz$V`U)gG=$gJjL*w@;q~1m3iembKaBi2s{Rfr= zW#~7sPu2Se_}3N=!-0Vzg8O@ba5&~C__rOI7)db#{N)upJyfdRUf*fV{4ZJxja#;fvX1lO9H-lBj{EGW zt>%3C(1Ku=P@cTEH@`HG*h<)^ERRH1KwU$npk*O&>2))^UVxC$2Ml8ZuwNh8RU@(0=h;DvB=1 zpk6z_Mjakn?lmL-99y^5Sy4=b{TCjLwW*3cVq4Sh>&f2iD#p1DM%=;IAW5W|cuXR7 zr18=gJz22dD6hw97LTQ5&YmpYVzGeKpqmJ7>%>uLcqsT3LB48Xt`eD zRp7U{N;cDawu5JqIgD$=x5R&dvgmI6nKvE{Tf@**F!dc19+ zYbek$z&!QLo=px*C{49>6CWE-baov>*pR#Lzjl^{ZXljzq*`UJrau5j=*1jpC2%H$1Sf!16AMsm?ktTjf*R;c!o)yzMub?6Mhd0;5D{A<%IlZ1WMTYSUDpiOQS!$i+9FwH$lJr8xAw z;#>-{Gt>arPCF>_44&@NX-eJ=226L_naE7<*8ANt!SOURnSg9i;4fnnL3`=zm?jmk zD_L=dAF&qn+>?8Bo~Ez0WO{=G?M|ngysEB0`dnUT+wt1uRJ$#vj|!1hU1}%v08|c= zo(r;PL`dlzAs1OoL|b+lx*lRiMmLTd`l2`#$GIMUwxXa%-|+@*Y5w;1$_7bvJFznP z!1I{l=81=x#O7Lt1Y3~-3rQZ2+qUqe`$ z2HRoACrGqgF}Cm9*T?Uvd1hv1)V!(Pnh^Ilo?9pNMUXrC2Pz;BcnTQ5JllFMSYpsL zRKv28*zK6cF~b#BMfTiZ0V%?;Q>O8Mj10_zo_uBHW0hR4D5Hy%B0-O@o=1B%-04@X zP|TC+rfjw)!FkZXoXW%@V{cl=26i%hW(S6P~{0)vTp_U{0OYd?Cu8f223ZC~5QZA!|N6nohff76ZLgaKi ziq?bD$Hh#j8(%SP$VpuibF4CJh;4GfKSR2()Mb5R`0eg>Grg^33;QeK_Wb#6VCC}~ zx!7n6_p;@SETK?CQrERzAX>kKZm>$V1#Po$9Ic97&gT#rCD_v1zG{t6Sv^o?*7HVR zHfKSoKbGI4G7Y`uEqkX-6*Sn4zmJkcku>Rkh^H4w46(}9Ie0C&3MxnqJFL?n>%t{x z%5f^-BUy3>Uihw2VT;eg-56M8)k}8%kU@{mp;xuLQoY|)Y~!hSZV=J1NlaDDtLuUJ z?h|w+5w?_C#V>)t{9Jvve6)7yJ3^+Ib120@VOPTnfbaCH|EF45F1&Ba;jUcN7xO1v z>*EuWzE^V>_L!sLPmt!Ew<5tXf^~0uaa)(~jOJ#y$#;JFL(j_C+f$Zt2&6P=$%X+i zBCoBfVKHwWU@9_D?kCJ+p@%w7T4~pJjUkgfAsCn&38_Z>4lFcFkt`;qjss%tki7eD7lrC(qGIWv|{r zk)Ow~-~{6^8~+3Q4fyz*!%&_wH0505>1AeOMQ?nBBOacAA%kj5NsWg9Jb(6R7OLWZ z2VJnbpmvA1zea|5Y(M4tICVWVop_`6y%tWnPOY2#jvnr$%%=E{XR~bzBhGQ{WM|OK z$-_!plMRN5PaKcT5OiiY$uPkuC61u|HCRKaM6Rfhzn*Os<%Czkll%#QvR`^wZ0tSQ zpp~k{kSJy+VwTi?8`Jn*_c||%R+znf3GgQi9PsW3=IpBpqFf*+pfwt^xbRg9+Pyn8 zjz|FTwy_<_8Hn>>>`}Z5x<_wD;%+)Va;CR~U2!3Ls7cKOF0DRRbxp#^l=%rnIU8pD z%U#d{i~w{($KS}L=Oxm-4hk-bf|}-Ig@|0OlvmH(4uTwP^S)U6qR!gUPiulE-q&tl zO35@LeLZ&m@7IjeY(XhF?!C=(YhLyg_pP1v#lC~!==i~U@s{`fe2LFq@g|SQm>Q|# zEe^60{zhjU)zquBb4t}xBoS^udoF{7TJYUDMwY5X<-mG>fk9zK^>xN=73&0f$D5Dk zXzN}ZV-U5Xm!@h6zP5Jr3{?Bb^^U{nXsi0)rjuK{3=tJs=*c( zxcaSwdR*g*@dhhnAA(z#7_5y3kE+-Kyw-_3I`Y}knD{%}e#kR>Att)#yR7wx^RS4< z!KnLipOlb3cx(>(I0|@9S*py=9^(}C#JXoA+(cMCU^*j^QErFQ?(8t8{rKG zqQrp9_H!!q!rRJOax9)`Sv z%gz&opXh}50<;m&Jv43aty3nNIqNVZC~SE#eaUWs=c5JH{XkX$v?QZAy+abVL-VCT z`{z!+idm5{O+F8ZJ7c7h6~CF5Ds>f6;eAe1$N*Sgr0P`rOL&X5@fDWJU&xMarpF;F zj|`gAB!kj_yr7BvB|+1H6>Ms03Wx8dae;XRD-O*>OsuaV%N&?flnN+9r;vXUq>ty3SpqnfH}liUN%~31_zfd`(UrIbY7+Ep`?y|~ zWn(^?pHevU^xS|#IfnpymeJqjdzQS{Qe|rj6{KcaD43er@v}~>Y{!g|uO7S`7f>z9cl%8H9dqluM~MmcJz^jx!wAh$Ocr^(fX3~u5g+()C- zoT4bk*E}b-(c6Bw%QM?;Ia|{D2gicyd^z4e(Ha67ga3IvSv?PWKVmNDSi(SIC5Bs% z4#=xE6S)vO3~Sn#FriOb7OA2%g<4MyV(3;BBh?K3aI*oJSC{#DEkpNJ%J%9uOPkBn z%Uhfblpmk^b+*xD71o8ekeDtuvz>lko=kxfL0e-FYM;U7r!Vp7Z~)*Y*`c_mg9S#57zvihN2au5|_ zXdPAm?as)qx^OS(q#`+Q5)9DvvjswpFs5%^`h^|)oRwYRN3){CC@2}W*0-JPdkrLZ zu@!^NV^0#m#{98`w12h9%KN3z_SrV>tsV2VuhZ_#9$F5!B_Uw#fB9*8%WhF!HvUW` z*t#YXE2?IGahNqwWT#M7$JvmLxEsm|`8(hOOP2MSy%o;m+QTQp>EJ6F11qId6V|KnZ&}@{gfco)gR_ z(G$LH+|)g9(!2l4HzTFwz*0joFiSK#0Qo0KXqgcANHzQBbito}ou&&#$}HncaQmTO=s_!#@T@K!ry`#Rg! zbK$hIm0*aC5hB%i-a?uT%~eX`)Kx(qJAI{ZfHRtyNWu2LP&MQRvo$sH%`+)UrGnEj ztzJ-@S8aoxf$5MfVSb8!-jVU|zxpeQvl_y;4axMXqIYgo$3%|R4Oxi^%k4x|)Y9h4 z6FjFOV}RyH_kjm_$%La$Z-Pxdg1XdKVJ$zFHFH0|`zFVw$TW6mI|CE_<4a16+m6kW z2Ykg^q3l+>_9U})YL6>9Yukj0XD3exjjlN_w3gzdYN6R6bh67m?5Vok2D8AqDM=Hi z{|2I)2~9L2ii@T$jao*A+_N1eGC0F1+?E!cMAN)pE~^5czLc+RSm!NGcJMzO?Sz>J zJs@*T6|R)X&LGg>?|Lo`N=>~BTE31#SKlraS7}N4)+A))nm4Pl><}o2x`ux?jeEE9 zz0KE~G`zcNPi{fEDX=QF5~pOm6VRUCaF(YrNfX*ghh!%&8c$KwIoD#zREU}Q02vme z`3F8dnYBpK^T*)>+|%qPYCzaJMU_-T)+at!h~50zYe9-!2b3p&^D$Gt)Eah*ozeKH zta-z}fq~f49r3H}c#UD*oU`{M%L*FuL73RQV+|hNmvddGX*rHDs&FP$w1@bKyI`okrr4wR0zEXDSZZ{t zMB-3&aqF8-b2=u^1qdFSo*-6|g~p0g4t8c&0+YQ@W_HpZ5Ym$?OE4=zOA?kAS;_Q! z^0$qs;7@Bbs;U*fXvp^ZDCUIw^yon|Reff_+gLJX@m$y?kpQQ4*~zkP^Ep?$(=yY* zy^hg^Q~TW7kwY2;{Z!-Qs=Ua%8J9+s1cOUpx~0CduAt5m-cFmzVvT=8xY!_X>(T`@ ze8G$o^)B**=O|Z|K^@fE2%mhBVDe>Q%h(HD-{ERMTvJM}E@m=R0@P0fb@U2BFq)$M z)60@9$GI-9A}i@mqB z$4yd=JcLU@Q8>|Saew=)>Hc9dS1#8CrKKIISv81!c$8^rT4rI{5s{}R{O<};j^y*B z$D&_FDn#unb(EuRFx~Z24j4yHPcwxWq_rl$^RNPU?{jOV=Vcw$HLdEtzikc~z zT5gb~Psfou)_5rK!K+&34`3cTzcyxWkS6|cH@{)k6BcWNB{^0$;6g3)HcXn1tl08j@z&c2X&@qEH6B zHH|;dwWP>4jkL>iM2AT`LjuGNY!du?CuD?QHcJcptX1)cO6s*evbMIbX++|^wBt>b zz+IrpemeM_f;J-^kuNi9+k^yJY74R1QJ~uT?SQ6o^(0V@87fn%(@Szp29s71*)4lg zd4tz5K>TSGcNCLNty#&yQ9DqC>XqW&BE2Gw?GE=tNP7PmcUeOL+GvPm?CB%BH3N=8 zCI1hr7-dm>wb)WO)Yt^H!D=^~GU)33Didr;F4w{F(w*6z+})S()8%!EFs!)2h^4JC zI=IRrsL}W0AMCXX&j$a0^W&D~cSN23kekdll`;Uy*XtOB%CR^W%~PhFD26N{|Fn*6 z(`7LVW5CdOZ|sv-f9Lb(poF^Y{aFN)8G4Ky-vn;1^&zOeyYYZ0xY=BdvS(BpvpadJ z7Ds9GH1?R|iP8MbkM-t3!k5=2AlRSIS_=ny?btjRg22zP{Y7g5#f=36x@-7(A(v^DlxxgPe`TZ*hY&Bo+1yVDq|Rv z-n&JmJH_Dl^Bno|xvfiqU&D23JeKNJO5YEZ2xKa1aODk<(#vl`s%}?@VOb4vo=XvC zFmZ~uKlH_``24C-FL_vdOuz|G)k5%K*tkn|?q>uQ-9h*~`9VOKYc#>z|t-z(u2*#^b!L7XgZsnpUm=&GdQ^Tpe3Ki5fq&aXL?u9o!TnUWYT&nUx(zKE$0(W84regk z@dekrKCus$J^|plqG}HdQ{UQHO~Ek9)%n?N6`8$XoDuf@5%l%P>s(*P8F-f>HoO5+ z)%BM9b$uB3m2u~zUP`k)WFXeGy;Kw&c+nmA$5=Rpz}}ird~(qvXgVrj>1G)=ta%O` z1!;18_Us$y3IgxZrfnZ1di@H8#iCFRY}Qtw#F%UOn*t=@e$|vTiyDWo zu6)0vC!r4QwoK!a>Wapwnd5AGX@(`QYKWC&I)UPPpY=G=E($S{f@~NxCUJ>SX*<$+ zkia(R^)0y?em`u(wX6ekqEq?q-$fjQ!m~x>^k_w=tOU3TvG?Je@yD0SjQnk=!U_(> z-&DGr<6H&J!)qJ|U)gkPU8lYUSFq$B_p_tpf(SWSw%Db~=L92}!o8mwc2?X8f2OMR zy+==eC+5dZR;_s=^h(tnzHb7(s{XG%ePmB7v;CTPtFF`#G|VLzNyJa4Y0zdNAk?td z!s5aG0?+QZdGdX@&hM9IT@`McLsIh{0cRiz1NT1j4@ce6E1(70cyFB>RoF=*TxSL7 z!uZFjeP{~oYtEv8VuxIW%Gql~Ad-KZW`3#+Cy`}*_K&i(I`q1SRipYc&atH?Vi2Qe z>m{mhYSQhdd*_NW_vRpA3wwq6I5*6gf&Q%|%)G*S_w|bWP5tml4pma|qS>||PRX$6 zPw^wf2dYA8(~U^e6+2J)n8CQt-%C*m&X%lQTDHwUq8rQQsm0P$QDfh|&WvT!jShlfs|Ozf7rohY zTs{N~BNac!hxIC}@8`6HDO`huzATGa9WpJlceE>APSt7Y#>rXmUc#>pfmSZW6PeB9 zCS$rm|7o}C6z8~2y*NL-wwZ?Xrf%1HZewHABk*o_tAb7pk|j}X^6a8m7HN|F_eelv(TJ&@s{GiOni(bSaE)lTy}d;4C8t=!b8NRFr`StZLXAECwgBrd z(q;DY6p+X=3wyd6$fiFy4Ivq>c4fxp! zPsaLnu1M_eQB9bIrWIz zn%L%bdy5kzxmVipB}Wc;^*^g&wXgVQ$Ys(3Yi!6JNw|*jKs5%aShTW}o6O{Dnt0jS z*RvG#->uXiee!nVJqZcxt}FOLM?o0F|C@8-?-bc_3!n|(3!EQ;C;2|BtiJb+CuAo; zeQxE{R?O=NVVl2TqRFJ-izlJ1+3YFte2;u|jbUGxOrc67#3f^Bi{C&zO)u5WX;{t! z%#hm%=DfrX16y>R$S&kNztamASkGzuaVxbr3nA+EGjM|p3_<9Ec(aWGH}j)sBv?;1 z2%+PaZo$+ZZdGX{#&BA2ge4Nf4`vv@&o;0<46%c2v?I<^RQW0=hwD`Zzd45h@>|Xo zD7M>l9R<3+eHupM1T8i($a?b$I>kZ@54_CJrQNp%%vVCg;^10gZm}yzL%|}Gq3_ut z`73?a=Vx&Xhr{g&xa0x6+t|fZEGHmQ$%8a_O#Vp|?+cX|nsL2K0*DJ-ihM<_I0GSR zwDlXXqS)7?0^o#g6{xP#6@)u#efLw33C-B7QEdRUV`(nvi9_!c92CsXF|;4pnGcMk zvP)kGeW6Cv%X|UaAzQ@wVk1F1mDDEK@XnmK5z|ww+S(epsHJnyK>0-hWZ%QWJ@aU<;kfI6MKcVVN;8o?xxqggyRat>0aYEZ``lvW_%) zg)gOxoE8B#>^Bn@snYqQWxJYr_v5Mhwgqlj-z~BPM4x7Rw&VJRpb8X=kDgw|W4BHGXxkh|&r`Q~x^{gLg%T$&$Yx1E!kF@;Pk7Qk#{^TmS zp+i5Z1~G>k)kem5pN!$+uYGT*vDP>heUZup1PE7s9VN{?fUIystpm%33&5Kh}Lh%&PU3 z{K}Q4FgeH7#5tUPcNA#`jaw;2E^1B|mfye7o$E36nI}`ri>iC~y}hb1s=qidrk)5i zoXm@e2u2bH(Jw(3P) zT)3REPdlOL^f81Mpl3%H7ZUlfQpP4;fHe^cwv2Z$?v}0_j?UIpPAC1Mx zx(uo$d)eU?14jCi)!OGj$-=lHvM1O$;16sbY`{irc!#(YT+gd<>NUcFS{D}KgB|4A zvgqoPmBtt0g%6jryi`dBaY@YgFb6=+&QysXIlz8r;LF%9kq?J=H{j zi*tHENQ{M!-t~EdD(}fKH#d)5rO_JSdpc>)z8n)gYz5I?II_Xp|01C9Vb_lhNv45- za*(VXX`@#`Zco>`UH?&eAUu`ljDYj`F`sv6;9Jqi*=eC3HLjUkPnt%;@czQGmo=9p zMGVxmSjvh=A$#wSk^VPiA;0(qb99dq`6&4a-mcXS{I8PDwYOh=zu5TDUpYzZx5lul zwC)>lnt9gbX@sM{R)>1c=8u!u^9k7l2#V}*b0QGSE~aT_qn3lT4ej&cIQyAh6Nt{vDM<^bMhRNXUmT z;UsRJ2bwv^aco~;;-k`~C!WqA-)i5-hYs2fNHSe2x>5==Xg?14u zB*f<-(+?CbaB=@(E8)=&#b0PttQW!%NcD(t{&UZ`t=OnXi+NKIL2z6bH@syhhPGB7 zF8$A&#Ag61=VS~lF3KD}8p_nLds7-eFM)!rW5iypGk#`EWQsyg*!zIS>gbB>JmP5T z)x9a1jq?a*dhA&CyLFO-AKc5PY?XaqtwO6(@mVc<0x}!N7 zMyU8o6DlpljlHsf&XwV9jS;eN-Tbq8AQzUsV zm(@-}*sgTWIhDL?sU3ggRPiKPJTy(yvMUE_{b7(rn4-TtD$|A`z5CP%diT@oy+VcD zGi?#G!nD%e1^#HF_qLm3hMx`k&zy8#P78sSk?k!7o<1shM=o0h=mJT^&*TB#3edV; zpoapUKzVV&{T+wr(dVpjjxW@J`b~kL2j?KP@5XMp1jpBQ+`^=DUtXel@yW?N5Yvsh zAJG=@7u-04MTjZTl5LtIzL{3LA)Xc32n#&={UE> z)eX3yMaujE?tRr^i|3+Zjj=q~!-jX(`dPcR{?=LlpvkQ`Om!Je+(uLjIZR_;+DHtD z;i=A#oNt2BKYXbLTaju>3UsDsmIf#W;v{aw>j2Ys?Zj!-TWdd6RMv8!#w9U|d~yD} zWjlmrzsN!NT`dPm(K_#^njnl)p&DdT_T3+3eTeG@A%qz+MT)hQ5@^1N)pNcrJWdt! zHD!#m2x3FGv)?Fei4ek?x>L*ezGXT0#Eq9CQSLsg4ZyDYZH)V?T2l{mhq(!{wXNC9 zrTov3Hn->HqxDEy!kN~mpe457yZ)2C-D|kkO*gt3D$aL@^^_u57}Un5V(&(Ub#dw5 zRO^#MrC=?3duA@CVJ_{4lI>Uu_S2dil2{PIW?QA=EF*7ki|P%RBZNP4;|DdxL=>lG z0E=XCe*GA0#NjLQ_4QN%i2A1QI`)ljZ^IVc`8qA%VxqJ%}0v0)FO|thVvx^i61E_!SzzEs-KiUy8aQFvY ztUU@81_?2pK7RtXoOn-((=Qbg%Fn6{@S7Gt-ZiLm(2mGS z2sOy<4^M$Yb08PU2NW(A+WB`J%2gtQRB;m*VP07oCFAhKU(9_Q#+dIl&eUyhImcVd$Mh<=7A5gr-l*8yS`FOERxKvy4DfpDlQx6Y$@zt-PzeP@_A;2_#(HkR(>H8~ET&P!A?as{hc)f#@d@ z7f_`3Yek~rdHBG|a4#XFSR`AtJh zH9|H8gt)kc_oX<$^1iA2^$Ix3ZC_75d)6tPLMXRh|> zz5?_0-hS`bMHBuYNvVkmp@9kM1C^)!1>K!{fY_P+XDEE9$Y}!-U}zb_Y7~wGa)H`=b#h}+_)nT}}$A>xb( z_s9R|=i4H%FpVDM=IopBt?v6Fqn!UAr}y}???J%W(J`{YpSnL#{X>jkBJ=7>a7e;E zZ@*1Z2w*Q|u>S&7)b~B0fZ#s1=`S*WmK(+hLF#{zAtCSPOmv{oYzu%s1Ed@fP(ar6 z3HE*+D}QC)`NXOhAp zEDN^}`1|WBX%qbm7*YCY^bY#)Z!hqA=LK^Xjf8)<{VQlsC8O|rC5r42T>o9c>rZS9 zbZ`N4KPp*6U=9u3Ym_WxUtrLe4u5w)h%BWB^CxqiuwJzN;8%|oiwx{;!2iQP%gFc- z;``Ls7&FIBZEd-Le*@_9P~VlIPPj-KbIKQBkW;VecpMuvm$BTJ2Sg$-e+y8uQi&@vP3@ZiCvn=@=y+I zfE{(fr%G_5!nD;z3TIjS-Z9qWxLQq&??ocv+&wD)loV#yr;o)1 z&zWvfUWGSU4Z#+oXd<=D(?4pcgJkTP6BI*pbRRp*uVdR9KTVI#)+Vn&(&K8C%W>ml ztIeRu#gapJdUwbhh2AiigTi)jh6!qAQE z@-bzdJ76`2k|rA9uZp^3TdoRGlyNV^yVx^-XLcjupd)MG7c_c}JufJuhotL#Xzxnt zZr`Z2)hcDNJeI7u+$>$c`D-ub?$;U*0~?ka?++C!hWQ3Sp)My3b?0h8-(U@oJaYiC zG!BlxL}^ztQ}bO^F5c&y2X+p0_x*~#_x$6hyiAwc7164ZoSX%(LHuiPdw=16?cQD7 z#K5Z6WcT9PCePa$Z9=T%%WhL5w|JS=ANi;MBoAMDT}ZB_Pg9CMD>B|c#O6LWqM)^< ziF%eV@`!Iv{Ekk1D&Hm`D)+3!(OI}5y}k|(mm8Mv6%jjlZLvLAleah#eT>5esE#yD z=1ePU>-V6x5jBwSORw-ObEjg{QjhM$!_r#mwvHTyA1HOOj4HReG`|cR4~GB9Xb1i? zA0w{VLQQVP`fWZ{iS=40Z=?gT6;a*^y zT>kK@p<8odyh3A4L6_aA+I94P;&8YdHiF7)l@?&-u*ek4PJd`Rs3o1bGt*X7-%1Z7 z66g&LE*gj&hQ8s8jMML&ddT2(pD^!jrkclP()O^7!IsoVHSd5(B1I5=pN^Xb*WpGP zvR!{r`r8nBK9`EZKa&Qsqve82HXLQFAv{T7=gBe!@r$E^cP6hZ3w^0uzdHv^0}qXr zx2fiPP{~RVOmgdS4;izwx3%LD{b4ln&w;BC+p0ses$JpR{xAxE?w`+&4s*_howxfM zRi=(_dt_cJ%YXl;gCQjH)E+|4ZXAC$jx2%E_W)sO?pp1;?xI_*T!ms{d8lHEh`(lj z;}OXRki58?H#BG2E#XwDHW9tXRx4b^W}3~QJG%V0NYZ3wKu`8`a%g%fb>-|wW~&X% z_9Wh6XU$|0cLe@ndy&?j&9>HD$FR(<_?a;-W-`7!82UV6*I!T*b?ab#Mj7H2Xx+10~Q9`#BM&9DqM#igg5Cf-F za3uP@6NJP-L(Z^S6e+!;Xw{SC)FR`$Z&u7}z6dgAdihz2o?hK1?#$3}CcbH$XZlkhuwyM>=@eJS_=sBi4LSiPQJ~QkT+cA$`dC9Vqc8jyzXEL2=Op2XDUxJ6x)U?Tm^PpXjg-fL<@E)GLj zyTCa_b<&p%g zs^gES8)atX(Xp!G5(Is*b+q1uh)$NROviG6q#tNX*s@QGoJH=5b;NZ5Rrpa*o_|wCi*5bkO3^}g zmfAPwUxAUXwqFFY-*^c&{YFRxa~~o0*%+xKd(#uxNaLuC*YE)95JhSOQB8Nq>Tzbg zS^GMzCZRbCkUagzpu=w9s{o6xaU7JLs!yW`CTSgb*Rjj2rvoxpQyM+#izAo66}TEE z)RY%y=Xh<*7m9g~1Z&;DTsql5@FW9t`8^GLdho!p9*T`_0zR^g)GNEaZbd#V6uu+e zPX(|j@kmXYwl&NnMwX+t`6i#Cgla$kMlkQvuCnW&R|D?UQ5T`oxS6x}U+kmcXH-da z=P>m+fEv$cdKq`pS?No(L>n+pa1Z2y2RSXHf;lXa_pV{Dd5)3#KDdO3{80~!My^b4 zjYsMTdH%A26i$5Y+u5FwEjU`Q_$_PD%&+n?+y~n`KE)lwgdYU4w=ci1-&a08u9D&S z^{vh>gg9`c#)P!7Pd(K?rg74c8QI>g+6!Uf-wfnZez{N8sa_E!|6iYv>^eM+kQoQv z+Im-QrCNOXpJRBguFR;V#3lgr0x=kb`h2ZXO7Wh|Qu_XR>=;oG;!b`J%<{Zq`+$yu z3x1nJB-KH(y;Lf=5NihvOt~%dq4dRbpZwz#-U~o9XJ&LEz z6=;Bv-Q**bIWI)mSDx%IP-He2>vEAox10PF)sDf@5pi!M71zD>RHIjK{pSs2vnZYX zgLH(|iuC{}_+?zn@ekoLE)lsYct{wb&Q49^O!UI;)4c$7764(idAs6-f%ljuvHNf; z{JvyPv3|)>V`3^iU7OUWC}JCum_3f#hk4cz4LAJK6wbS zxBqa7T=lT5Qf_FlD3=```W$Dx@@k(o15Ji@eoz1q5;L6cSBgCTM`_iHA7URPnWp3m?IYIucLExhx7wAL`hO}4D&;$$( zP*j5`4-5$cTef?)9aLTW(gVR zLq1Di4SnfSl~*j8F8yXQAy56z)5fWhTUC}ZXKK!v6AzPr;#~NP19Ee|euGQuWR(t3 zA#|SbZ~|tHW{Ss4&v7^{)|(0e^~H9SVtugJ=KXMPY2%yr(6Dh>f)r8KZwH!7__0r{F3l$77UVpKY8 zvnkRmbu7!Cr?BL7l*BIjCpS|{-l!ICSppH(esy18t?;&frWcd7i7>qpuYI_pd4-T2 zKjvd-!v}}aZ6i8t*v9|z+bWNZSsS&SYLr@8H(QhuO2>lnT8ugUaLv5M1u&NPeK5%I z5W1tDyN7n#3TvaQy^q|lIoD_xF)7IU%I+69n)lRBfUer;>S;GnxPPs;4t~;tCulr& z_NQ+9W3y8ISE!P6@(yf=H4)Ae6pqcm+2uT3 zJiQSh8}yEE(4nVN8q)KZqyNB71K2h@I!6+u^LbHu!Z zPfFRG-LU+%U~5o8YwVoC)9>L8;cQwm*I3Eqcq`cu@xRl{Y-F~2QbroGUFKC(B`{RO zxFjFt&qIz3+VzBeRD6h2cO+=v-B4p*o_;}_h?H(; z!>D<)(}lC$%_EXc`%jUxj{nu~wsP~Km^m04_0k$Q{21v!6I6{M*#|@IBZ2{~f;;k+{m|PyN#oLj6N>$%Lijt%HW!5xo6h$3iHNE-P zV5U#8I5%dzqFP-Dzz+p<>lYZMJWWP*lU^?*3N3|IR41cp`Hs}%3vjT#lOi_az@L|N z(9E)q@x4~|EwMV3vF)hN&m*zyN_8f%9Z7mj0Ir1=TbW=3);oB8hOsdA+>Gwhn!f$8 z+%W>B75FFQ76%E$46qz&Om06UW9wlhVNk8pZkl1XZ&tBfG2*^r^fzZD6$Pi#QXlvM z8X{DsCYZ^K*VKhz}A-xUYZYMDl~vLM`RTD4C;-L(Xd zB5we@nhfhJQ^yP1Acku+efQ_Z_36P?g2Y!Jenw&$bg^nqZun4mNzY#%fWm|dmTw*; z_1VKSagv>y{hG}F3T=V;ff7JELh`8Nen{3qklElh4X+L&^_m1f8-v#(OHeo?<=zs>*X>v!4vkG;OBQ&oi@L zdx-Q1Cib$u`RaSFnKWW9L5>@=(sQ@`v;vv!<}p7Yygqj5nH-~3kwyBq&?l}3sl z`ayqR3l4&uRE4f*r~RqDT5pQlq_2LQ-)XpxHoYK6ub?#&^Y<-}2o+Etp}E|O_`?1W zfcG6KEZlGFeg6t&pnBenZ%0EuAUd~J`wcCHRWqTfs8anuD{!)YSoP*fF>R@GK~l1> zNE&v^*{XlSt>!Lerpm;C#UI)6(jwj2;7~O9z5Pp4_Qd^`zUPWqhKQSrR=JvrR>i)) z9@_q_t_5Byz7nEs*M1Grw!AfUr72d81ty`6LFHsmzo$eLI=Sh9l?~dRfZLen*+@{0 za*@KIdI8nQoy(QIQtssP(~GAKEHD6_Ra8Y}4j8`eRpF*CKaC%sb{Fzt(+!d>O4`5u z1-O~CUAM-XHJ<580W<$Uo5(|ppq4Tuv_F-=kykt-Z7;#ll-=$hcusZ*owYpX{;h8d zGv`zjnsyS9=ncaE;&^o^y97x%}FsIFZsU7|BEyCPM{&89Z&9k zx?-Nw`o|fBJ$Qz>l+hwAsa7{I;b3s#Yt310g_n+LzJDx0D}Y&hvJu@aE`C~qC4n>Qc#}?PS0Hyos)!KQS|FW zXLGTpVf)I7-o&SSA3E!6N?kVA*|=e3&!l^2R}j&mXp{MLfw_*w7*)Iak@>xJJ1wz& znqkh=Jm6O1+Ys?0>DvvNz{QX|Cz9kWS?5*c_q^hf?Tw7^yJCoOQ*!2w6KpMCc6oEp zAZO3XcZJh>52*&%Cd&lVs{Qb{g-Z#@zi?1Y0SA- z>q!Cw@mnt0Se?Hh*6(p${4|-)=s-PNoS(7#)@8vpSmta%1WU{P!KjqyY@&7^2LRC@ z1*!d7boWD^&5Lx)Vzu!C=Gc#Kjq_8QxlYVNi(3av#S)qu%4Lzg91#htzhZhEZzJAA zcrxazV0yJWkdgz^l!%~IH}Qn2am+gR4@33D6g@_LE5f-WErn$$H8iuFhUOwRe|^qpp9c(u>VKdIRuFUv{|-nTd!=}wr$&bW!tuG+qP}nwlQxe zq9=OsM|AWi*O|M_yyv^8Of<%TJ!pl?Ph}onCE;@kt0GLL9Wt>eE#ie3Y~MBCg%O)& zN=nPN|6VASXDPIFX4jtS>kpCVpAw=_ramj@(Ufl7f|v(UU$UOp6sqE_Q4JH)&q@K} zq%g-0L&8@mNtg`Vn%ztPYmGl#gRNjU1D29LP%{DqyYpK}| z9o>Bmw)c7Vo>&f2FBC0>30_VK`lO|*o=wl&hnpM^nY@2hSy-eJwiwc2fD=dQ(d|{2 zt`#l#TcJg>o}2fL91Te{@{)(J8|~Jf!}5G$1B#uv;2u1DWV_WGg^H+gKq+82u1)|I zn)$s;Z8!Y-X?FZvUPYl3Tud^9a+c1c__Eb1%9)8m=VuCu^CjwZ8k`H9+ba>>HemXe z7)_^82tj)$a|$V^Mn|%SPT@VFquFgG8dZ?b0cQt_Y?utj^}u9&a)ZnlD9M0dSjR11 z8?KJ<5_(F-tLy8{;nj(@i_2@wsmY|@xR`xz*=!5(l+JA;%`{%H-Y_;5roB9+5v6^g zfWo8Y2FQ7IyO8!j@>ZF$p?f-barZ)N7dr3OvLSxFOKW$)pv9TMoaW}?q4_-S-uV*D zb~=yarsNceOsmVE0dY_)kFE2Cw@eMpoB&`x>dHUH*R2QbL-^iBO~pWs`Quxh#U&UG zm{hII3eAROX1UJ{szwyuQt~)v#>@;FZG7$*ux5@+=syLb|N30;?F=oUxVir;0%gEw zVE*szFKjII|FQjrorQtpe4k*h8lCpFmD2TO7G8(8zZ$`S;i zFfnoW0U#q|<02zN=j7=|12F~vnT(RH1$J@qXXg+8A>yCFgbCo;C=#d}Wj6sQ=kH&J z12_T$cn|XX63og1pp}*F_XXu-hXyPXutk9OW8~uR2ZVAFC{1;+e{u>@*BHcYeP2cD zGoFC~fP#8x{E-D0Ukl78IKe09#{_8v+vK}3hid>f=S&moqo4In(nqQf>Bk9XXW!c1 zUKe~`Ye?DU4< zpRN2IUqC5{rGW=@NN6=NI2-bzaa3x$Z?&;P$Zxw$R1C1aW0bv9v^^ldYyf?DN2?gU z<7VzZ{k_?JdM9FFJv%XQF#wZdNcwtVByacd+nb!0sM{aj|eg8<+x^h)<4{t_v^vjI6g0I}o$0=@&_u>M;Caaw)> z@f@#zVBg&UaANSyFhGpW0PCB+xM1GYLHp1)g@j|F z!!^{O%@+>e=vAGkhdY@NP$nLzKv*i9TGUWVs1Ow(F0N`V`mm-ynpxdv#W9#xuL^f- z#IQn0%8M4rBbs#cN83{mYo1_V==PnJT!i1K+CZ&w=RpVWjDtQYirnQVoKqa??3kdp zUKDdZGP{RTlZ;r?jAQ7c)}=4!w}l>{De#(hJz9@H6xtr6r*-dbI)+yJuq1hLMxB(N z_jji8mXk|=q@c`{;RA`oe&jL=C);9&__#M`dE%{3ipX0pY5T#M!6)b0La`}6_a0yF-%{W(;hxH9cCb-;W6l~Pel;1~lhJdGn_n+0 zMqW82(vGUHQwMxL(CtWzLZ$*k)&)r%l9Ep|96)o@x`@n=5KxqbX6DLD2kN+5zSPHE zObt-{qF>H!+m%H-L%(V^jRW4AkJT!ox=&YG(LsvU>eV$2YGpFhtc`SrdYSS|M$RUe zz3D1oZJu{1Jmzm0S=7=pDb&BO4XGuv?|HnXn0YwO1o=yUeRpt9f11%rUgDvbA!V^mPVLFO3p|yDcSao5(q5O z3~8A%>Cj=NZmN|A9Djc?z@T4{I|muVK)h-h*`lPj;*j2JL+r4jY(d*az=iazgn}N{ zGr6RXa6kk_>38#(d(s=Dap-zu-6&0Y6GjscHI_Ik%^%CQo+ag{oEz%ywl^jsD#l6B zDXANZ&dPe#?rdAyF zF!OUv)eSD-%mxBo`f1}s5lEQx^90`^%FJPU-*@Nan7nEK&IRYuf`><*vTv)auf|rw z0F%AS!d8qOHMEOQiKPcc|gW~9nUa@7uFe1Nidw%Cq_@dGrE+(06DSMqd znF_~wU-=ZL0Z6w94?^hOKi&V9K{ezpwj<4IbQOX15zn`23u&Pf=u6D(Qqwyt7hoAB zJKF_+tqQd2e$^~vXSP!aW_oy`7~g7N?qo>KvWCn9(6zdA;mC0d$2DQulB$KKPpEw) z&0v6@g#M6m4+81P^1kp#2_ezxAfHGQkrNRS%aLp58zUieFRKf%!^f%+n3s z`46*?@%SpA&8A<_qe#g^_RYlruAl(2{gTlyj0dO;hv?Gfr#W&6nW_P8`nOPF75an`WggJaN=O8Z0=dCUTtJjibvF4 z8k{7%Q?%)3ax01XR5^G0G(PFK?k0)rsNj;oYziJ;*3-K-nb86!R{^=!Yda`X6GRHH zPDh7`D4`89h<3iPwAH#}519rvO0c0yN(uky`h7%FX2!k(^2B)o3bRs#p>ma@s@-J0 z2hGW+B4WbK=W~(zAp6-}VR>1MwS*@9D2R!>Sm*gT3G1dBP)~5v`#m}{Y?bt~8mFOM zgjsD$P#-S6dPxCP!GNT0Yqnu6_M^VHDTyp@F=UZUh~jF?*A(`GLxNp$fu}Bo-?ZC??c z1_w{wouQ|f$lVfYhO0Y)KwZ^DjK1nB0;z;ezVzC1K^c2wnv6~%gQH1W;G_#}n^+R5 zG^R4hZfQ)+;SL5ug|M9xZG&Yvy9GRvkxUM133~#JJo29@Uk>hJqW*VSx+tw5l?Ybe zgQw!PpGgvEL$)E%5*MgOiqkkYl~tCJ+q*$fI_y5ciO;G0rdO)@VmU6h5?L1w$t#_f zpomr=M0Ta-=5R!>T5>^BN?W7upst=tmdv;w$4eb=Rav!Bu;YxwvUMQE*nu-Uw5A_^wZm zA_Vq`6!awsdl(W0vH@&hWxt^a70Sq9#7=|*MH!;yucDmZA3rPC9m=e^1^n7j}2(6fV z4!iD}IYfp=a8E10IW}fZDG*mbu6MMh=So2fi zJ0COSi(_CcgSGh4g|H_W_6jbZO$?L<^E%$!8*7`$$vdB`(Em;=o?0!5*iy;e_Cdn) z&(_kE1hjj6rGXAdz*?B+7@PMzxTk$r&?#lHx=bamFnr&r+Z>Mjqn}Yc-4?UhN|sqJpPD{Ia;R*j2tq3h-MjLy&f?TlvOi#fjHZG4L8Yo~Qly9sX|4Vk6{ZSty*HWNjf?(DNONZxrQy zFYfa7#gUp`k~WBbl(Hm>;@Ak~rje*uWUsfQ(w4w{EnSH$BI6+`!j^j8F@;=h_SWH$Uc&SUsDelx*$YXZIB|8{ahSnAp z+n1nan+%b5DEDcu444i(d%O<GOI>yTH@X(+^SF)u z7(W($<^ibg`MZOe?N0y=MJ3;<0RsbREn!&*es2U-zhH)BCRVW@Pp9^_^`g|@Y$ zLoXLj;Sz)*xb93iq8o@TarO98Pwg-bi+SL!X5^>+PToHgS}>_J;~qw|@FKS}>sQp% zdR{GFZPRZ_caw`@_v3o%7ewL3*h1FbQCMau%5eG5kO^g?Qxkafqridr6B_6wD6F|!IQx&YL zRO}~fl2;QqET&!4FX<77r7n-9P#d95A)>R0GtDDdmRv8}B#n9XB9 zkAB?uPf`}QoC#;v=~#HS&|22A=&@V+RL}3i7H&;Jp zX8^Oow-gpKbCDxirNlakK?qZqwh~lK4}#M@JfRdO!L^%v=t86{2Ajx3dGk=B>b`m= z0MSR+i=^%kCsd#LmEy-Y)k_UN#=qotqfxk2Tc~K`^AT^CB6bI(Bj_8PlJ?KlCyZOGKxK`G&9E?#jr5%q_97dpcf z7{4%>8)>SbM^=q(ip3)r5M>9Gl*<(}hDAB9Sl8LMs2Z^=wqtAegU!MXA7M%^c)^#yD zHh!X79DZn|xIeR_Mrho!WGtOUOlirXFK+N=LhqK$vYx?D)aDpC^hqf*V<1kW2!3Yw zehQLA-1Vx-N<8})}z0!iEDF!NcG@&&G`rht0Rs|(v<%$^Ru0lU!IGfZAmcBq}L#}st4 zxO$-K5NLFdM-Zhuo?)&BUZUE>6_Q0iF6B*Vh0?=U_&R{04wB^{H2BP8924@AS1V!^bP`@LwyL>s!jwS9#pl=U z>!a?i!zROhrJ!Pj-_DU}n)3@CE#H|vUuIhEmyu;bj#+yT;Hd}2T74S{%~N{;&B;IV`37gK$iw&@KUAjoD1pM1o3blKmE zxyOUu$3V%WiV1TN`}ncp>l~;G6=^!HVJ4m!Tv78HuflG9KQaLE`e#pB(pyu{vDicX zB3`_B%Wv|YQ>ydR3FJGDz6g+64wTnNh8q1e7g>S8-J{M%;~{i2(WoL5Yr9*bxNmG? ze#VL?kiXv?k?IEXU}CDtpd-KTQ`|I(f+p+Lb%P(RY0Z1;_81qedWd}9(`GC>5g}=$ zu5td!Gp*G;0c82>6f-9Bd-A|QQ0D2|J@3}*u%-VMtDR*Ft=|rx?J*y~-Ao~l1;xSN zDLwurG?nTk=_A4*{yMTETCDE0yhm=-O`TlK2H{F1BH_V(Q8K3JzVf8mTp0C#m^&L%!5}K=4fBjdbZ!K>0WOgjf5FT8LC>Q$V9we={a|`~3 zxjN%n<$>468a6S)6W>qbOEf%1E1AeoLG-eV=e=v)5*Tk+%uDpXeD(0tBhg}HyEZoF zz}aEyP0rY{*Ie`YaRWNrS!X#vmWN&%8gNQ7`^OvVyxxS4Vt*7Dc6&{vARgo%=GID8MM)(E^Sx8sb0{&xW+HspjYN4eyVC-Q#1W}ph1QD& zr@J?;lRO$7^7Fnu;K>9w4@}D&jugyg)q{8%V>qS!)ru5)IkG^TRrON7cpev;e!>04 z6}aqBgwx!O46D*Dc{Ek+4)pY#dFSjKkI|LSw-F*}8_=9yKK#P+m*e5ht0$jC?zem6 z-tkR{mqw{^jk@dDT|Lc3%842=nFrbU_RIZQsufQODoK zShOqR(bs(~^%O!dw?ZG_(|F)NMlsBG0h;Z{IeGf#75Xd{m7S)lTfu1t=Is6LUD&7Q z#z5MX@F??yJOIysoxCVaR$SQ|P*rE$W$|!AcrQJrr$D}GHDwmdLCvZue7Y(L*XL~S#2{=2ix z#oR6`ioptD)WT&RiC%QXvIv11_sJlabO1Z1h)@V79xcsqC}2q{mElH4ze#isr7WrdP<;=;AQRnIT$h&Vu6l~#o$6lOx{J56X79a} zOuLQ6UaB$pVty01%8%gn9d#-QV33V}uTK}W`|EM_cqdC7q3#THF52=BwJO{db8JSd z9hI@z%6T$LB*`6`Sa8S17hGnfRARoR~mU_91Hdv9+{8^hFukpqPj{AE&Q-3KYe>Lp?_80fv=~s+mkt0etCW* z7OftVz&yRp{Yh7GL^>r+|M$;@6x7sh^#VYqvWZ%iiatb)u&OIwTN;_z<6S(im}|D5 zL%A>1)qQvJgiK8Q@EuFQJb0n#K8p!bxhbQp6~oks%R78yX{$3Jr{V7&3$aV3<v>7hzrs_7uPF&&biolu}0dtP6;- zbtIdN_vG)jathks(q7aPGpnZ8SN8mx(<6VsY;pA;t6M^cfH@w+8p;p^gIRE`-2;$I zHFxxuVL3!OAqEOgUv@aakoH`Nrf}-q^cstIqX{~c)J#K8x(Hn2WpO6Qm`#1|@d`4n zN3B|D_CjMjHBq$K1Zt*zepA|Hcft$aS(e1D6O>`BxBdb-#VYFVuN_D|P4rdbtk4W) z(ohwmIa;A7aRzwmVTj7yo7nBl|5mHPw!Ab{Z13 zpG$rC`kR#T4eaF$Sma9b9}h-`Kvz43CL@zvMD>HUyb;Eqv$~K&=Tc;af|!J!yWIM8 zLXvOYo7Wz^@NbL|gOmr@?yLoy+LNwSx5H}CS!zb8-oB>9=;dSD8ezy5R63`oot2Lb z;`S}}X8g<3&G&`tAQ4U(nm)0@m-B(~%dijet$L$CVDC0|^|%oSSJXcnW9wiN1U0`B zy%Q=(qe=V=#ec_sGIovujgZ4I6=F{J!Q;`SBH45=iZ}AT6~+NB?p1n>4(S(x}bSX&#!8cCjMiF1|mQL$U?vh1VZA_s(B9?oA&|8c=hk1|Cg7=!cH zyC0e!RAF!uJ>)(jEfyu7CM4(4@y;N=xr^Z>*FjwOU-Em$|Aao5evKq6Y|v}wE`BxX zOAVtD9p@wIy#W) ztre1>R_cdI=E~6F_X6-+eQ2xm;g8#&YxIB>L~nmnaHcaR_S5&48pFDw=9p@`Y4hYH zk_;Uk$tdbS%xh;>gM|q)kUQ&>7?xJN;{PtSG{u<36t@8e7gtwp(Cg9RE4tm{1XnXB zJjr=e9x>)o;yIs4CDQd#AG`o{6qu*4mLV}fS>5Ueg=>nj|8SGw5w*5OWL~f>ZK47b zFqiRnmK7M$`Bi%Ws&Ec@>0y}5#a@)ljL~8jJ<#LVLY@Adk;(xjB{k!4V)s~Y0lU>} zD}qkJ5M%N-lC~)f9IuH}MezP90En*B@mTpb0F%R#^+y}3yUb@QB z%vtQQxTEC}Y5P~Zxr?=uGhXBd;h3Ht5$0e?^Z7e&WqXgcxxoq}B%K^fwz2zh`DH0f zB*~Q3_mESpEaP!N|nS^j|OsBR&H=JKO&sZ~yQ19!7dbX6F9~aQx5qo~RaJ zWssNC*Xrk<%4SQw)!C2R zu`rY*3s9M>C_h7&mYJp~Cm3x20}T>UFaTg+ra!>I$kdqW5y6ctce~8g=~#2~;{!7( zmvo>8VtM(GTx5o4Uo~V_X3%jC^Xo80+mA7y!~RFj>Ea=BHzz2nMPF=(bIGq(mmr$l}WX;6J*ewo3I9Q=@HAWlx882~=$ zFmX&xfImu@f2c9}hqngK@pRW`me!}|5Fy;is%WD8TV!w1Xj@46#riz${Thm3_;+y4 zKVuuF_@J2md|$!(#7E!oTz^}BuEz#m^hQEPMqF55LRxUqT1)|ypsoJB@}xs%*0%CzjKrWl&B!>(pf7hx7JgkG zcT5ztkPW!7vGb}Mk*{vQgsE}-M{aFi^M1`5R9jqZTXcWHO3+$JOL`;e|JIkPH84GX&q+=d=I7rW&>8iz`$H(O#$Qq1Dx4f%l>Y5M}+d+=?RYPK6!%j>b|(V04%-| z`thQb^u6-c>B@%G@cT6uLeGs}+V%Sqsf&vGg$LI&^+A}M8bE)JesaMwe}nhJ@6HeW z$(z3G@r(ip+2#9vFZ%4!C3R_8!S!AGWzq96FcDz*D{|pW`4cNGJ~s1bPh@fcAkW0m z1c3fWm+|Elp7-}!w14hk*W$~B%EHPLeD8~F^Of~mZlvZ{7hu8{4;*!`*L!@u+l~f- z|J`id8ABa2YS)+H=U?+sM>)?`Fd9ZP1W*RrN1P$ye&vFA-}~ecj7j>%iwi z2YWA`U)A;}=Gu>)it`?y7!@>gy?y=ruA+q5;HwZq6HDWd95zkX5cQTnDHPhw$jPtu zBwyFXEmdPn9Vq1*hsKwWDnQe1;k#bL>mp-|hc9Q=j@pAB;oj%*m#esfmJwItF4@S? z1Q@-O6Z4awH{Ju6A*dTe&u#(a+_#<-OkQbYv!f3iU{~rXFnzOQ&^M0)t13YEp4|oB z&`*zuF9Nuq?h*U}$Xw(PI0L}hFszL=%&$-#6Yv?yZ=S1CJKx#1@(*9wp^nl!ydmIR z<(I(idD+kZU4Fs;_7w8nv+ojNd<)znM*Rk=@0yIbtlaW^mJkY)E;8gbRd4m7Ue0TG(`X2x2e(2@+t{T3Qy>#Au zt}g2xyl!3phV9y1@AfiUSNoUD_^OZiHvVRP`kuWKU+>0l-N+Sc>|D0Ay8Qi^{N*~l zD}C&Zhn_pvBfHPNXZ$9;&hjS}UHL^#O+Sv^>lI>h{Ly;YWhOf89M&_^_qx5v)mGn) z&hleL`|akg>UH+3@r4b1-VR^<{QMf7_RRMU=;CvHnmLK->pl71VKHOt?1kAmJ$^v< z%1yo0yW@dx?M=Dd{;1WLzP;i3chKqkuf<(gxg7pcU%~HHC4;MjH(vZxU!IfO+p*t0 zUvCy*{~LazwPR2&qZ|Cmj=YypECFq{jc>>ujRx;$W=hRklTo--GLSOkiVHgb%ox{z z@j)JOtImR?Rv@Y%I$biFXZif<@CcjUuH5It$E2(xDNg?GIDS_`B`Tq_Qna9< z@xIYatTDHz&M8EooD`^8%y0B1ctXn|8qA1gEU{=3cMz3KSwa_!ZH>mMtoqcYn)PZ!R&S+66nFY+~!*6qdY) z`#QF+)_R0K@5cjfe8w%UgzlHbZ`s;_l zFcW8>t{TUfK@95S*7oHJ%CSdr1;fB-;vjVA8M&QSweRp5c~N519&@&y#GzMj%RBM) zdYdMCGJWKDxNC&j%urk2kpwZ)DK&9%+YzM*#&^Q4(Z9B5{Ww%21xO~6PW>Sw`&$#YT;P<6VC5g5MRG32=&Fyo$m3@a3vOIcSb-F z@I2wUSjMI%+ZqTCGHg;_3ApcPOa5@^$UdAO1jOqPzji)$(~AX>L8w zw(T4hM@6`?M4Ru(J0n-=^;b@3VFTFaz(so_5c*%}oAMuKvL^$eq$qf;$59lBdTNPJ zwQSu_A-NGo*_>26ER=8ZcOFC5>@A-!fRJpX?87VZgrsx2nM%#1|3#lwYWh>vHyzfu z(^y8TB|br_nH7?30MuW#JTt@Jvrh9+NEpEgy8;o!$}1QX1h#&hUdoSM5h?Rt9#qjs zogs!IJgE{X?cepxNfL%1tS$pyzokY-%>qbxtPLl)b2$u$IjRaRg_Os-%(d*y*o)5) zo9XsPLXR~7zs3ASlzJos}&Okf(*m{!>Ao$V?28m=LU+KI_mLl zwQD939toc+46l8CK`X->r&tHWm;QG`9u>^LZmh2?)xM@GGv~Sev5!#Q?U{uXe{tQZ z?QYe=hDSf%>@Uf}%u;Wv^>l6fo9cHIuf0A__+VYQ-d_@`XY$O#@jGYgmE}kqWGV}R z(|mM*le9znEP<)0X;1i^q+-TG3Yk{YXlHKeWtl(xH~XVOd^qNor!_(j>vZ_U=~jI z-fBmSltXQa8NC*4rghiHNi@adp=zT0ylm!GVOg;@jz)V!ksn(F#XRxs@$9>>L4WZP z;}T2s)te#LScPa_OYtzZyqA;ns4#+jEvDI-$M~nKzZX7pxmC3fpHK81n=d1*i8VUz zx1@QJzrlJ7UMTa&)JQvKK)j5xS)P}ym*S?D(V)Erotn2Sz!0)cwd(XAc_%YEC#;&FV-kv-C4dK1VHo`}IFX29iNgk^EXHX8+dJhz z6CLFAzLBQH@0R5@Hf7Od@th4NeWe^sk3;X1!9$?O_Hb2V2I${7%BkopX5SmIE&#l=9T{J!RhKzn5zCME4XvH{NQ*+L}M3B)c@@WcwC>K<-RZHmqAM5#uPJD>YsDoK-O}`(di{M!?EG742a)Tdf(A!mUOP7e$I>U_JwF& z^?1jS<}W5>8i~)qdR5f@bX%hy5KE$T=X}4SfzEJ&i-`aYm@Vxl=r`r);_T7_8Zy+9 zTQG#DbQkSiIN(|aGOVJgp04OIXuqN1x}1p$piMs3xO)jmblRW>osg0iwUt;J0XS_KaOA*;OX0{FQ{U#)=KITu z=zpsV%Er>!Et{Xo#Ts!E!(O$+S!urfwxK}C38fqJqbU{PHu(K=4DTxmB;a;Qx^(U+ z8pr~N-eHA)@wjbrP-?|{BZb8`yZ>RqsNUIfF|F--M-akX%6}A0V2$D|%J4e=*j~6K ziEDMHtK_d#sZ=G8E@CK%&;XEQj^9`plVz? zH{Z$>{k0z3#9b5UmXY56t?Ta?|ENs05zd5?G@##_uy6kDY6to`^f1g(Ms#@5ojWA& z^iM?x%RNzuVr4K8lIVnz=xIO9n_R0=rvDYiyO0RHm41dkhUG;Iqd=NUU$-GlZSN;Fh z(`E8XB-@(ml5Q>vqO(*Aji{HCT3MSiHlf}DnI zH#l(3wh9da;p(yN)q%NQ24JDaKj_P$Yx0-TfE{LZ)FKTC2=>w6MGu@uxszXc{>ID# zPSJfgw;^k~JG3H%F_285LL59)Pzq94#Q*v@S#(c7E6I0J&pQtc;EL=Owx{iQWk~vP zj;3Jk3>;Qi;d;JmKZIDnk)kB5_EY7Kbgbz zyda*=OG3coMM5BSc}sS)`{anu(%5#PZX#8|XN{XxTc9J%pFh&1Ldd%Jk^EE8N)5Af zp*KVHuud<|$%jawHu{K1xvM3=WKIyAv_{P#jN_O>U1c45kDXDfwKDWcQD+>fyPpOsbT~}N08C}QOgPB5iKK9XB;Ozw=E7G$|t)eDwv|=PQkLu0Lmc+;k+NC>5vzqe= zUal$SZ^Zl>VV5gHfjK1BMy5HhhWe+^Z~`o`N|{`fwlTh~(ft6&-X`@$8z`&VBnT6k zDeJ`N+#0Thc|HDbyt(ruMSrcdZvHWYgpRhaiTH>o!1%K@ zRRhOBT8m*=lzThrwNGAc!(nA80TsWhfKr#WPei8QqY!h>O=yFKv{A;|&4xVYDy+I(i^^9|AAP+N2aia^n%CVJ=tt>-e{X>3Z2a-xyouHnOzig8r% z6w)TyCHW^1EK4eSUOBf|85t~}SOw2}U#Do})T7|x#GG`5$0R#>p`%6+&v@8G?XiNF zq%~g$u0>S7(Ugn zr6N-3PfRfo?*=xdaGG>d?x@h`5DUtJ4VHE6CY9$V?UsF4Hn1lVdM0y{1Qyw!2dyen zO?tmsu3VLKOb!>xN$?b!*)IKD26k>m;OKS6K7@9lwsFf&Iqg=zcOZJ>`v>)+7jDT7 zKG|15Ru@KBb5heA*ZWdW4K-Z3&q1Ga&JlT%N{}1pSyImW{Um>rH!1M8S|v4#;gjIs z{OL+o-Y@7u!~0*CkIgG%RkNt9Kh1JaPp|f*A!+_JsQ+UjifIu7VwG|_J=C=d1?O>% ze;g>erlY62)K##^w7#xc%@rZxF`62u1YY0JIwO&Qto{O)BWh9@;GTP~BQ+$Ej zoXL}qB)fVFZ;Yf=^W;F*uOTx$?6cUR2lcAFY<`)~SyiFA8Z4vF26>pPn^OM-pGo7f zfWLO2^0YWYb`B%yPO4jAm;6cv&5q(GeDpPKMJ;Bb{FXQ2DXZ-XzRc@O*p-NAf5c=q z12xRq+!b99<`fkU2J2Hamh118kTwKQs{Q6XckfijoJTHVqR5C9;k^;Ix@yEFb+!3E|*bMuNTmUK015!O#6B}utpvc0)wB0I&8ct%|1Rmi>!wKrRc zD!F!fEgxjGv0r6UU;PfeeOL5v*kP^(b3s_{J>Ua`9DeU#QV@I$Xs#)EkNE9CVc&3g zw~Ri~0S``cCmrO+B5o`rBZ`ADWg8W&gYww2ZzGh3fVADY=YXTBF@^}Fk@Kbyv4jo+ z^+FN8cz=9vA;QxxVH4ynyxIt58!lj2^AWfaC~G}hCA;g2k;di;Kd|6AWFc-WPDm%h zqkaMP#`%Uuexhr6A(4jOl#**&d*l9;h zvJrzp?$$1VTKu<98y9O<+ctFMQ$@NIuI!n`$cp=;`W@{bXQ-=lC9bu&^=)kEUa&-4 zIUK2S;So2VlLM6y-Pfc*n7Nu8sf>&DX1XtL1;GInu3d^{{(a|;ARBE~bt{Wve6D+V zx_ATXcV>LnacmjndvOxFJZ~e(J(>cT%q=39ql({cXz&snS4ZQ3k-v{k_ zHv6iXSP;wIZzV?Bh(Yme!ypdUUCui-62je* zw@5+iKgqI%vQj;}+lB4DaO~M{oYH7-jY$59!u9sVAX7P7*oJ>n%b6pnMNSBaY+Vyh zFa%Gm1dkbN9HfYj8dVxh&C1=#J$mA~-&-H)-eN4V0eRMLI#_7puDz7G&^fkYJAPI) zV)v?Cvc)$--IWZt#F-tAic!kYOb|Jn9U`_9)Q}tx*_48Gz9_ZLfTRr3(?T8W?Byr0 zwl86tx%J97rdpTK@qszjrL~5HGp3Bx&Qp5I{S?kAgrpadKsGzxyXN|WEyh_Q3*;aJ zca(PrEe1rW1OTwPJx^|E(>KkW^s!U3W_9&gS~Xw|8HT-{nYKF%`2s6VJ;fBwiJ4(S zz`~*ND`@fSB?itBO2GfrY~S-Z!d9OD0%4zI(w%$}kM9LCY~~4FH3z|Y_g8fsaNIer znaEv5QoOA>7~EA4n4Uui$8}2n)&Zm;GRa8hZErlsKg>ux;AWJ0_q+GB((L0id z3bYl_UCX-QS!jVE=@<78uN%3BQ+1=33iiWI`G^(AmtYKoK<-b;+G9|4$$-J^gsCe2tS43INvlG zXW@>aa65TL^VeQv)OZZzCOTZ_$CEyR1-Dng=SZt=hDCk?WxiyUV<^{lxAYfoRQCtJ z64;w0@1}jkSXZK*NY~iNh^Hqr9ql{5vdx`6SRd>J_t5Q5#VGqU)!v?CCYQeo3DqdB zcoTvOw+r}qvlj@)hDmP0t_UR(IaFOOKT#i0KoN{ONgtyz$D@p}XL#hdoOGvngRM0U5;=oWR=B5>%EsME^cx5F3OT|+)@E={GKfi5m21p#@o znX>e!pX7Yd+hniNN0eEA71)l%$-l|MQ9y;=$dNMQ4yOeE*#)+D?6wKm#xp8q@c|7a zrV7+09e%N06nMi&lS3N~a+%AD2|ujRZOJL*wVvo$?SlH~G{XSgho$s$5kd7FCgdQw zP6+dK?;JpPc5iXuO!U8&!~rZA99|+4;K`z#60&HkVA&_NWjt-J58h+-2m>~`Fnzv> z-Iy+O_lqUFQ$$RwG#lEO@3ei9zQV;~&?zn8{>|)xaS4e+WCrUSXIZJRjS(ZTmdOwr$(CZQHhO+qP}HZ__mG zhbH|Co9t$GX71~P0)TGcR|Rzw!RTK?s@uLD=goen+Iu--+(cyrESp`|}iAAcc9h4?J@@5)~6j(rU7v%)}PP|P&>7DUYFm7mqj zrKfU09Hw1P-<3NwIMW5{)8zw@YZdf9kgzM#^ah|XcaIQ z4dYWjqP5UOVx{X_h;~M>V8P<`n^IS5XvbK|Rsvb`2R@i5)uQxbR^Q+Dk7it`PT8dK zN}MNcT+IxI5$jFQtY$X5Ps+G$GvtSrkM=Igx-NjNDDxvZzWGnXl`j3_sIU(msDd?X zNUT{2feyt>ibPrp^}zK$tNG!R2%GNM)kWqr>2Ha;AxYV?n6kY*faHC6Q7b@y5k7N0 zq!}tOHcb{IZ>&mGMi1;j=FI9!E3(Sl6EIEpQQ^W;yFB5dx5}{l;xZgYo}@5ZHV0J4 zOt1eoc&4)RJfID5H_R`qJS|n;l2Sv7X6yhPwYX6&-y93PWDrsY)4%kfqo_s{{Pgt?FkkR3AW+11 z^p$Pe_w0#0060v}%rOBc;ISQyZ*Ot-uXhtrERah{0G$DpPiaN+?U+*+l@IrP2oP zqKa%U+L>cbNkW;T9sIOPYQ=|`iI6_M$tIU9D4ryi=X~%e-5-DPY)LsIM1=wY&qfU~ z^-bmBqGZ7x*ar2?tGLb;?cR00ie-VJq6txDKakJRwd*E*EWG?Y%7k>Wb>~+fvcr>- zXqSExLqyykb(|l8Tj0yL=rZcvIkEz>yN3&2sqvLzP<9pa>$7I-4QU&K059FP(K+N~ z%s7+!F%W7GW>19R<=NuF1Uo=qTNox*BEUG_jCf%BMZdpQ*4xC?DmOAukE3JQK)Bvs zK~`$FoKRmS$v~y7#{JG-P5|p*$?{X>w*CHX6c%D9mqJ_C0{wY;;1{z8pE;1|d%!3n zb!a)YG>tC2#3_4RPUyd(g&2fBp00Vq!QkG_(eQLmbnePYCR0*k6zEVV2eecvr)umF z35br@R6PD_j=ZX{#7FxSh{5&IDtF7lWNIbVTx^_fAdI>bX=~ebsy`QTng~oJ{&}5c zr5Mw~AbT>kF*oNc2H}mLVaI8M=*&5^v1P_Q&U0g!F1!-V=ofwpnw5wPFpsCPbmDdp zM|w)hf|N%30uvf`8$LWHwu|elJy2nv7o2==Oj9F4@}D9sdgEpyAE{Hs$^knz3+V+p ziucUC*vfyaahxmgDlNlGxBNX_*-i*QwFU>ew~GBmXIq(unJ0d>W8jEo%!TS^K!A}s z^fP+}=?qr8Sk?)0#}Qp*2~3JD-M;+}nA&^DAMCnQvh!V{^Be6stjF+i?Nl9Xm&BJg zgxdzn*g>6n2t*N~&+&|#ycwoLhX;rV?za$yw?V8L z8xv#F^+~sHv70ra88JR0oh%Hayz-Txqq?Pez*&bHd|JG9%N^-dv!OU)Nw6w7Tx!@= zPVj+kI8V`zyn<{CW4i**{Ika5CiP_PQ1Kd!h5dWPcJZ++_ZSijpiz{anF*h1I706< z)m3>*H&5Q6%w^bxZ%B5xBLSlE@mAQ&w&-*zXyd*LSQeJT^>@p!+1H>G#~=%BN%wv` zJrMch3Tw2FVtNMzQy{E%ZaVFV4$ZE4!#qU0GOi~(fUZVC^}0x01fzc}1mXH?eSQg~ zipobO+6|&|onPt0rI@Y(2k}~xD45zPc_B{Vctm&()_Ji_1M)%tYDIc$XEmMOH5 zPSJ|H;*jMjGy|ER1xToxVPg)rJF{B^A-vTJD8#oyGG} zp2Bs!Ril8T>Mp6}90Q1ALam&i5TCL}W8ysSub(jA5g;hSb%sq51h&=r+xhtXDz^zh zl_CqB-3zrOKMyf4a(6mX%_N(^;DT3h7&mC(M>3GWYcRCFgo+nK9Ko|C^U<8`&%IV! z64mSe7YYJbm;gcagBir6K>T$Tqc7%scBN`bWoo>mf4jei5h259U@_GwUXQTV5oQdh z)xTzU7 zg*X*(hIomXpJ7Yp9^xu5Y`|;p;PJ5uf;mW`oB$U_xK_? zt`X>fKE-wxH*|xyBwuuyeH7fP33&?3?q_8p*4X+NUyx0a9a^T2t;#DaT+44HYl@Oo zhMhq5w-xpG(5(&GSv>G62Tz|<2dP`vG)4suPmj*U)E8pH!YohJnvw2o)S%!w=qp5t z$L={|LP(irtSL7x{!b~8uMtUMudXSpE=cY>QqQzIRdjAXJ-@o+X|W8^4=vG6p+~q3 z)w!a(eQ}IDWI>_{OWoYe(bI7kRDw!_&PV^Qr9em4`0 ze4$ydiNEVfDF!n_3}Vvu%jp3tjR{9H_<1a4yMVIJ#9EwN96vxcu*>>wyap{u-b++R z-vo^;Yf(x?*`ZhS^{s zbD)E!s96HvGf2xC=*LUovF#40YLCqDm#TjHpm+zYWs^jlg$Q=8Z*-KBCmHWF#}wbf z4VsMIbWOOQ%KT;}4h{oaW6O%-V~ED|b}b38{ieuVN|+7(srDax8@<)qe8NGJ5EU>_ z--HnREE(o1R$nBohLh!b3oMmX5!<;o;}~=HXyP!o>B0Bz-y|M~bT``Z!+Wjtz6Vmy zJ%q8As8kpVUvle}%pKm!o;tp3}&Sqi2#?aR`UT z#9%2yS*2B-p21y|eQd@H8IaIYh)q+uOfl`SI5ea6!qGnKV3Zj3JcxEUzx&2{rK4Nh zv6Y=~KdYwf`|4bQB%R9GTX17Tg8Y+*TkR9U%SP=xL_O6j=OPcz)pEX{$!Sf^ingYp z)+0!<;ZAJZhQSkC%hfEPvJYCX2EKV3asgFBoeus=1yFG_VL;o&e(EO~IiLk!tnX-P z7X(irudT3!T+jcid3)?bTXI?sQ=rnuN67PhNVAs_5O6uyX(iHeFodh*wpfYp7b6g1 zWVBISYB0N0e@S2y7#hmK8oPHI4Z!HrOB$;nG=)56^L1J(6fwMoju#3Z?Q3`<$ zTeodYRKMY$%RdaGJa#9w-GM5@SivR+ebM>w#?x=5(Zs;P4O7%n<#4IayzG%iUNg?+ z%zS%6u?63xj4o`$v+iP_qTp~CR&X-JKb=CF5-ByrUve4f6)0AwCgJWMDCC5o+wo(G z5`7^iq?x@%PUkKx^SAH2fsBva2k9TLne1TJo)ZZ{SVXQD4WpVPwgW4ypz_39wd|0Z z#UlTvy&~H-S%d>@F?K1dRs`0-7mA|3A280mcE4%6l5B$j_JE+90{6X3@}%|_U=VSW01RV$3j3x& z))Sar6S!TtqxjB=#sIJxFmiMM?Q_-HQwHb|w6NPF=*I9kpBAD!C(cth z6?d1?S+y1bdR=|fM)Jk$JF{HOXkCzgps>1yv>x<<;QsK$8ao2gq6GfE8n~oIM03%% z&@ot`0P^F0Z>CZd$5sv`9>unft#zO8T68!Hh3!gpY+N&nL5R!)2_MY>3g`I3BOomx5v-y)BTC}ACL;9>0sKT8){Xvls(vc3Y7#8U`J z3g0_sS70k&fGiO_*}8PFJCZA?rXe_@`8;z!s=W5#*BB*J&z!{_yu9Q!6pqq*S9(T0 za8KEU4eJQ6RK!0kj(agdK3L-1V1r**XKEd?4hnl|^mHdQtRE3j{~W{sl^P@jcbnhy zpQ;8xyhHL< zf61LN!f=sqS}Jn?OQ{z;rtgTdFcMxunfvyv2DlbfPgPr|^q-_8Adon-Bh)ezCtPI3 zCpa?tfqLq8alK;+cYKjc7Onv&1iW|dvsBcoM;jEm@^B{^gtH`VEaLi0NiGfBBwp~o z-c0^PyiBBun#~x(iSx^o91Czo4LLqJL?S0kFYUb*zVEqW?Qx&Cp}n#krmA__=K z*i??L#m=q=WscB96*Nz^$JEn@oIv8v0iDX0;-4qUC#dr#rYRq9o1opl(-K7~OLz3xsV{aLGOs#;%TX9VomlOChY(3 zW+v22=eSX0>L{IV!k+}|Oq-z7v;*9|XpW}e0y6bg8M2H}&5Ah0GXg>V0c=o32C+eJ z$#8YXW4@R$+LePSx&*kTgOH`|6m-&}e3|c0PFr?@XqJ zWiaS@BpP`2(<1%r)%L5z-Lsd9(qMSi?o%?t@T;#3z@%LweU5aOJL(%Uk&@mU`Xq}a z0_h)|F2@^-oVp$)tTh^|MV!9grueC15DORL-m{Q}Cc_C0cs>()?Dvzcr4CahakhDd zQv>lXYir(>XNZFOb55Ca}&!^PKtTnnk^-FVXK{; zQb*U<#_4WgJ%H{x3A8UXjo=lV^OwQ$-9OsKx3$2V#a8!eicw`J1s0aO#|30$d>FHi zK)LJ|F+>1_B7XW>Us(9VF`d*DfT$vB1&_<2MS+T`I&#Uvi5HcHgDw7Uqlp90$Q$2v zY1+S!*|*E=yTFubOKIij@wxV{<7cHsg+|Z@v)tDJa`6-Rb8p5W?0x&fD`-zpH}`Jm zCeL#XC`P`I`8^zY{2Bd11tKy$yI(B-b{vx0o40X{om7AA%fDL%73LNTvLn8Ss4tUHDF%k92|MUmq)k-2X;HU& z6I`{-y&l?3j|o}?r=zT&#b4T+lh~GKF%xhrPU0Metlzua%s8#@wZc9kghB=2WOndF z4Qj2?#3+~^;U-7ui8(>fL$XnClMPUX#UAru`N+2pkKBEm@NH-f!aiP4ws;$E|&OtgkF>-9#mNvF^VNGp8R!kIE z!Q;>|z=127-Gh*($tU8^Q+>&TkoY+F)MNVPj_|en%pYCUeR^mYDnTx*rfI4CDeft| zH~t5H*UH?oGaYL2$6R!Es4!vPP4IBxk$H1?I#e4-WT_}Dz@trcbN(qojQcPZL+mtr zbdD_A-XhtG_x2)N{l&B<{2@OK^@kU#(E`dA#`%3{%zB3uZoL9a-`UfJBRVNG+YOyi z(gBMKO{m1O;}wOKA+by~;W}iMbZw26h?ZMsRceeFue$>|m+|LgO(%QHfk3N1jE#%-i+-PjzV zdVzInWrtgDtc57a^JqH1x-aYMv362dm2!r2?9gqDTe(HYyW?E=akcl+J@lXu@b(2> z&cI;s+MOcG9HxN9X`XAd;trXIij-MfOX%P+b@*Ex9Iu8e$(=QD@ zQJ0M;`5874mC3*gs>Kw*=1d@NzN&Fo!X!S6NVg#0^GH77;V;O9F(Rl~N*XL&=a`w+ zG!5*b6~TPQVac_054!yCx)r}D4oAm?gm(1Z8*DRpQD1_QT3wAxC~;vWeA*PqJRDf= zYSYWHdCOzQ3XBEjaD{e<9EeGY`Rnfwpf-Q*B6_{dFp^Lido)lR!+_=;Apj;+Z#*+6 z$?BjExC=Fjz-+&s4RU4X+iQ8O6Bw~Gf;_{P(Pz32G&vb zTILh^>asiC7s^@xop*f z!~zp!s~uI-KGMs=kOX5maqixVOYWZ%R>cJ5+-&0!i9kLWat0v>mj~0y$$ubd*El~` zU(feK>Fi90L zU&FNWcMU{RubiN4yy2lfF886*$?NaxS=qHSmao@|fGvv$G7Oibd_JOV|uXeW!vwl3=V*rD>j?_!_c0h>xW4jjJiW2C{2O@l|t#MTHxz^nf!GEiXH{pr9sQ3 z-^lB(^1qIAm6F!iJrBAfdPQG}?*OS8BDfYAL^27?f`q%4pzD{o)|ttOMu1^*?B>`+ z>1ig-Hu_QNtt%1GKRhOg(Dc$YnpA(fDi`wDw7V|XA0{J7PuxZLLqegO1sU~yK}W^MO~ZJr z?R&Mk$9;aEkX6#UYU}D8b8+tL(($io4ba1O*MUb;lCfK_$wVEWg^FKFCCsF?n0*vi z{ZT83uiIggR2K&B9cWdQt!m?`ZXzL7Ovfs(GKsX5fXRWKOVurY$OI9yWBlFkYRwt_OOb5I;F|c8+CHXK9BtG>io{V|f z+JfdqA3Xo&{@Y_d^>jo*Uc;)Q#1FJ8tBSQ7%8a`3b>Yk2uUhw>P`>o_x8$&oPnJqR zX@GK@Fp#wHb!&^|a1b2bzE9=V@BnL@t=PemXA~m7LKQ{|%Y6n?q)iLK`>(XN zO2VEHClVqoys7uY2sDRYrajWIPY;49-1)G7`yP}x5sf;Lu+2L8cgRwu@K1IGjyb5R zc*`*@XBa+&WJ*=q^oDNBLvySbFOKv5s>Ngo}znKlbvF1ixpY` zPY=YL14t9kx|pC#OF<4bzU$5LQG=F>DhM7)3}Juw*(YNTHa_LtHLojFc{vU`g*M= zNU~MuQ;d(K>WJW-&k0{!6%EiTsLS5U0pLq_Y|Z2G!!(m~F;NMAdf0A?&!oE&*UkG8 zdU#f)txOZTAT?w8kmTd>$_uwWHg8)Pgne?o zgXrOtDuK}9T@3B6*co!sTvy#M#%QWz>_8~m9K?c~SJ8)qMU9>&Zap-QFK18zZ`ech zXQ1`x*yOOhGUM8~6_q&9R6*%o#>YSl!p3*?P(;M!LI$s}8#JgDt6OWiG%Fy3<3t*%ZKUyU6`-&3_O{U@9of8@(`Z z7i!Zmn>{@MZq&AG>n+cU%Y@MxiRr38i8{&m5l)^*rY0{v4pwpUvh=r78%vOnuM8^) z`;`!7xXsX^$UJG;mp&KAMuqdjqk{Jw@!@^~wL| zUG~)c81}7cUT}3mT}(IrUTiuHI8>iu3=yFTsjZ8s5sxn~qPwu@aLZd#51=lNJ6_HzTcxD&$#7u&ccOy5WpI2W=p&*+-o2_NBU~f_=GqiPI>u zuf$#e?kl1Dis=W^gdaC!2)$F^`k3ika^zY+`=7%n>zo3Kd12uqKd7GG#Xh-Edp_`; z0Rp#eEa#SBbm6RUE%UrMNOr13y`CHJv_yMcQ{fAZ_B?3en96LFgNdsxVWk;{gC3L>FW`i}cAql;2tFcQE)07>e3RB`@l7kS&JpS4tplbCq>^tJ zhY&-;rRno>f!ri!eYL<2i=yN^WA`^jmT!wnT>a(&L*bu#rGJ49ujgW9j8{v3IIFO# z>tioVjl;H&<3)K**XKthfIn>61ewo}wP@IWBVVfQkV|_Q_bhhC3&pk0nf1lnNf$iU zjV-zn@3@wt!n4#JTU@riA%qZGf%RTICV`$7f6pU)tr76iZ|e|X(T(zGV}y=>`%DB_ zSS4bH6`x8DzvR}7k%>q(zpMeD`U%$&2R4@6R9_P*koMUlKSNb-ew!PSLH0WCDp7qR z>(zd1%H;)*)|}-XQs7;0E}vsL<1@iUc1BN_IsfOnVuz>e}YlqQwxqtD{|?H@iRUAqN`j%&s?Nd9Zbo zZ!uN~@vguIfFMh!SR40H6w;^1gtavW=^F%ufT6zP(n6DBb)>F^_yoSx(ESDciU~+8 z6E{rbo$l){Yh9x1WtpRWM{>VO0xmV$QD-M$QgvQ9xJ_j41FLt`-zh_Kzk&)U8{Tg^ ze%nptTqc$@u7QT7j-Cj#)<%2)<=DWb^wi{jfpJ_P=UX5=R8@Gz-t&t@eO(~i=Xjnr zv<|@65sI`inNL#DC^3|x*idTlsP??V?I|i4%^>)j*tu+^ACAC$l}3~IeG%p3`(!X# z^ndTQ^kF9=PB3%VfOmv?)6a7a;!MYp1q-~+*YAmy4dvJD84n^Y7ylp~VPhW01@7DJ zqU4I-MgVdz5WepvYvF5+UwvL88G1E~>DA~J^b^PP#bjR2PnACPt~zGGUnE)I65FEA zj?fz+S)|Qf@IS3;=|GoN;;ddt-vYPx!hQ&2v|XzCn)KfL0hRK(&gT)CnV7O0wUiDz zdd6J)FjuYJ?C7;WSDSlIuHT{#6k_OiHm%igX?x`Uamqh&%Fj?E>O^vbD4y$eJv$KB|A?~Gk7 zq)c58%0hzzSMiuqH0p7z7G5w;Kk8rdk6I0LvIaCN%|UQ4)M1F5jh}Z1MYhO+Ajw2- z*kw`QA6@wc{IdF~&wscM_HSHqG;-}Ghh=b@cA*JuanJl?p0tLvFZ%r=3><+nI7mdvX$_z41`& zcr3#qQM|Oep_aumSq|D%)tcK2P>_^ezd)zjvoq4V3JCr)!hQ`DQm7H);eZ==%23G3 zML2fJ1RpQT_a2&wRi2?#1EP^kbrI$Brr7y;dKbZd;*6c|bM>PCx*nX zH{W`MyXwNPM-2xfiW_zpF%#X>UV-I+JoIKw@PX0VffPN z+GZf#K{Y2?o;7&WVNG{9ohDqLl6k|^3SJfdI}w;+1xT$TucSA=GJ2IBI$$z+lS!l8 zx}i}<{Xo(14Z*f!`On;3pV19x4t;caBx%u~%U?`G+`oOeK$=nZF>6UqrpRb<*H*BTjY!!Q@nJ~;8iLoQOVYoKrqCSNTRYE9pK_bw&}2kAX^D;X79TJ<<%5~zi%!h@1}HGr4WPs&F54&c0ck?3NLZh^jy^7 zj<4@GVCINWqe``*Q-sMpEhC(rd@$@JrpDu1bQsH3L*k?1@opa(i~(A2Q{dY%sQ(Vu zA+#Vq6#_{2db4ayS($znL=C63ZHj+omg=i5atfUyK*iif3*2{ifoOPq(v%J3`> zLo?DZ%*?baw5ZfApY^wv4DT}#wxbRWQk#9NsO7r7@^`VJdsa~Vkk4&kY*xFWUYK{@(RE=?dqH`7Pu|?a*Q9d)7XJ{EjB>8JG z)~Q!-Iuu@;`Q1^SDm4C?ng4aKLab(p&1fWj+{9`Otg*`uTxIW}K3`AqI@_WBx`p5( zWGYTddRlp%g{{rD+<5pxs<(=!zGg`+X(j63FohsHm zknYb4r%cog#)xs?ON2~d-1nu}0@rL0<9!z}7d-y|6yF^wu>4KM{_B%>bEXd1-0tzfxRq zRi}%Hlw~7f;(}n9ww%5FV}PJIhp;g4P;O*yv|<2)Q{p_JioZd6SUz-uS-y4&YtNK7 z=JZ?0$D-AND^1V5kK+OwE+&yyGPU03M;8OOk?*wv9XdQ7=3F{`1c@emw-Y zT15r(P8Me`Yju+`m4Y7{9sq)G`(9UEZqKC+N_8!9sc+~3W4HLvHE=KhRmA2Az^(U1 z+BS5_rp$qLUD&d}JWNCfRk8;Wp&o^CuG+{Nl*IL~7>1f{-klAwOWG$;<1Jl6x|t!3 zNg6?|T4O9H7T2FF{^(ZcajU8K(-0XdOf#`AwbeZ>PKzEa=(n<5N|VOO;izc_c?fse zwD=C4ut1ASuq$OrbI?Qza8)X<)PE8xKbj-l@qehw?)(ea7dSFs$ns+^-&z1btAv&8 zr69gj<07tgMKs>#Xy92f9jgDTcyteMeU%yKE?tLb26pdD!iGO}OoV<|baP#Z1Z+G) z5mORa)eh56AmS@B4i^lZduo-35>>sRHnrXQ@lm1VFC^JR5-HjPP&5}%8f z!tRG8_>l3+H12MO0FV4;qIJ#-I#qB71xJPkMAnfE0f7J-fgi(YGT9piFI1JuoIY9t3a- zS*+Uo@Wt0E!#f)Nf+@v)_j&QesrOdrc4~~WVuau%3VkwI*KtkfY?+hfd?n>d5qBb* zpoA9=UG(5aUEgp5m(u^Xxx(=@bOYJ2H>f;V^d>vf3%XS-;x1N~4VeE0&S4_?)a)*3 z6*=T~hD?p=C4Wp$sOBI|ls=*wp`v5Zz_jFZ$41q@?)u?8?f|VALsejS>W1rVMwbl( zcg4^Em_?Nv`$Ogix}x(67t1)|1=uMTu^ht22d^#zO<%keqgtr}maXd-wN{}CBWL&) zJnCtlP9q}=Mp;NI=588&KQuV9}pI6;z+{gbfd~$^o8co2Tim%oW(1EI@5_ydV`= zpf%b`!TOx7+zb2_z~w+M$&p{PMZZ-4sX9k@d!Na3bR7WvFb&V9lc|M|&B{<=m&uRu z7sHZ+bI@Cg17rMcc}R`+CdISIs<OlZ%t)R=CtbnJagy?O;;_W+HTdO0$q4< z1@`f7I*jD{Ap;M0Dt^R_8r^odC>upF%uGKD2TPVESi$FFsZhimD{FY!#x{fNubS;3 zZGeX5+s3?{z^4TopMTiHP zzKI=#0+{G_@tRRayUa@;$OPW<=aV8`WBHnJ7^B^OdhR-Hx!UmoWZN+Tbz?1%gyv>P z!1OV-|JTx*h^}?C8j*Mn@OUZMvi(7~nVqha_Kr*Mn%Y-zPnkQi>XVk@@Nw-yL!5(g zR}=RUL46pJjmxVXcPKK=$a9H9PY-6cc;xXdheo~P$@>i@N&edip}2s|-&Eue+7?*7 zi)3Kt2%wDhwte>hg7LBcKVW=}Z2!le$V9-&$jtG-(R}|mi;t0kk@J7a6#xG$zL+*p z#HfiD=Le6k!SlmTQ@iqc+SO$h^7@;)huwdu3|4fQy!NJaw5D-MTMBeVR9&?;` zU;k65=((DC*5P{RqxYq2m5#yU(r#R>k47MZv78Z=hD`w$ue5Y}0t^uFz0FU6&xV{t zw~h()DHT0a3@^wLU?AV%hdEBje>w}#b~0$fQu9Od|r-&5i_8(&48@mq>KLQtnDcT!oC0ipjKeMEIb~aJT(H) zeLPNnQ8m=Oe^9<3R@JXXKjga=8-T9uZr{+)$qzRI#%EYlM+xaPpe@`BfRGKqsy+ln zenI)<&GqdxBtw|y4;xDu#{k~RWD5FZsgIK`wn;50tgcNH(W6bQ!c_3#Zy z=(lacnOk}oB{hG|u|6CeL3tDM>)q$^07U%B&^oXCFOP;7#Wd{Y3wk}6P))TTyTJ+2 z*+Nhtt`7g?qhAJ3c>Q0(hJQ9-AU}b;x-tNOBZ&Vtt&N9o*xHMK(69XCFB+fo{t;-{ z0N^UTjK6pPYJM1cYg$qVHN<|jJ>ZA?kJiH;L{=KQK4_~mn7Y4pzx=gdAz!$_s^4MQ zkeL4t;AlVi?E{d1UtV9IG~T%hXpkV!FXP{lw?{M!tMTzO$M5yKT~0O4H17V$2tC05 zA@VV3cw{(0FlYck-d}8?1>A2H)IMMBq`Vad|MQ$7e(7^wpw1tc-)f(05bXV4!?FQ< zF({z=-@!X|KEeFsLD<`0#)V(|_aEZ7Tk;?F*k2og2s*?uJnI$y=U?3BHXzKy`_z6w z6WuKQw^|UdHQ=+K3@pFjZ8g?7)b-(gpQee~Qy6c2z$X7M9`U*a;x%03A_%wE=C4F5 z--%~m8VpcqAd7+Q{$3lDe-t{zH~!9$sm3PXHjXTO^tTYGr+W6EYz06|u*T0W!#@E+ ze@-BS+W=T^0;Ifrg8ryC1JoM+TR(e@{vp^9PQG>kyv-*-^&y1yJ~?G|g#M?)wsScW zn0%~%b4*;j>D=w`HqmyU6!*(QE)^rXfA z+`eOAOxn0=5<*=_dz=LB4S~*%sy<)>MlMZ0s6d$$j#=jG={K`WkHCEXE6NBExgNxXLZGkN>!Qz}hV$h57+wK7+vyLF7uL=aD|sV6tWWTlxcJC?o0>@xS1+TVTdhl*Qq7gqLRu2b^_Ykom75eUVFV z`qf-6^+~6LYV~2is;K|{ zl37&fUi3(-h{TG6DFCiIO}83gzgXny_gaxMw z{Y;sqvajWx{k&L@6(rm+0B4bL{YzD@TJak*T<>x_??T7fh4YQ({=RMqTc|(naAMvx z#e?cN_L=!+`liOM>x=beZJgT@Xn519Dmg7v<=^V%q}S7P0FR#Ywhb%VkYFb?9$*Uu zwvz`=42_MiuLHIy7fAuK{wds*#>t(nk9fM0Ry+jNa!D;He}t3_<@m_UteomPWfwI;G_|LGS-Ilh+KGwnMITP`k}dl?o?VWRmgg=qgVsR8w~hR~ z{giUrT#Zx6R?AR0dTCvf6wum>KP-una=AMt>=^0XK?-9Q9bfSg^uCSDbKii=G_k&= zVb8M5_z3Qv-d}BM1vx-TLv9OBU(j#XV;gI>G(oQ0TxOh-dx*QREPh^!ETh;iTZ9$Z zqpdjD|4#~S-=zfkni!JiRotwYKCuKU{~7&hx}JCk#Zf+p+x)36E*!#kni9hJI4#nu zam*}FmN$| zKAPx%zcZ{FUH7_Sdgr(zbIAcGruQ!VnavH)v>9@e>7f4CRl~$}fK-y&m*+%H#Kd6< zvlA~&x7UU5GHjSBw&%_ACTTyaMJU9l?KWVy$Uc=KyIha|A8 zS4eXCU6xK6lJ`c5mVC5HUd<_q#Wn&|wjaa1TouRK$Leh)c&(l*+%L*q!Db|xwXeVz z(7WgN4BbwKoIv=JR({ee`23F;a2*7EV-pw+JJ9d z22s0IR+A|p`n=6!dpT!Z=4Z%?lt>&>#mp1(#4=PVI0hTi;s z-W>#xg2j_=))rFnwzPk%9=uphGW6h#tRomN8rH{-C@Ho%+Q2(?h7xPdJ3V957LT#^ zN>ThI>WPuH7KshECJ|dv%?7HxQZ%S|-m^*ZdnEDIJ@46#GWS9w&G@6&t-8P)IAugJ zZx~;W`pO7Y5+1>vKWscWc}(&;;BQHcz)qlC5;QZee@c3Hb7^qW6p5X<$geBdajyt; z11t0;EBS~rbVp#O(u&F;nncZJwvyj$&Ax7Pn-0}bjG1YK#0=Gpm1wWoL9c zf_jR_ro^S3nNy06*S?{AWbtJ)kb7pg6 zH^_vDu+hw8E9jL5M&T1jVsLOhHD4FMonD-nXfinTun9UESG&f_4y)!E68$#k(}>0)}&X(1^HABs{-wkpCJpc)RFqiLFc`Bvk1G;`3j5(j3^U1V;j*p@936 zFu1~X$n5+${ZP<%&TE~;2P$-Zm?jH$AC)c`+20mhNNmmJ)}JLpi&f1ioSt70M`T$>-Y)B>@mo^pt6I$21nrxlY{b`TuObp=|<>B)y})^ zyY~mAYtkq8$$SsQ{eu0}cS^@=*kbNPG#VdhWWXSL8p7+69dC#|D*nwDB=Xd2h%C|% zXFoj?{Fqg9#DYKkBhKD;EW|>UM0Gb+o2lta2@i6{lkAw%7Db_ImNe(0`xMX z2><5_zVI-i8{?M|dJ`Nut#7HR(^YJN*idfu>RkO_Ax{?7807TiT#}x`b)?|P|I58% zaf$0>^Omg}y01kY3TK0J>~_&>U;%qQ#)a{5Td>cjc+H7An2uGZJ#YN+qP}nwr$(CZRf%P{PmPzuA$OHU`*r(@O7UG8sc8NZ%+-{N@y2KfQ={tTxxG>QqMR>wO~%5k)O z0X;Q_92y7`PdQlB1e9*0Jq!p*SG_P-@g+B^FX4o>?tlJKKpqkmUOi5Fn^0QkjH7Pq z6ymPQnI<#sI_IQ|&{x~#y*QGmpG|w)apE$a3q$uAX!E?ACc$M-lwHk(Q9DOcX^Fga z`)RgO7vXUl1ozf#p@{DJ7ynIg&y*ax*dlZG48Bjg8-*pczCz6MaGl+cY z>GDREsO`I=%ct7c_6$^60YG9b;CR9qEU+qgq>&zYR>c%Q!`wV~)1IPfEomYaqtopv zMry**ApWl#ji2d_Uj1BIlNMX`wGbNNSEEkDk)!q$`$g+mKc~9Z| z){jVapU?YUNd+`b>@eT8!$zi{pvl&L6{1ptl3yECirO6|e+QHe4*p5c213frRZuKz zt*t?2!_J=utv*QMaUn4uoc$e`;lA4uLw#rT7!xDX*_Yh?c+rM z@l*0HsX>M&sSY)Tugd}mpZ2|-yBf9Ll;;r=!pxiblN`9ArC4A%_*}vOEiEMsgAJrNpA9ukv3To6$4xlT^i+2!Z6_idOONT=iS zTG#{uS`g>?vQh0A{Utu%^_F}$+t@7lAq)1aK53Aw;@n3@$~zttS)B8&;{XlSN$f2I zx2f+?{mKL3>*Tn<-{uR(c}aI4)OBWqz=<&pW~}?M+$5fYE>(AXFL}TA8Hwqhs02&h z@O|Ivfph}e#B(ToQSM={WybKN#a0zLiyEovDfb1;2)QAH;!}QxQDVC zw@a+R@zmS!c~499lTb(%^8?_|`!y2hVJkSTMosrf3uZVQ4Mf-|QD`wVWZL5vE|S5( z#QAZrR)a7If)(Sdd2N?3qYa=kU{7;+Erfdnkqn0^c@zx52Wx{Sk1$g6w^eZuM7Drz zQ6?qlWQyYNFsN5SB&gv9Vn+Kz z7~K*yPjN+~5Jm6uykyrhn%nEBNm+Vc+S!Bz1DQei*&M`=`5ZHDxAYm9l#@~T7WG8) zjfyZUsQe}ZHK|N^Z^@8{*ck1elo5r%rsQu_!pHG~yjs{w4JTCTFN2M$%9L`crQ`ALv0^L&=G+N=-2ss@B=+=CZE4Q&qMa}4wGVrQkD)iGzh zT}x*^ICs=IO0Mu9gTe_Shq!cXBy!|fZshlMXY{{nNSw)J=D#OR>pEhk-B@1|8%$kC zmKe=hP}L4hIM-@1bPIP@?Pc4`YZSf{E5jRhUh&C28ZI8Q?PHXIdP*V!A?mFLI)7+4GO9>=Y;F3q?Mfap}qG5U_DI#i64=mA{ncteNR^9lZlgk3-1! z((;j#&c;9B0mZ7JAK8fr=uGwA*NjB7q#Pi$2Pll+nfl}??2q2kiO)toQ37Mm1!ZoX zH|F1^y^WiuDJ-9wzVY&ZFiy&k*Cs`j?*GEr3^1tCwn@I&umrxh8LX8_bOU~P+&T;t zC~A2CQZ}v*aKth7Em-!64S;yr@RCZNWBCkTFZwLfZi zmwRpszMf$UzjN5kMk<-s4JROl=X*X)kzlL8TKn^OHhasP-zfK-o8#|vgqGq~|cbO1NX8WoKUT-;Wjz?S#b2tyg?R65pZ`rh< z*MpoRx>5lQ*^Yoxgv;W4)JzM~WJhAzG@UgkGu@*`y+U{>h_ZpY z{|>s~(fN{f=^f@(U>3lDqF$S+w=SMsY0K8eLXiPsStFCaYsvok*=w`0TO6$3Hnnc# zJ3*3)ojU`!Yo7mVkqqa>v!LAN5vS{D$v^qkk`9}5@98~T$4O)PLMBE#vUH%{i*t9m zjJP2!r`Alwgo)JABY-3otHbv@QNEh*>HN~4a2Yyj!(yo~k4UBQ0wqXA^I~|?J5e5uk-G8gQ+Y}@_WaD#xJXGa1H&6 z&h*2oTmcUn2;3H2dUCUY57$So_m;6@m_rc!RMTAm&10dPiYN=61Db~kRSsmwm5sy9 z=GFqXs>|q%W|6QVqw0SFPu9CgIyEwWFRq%ti+?9~DE~v~x zo1Jmy`6|;1pv1EVyG-cZE2%t2nx89Jk)T!%RCcvgw{-hah!$*Z?8^>>ca zbard)QN5dUZ@b1tMYm%cL)2nWU}l9-mxOmlIJGWggYVnI?>ITxjA|p@6cszo23Mz0 zW9DNtR-%cq*uz{s5ui(80wA&cf{!93F%zS6XQ%v?x+a&h$O8!Bkvl zhI0c){lBg7$MEI1$B{AEg>K2HjkLKPqTX&|^Sz}SoGeN#QP;@hi;zoUgJhSfm6a3r zNCWWv$jHthY6j`%vL5bZOL-x!5^iQq7t;w)S3D~(SxI%IkXw=losIR0YU29#FwJpG%?LFc)J)kCds!yvc$9c~ zbUR9Wnz_E6ZJ4y^n6`~5L>$^1!HFATKt^@&NXxdmtRe`mug*o>5YbERPzfw=)S@c< zqmj`*(@rOQm)(U}KSLfD<~`KtN_Vj*=+R~a2qHf>K@#tJ(uqg(v}q9KtWtz|Y)cTl zSTiOw6r$sE2epSgvBOBn^sLM0SE|+gzBg} z6H5SPVHy}4-md18M5>d43TD*-<8e_HatF%zxO?00e%W>%-$pgxYGDofZociweo~7q zc-8)qoNDfM!XE`ML+A%hVVm|eWnL-(%tF}_j;50xl)dY{)I>^i%5^a#eKZMC)S_re z*cH(1d7Dhmfu3<5rj*dPGYDrdu*Za}Lsc$k31F6|a;FXP+Gx&3ipJuB}nBU&^V zLQS}Sf&5pgj=cJe4wK)m5Yd$G9|Tqw=ZaZq)nG3M?b+4m?L)GnPN3TO>fx%bZOLas z8td@4f|9w_**7uBWIB%22D-3pi5@)d5|V?@@3eGM^6+ABK_jaO(5>3vzA}B=9)ZYD zzs*&V)}>L_wrv3uVvfP1XgA4yMs-Y6fo=?}GbDRQU9=!-b;Wfy#M<|KqvuZF02;c5J^c54$3mzAUKY}AcvP5*9PC!oXS&MT;Mvh)upC}Rmeimg47JuWPDfQ1= z1e@CT&l)^-qa(;Gkx`iK(Qr2@8P^3iiXMeaL7s6(_s=ER z{i(sGptEnLWO(>bLZThnp*&{CyuzVTzPPCOJ6|0!^>lejk$!I5ilZbWOUH zHd;UjrrWu~p5QqI(jYtD#xWiVg`6+PRB1-9uP zKO2#X7^>hDXT=YM6DebzJQZI9$^sXYWA)m$p-j=RJP1RZ+@cl8T|Tb9D6Mr}oNgvt zEI6PrbgL4g0(oEG=hhMj)VS7ru>sSpb3jTA{moZ_;uR2ZkP0v@Z?#lH%M(++RXFlZj#ghGmu(a0$%Vfh^LtTZBx&6p-f?TJ9QZfX07kw%C&M$6%T%Zsg$WC*%4|JI1&-Bw z4K7_c4RczjrfyA)eu(q~y5xSxY(?4S+>T~3s}KewD%h^$1+qp&8+YjV?;;T;frJkk zxl7@{q93zyhgSeu?pcp4Z1=1bZh-shLpTocd|0V!ms^Mw!8JVzqDT~{GKeRt#Lz>* zFRC_tK&B@;?zbum&D8LTMR=(rx?XNc8B`y=iAHSqT|#HR$e~Gd<}mL#LTiw z-8drQ`wkJDH;D=$RE1XP%S`xO5Rquk$Ute(c}#jv?`(|%eDd1o09=6Q9sIej7&s=K zq*&+d%T7&QJ#ehQh|}9oD$HTQCkvuRnVjx;W!nHrG3g#m>t?_(yTupJir&+nSI2_A z(t|Q+kOm*XX4}LqS3&ErsTcoRDV(6HU?_GcijwHgiT^Cd%IeIg=KN4vkCHrDV-Zuo;)#i>xRT6puPE%%u^!CWha>Q?l<(_q-SF>UrQ4?FY?B_LP@mG<) zV>(p~gxlsD@eKRR1(++Gcm^i*DG}b<@->gzOfNPL_(s*KPu+9v4^9KfhF*-&(La#P zBf049lB^v%z`4!$o5eDsWs42n@4_>-tS19z?>BgJ9tQ#=Pq@7Xa%g*hMqh-GL+fqT zbb@dm@6ZF4UGzfa**HRwifq_UGLd%uK0(&`$vqjL#cKl=!xk}pw@SGnaX$W4!FRIdveqMC9Ocq^$ zRv!^ycJf3-35N0;pH#>E1SYxx0Q+mcV2R`Fu#|yX;Zq^#J%hWoshd6_9YHPdCV)v> z8{23lVGP+NX|<`waZ6qmwgc5|pp7uN7pKBTE_ZqMar{Jh2fE`+>qZnhuX+4RH$=CChlrVdC=;n`|J z`9$ab)AzS8$*JOZr&mUeS0_kBGOn@9Zqm9xZPm@np^9u7y|G8qG2Wosrwvc*7%t&X zB$9-0;`v3k;C{h<0xk-KbinWDDrwik9n|`I#f-W!*(4H)D%ieJdD`sGtaOU@SU{*{ z0a2b5K$j~TOG*9B+poiu^JQ9S!WAUT9}G&kJn94**_|j(lo7o=l?cDHRcn1ejJDDj zeI}j;Q1Q!AXKd6|Ez)VbE?NHi@H3zd(KG z)Sq-CileEK=P@Ur+<7mHs9^T`tgOh7jn@L>lS!JeI}CVTbiYj{#DcwvkiL1po6Uaf z-GD@T22;e!mDXqlgWB7TXgwCF^$9T6?DWjG#VcMz~V13fi6}3MteRXjp)^E6906nd6ki?IQk*8fl z78HiRDaNc%KBqqD^`fv9V9uc8wioTVb1vBINF(>%ym$Wup^N*(b^(9PP$HtP1h zeE#8wQ(Y*;m3KQ~eFx({lNuFhmU)V-*@1og`_&9Sz^rPl=MVch-McF#dS9xH$5tex zdE$eKjBVL8kE}0iOK#%G4&MTZMnx zU${IxfpVL(GzW;gau;mufejU-V{zo@%OpT!Sd5pgcbXLMNuDVAYe75Hs*UJ^V@`ZV z_PsHQJwrSLReIZaGOu?z35Qz8*6;a$Lwej2vI&PUmcp=))byrDxfuU;`sWsf5|MLs zNI;Rv6b#zi8NnCC1Nt}{cd=E-7o0&+kZbctCpLl3^2B^ks1|uyr~BL@y=@P;D?oGm z)JG*s9%jk&$m4RTLG~6my{vpapX^6+(jmWW^k-^#t6t%cc%XUWGYx1LKa7$-(%V*P z8C+{59M_ix$YG!&@xI6mAy#fol))RPerS|Dn3lN|l-C`%=`h6Gsx4j)ZGS+**7If} zSy&AtC|r%Ty1($;EmVcbcnqy)Dz^h!!drbgmXSp^Prv(eUlo?-3?aNgMuE^kLSsCb0#tr!q8CAiq zyqI0Ogpn}7hrm)QhHKg>$dPyx_G#RmA&d970tIGTn}XqBAd?30<3AH~N+fkGX!>HO}+ zVjNBFKWSJa6i*K~uOkMt5;F@wMy##}amh&i6u5^+fw-KDB=={e;uTNND>Q?A7e*V8 z)sykLe2RloKUJYO=&!`#^?1YB9EBihk%j3B3QcL8s9M(@(U9s+gWtmkI>Gr-q&3eY z3X7LdmO%M&$XGvx=Pv00^{({i?jo6aoso5pgk>W3OL%Jvynw0AcoOj2xuu`#H({J% zauGXxSOu5Q{i@~er|h&@Xf`{=zWjF)dEKwqu>0Vgc@G}=#gg2+V$X13U(Cr6BsX3T zByLY_EVY7;s{0;M`PDa=oyb-^_f!OV35ChYzGL!YPsO;MGpFfZVrX5ib&kDa$2}EnV{1tOxDi z(yGeZ@}v}^`!z8S{z!t#pw2s}$-xd!Be2)AwvbuvY3~e#OVP29<}JwxAn&l2);Ch( zE&M&h#LNH^rqP0EvApHvD&%=sl>rnagkTiw45g}bxQvJ&V#`aMWQ$zp8DLAq~L6qwyO&2{CB0Re71w$d%5)wX;ELx^-V@~J5nhLl&qHf zXBP8~QuPdFjRf5Hiwnb`gZAY{a6Wn=q~I3XJw^MBKX`2Po-(Dffqc)iM+vnW0`zk|QC zv%>)c48tJg=0*{Sze6rgo|CAUxJZB#$-MYo(0kf_%JbW|`dVXFsJ-Kzy`#f}0UiAbA6It2Zy6m1OrOmS0*3Md z4?u&Be*Q>-4E)J`xMC!C~|C)WiSORzSeB(0e&!~fM3Kl>HXjBVzV5e?SpXr+<)ez zf3F{YiQekS|368{MF1*CR<>t)viI^k2ICyc{{92%{SPpH&n7Py9DtD|%c*Q2-xIfUt>)sQ=AE}*}yEx#VjjTqrQ6a>JR2d>%z z*wtg!5CE+#`Sj5O=$*PQen09-=)F~;;1>XGk6z^-;vCUXd;c#16hJ%vzZ*FCaje2-}j7S65Xc$;-() zCQ^>k8l$wy{%x+S#Y5MqsI<|098SxDD^2!$JEp6hV9uMgh2Q72Z%aE2bLT;_>zQUENQPc%a=!^>>sYO!(Up`ZaT?Sonk%z$flNp-EA1)}PGsyQED zYvLgv+K4M0QkQhP!n~4R9|n`VQe|y$y=WT;*Ns)-dMXg7Z2m$Oqo!0BM6;7K%B;d5 z+3pabBQ(Ih#c%y8x_|#P3Se`!Pu2&%hK}d zx4G(6c93T)`QN$P`*fRHie#7IgW_TJNmJXXn++mzP8TFyo#5q$;|)MDG-o(-y$Bo* zs?fjnAWG7;D~Ita&RUW~1&B`{-tl4bnGTa%*WcOYTyME7=vBu*I>-wfwI4%cSG_@? zcpf{$(aB4*{eqrdX^O2gnDZQ0)h_#5i2O`l4sNV;)s)Dw2Sp-lC0C8gdQH^j9>k2rb$TsDmyjpy zTQx#e{gIs~R7P{3fG5uGxz$P1Z=msjW%<*LAs3yZQBD%H-6rt(rf3S0j4iB$$jwbr z%tGi4oM$Tv)<;F$Kptv0@`@%2%owerUa6`v`zTQam=N_>xM_xsI`?%LUWy&HcfJl5 zo{xssUxW08&g0`9XEA@aCBd-nH1aQKTL|oJPjg}Z@R1Kyr3=;Cc$y0}%6fDI5&J6&pmvrvt(*OfZS#{=+@v?`SYJ^y%wtx~4(xY(PM0e-C ze&FZx{Geb@{VdEtlFQUa?OU;h$a(7{uyuBEAzPl7l2nfrOw4m<+UFpfARM>3FPL=9 z=AZh4#>Tk48OS5_jZdg#@Sr#J-Te)-n8z@oDxXdKCa4A7EDnJXoU(2ea%Ax8yIjN|kcXoN_;P+8RH(xE>~tT=QEAZC0r4#?d-x5C|ZYt1u> z1{I>qcxf#uXouA!imZQM^mK34vOT@vGa6%b&vU-AWPd&PU-72?V`a@=LXkg!Et=pPK2YfwO06$~7-LcZHYbSb7R+cIZ6A2C&XK ztiUchrn^)PU>wdP3!7cn_ulfBo142MF$lZ`#71C`R2Sdt(7phbPMyh$Bu4u4d!R(- z;1%vq$#aR6Or|qvoXn#=Cb2=gBxGZQN*Y!bn-dkYHwe}^QcgXRt~#|0L@MzPXGYh6 zhZ`j1dBuFP4y)aN*qW8N)q5*sk@xGtQX^-h8I4525ta+p)zK*+N;2Yvam@X(YyG>+ z=#-X7eJ_O(5f=Rz;M>Ye4Y>ldVpG7e=&H9#G5xnK5CXFMdy_pAS8*mCK1w}F^#DeE z-wRe$S??Fehi3$bk%cBEfq5 z@PXQ-np)H1u~fwMP}ZfIsZ+|HOznFYuPG)eA~B~Kw#-}Owx8Ocnq7AsRxTCOFn*;W zb23H)i&}hDV8z#ug1m^t>+raesbMOAuz9s2MRf0<#LJ>MQl7h&Cl~&l@T!YUV9`hS zz+St@=)ywA9|qA0nic}FhQMVZVMqcJj9SFcKsMSFv$;b}+s{OJV|0kbb>n2IKE&t= zKPzLc*caZWxK&__;-1#00w6&Okdb@dzw(Ag-+~+WL^FF))CV*WfzC~sQ@!mhx-C}Y zxGZHU7A!NVyLeP8HvEy|X4xe3^m&Ghm^;%X`Zj>}&ep@*nIG=GLZ^_csZY;sn%=Wq zk%sHp;=If;U(?L6y4J$$xTVMPWb&m-(bu#EcQPnBXY!3Xkb5=}O4Cr_hP#XzJg6Z( zH3GB#0k&&SKP^=MuB;C1oR`l&HB(VnbT$~SoyKBcnX4Z=q1Xsh^Ma|I3?MOYY`E6B z9ats}q=^)oJdm$CgJsPlNXk=DuKRuT`C;v8%^d|Yo-`;7EV)m~sxucOtZY_|R#U`K zH_|Z9j5EQ+45HV=bfSvZR(!e~QyTBiBsHSQ#klv1ABa|~4D*B_ILsHMz`Ku8@oMD=v52jnHzI-ArtMPy?cu_T+vZBHUvNH&y= z#oBgAHYR}9Lcl~VRI=EmhdlstMJChN4ERC9gj+GOuHJJ|i}3x>3tGfd?G1wuM_VVn zeVO$HOl0YVe5R_0Bt5*)5Y#EgYWV|9lD6U9cZUwWb?JEtqlI30{fi~3HvRe&RrAyND_1ew# zj#P;-o5lwr6lvCrA;7(*#5^*n(fL0@WQkRLpWlkLN(iNPED76ab?K-Cm>;XNf?B%~ zZ#8Amq^rG!%-i<8li#6H?3^-l4j-i;_D6JsG;?KUn`<6QB%!y1aj18BD<{S_xhaJE z?|;G^#By6s(wSBhdu18IAu7>x&X`*@h*#t#Enoy*2PIz<^>M3~$&AVS&5Fd&H!oPP zuh9`B)4V1cKvzx`tjCpxxMQ)f+{^0S%LqD_elsA6B`hM=^*OIYTtFXIk#O#v&>12v z{MQ>O5f$))`E0gBN89p;`89cQOSn`o)+92RLludhkAxKMwcNE5U-i80Eo`ivEA*Y!SyDJIft0K6xU-uhwCriq){zkvRv8a;fqknKe0f7XOulo7HH2Q*jl zqK5dOA{bX@t#v3qI<)huAXLDd=Xv$uh>`cL?Q{FI1?DLt<^TzL>TUQtMuwB>kS#Ff zgcdwD({nSK^S9G5NUFA}^fYxIUv=3J1HG^^Hbx>EU>@|hqh}PB^7aME9FJ*Y70fvz zYnf_V#n+BH_PQi6*Mv3$#sCd8LxbpcJv8o0=3oX`lC7;7(=79tL53kDE-5uBSwZ~N zN3c{rdod@Rh@6^>K6N~e)8%sAHkfNulQ?zp>xvRwoe>GZHN+o#U$A`}+8LQbtVd9U zO~*Y0Gs=<}Qw}-2x*QMns0|MH5iW6YQ(xlIJACejSx*x9QQCXP9_p*;%Sr^>{4HAZ zXV~^UaNY_5`PC-`36t8-;0Enw@x{8S0Ih&PT$fPslE9mH8F6d+ z*;MmBcFw11(EnJS`kT^CN+>CHW!A;wZjy+{-U`Vl8$If=w&&CV#m2r`vw9UUkzvza zr9sjnpm6LcL%?5}^ju5Usm?IGU52?)azx&k_&igEDIh19aZGV^X@fjG{IQ(0+Byfs zYY27W0k^4%l{&iN&nk)QDRdf-V8P;03L~rIt*)3nb4%bzDT%ObYwC8W$`;-` z625|2_z#&i$*t*=>LYdL%hxyz^lRM3sI75jjJ9T?T7wx+sit2N)RlgDkK`|pLygs* z1F!NbfO{o|r8P^#u*cTNm(hv~?yZ9H8F>$q_;v&&Wp`(A_{)qkyzjkw@Sw3RJ-Ri0^go=S(TmFlKo`vn}0sK*eZU#kxBB? zMHMse4!tghSZnjrNKZg*w*Ad!{qb^?2^;WQv0t+A@mXkMtTE$0!GoAcg;M~tQjCbK~0=91jhz) zG+6OeF8TSdit=0s{BPcqO#XKLX`^}+5Lw2oxCEkQ@MeL~?0xV(O-ywjp0D-Qya791 zl41_cCK-X&o~bkY#f_t>%?HI0k9|a+Z3{r>I}5UwL0@U7SE}9*b%Y@lrPq4XqJ;5A z&f=J;0+nxpl3&<`^cRC2O4|u>2AM6YwuZqsuQww-9q48yd`kJ1@2iaAUQ;0^KwYRg zI1Xd>LL!Og;+^IMh3mszNE!mcg1=m{qqAgCDopx81=#2pbvlZD>Jrnfw z&Occt^G@|=1wA{{j`jHB%pN`|MxuCU&vF$rCU%KzX7z6@&hTIl#!%`S)oU}I>v3{3 zKGWIxMObv6VL^PtoEER6s!Q$WZfgl`-4^m>FRM<<0z(ydnxP=f*CLHCzL1EKi`R6c z-m>i{eB}hFlkX*pSKtx6mKre1JJ3(Ur|F`{L4G6PKq8$XBdap&+@&B{h`D8}EwEU^76RPBbZK&}x581jF9>ah z6V*aydiAIj)oF_&or7b()aZ$aUj(-)O|hmju=GnKiC*ZgIp2@TJRBoVXeUd6ZSd28 zNHj~jtEMr$h604A4%umDV{epWm9DTn zYe`R;VGLL1`>r6JRpZYD8TeM7UjNkSlNpJPG&i`VGk{b3;3#z&@_8d>?Bm3G!ghAV zz-_VtFDTov|{4DXD)wg*1-_ z_h|Z8vl}6#0?8nPL>KH22G;!|o`Q1@tW{r0NILZV=w8Q!*NolBybhBR^*SD!@#~oj z=lMY;I!iNzS+hdrFj$Gsk>BP5{bc*k9doHRukjzaQvf zyCz5&OT8s?O=l=OfPc09B-t?e43Qm5*m6Q)1GUF8x7iK$CrX_6| zyKH`Q3G1K$sU_ykQiQ6UZzwt+IZ3>dCirRwFPfN(D|l%6oWQyO9N0#XhSydVbFm)6 zT?hHi+yI6d@M7sCal=i9G@VngI6+6BC!|A$Zjm$KJR)jgl2rJ(r8LAMY~((|UAPke zu<70Ed7x@f$a&;a#3{|pP;-~4#&nLcM{nZE(2hl0l3+%j(S}0kljK#xdU@yUFA{$! znnnM4jen0>Yg5j{vw_4nPCVY6B6|3=Gogf4L`iTtW5c4CZJ-G4-f{!=y34xGt%M>O z#R2W;V4q%DQ(eJazO>Jd_|uqk4iR-qs&Ix_fm(T1R>jlVQHk+pSgyYu84`8pX1B&- zO3}6AMGSM)lG9_)mnw~^yA%?JLMbTLco&B4oc*Va{0f85Pf3kF2upS)*YIX#WTKKs z*f_qQ`{K&)+V>59jTjE}!V5dF7&WNN_iBL_Ps2Q0Z z+|X%NQ=Qz!Ygf&zb&X-^iVel^p$@7*d%rL1nxs%VD@lo8vmf0@-$8@osS4> zHYvTa{h_I!yl9U~6Q!{N+s<{!FCIGQh0)Aeu+(9i%9b}#ZN6a2_&+qnhgRWwx*UpN z%^A;%Tai}|HOn(4Sxq@A(Q|Kon5nzMYH}k6c!Z=Z(ivC9B|%Hrf?Q^#a|>f(JlAk) z(O7ND^+?;!)ppSiDb|5REOqRlN2!C_muXoNTxv?o4I0aK9&X8$qR}UqimfHyrBQi7 z7co%@sC`@5f^|C-5~FXLbC0gBrhKz7Sg4@0j_LW^FJPekb_cRWH?T>C_l%o`OiH0f zGj=nV3iEB-7r3ZRz0~4rP&sAjkOwmnTTgLPrbCfbYw;SSWqsQ0`XswGFC>St@1t{< z;(JG$=L?h=6E_Mx2>tqXq?xXWgMFP*KlZ`04T$7oH*Kt2vy*r?^}+DsCp!GSWx9M}R!VYnSC&koskv*1_}PaDyY zspjmL%(FyiwyWZrg#!E|!?Xxvm35;_G_4>19uv_ci)CjWD$~<*%7487+y=awRx;X0 zWn8d-G%a=&uB zOR+H+Sp(%%l;z4QYsh%N*xT_qdvXi#hOuQErV-m^7IKl7+?L1`UKJd{i@Pcp>0)|Y z5KT{cI#X%hL=c>FoGo>^rL~5V|DuSoo$xQp)fQp>v{2?5$k}d&{xn!wm%M3-;+E!n z#m#$M`WG#Ii>|1d>?O_zvVYyYwY*_lW(4ry(Gr(xgD9Tvajyu7OB1wcwCKVrDz&pN zc!TdbyMw^j_^R#2X?J8-zgTPn-Z*JU)*7C&WB?__=n6YdpN@zp0`M-}h2A4L0RL)0 z4V_}cV>cLTHTp0I|zhD*npql8@lqs8rn%s{|#g#0&#$TsRa;^rC#2mR{eSlgL7FYiT7C1aam9 z-yVq+{LuBc72fm%>9h=cRA;qOilmCQ1;6k{=iS_Q9CRh1aw>2A2eRo4KhW(@M?cP$ znN*%w&MCTz^eS6gqnillxL)NO0bS#kQ{2aKpPk4jr5x{&O-fNp6ivTSTP%};JeN_r zFek4-b*CgoSOA(!{H4{5@-vtNTuZpITc@>KExPR?$5E(tiH{o)unsudcOYE&RK&lr z9!}8^LCP-y8S^#R^ky4ZzZ~-jFj;IiAu2i!nV*ltD$^SFy`7lIh5q%B6`Dg#5g7r( zavhfU-)czEPGe@ivN5%PSV?XE#+a&_r4t;lr=~gRt#?j4s;+Uj zy7pN+^;n-f@sn(lIK_mt_EAzc@>l?8J$tEQG1E}+b--9!_fucxz@XJZk-CXwc>;s8 z_!Jl0{IZ$Z@d8G{a`&Tl0YNv?L5_&=Iz84`6T0Asr`5hSP6?S*(-~!(=^D%;j$+Wh^%HER_6E08`UPGSgXaAY;WabEe+sXeSpHXd z&BDRV@;_1b|90W9va_+^|JV6Hgx6}I%1G9IWlH?SAj;?roUEN)T?&HOM*SeH=)kO< zLW2B)@u~4}35bwE@aL(_XQ=Z0hq69>w>`IRw;ZpzIZZrseMhfevl#I^>(b&Q2dmuJ;ee@z0A6uxMjLJI&9@!`cKHNgNLLHgb z-1VtcR*J*)>xmw$rfqs6q z`0VzD4}ia!Q40~nHP8dx?g6xcO8Dou)7|}Io%HGausQ!mKKKEA@m(%FxjKE;9DkSm z;Aw_)ZNq-1;fAT%F~fa=iDLu9|5{jrehR4prxR^&ee<<&nnT0_Q$m=v`Taq-DS;g8 z$BsELFQ39I|4PvMB234^24oWT9Pr~I2Oyw_c*5hvuF9`%7aM{O8{4Bqk7fRqt_bia z#PMs8QWiu65GcS`huV&GV1xAMLl+YgLqA~)1SA}UAjUie>Tf}Vuoo;O_q|rq2Ez~Z zO7(@L_(4Fwh!H$6fA+d>um0`)J)wsQ4G^F(B~6g;2>*OWuo-KiWb+P51xFe6pHhu` z5B@Tfuj`hpkXU-NY#c&W*i%{j(ACTNEFADE{z|ys_G>B$VD5ZQn3&1~G<%sSC7Pn6 zC=J8t3X5b_$?fYB@l_hv_8{5cX6k2LPN@g&6GBVBJ*Sbe(H3{R`c#E}{L*>93M-#5 zNlL+#;F)ZCP$&S2a^IR?bkGkFngu}uhtxbn#rSREfth(*cx|xq5K6P|oB%=&(1J7^ z`B{}Jj37hueM~ti)XkaJo?ex1gNUp3K|gp=(~(;1;XVGXc1L(7Fbce1=_h+tuHV9} z+iNU1XR!R<(y`r-r>0{{f*|OT)&4T9a*gz&@PdkPpWV&AArw8$QjQ8r%U6K&$LgqbMwt0#hB47V2XHw}98-4d0?xBhogjH$p>qjHsdyDv zdZSUQj`XCxneH>6D0!5jj3pwcdoF8LV@vkj+cGk)B0lB2`_iPr_iyi*>QkKW^^Ti` zigF@ev{56S5_j5pq?HC}T?Zi0I=0b-GsiW)nq?na6Adcc?yK*jgfsHpzuj|!XbW%I_-pIwOa_DUZliD zk(FXINevZn&tr4ExbX2oXvG8hmbCv?FL17Ax%gJRo_dWgU=@#o2MeHfycr_5abq5Z z%WHyqmFU#H`umNl{Wc8-?V#+XoikFbIu{$W72$;?Z;c?XlIp70h&!ie5Bz?Z!nn#E z)fSE}^9-7(0jz3Ym})mewgFfuULqC=AK1N|#kh>CHe8hp6WS{OO`xAXiR3AlyS8S% zEV7I4|6}YNf! z8b6d&7~Ha?vYXI;v!*uE_iVlnuTvYeP+Sw`F{UW@iB#DfGl*(Y6=IVj8GH*3yHXkz zqNrNX$0N#B_-akk&B!9!4Nv5O9w9_xq4wc;$ppFA8zWvP)A!ITT6u?m{?kB5$Zrl# z@ST@ev}~AzugZB25;AwH7k%PXcqc5(dYA+rBc6*-=XDodSKGsuG98po3hPYrw|M_7 zXNPOhtY>yF{X^gd&iS#{kNM0nQ8Im(1Xpb*`omt+q>gx898oFvzD=L2dKT}&w={yT zxv4h6Bi-h)wtY4x*JY3DEO5mnb&;oyv?62SwJfKKWyhj@JX#RR5LY$O zZBl?ylVlNVl85H4&G69SZaMt@jBOkri3HphM4FuYKpW^&yR;&>XQ8%O{4SC0qhk_D z+bfGu1Rev)#4fHKD^%Lz5+MzhIg`qi_A)mrkv&)Eu4{7=<0-rNM`MM)ak>j!d{2kV z$ph(*lzzl7VpE8`E9@pw%=MYT1zW85q#3jTk@L6$7yfBeMzVTP1`KKlGNf>= znY4Zq%qkUDT4YMwDv<38NZ&!zO~}nGqjbv%B?wswtc2?h>D!*xFz_Ru8_`N_!Gr!7 z1iovcqkBW1bSCd(dhILYF!AL~zhoJx54h>^A2B%QzngYlaaB^UEMxgAR-d_D!|$3N zn{GZC@!mE=Yw3ma;tA&KMsAO?qD|#U^)ZE&&)Z4URZ01li6g4Mvi zKEo!&Zv%O5A|g($=Oh?#ETRJPvLjp}oE-bD=CXwf%c8&u1oMnRQ%-Wdy-}sPvJ~8Bh!S zN7TXZc>5|lKi&O9i=WmLnXNXfLI!!uw;QS71@*kTxtKV0IjptYm`6-aO&yComj%^y zo|>k~-q@(VNnlk`_{`>Y?C+W}Fl$QmoDWarZs@7vM_pX580uAhEzeCR+g?>)dsp+K z`v`A=SE=u=NKK$+XS>q=O*Ig774G?!? z32vg6We+zDRWi^m)6(PJF(Z>gU?0K+O6B-LOdiDVEyAM5pIS#-pEL005Z||oSJ9%& z)No{?d7}F$Dc0j9`w8=Rw!Qrw7t-2@RS@H~7kp|yg-l&MT8S;f2-Tm)d^}tc*%u31QZ?$o;xl@R+AURufFtdYJH`UG-Dz}d) zdK4^TuPg0&R=T$KQ0riqR+}S@Um#Ry=nFRsy2+oo^&ck8*}Oo-?G^?^J-<71T`F}C zGmP^tBI1TbXph6qVa>^L+Pl2GUAY&X@E%|+x?07RR^dLyz%m;TYtJpQa#u8%1COE{5H`)95ETd z1#&2;X^{C2Jzl1s1Gn6{LF}h=J9T5Bz5EK;#u&uL8h%l$Y<$0ky~OTmSmVk+lUTki z|LeKyHbqU)zNPbeZj}%6=q)ojZyQk*37^CB_+4`GQtxR>F)QzO!rdV9bGcm08Z=7y8%fSm3D(bM@84j9rrucE$k zZT`Q#_59jLDr{A1Q}_#Cxz*iS!jwMNT1Wm883n62uZtYhK36GSQKWX)18HkMRflnq zHM>s*wGrDz+_{K5U!;+g+24kfx#G28Mc6YZy41@qN1NA904QZ)W_V?blV_q1wKp*W zRVBS&azg`0O*CR3dkh6D2?U0(*t-KLsc|#7h8GB$K8CA958)jcp-JdnLh9 znle}P4WC?SUk;W{vl9<;aXxg~@eFvSO)K41DrSFHvKzQ{oTK%HI2`3kERx}ZMUfN? zloccz*e3+GidU%ag0t5kh^0yJs}bq9f*_a+HS`BO`u$nO{FmJtSO zrB-^^Fxd(}sQ=RuJiF2RcO5)$y15XbbjyUz+pRvcrr^|FE)~LXz}r`7gR%y`Ya{Q< zP}p+I($`@arIQli9yeuo4l`5h2j|OLXPmU`7;GjBfLTolX*bT{EQbOqGl7mk5pey> z)QHEQ{ZvBsPA%00iJ`M^T%Bzlor9@Dl*?hU1#9oia7&gvd_}F<=p-sV3@>!n39Ug9z zn0;{pCzC#o=9jOJk4GuEWcGFIyW#w57C5Q5Z)J>DOdedHkL_v?;HK&6al;!^>epL!@@6gFZ#Qkp7@ z;=4BZ>UWjz&d48B7IF!@VtQcv6{o0-2J@R`M*B5o@GQ|v)}D+k?x;pYkk5#qg)#=- z%fvuZure7e9!tcxmmdrX_`^w=zR3#Y5*Oy&t3<419)-|lh|h4;>^mEsDn9da4gpBk zxt!thX_ug#w(6!jH04QNr%F36383Ld0p{%5fr&eaUz+fSw29@XmuYSr|q%WUSL}1 z>6BX9N2cRpE_cv@;==B2^V8MXmyq8EL5^ASqSm`yN6d$Gq6yd6wi#V@;#-9XmT8RBD=xd8 zcfG3!CZ939oR^hzqY@4FF1;b%$rq#`FkjDJO-H-uEkX=i?!RukTJm7PD~vHpusEkK z`N4Z`*}}QGCUcqVE|o3ipN-zwOt_fl6ZOo6^lsG@*i77FW~pnpyq#|Cr`6Xvh>|jS z6s5||0QISi<`EmO)LOg|8mGzsBqg^P&A;R{t9MbQp*S5rmyp6+NH#FsrmJ07Y$^Kn z7xG3Vc4C3G?k4 zHc7I(=4)XPS?)`xA$z%uUXem27(8Q8?^JwCT$#Yb!)i`E>57w%c+E@MZLmJ2;dtNL z$X+(IS8X>_bDZ8);&@g*fwqA`{0No^L_YqxXO0_1iN=~>O;=IRWaFpWBacB)kQds* z_n1xQ9@G-$dTz~Ai)XAFrcho=bJWpo6hH=?0dJzOYJS_U$6@Pnn7mUZe>@&_?(y%i zB7f+Vem>OD$Qu`wqdegs}L&UhlDwVBBg@cA__l8A0ZBtgw zn6;ryVN9Ut{NlPZzUdo29x?Y*CGWzh7S$}AHM>9wh&C`2`7yy>EiE1R9c=t3dGnxu z#GKBM%O7Bqfzv5!AX0Z}p*>;|?dwGIrBY(mejb}9(+!en$L~XSR0;;`8##M7H6WZUX zaTn54avy0vNafFOa%E1Ay+mxR`&uJ*z%Qk;w7pUVed^xfGF;nA23L>dfbXIWANH1n z4Du=#LK>f87^P5_Y*Jo{h`EspB~%{}P#CnA0qm+AJiLY%JxipvN&zqX!}zFx=H~6U z`qs(svtrZJ16M2iY2o$w@qAPcyGX6CAbP0U+~xSpN#1=~hMCo?b5J}D&fW=7ZiiOh z0hx)*9gMTepJ+*367Lf_uk`{xR$U)!D6w94Bf8C`ITW9DL8uX7%OOKVwrc=``X|nx zEuWkuC8r__WGbknJ1MZ%E#)g5y9O{|zf-x9SjpUxvl06U3@TOh$~}mw_~>`9Kr1mm z3dTpRh!dlqsIj3T5SM<>-csf7nL5!_l)Y#r1A#1PczH2gqL2LeVj4 zzA5>859j;cJ0>+ko+p5-ejeVWX34E5?$IB)(=XZ2#_tSLi(Wqiqp>>?>GqzOVwU%E zp8kC#70-@03G501tA&5!Nvnsmi)L^9Q8$U{w=JKuObf zvvK2?S7vI!j$YL>!^qwV63OW~JotId>pdvJ&A3IH=5g$+?()(Mb(e0XSd8r{$Q|is z&Nq*CtK*E!vrzrWz!lGXIq^{;t*!ciy39*>3FoDfQ(T0qtIog+>=;2+MCRZeVN&p% zct^M*FKALO1%!x}^ngq~jLlA3O$}APd{j)bwfDC-ru)%!m-+2_n<_%t3SIzN(q5MJ z_+xvnF*x+rIpT~P8xLJC5UyA`6ptpgFp*pmn05H^^GmsM1+BaWuaM6hbSG;m_rBit zd%s}*G%pOsmw4;EZ*oG(_i1a>-<5Wu+xC1jtJzJ2&0rRs>&Fh~Sp`O^GiU-B7s76^ zwNQj5rCd4l8mHTd%;%$1h&qzz6rXfGd;&fKyF3$}(On=jRX()Nx>6t^%IpuJ^FeEq zD2NrSLgo0)3A|n-3pFJ^A94Q_XWq7w^!cfW*oAsbe>0{jiNj#sN!Lad4Ua{(JD#rA z*$Cz8%R<}hrvMXQulYR#+bi*c3odKDWZCJvdT@EFaH+rP=*{1gG8Pf%XXK_?)9x(1 zT`g?wSTQo$tYN2<1vgCn#<6qu>}hV9fUU`@z355iNaolFuwrXA^vIfrydrNM$)P(GVb$(I<_fE#@JSjNu9-rWbB}VKcGFq<=BvE zM_XPs4S}2cpz+KGa+&Gz4<4Y4bNamk_~~ocz1{7iw^=H!mzR_1hox!oQrQ{|%}AgJcADhL%t~JpaLFj0B9#oJ{|j z{^da#SsDH_{cohk&d9+0e@1GmpvuZRU8N+Ua2CcS$+?({@||5umKb0d`lkA(;{^(m z2=R)7ikgU`Lh)dL7Lbsnq{+&F5*^)<5sE*Syk9W&ygX2O*q?z006~{#IRvo% zn*ieMhdNSu2r`)9@u{hZZ#M8sqJ0bym`ETjAqPBrl6?`3C2aH9P{O_Te7|;t&i#O) zcM5+2KtMnwc@kBi7zZ^ZG+;0SdprSV4z$?&ur46K5@?n{qWwPPBmf8?S{{To{(8<0 zSag7q{s54EY`~zRdJtg#WNI8>l5AL(RaOA3&wd5JWY`~yaKK+GSOg-#_qMLSYCle) zd|zx~0|u7A;E_;5`C9?D5Oy5%>Qe$h=;6q~LJGBgCqvvX#3yP!t?a(!9-St+RF>#Bsd{MK)xeo0sZ|3!Ij_vzHQ6U zA#eiwzt!6a6l!gHlv> zw1M7xeIfCB41_=O-S8XWXMe;2@gnVmkof?3&@SM?4;Xy!eZ0^AV@-c}!PQ-A}sYR!|~=65gpvY`L2s;)M)qI~Dv z^@&YAeD~&`|<|2@xbF3UCe*J>}_2=ZE(d0{q%kML7xsAOC_#mH+JndikyT z6!L=&Ww^`hjh+V?9SjiiL*Bxp0S-mfjsInz@yq(MyZSjk{v~+x8!b9Mz5dpsdXoC$ zFP0}6hDIRXotj#dUGiN7$MZZ^Bady0(~UX#!?5u_lw#KE_gpp$fUs7 zcwTjum>dTxz<^UPx;KJaev4Xm;n!d~3 zXV>j14!4nJw&8;0bdhAm*0BJRj;Zg(^zAOtT$~Xep|ve&#Bw~rHbgxa{fKN=kz?3h zy~WCrAbd0sNORSfaT~c3m_CX;zhKtzxmb*JJCI0?cu6QZ3tXDD|Vjbjkvl5-|I@}7+{>nhAg_8H+O;xX` zxn5Q90@b1 z?MDf7UpMHE#qs@>aY2WGh|Q~7lJsp4y55~ZfDUjXzBl7Z@728>ts9CB{clQPyd$Tb zfrHZ#&aN^g<-*uJY_e|^D_!9E%zrc<*n|43gT2lA!Ub4G;-goqZ`w7fe5brQ-CY5t`|$Fzp_E9{Bwpj|!8G+j zCk9Ke-OkGt{IIB4(smN-KJbfaQedXWCcpnD>{FteGK5I+Y&A;dwa9u*^k2CRal~QM zM!0RsetUaWJ~uRt^ArSb(|v7c<-f0d#+B&7_?aLJ3R5E?zV_9k9}X5a zr_#^jc;qO>{1tF8!jrD?yY-GsuVlx#P_2@19}3Uua!qeoJ#0e;1D3C4wI8);EgW;E zoh_@7IVZ0{k&oOAfO;b`1PPy$^xwVCB!rE}&=<%6Pt53N8rbmXWmw_$&nZf@rn zPJ4FuRy17vZe1mJDJ#_nFq)n4BDBu&#~s9zKE9GZ0!+>zK8giM6D~ewxUS>i0z`Y5 z9_aB_LWsO23%pRs-@^>N?X&`zr)#&Bqh;Ybitb?kS$;#6wyHM~*vl5@Z7n0NQrNH^ zW^tz-za9&sg-hg8p1S|4QM7cWFpj(sHm;jE!+XL8?*rnJURB_8-Bv{yjxH=VyF99{nhcW?D=N^Zk?&B+va?Sgy>6lJh!3qA=26xX zUl$P-F=>8d^x(GeMtgdcjjPDAp#`@$Db_a!7|V<`qA!+qk8(r`;@ zE-cn^6@6cv1glhG{YB*?Z~FkOQ(puY$Klg@B(PO7{7ZviK{B&&#@a_UEQHdZ{XMA# zW$ivJFSwD(-qmSdCz0H*5CoWAm(-nI=3Rg5)XEyZ3H2d9!Wp+ysKy0^a46*`l+&2I zoQ2=qq6T1V$y1&@zBL+i!L(zxiet4yc2gGX7B200$*0@&p~#w`%6Up@2I>;{(&Dpw ziahpc7h}^$>alw-B4UE#*DbWz{(O zHLn8FNwZ-949r8A-SC#KxTA5!k&1NqFl#)RQ$jOQ)GF%g&UBaYnn#&GXvMuD+3`o8 z1o-~%nUPvFI>##)J8kw)JI##~+Y|8=1FZauo|{OK8RgKPCfKQZPl?+$rL7*uLU)FC zPX-LPKQ=Z)po{emBVA|n^BFFwgGWCtXS;lGDI~ z=qrV~`C?0YzFW~JDk;j=O5BP&be`L@W@uyTu;y-V7s$|6-0%C;1(-l01>m7gG{$wr z$u>yZV8uoJHz5bU{Z5;{iH%9obJ?rdFv5duwZ)k28?d1_5~J#VbEe5_@pL`dv<=%w z6dV+aJcCL@8+DAhjYehKO)gS5D>_!=boWYFh?+6jWK;3Ja$!Yppcnc*XeUF_UvWoz zHV>yq&YsJSkt|Knl?6Ay4ogw~{7u z9VFS4Lw(Yi)UrJvJ?O8r30`frtST1@PvIMxGczN+Vwdt;jrUv_Epym#ResF&Jy`p- z!q#{gngihhemVYByg@+cunRZ&sKvZa#1NoVCAC?w4ef_)RaatZkF~3vi~Ucsj|fkY!vH!W?c@ zB;Zc9K~0{O^|G+Sth_w&@9KVa4rZNZ2`CPZnli~fp}86T7J}b9+KA2V6=tOWGIwx4 zWzvZ#Y*)p&GSNh4e@f=8i)o<1yLOQ~sl!FR(X)A^GiOw+SW`*3&LoH_VaZW=Ek3@_ zLN3HvdNamGY`;Ekkf*pp9p_w69MhK(Qn|8O#&CmSt0;;vvT#<^@nooWH599#_ZHYm zg9G9UXVKf~#Nx^!JFZ;%edG%3619$1m-o>?2<=NKJS=0Un8-g4y{}!Hr?VCkMShl$1xQ2h(*7X*(WDjsQ$X|D<(&s!|rQg`M%DBiAS;2Q8A74+-6-}jO zSY+Cb2yAh0=L9_8YWM1vKTZ`_a%(g?ifVN`RxY80Q^o+sGGVS&*oky{7ij5YNXiR6M z)KZ%p+S(s=VYHK+MAA*PqPp~m8;mpH{&A$Wv4o`a9$68H)_a_i`#t-aXbQEOM0}zm zX6IwhB~F=g?wA0ynOtd&hdfhSS@X;^HqE)ABL)gRgs^*vbVBb56MdgzdSg^Lc2YG1?;eQJB!YRjAptOIi;4 z%x{gF+t-#`P?q)1V`k$PKsE$FYBMSC&Sc=4RzhMjbHGT__QH5q^cT*Q_k)1jiJI`f zb7h?Ldg5=L+MK34imr1SdWY_oaZ3d5pOCZO9XAXbYN#jBng(GCBRTAba3o?t^t|bC zH@;_f8l9JcFQ1BIE=}w%F;+D%K7`FiQvOR^MCxmLiVH&@>}3N5$7fBYJh@RLKLWNQ z6cH54-4gLy&p%{xoW3rK+aquygnAFmcrK#-Rb5DfJYl#pno?03Fetg5!)HT^;5qHq zeaoZV2Ma=9mUawNI731o_e7bgk&|<_EA=7Mdfy>R`*QK3FrL9GTbfXQmpo1l-Lef` zK1_Q8h9roa+Xk%^xf96fAQspaxu0jQMSAKReM>FT>?XA>I#E0hTvkr6Co8s5k1YCv zmVjZ)kvU-sBqJ`7nOr~rKy;(!q)YcUFF~nO`=LoHHED5~SK+)2=^^jwb8uZXp(PrMEvb-?VdD;?bpp;k@ITwFSb+QqOb*c?feZ z;FSNO6jC(#Vh~f+5^(#7(9zy>soQU6o(U$*SmHb-+{KMr(tx6qRD=l}?`o(_O{`Oa zp4)*sr{S!zvRFiWQqa0+l_+{aCc1^^B0*0vG&uLB}ZxDVkM$$O@p^2CgKr~e#m5Rp)dw+wro@&_u_Q$#%9 zAkWh#8h){)e7BzJRG5OAu)#KYJDlzH2~1}kE?kjrvYI*A+?KruqcUX44;~5+Zr3pB zk14kMa^OZ>Xj)`bem!Pc1_;Az}lOx3{Y9f zG}161CYp@bb5jB$mJU%kWxXO2&c<);|1QcN84*4-^Zd*cJJhqk~Pzytv{>@*#8_+aCTvEXuL1U z?3BTH(28oar4Klkr)}pPK@a&vu-dE+x^!|Qc4t?5TA_oMRM<|(2B&z$$uMzCyx5g! zt$M1mbYNk*wLbU~NvbpEi4IP6aJ_M5omPaQLMIHPK3G83-`e`n5w;nnoLZ
!N5 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

{*?CkP4xEmi7b%n?o4D*T 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 literal 0 HcmV?d00001 diff --git a/CurrentWriting/Main.tex b/CurrentWriting/Main.tex new file mode 100644 index 0000000..8f7ba02 --- /dev/null +++ b/CurrentWriting/Main.tex @@ -0,0 +1,41 @@ +\documentclass{article} + +%Setup Subfiles +\usepackage{subfiles} + + + +%Include preambles +\input{assets/preambles/MathPreamble} +%\input{assets/preambles/TikzitPreamble} +\input{assets/preambles/BibPreamble} +\input{assets/preambles/GeneralPreamble} + +\title{Test Title} +\author{William King} + +\begin{document} +\maketitle +\newpage + +\section{Introduction} +\subfile{sections/00_Introduction} + +\section{Laws of Motion} +\subfile{sections/01_LawsOfMotion} + +\section{Kessler Syndrome}\label{SEC:Kessler} +\subfile{sections/02_KesslerSyndrome} + +\section{Survival Analysis}\label{SEC:Survival} +\subfile{sections/03_SurvivalAnalysis} + +\section{Constellation Operator's Program}\label{SEC:Operator} +\subfile{sections/04_ConstellationOperator} + +\section{Social Planner's Program}\label{SEC:Planner} +\subfile{sections/05_SocialPlanner} + + + +\end{document} diff --git a/CurrentWriting/assets/preambles/BibPreamble.tex b/CurrentWriting/assets/preambles/BibPreamble.tex new file mode 100644 index 0000000..b7f8362 --- /dev/null +++ b/CurrentWriting/assets/preambles/BibPreamble.tex @@ -0,0 +1,10 @@ +%---------------------------------------------------------------------------------------- +% BIBLIOGRAPHY SETUP +%---------------------------------------------------------------------------------------- + + +%%% Setup Bibliography +\usepackage[backend=biber,style=apa,autocite=inline]{biblatex} +\addbibresource{../assets/preambles/References.bib} + + diff --git a/CurrentWriting/assets/preambles/GeneralPreamble.tex b/CurrentWriting/assets/preambles/GeneralPreamble.tex new file mode 100644 index 0000000..669035c --- /dev/null +++ b/CurrentWriting/assets/preambles/GeneralPreamble.tex @@ -0,0 +1,14 @@ +%Include other generally important packages +\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables +\usepackage{hyperref} %Includes Hyperlinks +\usepackage{cleveref} %Simplifies citations and references + + +%Setup some language stuff +\usepackage[utf8]{inputenc} +\usepackage[english]{babel} + +%Setup the- +\usepackage{graphicx} +\graphicspath{assets/img/} + diff --git a/CurrentWriting/assets/preambles/MathPreamble.tex b/CurrentWriting/assets/preambles/MathPreamble.tex new file mode 100644 index 0000000..c81874f --- /dev/null +++ b/CurrentWriting/assets/preambles/MathPreamble.tex @@ -0,0 +1,20 @@ + +%%%%%%%%%Packages%%%%%%%%%%%%%%% +\usepackage{amsmath} +\usepackage{mathtools} +\usepackage{amsthm} +\usepackage{amssymb} +\usepackage{thmtools, thm-restate} + + +%%%%%%%%%%%% MATH FORMATTING %%%%%%%%%%%%%%%%%%%%% +%Helpful bits +\newcommand{\bb}[1]{\mathbb{#1}} + +%Derivatives etc. +\newcommand{\parder}[3]{\ensuremath{ \frac{\partial^{#3} #1}{\partial #2~^{#3}}}} +\newcommand{\der}[3]{\ensuremath{ \frac{d^{#3} #1}{d #2~^{#3}}}} + +%Math Operators +\DeclareMathOperator{\argmax}{argmax} +\DeclareMathOperator{\argmin}{argmin} diff --git a/Inciteful.xyz_results.bib b/CurrentWriting/assets/preambles/References.bib similarity index 55% rename from Inciteful.xyz_results.bib rename to CurrentWriting/assets/preambles/References.bib index d24096c..cf14f1b 100644 --- a/Inciteful.xyz_results.bib +++ b/CurrentWriting/assets/preambles/References.bib @@ -1,16 +1,4 @@ % Encoding: UTF-8 -@article{16916285, - incitefulid = {16916285}, - title = {Orbital-use fees could more than quadruple the value of the space industry.}, - magid = {3028737585}, - url = {http://doi.org/10.1073/pnas.1921260117}, - doi = {10.1073/pnas.1921260117}, - author = {Akhil Rao and Matthew G. Burgess and Daniel T. Kaffine}, - year = {2020}, - journal = {Proceedings of the National Academy of Sciences of the United States of America}, - volume = {117}, - issue = {23} -} @article{46960957, incitefulid = {46960957}, @@ -24,19 +12,6 @@ issue = {9} } -@article{7397687, - incitefulid = {7397687}, - title = {LEFT FOR DEAD: ANTI‐COMPETITIVE BEHAVIOR IN ORBITAL SPACE}, - magid = {2939271905}, - url = {http://doi.org/10.1111/ecin.12790}, - doi = {10.1111/ecin.12790}, - author = {Nodir Adilov and Brendan Cunningham and Peter J. Alexander and Jerry B. Duvall and Daniel R. Shiman}, - year = {2019}, - journal = {Economic Inquiry}, - volume = {57}, - issue = {3} -} - @article{86503421, incitefulid = {86503421}, title = {Cooperative space object tracking via universal Kalman consensus filter}, @@ -132,18 +107,6 @@ issue = {7} } -@article{166315978, - incitefulid = {166315978}, - title = {An economic “Kessler Syndrome”: A dynamic model of earth orbit debris}, - magid = {2789696176}, - url = {http://doi.org/10.1016/j.econlet.2018.02.025}, - doi = {10.1016/j.econlet.2018.02.025}, - author = {Nodir Adilov and Peter J. Alexander and Brendan Cunningham}, - year = {2018}, - journal = {Economics Letters}, - volume = {166} -} - @article{28500679, incitefulid = {28500679}, title = {Reduction Over Time to Facilitate Peer-to-Peer Barter Relationships}, @@ -425,19 +388,6 @@ journal = {Environmental and Resource Economics} } -@article{15513063, - incitefulid = {15513063}, - title = {Managing Satellite Debris in Low-Earth Orbit: Incentivizing Ex Ante Satellite Quality and Ex Post Take-Back Programs}, - magid = {2913247630}, - url = {http://doi.org/10.1007/s10640-019-00320-3}, - doi = {10.1007/s10640-019-00320-3}, - author = {Zachary Grzelka and Jeffrey Wagner}, - year = {2019}, - journal = {Environmental and Resource Economics}, - volume = {74}, - issue = {1} -} - @article{162280359, incitefulid = {162280359}, title = {Spacecraft formation for debris surveillance}, @@ -479,19 +429,6 @@ year = {2019} } -@article{150052056, - incitefulid = {150052056}, - title = {An Economic Analysis of Earth Orbit Pollution}, - magid = {2034490603}, - url = {http://doi.org/10.1007/s10640-013-9758-4}, - doi = {10.1007/s10640-013-9758-4}, - author = {Nodir Adilov and Peter J. Alexander and Brendan Cunningham}, - year = {2015}, - journal = {Environmental and Resource Economics}, - volume = {60}, - issue = {1} -} - @article{262509284, incitefulid = {262509284}, title = {The Economic Theory of a Common-Property Resource: The Fishery}, @@ -505,18 +442,6 @@ issue = {2} } -@article{126331087, - incitefulid = {126331087}, - title = {Collision frequency of artificial satellites: The creation of a debris belt}, - magid = {2098893304}, - url = {http://doi.org/10.1029/ja083ia06p02637}, - doi = {10.1029/ja083ia06p02637}, - author = {Donald J. Kessler and B. G. Cour-Palais}, - year = {1978}, - journal = {Journal of Geophysical Research}, - volume = {83} -} - @article{154958220, incitefulid = {154958220}, title = {Space, the Final Economic Frontier}, @@ -539,4 +464,226 @@ volume = {1} } +@Misc{EsaTweet, + author = {ESA}, + title = {For the first time ever, ESA has performed a 'collision avoidance manoeuvre' to protect one of its satellites from colliding with a 'mega constellation' \#SpaceTraffic}, + addendum = {https://twitter.com/esaoperations}, + date = {2019-09-02}, + nameaddon = {\@ESAOperations}, +} + +@Electronic{ArsTechnicaStatement, + author = {Brodkin, Jon}, + howpublished = {Online Article}, + language = {English}, + note = {Statement from SpaceX to ARS Technica}, + organization = {Ars Technica}, + title = {SpaceX satellite was on “collision course” until ESA satellite was re-routed}, + url = {https://arstechnica.com/information-technology/2019/09/spacex-satellite-was-on-collision-course-until-esa-satellite-was-re-routed/}, + date = {2019-09-03}, +} + +@Electronic{EsaBlog, + author = {ESA}, + howpublished = {Online}, + language = {English}, + organization = {European Space Agency}, + title = {ESA spacecraft dodges large constellation}, + url = {http://www.esa.int/Safety_Security/ESA_spacecraft_dodges_large_constellation}, + date = {2019-09-03}, +} + +@PhdThesis{Rao:Dissertation, + author = {Rao, Akhil}, + school = {University of Colorado}, + title = {The Economics of Orbit Use: Theory, Policy, and Practice}, + year = {2019}, +} + +@Article{Macauley_1998, + author = {Macauley, Molly K}, + journal = {The Journal of Law and Economics}, + title = {Allocation of Orbit and Spectrum Resources for Regional Communications: What's At Stake?}, + year = {1998}, + issn = {0022-2186}, + number = {S2}, + pages = {737–764}, + volume = {41}, + abstract = {Contentious debate surrounds allocation of the geostationary orbit and electromagneticspectrum, two resources used by communications satellites. An extensive economicsliterature alleges that the nonmarket administrative allocative procedures now in place arehighly inefficient, but no research has empirically estimated the welfare loss. This paperdevelops a conceptual framework and a computerized model to estimate the economic valueof the resources, the size and distribution of welfare costs associated with the presentregulatory regime, and the potential gains from more market-like allocation. + +Key Words: outer space, communications satellites, pricing natural resources + +JEL Classification Nos.: H4, Q2}, + doi = {10.1086/467411}, + publisher = {The Journal of Law and Economics}, +} + +@InBook{brillinger_2001, + author = {Brillinger, David R.}, + pages = {105–116}, + title = {Space Debris: Flux in a Two Dimensional Orbit}, + year = {2001}, + doi = {10.1007/978-3-0348-8326-9_8}, +} + +@Article{Adilov2018a, + author = {Adilov and Alexander and Cunningham}, + title = {Corrigendum to “An economic “Kessler Syndrome”: A dynamic model of earth orbit debris” [Econom. Lett. 166 (2018) 79–82]}, + year = {2018}, + issn = {0165-1765}, + pages = {185}, + volume = {170}, + doi = {10.1016/j.econlet.2018.04.012}, +} + +@Misc{Kessler1990, + author = {Donald Kessler}, + title = {Orbital debris environment for spacecraft in low earth orbit}, + year = {1990}, + doi = {10.2514/6.1990-1353}, +} + +@Article{Adilov, + author = {Adilov and Alexander and Cunningham}, + title = {Earth Orbit Debris: An Economic Model}, + year = {2015}, + issn = {1556-5068}, + doi = {10.2139/ssrn.2264915}, +} + +@Electronic{FAA2020, + author = {NA}, + howpublished = {Online}, + month = oct, + note = {Describes altitude of LEO and GEO}, + organization = {Federal Aviation Administration}, + url = {https://www.faa.gov/space/additional_information/faq/#s1}, + year = {2020}, +} + +@TechReport{RaoRondina2020, + author = {Rao and Rondina}, + institution = {NA}, + title = {Cost in Space:Debris and Collision Risk in the Orbital Commons}, + year = {2020}, + month = feb, + note = {Middlebury College | UC San Diego}, + type = {Working Paper}, +} + +@Misc{Kennedy1962, + author = {John F. Kennedy}, + month = sep, + title = {Address at Rice University on the Nation's Space Effort}, + year = {1962}, + url = {https://er.jsc.nasa.gov/seh/ricetalk.htm}, +} + +@Article{7397687, + author = {Nodir Adilov and Brendan Cunningham and Peter J. Alexander and Jerry B. Duvall and Daniel R. Shiman}, + journal = {Economic Inquiry}, + title = {LEFT FOR DEAD: ANTI‐COMPETITIVE BEHAVIOR IN ORBITAL SPACE}, + year = {2019}, + month = {04}, + volume = {57}, + doi = {10.1111/ecin.12790}, + incitefulid = {7397687}, + issue = {3}, + magid = {2939271905}, + url = {http://doi.org/10.1111/ecin.12790}, +} + +@Article{Adilov2018, + author = {Nodir Adilov and Peter J. Alexander and Brendan Cunningham}, + journal = {Economics Letters}, + title = {An economic “Kessler Syndrome”: A dynamic model of earth orbit debris}, + year = {2018}, + issn = {0165-1765}, + pages = {79–82}, + volume = {166}, + doi = {10.1016/j.econlet.2018.02.025}, + incitefulid = {166315978}, + magid = {2789696176}, + publisher = {Economics Letters}, + url = {http://doi.org/10.1016/j.econlet.2018.02.025}, +} + +@Article{15513063, + author = {Zachary Grzelka and Jeffrey Wagner}, + journal = {Environmental and Resource Economics}, + title = {Managing Satellite Debris in Low-Earth Orbit: Incentivizing Ex Ante Satellite Quality and Ex Post Take-Back Programs}, + year = {2019}, + issn = {0924-6460}, + number = {1}, + pages = {319–336}, + volume = {74}, + doi = {10.1007/s10640-019-00320-3}, + incitefulid = {15513063}, + issue = {1}, + magid = {2913247630}, + publisher = {Environmental and Resource Economics}, + url = {http://doi.org/10.1007/s10640-019-00320-3}, +} + +@Article{150052056, + author = {Nodir Adilov and Peter J. Alexander and Brendan Cunningham}, + journal = {Environmental and Resource Economics}, + title = {An Economic Analysis of Earth Orbit Pollution}, + year = {2015}, + issn = {0924-6460}, + number = {1}, + pages = {81–98}, + volume = {60}, + doi = {10.1007/s10640-013-9758-4}, + incitefulid = {150052056}, + issue = {1}, + magid = {2034490603}, + publisher = {Environmental and Resource Economics}, + url = {http://doi.org/10.1007/s10640-013-9758-4}, +} + +@Article{Kessler1978, + author = {Donald J. Kessler and B. G. Cour-Palais}, + journal = {Journal of Geophysical Research}, + title = {Collision frequency of artificial satellites: The creation of a debris belt}, + year = {1978}, + number = {A6}, + pages = {2637-2646}, + volume = {83}, + abstract = {As the number of artificial satellites in earth orbit increases, the probability of collisions between satellites also increases. Satellite collisions would produce orbiting fragments, each of which would increase the probability of further collisions, leading to the growth of a belt of debris around the earth. This process parallels certain theories concerning the growth of the asteroid belt. The debris flux in such an earth-orbiting belt could exceed the natural meteoroid flux, affecting future spacecraft designs. A mathematical model was used to predict the rate at which such a belt might form. Under certain conditions the belt could begin to form within this century and could be a significant problem during the next century. The possibility that numerous unobserved fragments already exist from spacecraft explosions would decrease this time interval. However, early implementation of specialized launch constraints and operational procedures could significantly delay the formation of the belt.}, + doi = {10.1029/ja083ia06p02637}, + eprint = {https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/JA083iA06p02637}, + incitefulid = {126331087}, + magid = {2098893304}, + url = {http://doi.org/10.1029/ja083ia06p02637}, +} + +@Article{16916285, + author = {Akhil Rao and Matthew G. Burgess and Daniel T. Kaffine}, + journal = {Proceedings of the National Academy of Sciences of the United States of America}, + title = {Orbital-use fees could more than quadruple the value of the space industry.}, + year = {2020}, + issn = {0027-8424}, + number = {23}, + pages = {12756--12762}, + volume = {117}, + abstract = {The commercial satellite industry is rapidly expanding. A side effect of this expansion is a growing buildup of space debris that imposes costly collision risk on satellite operators. Proposed solutions to this debris have been primarily technological, but the core of the problem is incentives{\textemdash}satellites are being launched without consideration of the collision risks they impose on other operators. We show that this incentive problem can be solved with an internationally harmonized {\textquotedblleft}orbital-use fee{\textquotedblright} (OUF){\textemdash}a tax on orbiting satellites. Using a coupled physical{\textendash}economic model, we project that an optimally designed OUF could more than quadruple the long-run value of the satellite industry by 2040.The space industry{\textquoteright}s rapid recent growth represents the latest tragedy of the commons. Satellites launched into orbit contribute to{\textemdash}and risk damage from{\textemdash}a growing buildup of space debris and other satellites. Collision risk from this orbital congestion is costly to satellite operators. Technological and managerial solutions{\textemdash}such as active debris removal or end-of-life satellite deorbit guidelines{\textemdash}are currently being explored by regulatory authorities. However, none of these approaches address the underlying incentive problem: satellite operators do not account for costs they impose on each other via collision risk. Here, we show that an internationally harmonized orbital-use fee can correct these incentives and substantially increase the value of the space industry. We construct and analyze a coupled physical{\textendash}economic model of commercial launches and debris accumulation in low-Earth orbit. Similar to carbon taxes, our model projects an optimal fee that rises at a rate of 14\% per year, equal to roughly $235,000 per satellite-year in 2040. The long-run value of the satellite industry would more than quadruple by 2040{\textemdash}increasing from around $600 billion under business as usual to around $3 trillion. In contrast, we project that purely technological solutions are unlikely to fully address the problem of orbital congestion. Indeed, we find debris removal sometimes worsens economic damages from congestion by increasing launch incentives. In other sectors, addressing the tragedy of the commons has often been a game of catch-up with substantial social costs. The infant space industry can avert these costs before they escalate.}, + doi = {10.1073/pnas.1921260117}, + eprint = {https://www.pnas.org/content/117/23/12756.full.pdf}, + incitefulid = {16916285}, + issue = {23}, + magid = {3028737585}, + publisher = {National Academy of Sciences}, + url = {http://doi.org/10.1073/pnas.1921260117}, +} + +@TechReport{reiland2020, + author = {Nathan Reiland and Aaron J. Rosengren and Renu Malhotra and Claudio Bombardelli}, + title = {Assessing and Minimizing Collisions in Satellite Mega-Constellations}, + year = {2020}, + archiveprefix = {arXiv}, + eprint = {2002.00430}, + primaryclass = {astro-ph.EP}, +} + @Comment{jabref-meta: databaseType:bibtex;} diff --git a/CurrentWriting/assets/preambles/TikzitPreamble.tex b/CurrentWriting/assets/preambles/TikzitPreamble.tex new file mode 100644 index 0000000..34402f2 --- /dev/null +++ b/CurrentWriting/assets/preambles/TikzitPreamble.tex @@ -0,0 +1,11 @@ +%----------------------------------------------------------- +% Tikzit Preamble +%----------------------------------------------------------- + +%Setup graphing +\usepackage{tikz} +\usepackage{tikzit} +\input{../assets/preambles/WSU_Econ.tikzstyles} + + + diff --git a/CurrentWriting/assets/preambles/WSU_Econ.tikzstyles b/CurrentWriting/assets/preambles/WSU_Econ.tikzstyles new file mode 100644 index 0000000..b4017c9 --- /dev/null +++ b/CurrentWriting/assets/preambles/WSU_Econ.tikzstyles @@ -0,0 +1,17 @@ +% TiKZ style file generated by TikZiT. You may edit this file manually, +% but some things (e.g. comments) may be overwritten. To be readable in +% TikZiT, the only non-comment lines must be of the form: +% \tikzstyle{NAME}=[PROPERTY LIST] + +% Node styles +\tikzstyle{CrimsonNode}=[fill={rgb,255: red,152; green,30; blue,50}, draw={rgb,255: red,152; green,30; blue,50}, shape=circle, tikzit category=WSU, tikzit draw={rgb,255: red,152; green,30; blue,50}, tikzit fill={rgb,255: red,152; green,30; blue,50}] +\tikzstyle{GreyNode}=[fill={rgb,255: red,94; green,106; blue,113}, draw={rgb,255: red,94; green,106; blue,113}, shape=circle, tikzit category=WSU, tikzit draw={rgb,255: red,94; green,106; blue,113}, tikzit fill={rgb,255: red,94; green,106; blue,113}] + +% Edge styles +\tikzstyle{RightArrow}=[->] +\tikzstyle{LeftRightArrow}=[<->] +\tikzstyle{CrimsonBar}=[-, draw={rgb,255: red,152; green,30; blue,50}] +\tikzstyle{GreyBar}=[-, draw={rgb,255: red,94; green,106; blue,113}, tikzit draw={rgb,255: red,94; green,106; blue,113}] +\tikzstyle{divider}=[draw={rgb,255: red,64; green,64; blue,64}, dashed, dash pattern=on 2mm off 1, -] +\tikzstyle{bars}=[{|-|}] +\tikzstyle{Dashed}=[-, dashed, dash pattern=on 1mm off 2mm] diff --git a/CurrentWriting/assets/preambles/tikzit.sty b/CurrentWriting/assets/preambles/tikzit.sty new file mode 100644 index 0000000..5ca1b46 --- /dev/null +++ b/CurrentWriting/assets/preambles/tikzit.sty @@ -0,0 +1,42 @@ +\usepackage{tikz} +\usetikzlibrary{backgrounds} +\usetikzlibrary{arrows} +\usetikzlibrary{shapes,shapes.geometric,shapes.misc} + +% this style is applied by default to any tikzpicture included via \tikzfig +\tikzstyle{tikzfig}=[baseline=-0.25em,scale=0.5] + +% these are dummy properties used by TikZiT, but ignored by LaTex +\pgfkeys{/tikz/tikzit fill/.initial=0} +\pgfkeys{/tikz/tikzit draw/.initial=0} +\pgfkeys{/tikz/tikzit shape/.initial=0} +\pgfkeys{/tikz/tikzit category/.initial=0} + +% standard layers used in .tikz files +\pgfdeclarelayer{edgelayer} +\pgfdeclarelayer{nodelayer} +\pgfsetlayers{background,edgelayer,nodelayer,main} + +% style for blank nodes +\tikzstyle{none}=[inner sep=0mm] + +% include a .tikz file +\newcommand{\tikzfig}[1]{% +{\tikzstyle{every picture}=[tikzfig] +\IfFileExists{#1.tikz} + {\input{#1.tikz}} + {% + \IfFileExists{./figures/#1.tikz} + {\input{./figures/#1.tikz}} + {\tikz[baseline=-0.5em]{\node[draw=red,font=\color{red},fill=red!10!white] {\textit{#1}};}}% + }}% +} + +% the same as \tikzfig, but in a {center} environment +\newcommand{\ctikzfig}[1]{% +\begin{center}\rm + \tikzfig{#1} +\end{center}} + +% fix strange self-loops, which are PGF/TikZ default +\tikzstyle{every loop}=[] diff --git a/CurrentWriting/sections/02_KesslerSyndrome.pdf b/CurrentWriting/sections/02_KesslerSyndrome.pdf new file mode 100644 index 0000000000000000000000000000000000000000..496551bc3f0f0be7eb3fa86a01b7086bbbc79f24 GIT binary patch literal 94251 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 literal 0 HcmV?d00001 diff --git a/CurrentWriting/sections/02_KesslerSyndrome.tex b/CurrentWriting/sections/02_KesslerSyndrome.tex index 75008c1..e1cb310 100644 --- a/CurrentWriting/sections/02_KesslerSyndrome.tex +++ b/CurrentWriting/sections/02_KesslerSyndrome.tex @@ -2,7 +2,53 @@ \graphicspath{{\subfix{Assets/img/}}} \begin{document} -Introduction goes here -\subsection{testing} -This is a subsection of the introduction. +In \cite{Kessler1978} the authors described and forecasted what has come to be +known as ``kessler syndrome'', where debris collides with itself in such a way that +the overall debris level grows exponentially. +A few methods have been used to model this behavior in the economics literature. + +The first one I want to explain was developed by \cite{Adilov2018}. +They characterize kessler syndrome as the point in time at which an orbit is +unusable as each satellite launched will be destroyed within a single time period. +In my notation, this is that $l^i(\{s^j_t\}, D_t) = 1$. +The benefit of this approach is that it is algebraically simple. +It was used in this role to show that firms will stop launching before +orbits are rendered physically useless. +Unfortunately, it does not convey the original intent of ``kessler syndrome'', +i.e. a runaway pollution effect, but instead corresponds to the end result of kessler syndrome. + +The second common definition of ``kessler syndrome'' is due to \cite{RaoRondina}. +They define it in terms of a ``kessler region'', the set of satellite stocks and the debris level +such that: +\begin{align} + \kappa = \left\{ \{s^j_t\}, D_t : + \lim_{k\rightarrow \infty} D_{t+k}\left(\{s^j_{t+k-1}\}, D_{t+k-1}, \{x^j\}\right) = \infty \right\} +\end{align} + +\subsection{My approach to kessler syndrome} +I propose to analyze kessler syndrome in a slightly more restricted fashion than \cite{RaoRondina}. +I would define the $\epsilon$-kessler region as: +\begin{align} + \kappa = \left\{ \{s^j_t\}, D_t : + \forall k \geq 0, D_{t+k+1} - D_{t+k} \geq \epsilon > 0 \right\} +\end{align} +It is easily shown that this criteria is sufficient to guarantee Rao and Rondina's criteria. +It has three primary benefits: +\begin{itemize} + \item % Can be solved for algebraically or numerically for a given, bounded state space. + The kessler region can be numerically described within bounded state spaces. + \item % This is what you would actually compute. + In a Computational General Equilibrium Model, as most models of any complexity will be, + you cannot check for divergence numerically. + The condition given is a basic guarantee of the divergent behavior that is + required for Kessler Syndrome and acknowledges computational limitations. + \item Finally, a slow divergence is no divergence in the grand scheme of things. + It is possible to have a mathematically divergent function, but one that is so slow, + there is no noticable degree of debris growth before Sol enters a red giant phase. + In this specification, it is possible to choose $\epsilon$ such that the divergent behavior + has an impact on a meaningful timescale. +% \item % Stochastic versions could might be describable as martigales. +\end{itemize} + + \end{document} diff --git a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.pdf b/PastWriting/Fall2020_stuff/2020-11-12_Paper/DynamicConstellationOrbits.pdf similarity index 100% rename from Writing/2020-11-12_Paper/DynamicConstellationOrbits.pdf rename to PastWriting/Fall2020_stuff/2020-11-12_Paper/DynamicConstellationOrbits.pdf diff --git a/Writing/2020-11-12_Paper/Linalg.html b/PastWriting/Fall2020_stuff/2020-11-12_Paper/Linalg.html similarity index 100% rename from Writing/2020-11-12_Paper/Linalg.html rename to PastWriting/Fall2020_stuff/2020-11-12_Paper/Linalg.html diff --git a/Writing/2020-11-12_Paper/ObjectiveState b/PastWriting/Fall2020_stuff/2020-11-12_Paper/ObjectiveState similarity index 100% rename from Writing/2020-11-12_Paper/ObjectiveState rename to PastWriting/Fall2020_stuff/2020-11-12_Paper/ObjectiveState diff --git a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.pdf b/PastWriting/Fall2020_stuff/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.pdf similarity index 100% rename from Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.pdf rename to PastWriting/Fall2020_stuff/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.pdf diff --git a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.tex b/PastWriting/Fall2020_stuff/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.tex similarity index 100% rename from Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.tex rename to PastWriting/Fall2020_stuff/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.tex diff --git a/Writing/2020-11-12_Paper/linalg/Linalg.html b/PastWriting/Fall2020_stuff/2020-11-12_Paper/linalg/Linalg.html similarity index 100% rename from Writing/2020-11-12_Paper/linalg/Linalg.html rename to PastWriting/Fall2020_stuff/2020-11-12_Paper/linalg/Linalg.html diff --git a/Writing/2020-11-12_Paper/linalg/Linalg.pdf b/PastWriting/Fall2020_stuff/2020-11-12_Paper/linalg/Linalg.pdf similarity index 100% rename from Writing/2020-11-12_Paper/linalg/Linalg.pdf rename to PastWriting/Fall2020_stuff/2020-11-12_Paper/linalg/Linalg.pdf diff --git a/Writing/2020-11-12_Paper/linalg/Linalg.tex b/PastWriting/Fall2020_stuff/2020-11-12_Paper/linalg/Linalg.tex similarity index 100% rename from Writing/2020-11-12_Paper/linalg/Linalg.tex rename to PastWriting/Fall2020_stuff/2020-11-12_Paper/linalg/Linalg.tex diff --git a/Writing/2020-11-12_Paper/linalg/Linalg.wxmx b/PastWriting/Fall2020_stuff/2020-11-12_Paper/linalg/Linalg.wxmx similarity index 100% rename from Writing/2020-11-12_Paper/linalg/Linalg.wxmx rename to PastWriting/Fall2020_stuff/2020-11-12_Paper/linalg/Linalg.wxmx diff --git a/Writing/2020-12-19_Paper/DynamicConstellationOrbits.pdf b/PastWriting/Fall2020_stuff/2020-12-19_Paper/DynamicConstellationOrbits.pdf similarity index 100% rename from Writing/2020-12-19_Paper/DynamicConstellationOrbits.pdf rename to PastWriting/Fall2020_stuff/2020-12-19_Paper/DynamicConstellationOrbits.pdf diff --git a/Writing/2020-12-19_Paper/DynamicConstellationOrbits.tex b/PastWriting/Fall2020_stuff/2020-12-19_Paper/DynamicConstellationOrbits.tex similarity index 100% rename from Writing/2020-12-19_Paper/DynamicConstellationOrbits.tex rename to PastWriting/Fall2020_stuff/2020-12-19_Paper/DynamicConstellationOrbits.tex diff --git a/Writing/CurrentWriting/DynamicConstellationOrbits.pdf b/PastWriting/Fall2020_stuff/2020-12-23_Paper/DynamicConstellationOrbits.pdf similarity index 100% rename from Writing/CurrentWriting/DynamicConstellationOrbits.pdf rename to PastWriting/Fall2020_stuff/2020-12-23_Paper/DynamicConstellationOrbits.pdf diff --git a/Writing/CurrentWriting/DynamicConstellationOrbits.tex b/PastWriting/Fall2020_stuff/2020-12-23_Paper/DynamicConstellationOrbits.tex similarity index 100% rename from Writing/CurrentWriting/DynamicConstellationOrbits.tex rename to PastWriting/Fall2020_stuff/2020-12-23_Paper/DynamicConstellationOrbits.tex diff --git a/Assets/References.bib b/PastWriting/Fall2020_stuff/2020-12-23_Paper/References.bib similarity index 100% rename from Assets/References.bib rename to PastWriting/Fall2020_stuff/2020-12-23_Paper/References.bib diff --git a/Writing/CurrentWriting/includes/Appendix_Survival_direct.tex b/PastWriting/Fall2020_stuff/2020-12-23_Paper/includes/Appendix_Survival_direct.tex similarity index 100% rename from Writing/CurrentWriting/includes/Appendix_Survival_direct.tex rename to PastWriting/Fall2020_stuff/2020-12-23_Paper/includes/Appendix_Survival_direct.tex diff --git a/Writing/CurrentWriting/includes/Appendix_Survival_geometric.tex b/PastWriting/Fall2020_stuff/2020-12-23_Paper/includes/Appendix_Survival_geometric.tex similarity index 100% rename from Writing/CurrentWriting/includes/Appendix_Survival_geometric.tex rename to PastWriting/Fall2020_stuff/2020-12-23_Paper/includes/Appendix_Survival_geometric.tex diff --git a/Writing/CurrentWriting/includes/Appendix_Useful.tex b/PastWriting/Fall2020_stuff/2020-12-23_Paper/includes/Appendix_Useful.tex similarity index 100% rename from Writing/CurrentWriting/includes/Appendix_Useful.tex rename to PastWriting/Fall2020_stuff/2020-12-23_Paper/includes/Appendix_Useful.tex diff --git a/Writing/CurrentWriting/includes/Appendix_constellation_program.tex b/PastWriting/Fall2020_stuff/2020-12-23_Paper/includes/Appendix_constellation_program.tex similarity index 100% rename from Writing/CurrentWriting/includes/Appendix_constellation_program.tex rename to PastWriting/Fall2020_stuff/2020-12-23_Paper/includes/Appendix_constellation_program.tex diff --git a/Writing/CurrentWriting/includes/Appendix_planner_program.tex b/PastWriting/Fall2020_stuff/2020-12-23_Paper/includes/Appendix_planner_program.tex similarity index 100% rename from Writing/CurrentWriting/includes/Appendix_planner_program.tex rename to PastWriting/Fall2020_stuff/2020-12-23_Paper/includes/Appendix_planner_program.tex diff --git a/Writing/2020-125-02_presentation/OrbitAllocation.pdf b/PastWriting/Fall2020_stuff/2020-125-02_presentation/OrbitAllocation.pdf similarity index 100% rename from Writing/2020-125-02_presentation/OrbitAllocation.pdf rename to PastWriting/Fall2020_stuff/2020-125-02_presentation/OrbitAllocation.pdf diff --git a/Writing/2020-125-02_presentation/OrbitAllocation.tex b/PastWriting/Fall2020_stuff/2020-125-02_presentation/OrbitAllocation.tex similarity index 100% rename from Writing/2020-125-02_presentation/OrbitAllocation.tex rename to PastWriting/Fall2020_stuff/2020-125-02_presentation/OrbitAllocation.tex diff --git a/Writing/2020-125-02_presentation/References.bib b/PastWriting/Fall2020_stuff/2020-125-02_presentation/References.bib similarity index 100% rename from Writing/2020-125-02_presentation/References.bib rename to PastWriting/Fall2020_stuff/2020-125-02_presentation/References.bib diff --git a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.aux b/Writing/2020-11-12_Paper/DynamicConstellationOrbits.aux deleted file mode 100644 index 05d88cb..0000000 --- a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.aux +++ /dev/null @@ -1,78 +0,0 @@ -\relax -\abx@aux@refcontext{none/global//global/global} -\@writefile{toc}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } -\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } -\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } -\abx@aux@cite{EsaTweet} -\abx@aux@segm{0}{0}{EsaTweet} -\abx@aux@cite{ArsTechnicaStatement} -\abx@aux@segm{0}{0}{ArsTechnicaStatement} -\abx@aux@cite{EsaBlog} -\abx@aux@segm{0}{0}{EsaBlog} -\abx@aux@cite{Kessler1978} -\abx@aux@segm{0}{0}{Kessler1978} -\abx@aux@cite{FAA2020} -\abx@aux@segm{0}{0}{FAA2020} -\abx@aux@cite{adilov_alexander_cunningham_2018} -\abx@aux@segm{0}{0}{adilov_alexander_cunningham_2018} -\abx@aux@cite{adilov_alexander_cunningham_2015} -\abx@aux@segm{0}{0}{adilov_alexander_cunningham_2015} -\abx@aux@cite{RaoRondina2020} -\abx@aux@segm{0}{0}{RaoRondina2020} -\abx@aux@cite{Macauley_1998} -\abx@aux@segm{0}{0}{Macauley_1998} -\abx@aux@cite{Adilov2019} -\abx@aux@segm{0}{0}{Adilov2019} -\abx@aux@cite{GrzelkaWagner2019} -\abx@aux@segm{0}{0}{GrzelkaWagner2019} -\abx@aux@cite{RaoRondina2020b} -\abx@aux@segm{0}{0}{RaoRondina2020b} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{2}\protected@file@percent } -\abx@aux@cite{RaoRondina2020} -\abx@aux@segm{0}{0}{RaoRondina2020} -\abx@aux@cite{RaoRondina2020} -\abx@aux@segm{0}{0}{RaoRondina2020} -\abx@aux@cite{adilov_alexander_cunningham_2018} -\abx@aux@segm{0}{0}{adilov_alexander_cunningham_2018} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {2}Model}{3}\protected@file@percent } -\newlabel{Model}{{2}{3}} -\newlabel{Model@cref}{{[section][2][]2}{[1][3][]3}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Constellation Operator's Program}{5}\protected@file@percent } -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}Social Planner's Program}{5}\protected@file@percent } -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {3}Comparisons}{6}\protected@file@percent } -\newlabel{Comparisons}{{3}{6}} -\newlabel{Comparisons@cref}{{[section][3][]3}{[1][6][]6}} -\newlabel{EQ:iii}{{19}{6}} -\newlabel{EQ:iii@cref}{{[equation][19][]19}{[1][6][]6}} -\newlabel{EQ:i}{{21}{6}} -\newlabel{EQ:i@cref}{{[equation][21][]21}{[1][6][]6}} -\abx@aux@cite{RaoRondina2020b} -\abx@aux@segm{0}{0}{RaoRondina2020b} -\newlabel{EQ:ii}{{25}{7}} -\newlabel{EQ:ii@cref}{{[equation][25][]25}{[1][7][]7}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {4}Concluding Remarks}{7}\protected@file@percent } -\newlabel{Conclusion}{{4}{7}} -\newlabel{Conclusion@cref}{{[section][4][]4}{[1][7][]7}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {A}Derivations}{10}\protected@file@percent } -\newlabel{APX:Derivations}{{A}{10}} -\newlabel{APX:Derivations@cref}{{[appendix][1][2147483647]A}{[1][10][]10}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {A.1}Constellation Operator}{10}\protected@file@percent } -\newlabel{APX:Derivations:Constellation}{{A.1}{10}} -\newlabel{APX:Derivations:Constellation@cref}{{[subappendix][1][2147483647,1]A.1}{[1][10][]10}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {A.2}Fleet Planner}{11}\protected@file@percent } -\abx@aux@refcontextdefaultsdone -\abx@aux@defaultrefcontext{0}{EsaTweet}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{ArsTechnicaStatement}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{EsaBlog}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{Kessler1978}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{FAA2020}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{adilov_alexander_cunningham_2018}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{adilov_alexander_cunningham_2015}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{RaoRondina2020}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{Macauley_1998}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{Adilov2019}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{GrzelkaWagner2019}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{RaoRondina2020b}{none/global//global/global} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {A.3}Survival Rates}{12}\protected@file@percent } -\newlabel{APX:Derivations:Survival}{{A.3}{12}} -\newlabel{APX:Derivations:Survival@cref}{{[subappendix][3][2147483647,1]A.3}{[1][11][]12}} diff --git a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.bcf b/Writing/2020-11-12_Paper/DynamicConstellationOrbits.bcf deleted file mode 100644 index 24b350d..0000000 --- a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.bcf +++ /dev/null @@ -1,2218 +0,0 @@ - - - - - - output_encoding - utf8 - - - input_encoding - utf8 - - - debug - 0 - - - mincrossrefs - 2 - - - minxrefs - 2 - - - sortcase - 1 - - - sortupper - 1 - - - - - - - alphaothers - + - - - labelalpha - 0 - - - labelnamespec - shortauthor - author - shorteditor - editor - translator - - - labeltitle - 0 - - - labeltitlespec - shorttitle - title - maintitle - - - labeltitleyear - 0 - - - labeldateparts - 0 - - - labeldatespec - date - year - eventdate - origdate - urldate - nodate - - - julian - 0 - - - gregorianstart - 1582-10-15 - - - maxalphanames - 3 - - - maxbibnames - 3 - - - maxcitenames - 3 - - - maxsortnames - 3 - - - maxitems - 3 - - - minalphanames - 1 - - - minbibnames - 1 - - - mincitenames - 1 - - - minsortnames - 1 - - - minitems - 1 - - - nohashothers - 0 - - - noroman - 0 - - - nosortothers - 0 - - - singletitle - 0 - - - skipbib - 0 - - - skipbiblist - 0 - - - skiplab - 0 - - - sortalphaothers - + - - - sortlocale - english - - - sortingtemplatename - none - - - sortsets - 0 - - - uniquelist - false - - - uniquename - false - - - uniqueprimaryauthor - 0 - - - uniquetitle - 0 - - - uniquebaretitle - 0 - - - uniquework - 0 - - - useprefix - 0 - - - useafterword - 1 - - - useannotator - 1 - - - useauthor - 1 - - - usebookauthor - 1 - - - usecommentator - 1 - - - useeditor - 1 - - - useeditora - 1 - - - useeditorb - 1 - - - useeditorc - 1 - - - useforeword - 1 - - - useholder - 1 - - - useintroduction - 1 - - - usenamea - 1 - - - usenameb - 1 - - - usenamec - 1 - - - usetranslator - 0 - - - useshortauthor - 1 - - - useshorteditor - 1 - - - - - datamodel - labelalphanametemplate - labelalphatemplate - inheritance - translit - uniquenametemplate - sortingnamekeytemplate - sortingtemplate - extradatespec - labelnamespec - labeltitlespec - labeldatespec - controlversion - alphaothers - sortalphaothers - presort - texencoding - bibencoding - sortingtemplatename - sortlocale - language - autolang - indexing - hyperref - backrefsetstyle - block - pagetracker - citecounter - citetracker - ibidtracker - idemtracker - opcittracker - loccittracker - labeldate - labeltime - dateera - date - time - eventdate - eventtime - origdate - origtime - urldate - urltime - alldatesusetime - alldates - alltimes - gregorianstart - autocite - notetype - uniquelist - uniquename - refsection - refsegment - citereset - sortlos - babel - datelabel - backrefstyle - arxiv - familyinits - giveninits - prefixinits - suffixinits - useafterword - useannotator - useauthor - usebookauthor - usecommentator - useeditor - useeditora - useeditorb - useeditorc - useforeword - useholder - useintroduction - usenamea - usenameb - usenamec - usetranslator - useshortauthor - useshorteditor - debug - loadfiles - safeinputenc - sortcase - sortupper - terseinits - abbreviate - dateabbrev - clearlang - sortcites - sortsets - backref - parentracker - labeldateusetime - datecirca - dateuncertain - dateusetime - eventdateusetime - origdateusetime - urldateusetime - julian - datezeros - timezeros - timezones - seconds - autopunct - punctfont - labelnumber - labelalpha - labeltitle - labeltitleyear - labeldateparts - nohashothers - nosortothers - noroman - singletitle - uniquetitle - uniquebaretitle - uniquework - uniqueprimaryauthor - defernumbers - locallabelwidth - bibwarn - useprefix - skipbib - skipbiblist - skiplab - dataonly - defernums - firstinits - sortfirstinits - sortgiveninits - labelyear - isbn - url - doi - eprint - related - subentry - mincrossrefs - minxrefs - maxnames - minnames - maxbibnames - minbibnames - maxcitenames - mincitenames - maxsortnames - minsortnames - maxitems - minitems - maxalphanames - minalphanames - maxparens - dateeraauto - - - alphaothers - sortalphaothers - presort - indexing - citetracker - ibidtracker - idemtracker - opcittracker - loccittracker - uniquelist - uniquename - familyinits - giveninits - prefixinits - suffixinits - useafterword - useannotator - useauthor - usebookauthor - usecommentator - useeditor - useeditora - useeditorb - useeditorc - useforeword - useholder - useintroduction - usenamea - usenameb - usenamec - usetranslator - useshortauthor - useshorteditor - terseinits - abbreviate - dateabbrev - clearlang - labelnumber - labelalpha - labeltitle - labeltitleyear - labeldateparts - nohashothers - nosortothers - noroman - singletitle - uniquetitle - uniquebaretitle - uniquework - uniqueprimaryauthor - useprefix - skipbib - skipbiblist - skiplab - dataonly - skiplos - labelyear - isbn - url - doi - eprint - related - subentry - labelalphatemplate - translit - sortexclusion - sortinclusion - labelnamespec - labeltitlespec - labeldatespec - maxnames - minnames - maxbibnames - minbibnames - maxcitenames - mincitenames - maxsortnames - minsortnames - maxitems - minitems - maxalphanames - minalphanames - - - noinherit - nametemplates - labelalphanametemplatename - uniquenametemplatename - sortingnamekeytemplatename - presort - indexing - citetracker - ibidtracker - idemtracker - opcittracker - loccittracker - uniquelist - uniquename - familyinits - giveninits - prefixinits - suffixinits - useafterword - useannotator - useauthor - usebookauthor - usecommentator - useeditor - useeditora - useeditorb - useeditorc - useforeword - useholder - useintroduction - usenamea - usenameb - usenamec - usetranslator - useshortauthor - useshorteditor - terseinits - abbreviate - dateabbrev - clearlang - labelnumber - labelalpha - labeltitle - labeltitleyear - labeldateparts - nohashothers - nosortothers - noroman - singletitle - uniquetitle - uniquebaretitle - uniquework - uniqueprimaryauthor - useprefix - skipbib - skipbiblist - skiplab - dataonly - skiplos - isbn - url - doi - eprint - related - subentry - maxnames - minnames - maxbibnames - minbibnames - maxcitenames - mincitenames - maxsortnames - minsortnames - maxitems - minitems - maxalphanames - minalphanames - - - nametemplates - labelalphanametemplatename - uniquenametemplatename - sortingnamekeytemplatename - uniquelist - uniquename - familyinits - giveninits - prefixinits - suffixinits - terseinits - nohashothers - nosortothers - useprefix - - - nametemplates - labelalphanametemplatename - uniquenametemplatename - sortingnamekeytemplatename - uniquename - familyinits - giveninits - prefixinits - suffixinits - terseinits - useprefix - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - prefix - family - - - - - shorthand - label - labelname - labelname - - - year - - - - - - labelyear - year - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - prefix - family - given - - - - - prefix - family - - - given - - - suffix - - - prefix - - - mm - - - - sf,sm,sn,pf,pm,pn,pp - family,given,prefix,suffix - boolean,integer,string,xml - default,transliteration,transcription,translation - - - article - artwork - audio - bibnote - book - bookinbook - booklet - collection - commentary - customa - customb - customc - customd - custome - customf - dataset - inbook - incollection - inproceedings - inreference - image - jurisdiction - legal - legislation - letter - manual - misc - movie - music - mvcollection - mvreference - mvproceedings - mvbook - online - patent - performance - periodical - proceedings - reference - report - review - set - software - standard - suppbook - suppcollection - suppperiodical - thesis - unpublished - video - xdata - - - sortyear - volume - volumes - abstract - addendum - annotation - booksubtitle - booktitle - booktitleaddon - chapter - edition - eid - entrysubtype - eprintclass - eprinttype - eventtitle - eventtitleaddon - gender - howpublished - indexsorttitle - indextitle - isan - isbn - ismn - isrn - issn - issue - issuesubtitle - issuetitle - iswc - journalsubtitle - journaltitle - label - langid - langidopts - library - mainsubtitle - maintitle - maintitleaddon - nameaddon - note - number - origtitle - pagetotal - part - relatedstring - relatedtype - reprinttitle - series - shorthandintro - subtitle - title - titleaddon - usera - userb - userc - userd - usere - userf - venue - version - shorthand - shortjournal - shortseries - shorttitle - sorttitle - sortshorthand - sortkey - presort - institution - lista - listb - listc - listd - liste - listf - location - organization - origlocation - origpublisher - publisher - afterword - annotator - author - bookauthor - commentator - editor - editora - editorb - editorc - foreword - holder - introduction - namea - nameb - namec - translator - shortauthor - shorteditor - sortname - authortype - editoratype - editorbtype - editorctype - editortype - bookpagination - nameatype - namebtype - namectype - pagination - pubstate - type - language - origlanguage - crossref - xref - date - endyear - year - month - day - hour - minute - second - timezone - season - endmonth - endday - endhour - endminute - endsecond - endtimezone - endseason - eventdate - eventendyear - eventyear - eventmonth - eventday - eventhour - eventminute - eventsecond - eventtimezone - eventseason - eventendmonth - eventendday - eventendhour - eventendminute - eventendsecond - eventendtimezone - eventendseason - origdate - origendyear - origyear - origmonth - origday - orighour - origminute - origsecond - origtimezone - origseason - origendmonth - origendday - origendhour - origendminute - origendsecond - origendtimezone - origendseason - urldate - urlendyear - urlyear - urlmonth - urlday - urlhour - urlminute - urlsecond - urltimezone - urlseason - urlendmonth - urlendday - urlendhour - urlendminute - urlendsecond - urlendtimezone - urlendseason - doi - eprint - file - verba - verbb - verbc - url - xdata - ids - entryset - related - keywords - options - relatedoptions - pages - execute - - - abstract - annotation - authortype - bookpagination - crossref - day - endday - endhour - endminute - endmonth - endseason - endsecond - endtimezone - endyear - entryset - entrysubtype - execute - file - gender - hour - ids - indextitle - indexsorttitle - isan - ismn - iswc - keywords - label - langid - langidopts - library - lista - listb - listc - listd - liste - listf - minute - month - nameaddon - options - origday - origendday - origendhour - origendminute - origendmonth - origendseason - origendsecond - origendtimezone - origendyear - orighour - origminute - origmonth - origseason - origsecond - origtimezone - origyear - origlocation - origpublisher - origtitle - pagination - presort - related - relatedoptions - relatedstring - relatedtype - season - second - shortauthor - shorteditor - shorthand - shorthandintro - shortjournal - shortseries - shorttitle - sortkey - sortname - sortshorthand - sorttitle - sortyear - timezone - url - urlday - urlendday - urlendhour - urlendminute - urlendmonth - urlendsecond - urlendtimezone - urlendyear - urlhour - urlminute - urlmonth - urlsecond - urltimezone - urlyear - usera - userb - userc - userd - usere - userf - verba - verbb - verbc - xdata - xref - year - - - set - entryset - - - article - addendum - annotator - author - commentator - doi - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eid - eprint - eprintclass - eprinttype - issn - issue - issuetitle - issuesubtitle - journalsubtitle - journaltitle - language - note - number - origlanguage - pages - pubstate - series - subtitle - title - titleaddon - translator - version - volume - - - bibnote - note - - - book - author - addendum - afterword - annotator - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - maintitle - maintitleaddon - mainsubtitle - note - number - origlanguage - pages - pagetotal - part - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - mvbook - addendum - afterword - annotator - author - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - note - number - origlanguage - pagetotal - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - inbook - bookinbook - suppbook - addendum - afterword - annotator - author - booktitle - bookauthor - booksubtitle - booktitleaddon - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - origlanguage - part - publisher - pages - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - booklet - addendum - author - chapter - doi - editor - editortype - eprint - eprintclass - eprinttype - howpublished - language - location - note - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - - - collection - reference - addendum - afterword - annotator - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - origlanguage - pages - pagetotal - part - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - mvcollection - mvreference - addendum - afterword - annotator - author - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - note - number - origlanguage - publisher - pubstate - subtitle - title - titleaddon - translator - volume - volumes - - - incollection - suppcollection - inreference - addendum - afterword - annotator - author - booksubtitle - booktitle - booktitleaddon - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - origlanguage - pages - part - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - dataset - addendum - author - doi - edition - editor - editortype - eprint - eprintclass - eprinttype - language - location - note - number - organization - publisher - pubstate - series - subtitle - title - titleaddon - type - version - - - manual - addendum - author - chapter - doi - edition - editor - editortype - eprint - eprintclass - eprinttype - isbn - language - location - note - number - organization - pages - pagetotal - publisher - pubstate - series - subtitle - title - titleaddon - type - version - - - misc - software - addendum - author - doi - editor - editortype - eprint - eprintclass - eprinttype - howpublished - language - location - note - organization - pubstate - subtitle - title - titleaddon - type - version - - - online - addendum - author - doi - editor - editortype - eprint - eprintclass - eprinttype - language - note - organization - pubstate - subtitle - title - titleaddon - version - - - patent - addendum - author - doi - eprint - eprintclass - eprinttype - holder - location - note - number - pubstate - subtitle - title - titleaddon - type - version - - - periodical - addendum - doi - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - issn - issue - issuesubtitle - issuetitle - language - note - number - pubstate - season - series - subtitle - title - volume - - - mvproceedings - addendum - doi - editor - editortype - eprint - eprintclass - eprinttype - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - isbn - language - location - note - number - organization - pagetotal - publisher - pubstate - series - subtitle - title - titleaddon - venue - volumes - - - proceedings - addendum - chapter - doi - editor - editortype - eprint - eprintclass - eprinttype - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - organization - pages - pagetotal - part - publisher - pubstate - series - subtitle - title - titleaddon - venue - volume - volumes - - - inproceedings - addendum - author - booksubtitle - booktitle - booktitleaddon - chapter - doi - editor - editortype - eprint - eprintclass - eprinttype - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - organization - pages - part - publisher - pubstate - series - subtitle - title - titleaddon - venue - volume - volumes - - - report - addendum - author - chapter - doi - eprint - eprintclass - eprinttype - institution - isrn - language - location - note - number - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - version - - - thesis - addendum - author - chapter - doi - eprint - eprintclass - eprinttype - institution - language - location - note - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - - - unpublished - addendum - author - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - howpublished - language - location - note - pubstate - subtitle - title - titleaddon - type - venue - - - abstract - addendum - afterword - annotator - author - bookauthor - booksubtitle - booktitle - booktitleaddon - chapter - commentator - editor - editora - editorb - editorc - foreword - holder - institution - introduction - issuesubtitle - issuetitle - journalsubtitle - journaltitle - location - mainsubtitle - maintitle - maintitleaddon - nameaddon - note - organization - origlanguage - origlocation - origpublisher - origtitle - part - publisher - relatedstring - series - shortauthor - shorteditor - shorthand - shortjournal - shortseries - shorttitle - sortname - sortshorthand - sorttitle - subtitle - title - titleaddon - translator - venue - - - article - book - inbook - bookinbook - suppbook - booklet - collection - incollection - suppcollection - manual - misc - mvbook - mvcollection - online - patent - periodical - suppperiodical - proceedings - inproceedings - reference - inreference - report - set - thesis - unpublished - - - date - year - - - - - set - - entryset - - - - article - - author - journaltitle - title - - - - book - mvbook - mvcollection - mvreference - - author - title - - - - inbook - bookinbook - suppbook - - author - title - booktitle - - - - booklet - - - author - editor - - title - - - - collection - reference - - editor - title - - - - incollection - suppcollection - inreference - - author - editor - title - booktitle - - - - dataset - - title - - - - manual - - title - - - - misc - software - - title - - - - online - - title - - url - doi - eprint - - - - - patent - - author - title - number - - - - periodical - - editor - title - - - - proceedings - mvproceedings - - editor - title - - - - inproceedings - - author - title - booktitle - - - - report - - author - title - type - institution - - - - thesis - - author - title - type - institution - - - - unpublished - - author - title - - - - - isbn - - - issn - - - ismn - - - date - eventdate - origdate - urldate - - - gender - - - - - - - References.bib - - - EsaTweet - ArsTechnicaStatement - EsaBlog - Kessler1978 - FAA2020 - adilov_alexander_cunningham_2018 - adilov_alexander_cunningham_2015 - RaoRondina2020 - Macauley_1998 - Adilov2019 - GrzelkaWagner2019 - RaoRondina2020b - RaoRondina2020 - RaoRondina2020 - adilov_alexander_cunningham_2018 - RaoRondina2020b - - - - - citeorder - - - - - - diff --git a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.blg b/Writing/2020-11-12_Paper/DynamicConstellationOrbits.blg deleted file mode 100644 index d4b3fb6..0000000 --- a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.blg +++ /dev/null @@ -1,17 +0,0 @@ -[0] Config.pm:304> INFO - This is Biber 2.14 (beta) -[1] Config.pm:307> INFO - Logfile is 'DynamicConstellationOrbits.blg' -[143] biber:322> INFO - === Thu Nov 12, 2020, 10:00:30 -[162] Biber.pm:415> INFO - Reading 'DynamicConstellationOrbits.bcf' -[283] Biber.pm:943> INFO - Found 12 citekeys in bib section 0 -[302] Biber.pm:4256> INFO - Processing section 0 -[303] Utils.pm:75> INFO - Globbing data source 'References.bib' -[303] Utils.pm:91> INFO - Globbed data source 'References.bib' to References.bib -[319] Biber.pm:4455> INFO - Looking for bibtex format file 'References.bib' for section 0 -[322] bibtex.pm:1653> INFO - LaTeX decoding ... -[380] bibtex.pm:1471> INFO - Found BibTeX data source 'References.bib' -[563] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable' -[564] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized' -[564] Biber.pm:4084> INFO - Sorting list 'none/global//global/global' of type 'entry' with template 'none' and locale 'en-US' -[564] Biber.pm:4090> INFO - No sort tailoring available for locale 'en-US' -[596] bbl.pm:652> INFO - Writing 'DynamicConstellationOrbits.bbl' with encoding 'UTF-8' -[608] bbl.pm:755> INFO - Output to DynamicConstellationOrbits.bbl diff --git a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.dvi b/Writing/2020-11-12_Paper/DynamicConstellationOrbits.dvi deleted file mode 100644 index f0e54a082c98561506803a549ff27e2b70ec5774..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 47896 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 ZxV9nuBsmG_k9hJEhvWXK`LE&U{{b!9y+Z&1 diff --git a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.log b/Writing/2020-11-12_Paper/DynamicConstellationOrbits.log deleted file mode 100644 index 4e687d9..0000000 --- a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.log +++ /dev/null @@ -1,643 +0,0 @@ -This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex 2020.9.10) 12 NOV 2020 10:00 -entering extended mode - restricted \write18 enabled. - %&-line parsing enabled. -**DynamicConstellationOrbits -(./DynamicConstellationOrbits.tex -LaTeX2e <2020-02-02> patch level 2 -L3 programming layer <2020-02-14> -(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls -Document Class: article 2019/12/20 v1.4l Standard LaTeX document class -(/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo -File: size12.clo 2019/12/20 v1.4l Standard LaTeX file (size option) -) -\c@part=\count167 -\c@section=\count168 -\c@subsection=\count169 -\c@subsubsection=\count170 -\c@paragraph=\count171 -\c@subparagraph=\count172 -\c@figure=\count173 -\c@table=\count174 -\abovecaptionskip=\skip47 -\belowcaptionskip=\skip48 -\bibindent=\dimen134 -) -(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty -Package: geometry 2020/01/02 v5.9 Page Geometry - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks14 -) -(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty -Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. - -(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -Package: iftex 2019/11/07 v1.0c TeX engine tests -)) -\Gm@cnth=\count175 -\Gm@cntv=\count176 -\c@Gm@tempcnt=\count177 -\Gm@bindingoffset=\dimen135 -\Gm@wd@mp=\dimen136 -\Gm@odd@mp=\dimen137 -\Gm@even@mp=\dimen138 -\Gm@layoutwidth=\dimen139 -\Gm@layoutheight=\dimen140 -\Gm@layouthoffset=\dimen141 -\Gm@layoutvoffset=\dimen142 -\Gm@dimlist=\toks15 -) -(/usr/share/texlive/texmf-dist/tex/latex/setspace/setspace.sty -Package: setspace 2011/12/19 v6.7a set line spacing -) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty -Package: amsmath 2020/01/20 v2.17e AMS math features -\@mathmargin=\skip49 - -For additional information on amsmath, use the `?' option. -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty -Package: amstext 2000/06/29 v2.01 AMS text - -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty -File: amsgen.sty 1999/11/30 v2.0 generic functions -\@emptytoks=\toks16 -\ex@=\dimen143 -)) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty -Package: amsbsy 1999/11/29 v1.2d Bold Symbols -\pmbraise@=\dimen144 -) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty -Package: amsopn 2016/03/08 v2.02 operator names -) -\inf@bad=\count178 -LaTeX Info: Redefining \frac on input line 227. -\uproot@=\count179 -\leftroot@=\count180 -LaTeX Info: Redefining \overline on input line 389. -\classnum@=\count181 -\DOTSCASE@=\count182 -LaTeX Info: Redefining \ldots on input line 486. -LaTeX Info: Redefining \dots on input line 489. -LaTeX Info: Redefining \cdots on input line 610. -\Mathstrutbox@=\box45 -\strutbox@=\box46 -\big@size=\dimen145 -LaTeX Font Info: Redeclaring font encoding OML on input line 733. -LaTeX Font Info: Redeclaring font encoding OMS on input line 734. -\macc@depth=\count183 -\c@MaxMatrixCols=\count184 -\dotsspace@=\muskip16 -\c@parentequation=\count185 -\dspbrk@lvl=\count186 -\tag@help=\toks17 -\row@=\count187 -\column@=\count188 -\maxfields@=\count189 -\andhelp@=\toks18 -\eqnshift@=\dimen146 -\alignsep@=\dimen147 -\tagshift@=\dimen148 -\tagwidth@=\dimen149 -\totwidth@=\dimen150 -\lineht@=\dimen151 -\@envbody=\toks19 -\multlinegap=\skip50 -\multlinetaggap=\skip51 -\mathdisplay@stack=\toks20 -LaTeX Info: Redefining \[ on input line 2859. -LaTeX Info: Redefining \] on input line 2860. -) -(/usr/share/texlive/texmf-dist/tex/latex/mathtools/mathtools.sty -Package: mathtools 2020/01/17 v1.23 mathematical typesetting tools - -(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty -Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ) -\calc@Acount=\count190 -\calc@Bcount=\count191 -\calc@Adimen=\dimen152 -\calc@Bdimen=\dimen153 -\calc@Askip=\skip52 -\calc@Bskip=\skip53 -LaTeX Info: Redefining \setlength on input line 80. -LaTeX Info: Redefining \addtolength on input line 81. -\calc@Ccount=\count192 -\calc@Cskip=\skip54 -) -(/usr/share/texlive/texmf-dist/tex/latex/mathtools/mhsetup.sty -Package: mhsetup 2017/03/31 v1.3 programming setup (MH) -) -LaTeX Info: Thecontrolsequence`\('isalreadyrobust on input line 129. -LaTeX Info: Thecontrolsequence`\)'isalreadyrobust on input line 129. -LaTeX Info: Thecontrolsequence`\['isalreadyrobust on input line 129. -LaTeX Info: Thecontrolsequence`\]'isalreadyrobust on input line 129. -\g_MT_multlinerow_int=\count193 -\l_MT_multwidth_dim=\dimen154 -\origjot=\skip55 -\l_MT_shortvdotswithinadjustabove_dim=\dimen155 -\l_MT_shortvdotswithinadjustbelow_dim=\dimen156 -\l_MT_above_intertext_sep=\dimen157 -\l_MT_below_intertext_sep=\dimen158 -\l_MT_above_shortintertext_sep=\dimen159 -\l_MT_below_shortintertext_sep=\dimen160 -) -(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty -Package: amsthm 2017/10/31 v2.20.4 -\thm@style=\toks21 -\thm@bodyfont=\toks22 -\thm@headfont=\toks23 -\thm@notefont=\toks24 -\thm@headpunct=\toks25 -\thm@preskip=\skip56 -\thm@postskip=\skip57 -\thm@headsep=\skip58 -\dth@everypar=\toks26 -) -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty -Package: amssymb 2013/01/14 v3.01 AMS font symbols - -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty -Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support -\symAMSa=\mathgroup4 -\symAMSb=\mathgroup5 -LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. -LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' -(Font) U/euf/m/n --> U/euf/b/n on input line 106. -)) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thmtools.sty -Package: thmtools 2019/12/22 v68 -\thmt@toks=\toks27 -\c@thmt@dummyctr=\count194 - -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-patch.sty -Package: thm-patch 2019/12/22 v68 - -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/parseargs.sty -Package: parseargs 2019/12/22 v68 -\@parsespec=\toks28 -)) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-kv.sty -Package: thm-kv 2019/12/22 v68 -Package thm-kv Info: Theorem names will be uppercased on input line 39. - -(/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) -) -Package thm-kv Info: kvsetkeys patch (v1.16 or later) on input line 155. -) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-autoref.sty -Package: thm-autoref 2019/12/22 v68 - -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/aliasctr.sty -Package: aliasctr 2019/12/22 v68 -)) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-listof.sty -Package: thm-listof 2019/12/22 v68 -) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-restate.sty -Package: thm-restate 2019/12/22 v68 -) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-amsthm.sty -Package: thm-amsthm 2019/12/22 v68 -\thmt@style@headstyle=\toks29 -)) -(/usr/share/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty -Package: cleveref 2018/03/27 v0.21.4 Intelligent cross-referencing -Package cleveref Info: `amsthm' support loaded on input line 3026. -) -(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty -Package: etoolbox 2019/09/21 v2.5h e-TeX tools for LaTeX (JAW) -\etb@tempcnta=\count195 -) -\c@theorem=\count196 - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty -Package: biblatex 2019/12/01 v3.14 programmable bibliographies (PK/MW) - -(/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty -Package: pdftexcmds 2019/11/24 v0.31 Utility functions of pdfTeX for LuaTeX (HO -) - -(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) -) -(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -Package: ltxcmds 2019/12/15 v1.24 LaTeX kernel commands for general use (HO) -) -Package pdftexcmds Info: \pdf@primitive is available. -Package pdftexcmds Info: \pdf@ifprimitive is available. -Package pdftexcmds Info: \pdfdraftmode found. -) -(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -Package: kvoptions 2019/11/29 v3.13 Key value format for package options (HO) -) -(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty -Package: logreq 2010/08/04 v1.0 xml request logger -\lrq@indent=\count197 - -(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def -File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 -)) -(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty -Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) -) -(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty -\Urlmuskip=\muskip17 -Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. -) -\c@tabx@nest=\count198 -\c@listtotal=\count199 -\c@listcount=\count266 -\c@liststart=\count267 -\c@liststop=\count268 -\c@citecount=\count269 -\c@citetotal=\count270 -\c@multicitecount=\count271 -\c@multicitetotal=\count272 -\c@instcount=\count273 -\c@maxnames=\count274 -\c@minnames=\count275 -\c@maxitems=\count276 -\c@minitems=\count277 -\c@citecounter=\count278 -\c@maxcitecounter=\count279 -\c@savedcitecounter=\count280 -\c@uniquelist=\count281 -\c@uniquename=\count282 -\c@refsection=\count283 -\c@refsegment=\count284 -\c@maxextratitle=\count285 -\c@maxextratitleyear=\count286 -\c@maxextraname=\count287 -\c@maxextradate=\count288 -\c@maxextraalpha=\count289 -\c@abbrvpenalty=\count290 -\c@highnamepenalty=\count291 -\c@lownamepenalty=\count292 -\c@maxparens=\count293 -\c@parenlevel=\count294 -\blx@tempcnta=\count295 -\blx@tempcntb=\count296 -\blx@tempcntc=\count297 -\blx@maxsection=\count298 -\blx@maxsegment@0=\count299 -\blx@notetype=\count300 -\blx@parenlevel@text=\count301 -\blx@parenlevel@foot=\count302 -\blx@sectionciteorder@0=\count303 -\blx@entrysetcounter=\count304 -\labelnumberwidth=\skip59 -\labelalphawidth=\skip60 -\biblabelsep=\skip61 -\bibitemsep=\skip62 -\bibnamesep=\skip63 -\bibinitsep=\skip64 -\bibparsep=\skip65 -\bibhang=\skip66 -\blx@bcfin=\read2 -\blx@bcfout=\write3 -\blx@langwohyphens=\language3 -\c@mincomprange=\count305 -\c@maxcomprange=\count306 -\c@mincompwidth=\count307 -Package biblatex Info: Trying to load biblatex default data model... -Package biblatex Info: ... file 'blx-dm.def' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def -File: blx-dm.def 2019/12/01 v3.14 biblatex localization (PK/MW) -) -Package biblatex Info: Trying to load biblatex style data model... -Package biblatex Info: ... file 'numeric.dbx' not found. -Package biblatex Info: Trying to load biblatex custom data model... -Package biblatex Info: ... file 'biblatex-dm.cfg' not found. -\c@afterword=\count308 -\c@savedafterword=\count309 -\c@annotator=\count310 -\c@savedannotator=\count311 -\c@author=\count312 -\c@savedauthor=\count313 -\c@bookauthor=\count314 -\c@savedbookauthor=\count315 -\c@commentator=\count316 -\c@savedcommentator=\count317 -\c@editor=\count318 -\c@savededitor=\count319 -\c@editora=\count320 -\c@savededitora=\count321 -\c@editorb=\count322 -\c@savededitorb=\count323 -\c@editorc=\count324 -\c@savededitorc=\count325 -\c@foreword=\count326 -\c@savedforeword=\count327 -\c@holder=\count328 -\c@savedholder=\count329 -\c@introduction=\count330 -\c@savedintroduction=\count331 -\c@namea=\count332 -\c@savednamea=\count333 -\c@nameb=\count334 -\c@savednameb=\count335 -\c@namec=\count336 -\c@savednamec=\count337 -\c@translator=\count338 -\c@savedtranslator=\count339 -\c@shortauthor=\count340 -\c@savedshortauthor=\count341 -\c@shorteditor=\count342 -\c@savedshorteditor=\count343 -\c@labelname=\count344 -\c@savedlabelname=\count345 -\c@institution=\count346 -\c@savedinstitution=\count347 -\c@lista=\count348 -\c@savedlista=\count349 -\c@listb=\count350 -\c@savedlistb=\count351 -\c@listc=\count352 -\c@savedlistc=\count353 -\c@listd=\count354 -\c@savedlistd=\count355 -\c@liste=\count356 -\c@savedliste=\count357 -\c@listf=\count358 -\c@savedlistf=\count359 -\c@location=\count360 -\c@savedlocation=\count361 -\c@organization=\count362 -\c@savedorganization=\count363 -\c@origlocation=\count364 -\c@savedoriglocation=\count365 -\c@origpublisher=\count366 -\c@savedorigpublisher=\count367 -\c@publisher=\count368 -\c@savedpublisher=\count369 -\c@language=\count370 -\c@savedlanguage=\count371 -\c@origlanguage=\count372 -\c@savedoriglanguage=\count373 -\c@pageref=\count374 -\c@savedpageref=\count375 -\shorthandwidth=\skip67 -\shortjournalwidth=\skip68 -\shortserieswidth=\skip69 -\shorttitlewidth=\skip70 -\shortauthorwidth=\skip71 -\shorteditorwidth=\skip72 -\locallabelnumberwidth=\skip73 -\locallabelalphawidth=\skip74 -\localshorthandwidth=\skip75 -\localshortjournalwidth=\skip76 -\localshortserieswidth=\skip77 -\localshorttitlewidth=\skip78 -\localshortauthorwidth=\skip79 -\localshorteditorwidth=\skip80 -Package biblatex Info: Trying to load compatibility code... -Package biblatex Info: ... file 'blx-compat.def' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def -File: blx-compat.def 2019/12/01 v3.14 biblatex compatibility (PK/MW) -) -Package biblatex Info: Trying to load generic definitions... -Package biblatex Info: ... file 'biblatex.def' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.def -File: biblatex.def 2019/12/01 v3.14 biblatex compatibility (PK/MW) -\c@textcitecount=\count376 -\c@textcitetotal=\count377 -\c@textcitemaxnames=\count378 -\c@biburlbigbreakpenalty=\count379 -\c@biburlbreakpenalty=\count380 -\c@biburlnumpenalty=\count381 -\c@biburlucpenalty=\count382 -\c@biburllcpenalty=\count383 -\biburlbigskip=\muskip18 -\biburlnumskip=\muskip19 -\biburlucskip=\muskip20 -\biburllcskip=\muskip21 -\c@smartand=\count384 -) -Package biblatex Info: Trying to load bibliography style 'numeric'... -Package biblatex Info: ... file 'numeric.bbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx -File: numeric.bbx 2019/12/01 v3.14 biblatex bibliography style (PK/MW) -Package biblatex Info: Trying to load bibliography style 'standard'... -Package biblatex Info: ... file 'standard.bbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx -File: standard.bbx 2019/12/01 v3.14 biblatex bibliography style (PK/MW) -\c@bbx:relatedcount=\count385 -\c@bbx:relatedtotal=\count386 -)) -Package biblatex Info: Trying to load citation style 'numeric'... -Package biblatex Info: ... file 'numeric.cbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/cbx/numeric.cbx -File: numeric.cbx 2019/12/01 v3.14 biblatex citation style (PK/MW) -Package biblatex Info: Redefining '\cite'. -Package biblatex Info: Redefining '\parencite'. -Package biblatex Info: Redefining '\footcite'. -Package biblatex Info: Redefining '\footcitetext'. -Package biblatex Info: Redefining '\smartcite'. -Package biblatex Info: Redefining '\supercite'. -Package biblatex Info: Redefining '\textcite'. -Package biblatex Info: Redefining '\textcites'. -Package biblatex Info: Redefining '\cites'. -Package biblatex Info: Redefining '\parencites'. -Package biblatex Info: Redefining '\smartcites'. -) -Package biblatex Info: Trying to load configuration file... -Package biblatex Info: ... file 'biblatex.cfg' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg -File: biblatex.cfg -)) -\@quotelevel=\count387 -\@quotereset=\count388 - -(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def -File: l3backend-pdfmode.def 2020-02-03 L3 backend support: PDF mode -\l__kernel_color_stack_int=\count389 -\l__pdf_internal_box=\box47 -) -(./DynamicConstellationOrbits.aux) -\openout1 = `DynamicConstellationOrbits.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 102. -LaTeX Font Info: ... okay on input line 102. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 102. -LaTeX Font Info: ... okay on input line 102. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 102. -LaTeX Font Info: ... okay on input line 102. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 102. -LaTeX Font Info: ... okay on input line 102. -LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 102. -LaTeX Font Info: ... okay on input line 102. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 102. -LaTeX Font Info: ... okay on input line 102. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 102. -LaTeX Font Info: ... okay on input line 102. - -*geometry* driver: auto-detecting -*geometry* detected driver: pdftex -*geometry* verbose mode - [ preamble ] result: -* driver: pdftex -* paper: -* layout: -* layoutoffset:(h,v)=(0.0pt,0.0pt) -* modes: -* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt) -* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt) -* \paperwidth=614.295pt -* \paperheight=794.96999pt -* \textwidth=469.75502pt -* \textheight=650.43001pt -* \oddsidemargin=0.0pt -* \evensidemargin=0.0pt -* \topmargin=-37.0pt -* \headheight=12.0pt -* \headsep=25.0pt -* \topskip=12.0pt -* \footskip=30.0pt -* \marginparwidth=44.0pt -* \marginparsep=10.0pt -* \columnsep=10.0pt -* \skip\footins=10.8pt plus 4.0pt minus 2.0pt -* \hoffset=0.0pt -* \voffset=0.0pt -* \mag=1000 -* \@twocolumnfalse -* \@twosidefalse -* \@mparswitchfalse -* \@reversemarginfalse -* (1in=72.27pt=25.4mm, 1cm=28.453pt) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -Package: trig 2016/01/03 v1.10 sin cos tan (DPC) -) -(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration -) -Package graphics Info: Driver file: pdftex.def on input line 105. - -(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def -File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex - -(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -[Loading MPS to PDF converter (version 2006.09.02).] -\scratchcounter=\count390 -\scratchdimen=\dimen161 -\scratchbox=\box48 -\nofMPsegments=\count391 -\nofMParguments=\count392 -\everyMPshowfont=\toks30 -\MPscratchCnt=\count393 -\MPscratchDim=\dimen162 -\MPnumerator=\count394 -\makeMPintoPDFobject=\count395 -\everyMPtoPDFconversion=\toks31 -))) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf -Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 -85. - -(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv -e -)) -\Gin@req@height=\dimen163 -\Gin@req@width=\dimen164 -) -Package biblatex Info: Trying to load language 'english'... -Package biblatex Info: ... file 'english.lbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx -File: english.lbx 2019/12/01 v3.14 biblatex localization (PK/MW) -) -Package biblatex Info: Input encoding 'utf8' detected. -Package biblatex Info: Automatic encoding selection. -(biblatex) Assuming data encoding 'utf8'. -\openout3 = `DynamicConstellationOrbits.bcf'. - -Package biblatex Info: Trying to load bibliographic data... -Package biblatex Info: ... file 'DynamicConstellationOrbits.bbl' found. - -(./DynamicConstellationOrbits.bbl) -Package biblatex Info: Reference section=0 on input line 102. -Package biblatex Info: Reference segment=0 on input line 102. -LaTeX Font Info: Trying to load font information for U+msa on input line 104 -. - -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd -File: umsa.fd 2013/01/14 v3.01 AMS symbols A -) -LaTeX Font Info: Trying to load font information for U+msb on input line 104 -. - -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd -File: umsb.fd 2013/01/14 v3.01 AMS symbols B -) - -LaTeX Warning: No \author given. - -[1 - -{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [3] [4] [5] [6] -[7] [8] -Overfull \hbox (1.96152pt too wide) in paragraph at lines 472--472 -\OT1/cmtt/m/n/12 https : / / agupubs . onlinelibrary . wiley . com / doi / abs -/ 10 . 1029 / JA083iA06p02637$\OT1/cmr/m/n/12 . - [] - - -Overfull \hbox (3.78731pt too wide) in paragraph at lines 472--472 -[]\OT1/cmr/m/n/12 Nodir Adilov, Pe-ter J. Alexan-der, and Bren-dan M. Cun-ning- -ham. ``An eco-nomic \Kessler - [] - -[9] [10] [11] [12] (./DynamicConstellationOrbits.aux) -Package logreq Info: Writing requests to 'DynamicConstellationOrbits.run.xml'. -\openout1 = `DynamicConstellationOrbits.run.xml'. - - ) -Here is how much of TeX's memory you used: - 12929 strings out of 483183 - 235759 string characters out of 5966292 - 867859 words of memory out of 5000000 - 27806 multiletter control sequences out of 15000+600000 - 543222 words of font info for 65 fonts, out of 8000000 for 9000 - 14 hyphenation exceptions out of 8191 - 40i,16n,45p,2498b,1625s stack positions out of 5000i,500n,10000p,200000b,80000s - -Output written on DynamicConstellationOrbits.pdf (12 pages, 227152 bytes). -PDF statistics: - 116 PDF objects out of 1000 (max. 8388607) - 83 compressed objects within 1 object stream - 0 named destinations out of 1000 (max. 500000) - 1 words of extra memory for PDF output out of 10000 (max. 10000000) - diff --git a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.run.xml b/Writing/2020-11-12_Paper/DynamicConstellationOrbits.run.xml deleted file mode 100644 index b627d71..0000000 --- a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.run.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - -]> - - - latex - - DynamicConstellationOrbits.bcf - - - DynamicConstellationOrbits.bbl - - - blx-dm.def - blx-compat.def - biblatex.def - standard.bbx - numeric.bbx - numeric.cbx - biblatex.cfg - english.lbx - - - - biber - - biber - DynamicConstellationOrbits - - - DynamicConstellationOrbits.bcf - - - DynamicConstellationOrbits.bbl - - - DynamicConstellationOrbits.bbl - - - DynamicConstellationOrbits.bcf - - - References.bib - - - diff --git a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.tex.bak b/Writing/2020-11-12_Paper/DynamicConstellationOrbits.tex.bak deleted file mode 100644 index 1ffaca9..0000000 --- a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.tex.bak +++ /dev/null @@ -1,607 +0,0 @@ -\documentclass{article} - -%%%%%%%%%Packages%%%%%%%%%%%%%%% -\usepackage{geometry} -%\geometry{verbose,tmargin=1in,bmargin=1in,lmargin=1.2in,rmargin=1.2in} -\setlength{\parskip}{7pt} -\setlength{\parindent}{6pt} -%\setlength{\parindent}{0pt} - - -\usepackage{amsmath} -\usepackage{mathtools} -\usepackage{amsthm} -\usepackage{amssymb} -\usepackage{thmtools, thm-restate} -\usepackage{cleveref} - -%Add institute to title -\usepackage{etoolbox} -\makeatletter -\providecommand{\institute}[1]{% add institute to \maketitle -\apptocmd{\@author}{\end{tabular} -\par -\begin{tabular}[t]{c} -#1}{}{} -} -\makeatother - - - -%%%%%%%%%%%%SETUP THEOREMS%%%%%%%%%%%%%%%%%%%%%% -\declaretheorem[within=subsection]{theorem} - - -%%%%%%%%%%%%FORMATTING%%%%%%%%%%%%%%%%%%%%% -%Math formatting -\newcommand{\bb}[1]{\mathbb{#1}} -\newcommand{\parder}[3]{\ensuremath{ \frac{\partial^{#3} #1}{\partial #2~^{#3}}}} -\newcommand{\likeli}[2]{\text{L}\left( #1 | #2 \right)} - -\newcommand{\induction}[3]{ - \textbf{#1}\\ - \underline{Basis Step:}\\ - #2 - - \underline{Induction Step:}\\ - #3 -} -\newcommand{\mle}[1]{\hat{#1}_{\text{MLE}}} -\newcommand{\pr}[1]{\text{Pr}\left( #1 \right)} -\newcommand{\thm}[3]{ - \begin{restatable}[#1]{theorem}{#2} - \label{thm:#2} - #3 - \end{restatable} -} - -%These are some formatting/reminder commands -\newcommand{\todo}[1]{ - \textbf{\#TODO: \underline{#1}} -} -\newcommand{\define}[1]{%for now just highlight, in future, link. - \underline{\textbf{#1}} -} - - -%%%%%%%%%%%%%%%Math Operators%%%%%%%%%%%%%%%%%% -\DeclareMathOperator{\argmax}{argmax} -\DeclareMathOperator*{\plim}{plim} -\DeclareMathOperator*{\adj}{adj} - - -%%%%%%%%%%%%%%INTERNAL REFERENCES%%%%%%%%%%%%%% -\newcommand{\eref}[1]{Eq. \ref{#1}} %Already defined - - - - -%%%%%%%%%%%%%%Bibliography%%%%%%%%%%%%%%% -\usepackage[backend=biber,sorting=none,style=numeric]{biblatex} -\addbibresource{References.bib} - -%%%%% Adjust this at some point. -%This is how to perform citations. -% Use \cite{ref} to get a numerical reference to the bibliography -% Use \citetitle{ref} to get the title as a citation -% Use \fullcite{ref} to insert the full reference. -% Use \autcite{ref} to get formatted references - -\providecommand{\keywords}[1]{\textbf{\textit{Keywords:}} #1} -\providecommand{\jel}[1]{\textbf{\textit{JEL Codes:}} #1} - - -%%%%%%%%%%%%CUSTOMIZATION%%%%%%%%%%%%%%%%%%%%%% -\title{Dynamic Launch Decisions for Satellite Constellation Operators} -\author{William King} -\institute{Washington State University} - -\begin{document} - -\maketitle - -\begin{abstract} - Over the last 10 years new technology has make low earth orbits (LEOs) more accessible, and - the resulting increase in LEO satellites has increased the risk of collision. - Because debris in orbit generates more debris through collisions with objects in orbit - and the debris created during launch and operation imposes a negative externality - on other operators, - optimal use of orbits is believed to not occur under free entry. - This paper develops a dynamic model of satellite operation incorporating two effects not considered - in previous models. - The first effect is complementarity between same-purpose, single operator fleets (called constellations). - The second effect is collision avoidance efficiencies that exist within constellations. - The primary result is a theoretical model and the resulting analysis of the difference in survival ratios between - constellation operators and society. -\end{abstract} - -\keywords{Orbits, Pollution, Economies of Scale, Externality } - -\jel{Q29, Q58, L25} - -\newpage - -% --------------------------------------------------------------------------------------- -\section{Introduction} -% Motivating Example (ESA - SpaceX) -In September of 2019, the European Space Agency (ESA) released a tweet explaining that they had performed an -adjustment maneuver to avoid a collision with a SpaceX Starlink Satellite in Low Earth Orbit (LEO)\autocite{EsaTweet}. -While later reports\autocite{ArsTechnicaStatement} described it as the result of miscommunications, -ESA used the opportunity to highlight the difficulties arising from coordinating avoidance maneuvers and how -such coordination will become more difficult as the size and number of -single purpose, single operator satellite fleets (satellite constellations) increase in low earth orbit\autocite{EsaBlog}. - -% Background on issues of congestion and pollution -% Kessler Syndrome -In spite of the fact that there is a lot of maneuvering room in outer space, -%\footnote{``Space is big. Really big. You just won’t believe how vastly hugely mind bogglingly big it is. -%I mean, you may think it’s a long way down the road to the chemist, -%but that’s just peanuts to space.''\cite{DouglasAdams}} -the repeated interactions of periodic orbits make collisions probable. -Consequently, objects in orbit are subject to both a congestion effect and a pollution effect. -Congestion effects are primarily derived from avoiding collisions between artificial satellites. -Pollution in orbit consists of debris, both natural and man-made, which increases -the probability of an unforseen collision. -The defining dynamic of pollution in orbit is that it self-propogates as debris collides with itself -and orbiting satellites to generate more debris. -This dynamic underlies a key concern, originally explored by Kessler and Cour-Palais \autocite{Kessler1978} -that with sufficient mass in orbit (through satellite launches), the debris generating process -could undergo a runaway effect rendering various orbital regions unusable. -This cascade of collisions is often known as Kessler syndrome and theoretically -may take place over various timescales. - -% --------------- -Orbits may be divided into three primary groups, -Low Earth Orbit (LEO, less than 2,400km in altitude\autocite{FAA2020}), -Medium Earth Orbit (MEO), and High Earth Orbit (HEO) with Geostationary Earth Orbit (GEO) -considered a particular classification of orbit. -While the topic of LEO allocation has historically remained somewhat unexplored, the last 6 years has seen -a variety of new empircal studies and theoretical models published. -In general, three primary, related topics appear in the literature: -Allocative Efficiency, Externality Mitigation, and Economic vs Physical Kessler Syndromes. - -% --------------- -Although Kessler and Cour-Palais determined that a runaway pollution effect could make a set of orbits -physically unusable, Adilov et al \autocite{adilov_alexander_cunningham_2018} %Kessler Syndrome -have shown that economic benefits provided by orbits will drop sufficiently to make the net marginal -benefit of new launches negative before the physical kessler syndrome occurs. - -% --------------- -%Allocative efficiency -The primary concern is to establish wether or not orbits will be overused -due to their common-pool nature, and if allocation procedures are efficient. -The earliest theoretical model I have found, due to Adilov, Alexander, and -Cunningham \autocite{adilov_alexander_cunningham_2015}, examines pollution -using a two-period salop model, incorporating the effects of launch debris on -survival into the second period. -They find that the social planner generates debris and launches at lower rates -than a free entry market. -This same result was found by Rao and Rondina \autocite{RaoRondina2020} in -the context of an infinite period dynamic model. -They approach the problem in the case where numerous operators in a free entry environment -can each launch a single, identical satellite. - - -% --------------- -In addition to analyzing the allocative results, a significant area of interest is -what impact various policy interventions can have. -The policies analyzed and methods used have been widely varied. -Macauley \autocite{Macauley_1998} provided the first evidence of suboptimal behavior in orbit -by estimating the welfare lose due to the current method of assigning GEO slots to operators. -The potential losses due to anti-competitive behavior was highlighted by Adilov et al \autocite{Adilov2019}, -who have analyzed the opportunities for strategic -``warehousing'' of non-functional satellites as a means of increasing competitive advantage by -denying operating locations to competitors in GEO. -Grzelka and Wagner \autocite{GrzelkaWagner2019} explore methods of encouraging satellite quality (in terms of debris) -and cleanup. -Finally, Rao and Rondina \autocite{RaoRondina2020b} estimate that achieving socially optimal -behavior through orbital use fees could increase the value generated by the space industry by a factor of 4. - - -% --------------- -This paper's objective is to devlop a dynamic model which incoporates -complementary effects of constellations as well as collision avoidance efficiencies of constellations, -thus addressing a gap in the current literature. -In addition, I examine if there exists a negative externality related to changes in stock size, and -establish a condition related to average behavior that describes this externality. -Finally, I lay foundations for the derivation of profit maximizing launch rules. - -The paper is organized as follows. -Section \ref{Model} describes the mathematical organization of the model -for the cases of independent constellation operators and a social planner -operating the same constellations. -%It also includes a brief digression into the free entry conditions. -Section \ref{Comparisons} evaluates the differences between the -constellation operators and social planner models, particularly -the difference between marginal survival rates . -%Of particular interest is the difference in launch rates and marginal survival rates. -%Section \ref{Kessler} ... -Section \ref{Conclusion} concludes with a discussion of potential extensions and -topics which have not yet been addressed. - -% --------------------------------------------------------------------------------------- -\section{Model}\label{Model} -%Intuitive description -The dynamic model is an extension of Rao and Rondina's working paper \autocite{RaoRondina2020}, -specifically their non-stochastic model. -For a given orbital shell (a set of orbits that interact regularly), I assume there are $N$ operators, -each of which has the potential to launch and operate a satellite -constellation consisting of some endogenosly chosen number of identical satellites. -These satellites are not only identical within a constellation, but across constellations. - - -% ------------------- -Each constellation operator has a personal satellite stock $s^i_t$ in each period, and chooses the -number of launches in that time period $x^i_t$. -For simplicity, each launch is assumed to have a fixed cost $F$. -In the aggregate, the satellite stock and launches for each period are represented by: -\begin{align} - S_t =&\sum_{i=1}^N s^i_t \\ - X_t =&\sum_{i=1}^N x^i_t -\end{align} - -% ------------------- -Satellites in a constellation are damaged or destroyed at the rate $l^i(s^i_t,S_t,D_t)$, -which is assumed to be increasing in $s^i_t$, $S_t$, and $D_t$ (debris, see below). -One key difference from the previous models of Rao and Redina \autocite{RaoRondina2020} and -Adilov et al \autocite{adilov_alexander_cunningham_2018} is that this model allows the rate of -collision within constellations and between constellations to be different. -This reflects the assumption that an operator can and will put more effort into protecting the satellites within -the constellation from each other. -One example of how this can be acomplished is that while choosing the orbits for a constellation, -it is possible for an operator to chose a set of trajectories that best meet their needs and -minimizes the risk of collision within the constellation. -Mathematically this is represented by the inclusion of $s^i_t$ in $l^i$. -Together with the launch rate, we obtain a law of motion for both constellation-level -and society-level satellite stocks. -\begin{align} - s^i_{t+1} =& \left[ 1-l^i(s^i_t,S_t,D_t) \right] s^i_t + x^i_t \\ - S_{t+1} =& X_t + \sum^N_{i=1} \left[ 1-l^i(s^i_t,S_t,D_t) \right] s^i_t -\end{align} - -% ------------------- -The level of debris in each period is represented by $D_t$, and is assumed to pose a latent risk. -In particular, it is assumed that once debris is created, the risk it provides is only avoidable -through not launching future satellites. -In addition to natually occuring debris, debris is generated through the following three mechanisms. -\begin{itemize} - \item At launch, various processes can shed debris. - Examples include leftover rocket stages, explosions during launch and deployment, - and slag from solid rocket boosters. - \item When destroyed, satellites will fragment and produce debris. - \item Debris can collide with other debris, forming more but smaller debris. -\end{itemize} -This provides the following law of debris dynamics. -\begin{align} - D_{t+1} =& (1-\delta) D_t + m X_t + M\cdot \left( \sum^N_{i=1} l^i(s^i_t,S_t,D_t) \right) + g(D_t) -\end{align} -where $\delta$ represents the decay of debris -- through reentering the atmosphere -- for a given shell, -$M$ represents the debris generated from each collision, -$m$ represents the debris generated from each launch, -and $g(D_t)$ represents the new fragments from debris colliding with other debris. - - -% ------------------- -Each constellation $i \in {1,\dots,N}$ produces value for their operator at each period according to the function: -\begin{align} - u^i(s^i_t, S_t, D_t) = u^i(s^i_t) -\end{align} -For computational simplicity, it is assumed that benefits provided are wholely dependent on the number -of satellites in operation. -The approach presented in the appendix is generalizable to the case where benefits are conditional on -the total satellite and debris stocks. -Complementarity within a constellation appears when $\parder{u^i}{s^i_t}{2} > 0$ for some values of $s^i_t,S_t, D_t$. - -% --------------------------------------------- -\subsection{Constellation Operator's Program} -The aformentioned aspects of the model form the following bellman equation for each constellation operator. -\begin{align} - V^i(s^i_t,S_t,D_t) =& \max_{x^i_t \geq 0} ~~ u^i(s^i_t) - Fx^i_t + \beta V^i(s^i_{t+1}, S_{t+1}, D_{t+1}) \\ - \text{Subject To:}& \notag\\ - D_{t+1} =& (1-\delta) D_t + m X_t + M\cdot \left( \sum^N_{i=1} l^i(s^i_t,S_t,D_t) \right) + g(D_t) \\ - s^i_{t+1} =& \left[ 1-l^i(s^i_t,S_t,D_t) \right] s^i_t + x^i_t \\ - S_t =&\sum_{i=1}^N s^i_t \\ - X_t =&\sum_{i=1}^N x^i_t % Is this also a state variable? -\end{align} -The system of envelope conditions is linear and can be written as a matrix equation. -In Appendix \ref{APX:Derivations:Constellation} I begin development of the euler equation -in a generalizable way. -Unfortunately repeated errors in the mathematics has prevented me from achieving more in the -launch rate analysis to date. - -%The resulting euler equation is: -%\begin{align} -% F \det(A) =& -% [\adj(A) (D_{[s^i_t,S_t,D_t]} V^i - b)]\big|_{1} \\ -% &+ 2 [\adj(A) (D_{[s^i_t,S_t,D_t]} V^i - b)]\big|_{2} \notag\\ -% &+ m [\adj(A) (D_{[s^i_t,S_t,D_t]} V^i - b)]\big|_{3} \notag -%\end{align} % TODO: This could also be changed to a matrix form with a row-vector. -%Where $A$ is the matrix of partial derivatives of the laws of motion corresponding to -%the envelope conditions. -%The matrix $A$ and the derivation of the euler equation -%is described in Appendix \ref{APX:Derivations:Constellation} -% --------------------------------------------------------------------------------------- -%\subsubsection{Free Entry} -%Operators are assumed to enter the market as long as the value of entering is above 0. - -% --------------------------------------------- -\subsection{Social Planner's Program} - -The social planner (or fleet planner to use Rao and Rondina's terminology), is tasked with -maximizing the sum of the operators' benefits $W(\{s^i_t\},S_t,D_t) = \sum^N_{i=1} V^i(s^i_t,S_t,D_t)$. -%Crucial assumption. $\beta^i =\beta \forall i$ -Often, in polluting environments, there is an ambient population that is harmed by pollution. -Very rarely does satellite debris pose a hazard to those on earth, thus in this model -the only population whom's welfare is addressed are the satellite operators themselves. - -\begin{align} - W(\{s^i_t\},S_t,D_t) =& \max_{\{x^i_t\}^N_{i=1} \geq 0} - ~~ \left(\sum^N_{i=1} u^i(s^i_t,S_t,D_t)\right) - FX_t - + \beta W(\{s^i_{t+1}\}, S_{t+1}, D_{t+1}) \\ - \text{Subject To:}& \notag\\ - D_{t+1} =& (1-\delta) D_t + m X_t + M\cdot \left( \sum^N_{i=1} l^i(s^i_t,S_t,D_t) \right) + g(D_t) \\ - s^i_{t+1} =& \left[ 1-l^i(s^i_t,S_t,D_t) \right] s^i_t + x^i_t \\ - S_t =&\sum_{i=1}^N s^i_t \\ - X_t =&\sum_{i=1}^N x^i_t -\end{align} - -%Goal: Add the euler equation. -Due to the aformentioned errors, I have not begun a derivation of the optimal launch rate -for the social planner at this point. -I expect it to be solvable using the same approach as for the constellation operators -outlined in Appendix \ref{APX:Derivations:Constellation}. - -% --------------------------------------------------------------------------------------- -%\section{Convergence Properties}\label{Convergence} - -% --------------------------------------------------------------------------------------- -\section{Comparisons}\label{Comparisons} - -% Marginal survival. -In line with theory on common-pool resources, we expect there to be a negative externality -incurred by increasing the satellite stock. -The details of this externality can be observed in the marginal suvival rate. -Define the survival rate for a constellation and the society to be: -\begin{align} - R_i =& \frac{s^i_{t+1}- x^i_t}{s^i_t} = 1- l^i(s^i_t,S_t,D_t) \\ - R =& \frac{S_{t+1}- X_t}{S_t} = \frac{\sum_{i=1}^N s^i_t[1-l^i(s^i_t,S_t,D_t)] }{S_t} -\end{align} -The marginal survival rates when a given constellation $i$ changes size are: -\begin{align} - \parder{R_i}{s^i_t}{} =& -\left(\parder{l^i}{s^i_t}{} + \parder{l^i}{S_t}{}\parder{S_t}{s^i_t}{} \right) - = - \parder{l^i}{s^i_t}{} - \parder{l^i}{S_t}{} \label{EQ:iii} \\ - \parder{R}{s^i_t}{} =& \frac{S_t \sum_{i=1}^N - \left( [1-l^i(s^i_t,S_t,D_t)] + s^i_t [ -\parder{l^i}{s^i_t}{} -\parder{l^i}{S_t}{}\parder{S_t}{s^i_t}{}] \right) - - \left( \sum_{i=1}^N s^i_t[1-l^i(s^i_t,S_t,D_t)] \right)}{(S_t)^2} \\ - =& \sum_{i=1}^N \left[ \frac{R_i}{S_t} \right] - \frac{R}{S_t} - +\sum_{i=1}^N \frac{ s^i_t}{ S_t} \parder{R_i}{s^i_t}{} \label{EQ:i} -\end{align} -Note that $ \sum_{i=1}^N \frac{ s^i_t}{ S_t} \parder{R_i}{s^i_t}{}$ is the average marginal survival rate -across constellation operators. -The derivation of equation \ref{EQ:i} is in Appendix \ref{APX:Derivations:Survival}. -Direct comparison between the marginal survival rates of an individual operator and the social planner's fleet -cannot proceede further without specifying the functional loss forms $l^i(\cdot)$ -and specifying which firm the comparison is with. -In spite of this, conditions on the average effects can be specified as follows. -Society's marginal survival rate is greater than the average marginal survival rate when: -% NOTE: Should I do this using absolute value arguments? I don't think so. -\begin{align} - \sum_{i=1}^N \left[ \frac{R_i}{S_t} \right] - \frac{R}{S_t} - +\sum_{i=1}^N \frac{ s^i_t}{ S_t} \parder{R_i}{s^i_t}{} - \geq& \sum_{i=1}^N \frac{s^i_t}{S_t} \parder{R_i}{s^i_t}{} \\ - \sum_{i=1}^N R_i - R \geq& 0\\ - \sum_{i=1}^N S_t [1- l^i(s^i_t,S_t,D_t)] - \sum_{i=1}^N s^i_t [1- l^i(s^i_t,S_t,D_t)] \geq& 0\\ - \sum_{i=1}^N (S_t - s^i_t) [1- l^i(s^i_t,S_t,D_t)] \geq& 0 \label{EQ:ii} -\end{align} -Which is always true as $S_t > s^i_t$ and $l^i(\cdot) \in [0,1]$ for all $i$. -%As we are discussing arithemetic means of rates, it makes sense. -%A geometric mean might behave differently. -If a single constellation makes up the whole stock of satellites, then \eref{EQ:ii} reduces -to a tautology. -As $\parder{R_i}{s^i_t}{} < 0$ from \eref{EQ:iii} and the assumptions on collision mechanics, we see -that the average marginal survival rate acts as a lower bound on the marginal societal survival rate. -Assuming that survival rates are not increased by adding another satellite i.e. $\parder{R}{s^i_t}{}<0$ then gives -us the following bounds on societal rates $\sum_{i=1}^N \frac{s^i_t}{S_t} \parder{R_i}{s^i_t}{}<\parder{R}{s^i_t}{}<0$ -%By way of interpretation, this means adding a satellite to a constellation has a larger impact -%on the society's survival rate than on the average survival rate across constellations. -%This result is consistent with previous results establishing a negative externality -This suggests that some operators experience marginal changes to their own satellite -stocks much more intensely than society as a whole does. - -%Do it again using a geometric mean. - -%Welfare -% TODO: The efforts to establish optimal launch rates is holding back this section. -Once optimal launch rates have been determined, an evaluation of the welfare effects of open access -policy can be evaluated, in line with much of the current literature. - -% --------------------------------------------------------------------------------------- -%\section{Kessler Syndrome}\label{Kessler} -%Discuss the impacts of Kessler Syndrome (an numerical example where this will occur?) -%Raou and Rondina -%Adilov -% TODO: Not enough material to discuss this yet. I think I'll need relative launch rate information. - -% --------------------------------------------------------------------------------------- -%\section{Numerical Model}\label{Numerical} - - -% --------------------------------------------------------------------------------------- -\section{Concluding Remarks}\label{Conclusion} -The dynamic model developed in this paper provides insight into the incentives faced by -constellation operators in comparison with a social planner and, when completed, should provide -insight on how self-perpetuating externalities drive sub-optimal behavior. - -At this point, major work remains in developing optimal launch rates and verifying if -the expected difference in optimal launch rates between individual operators and a social planner exist, -as occurs in other models. -In addition to the remaining work on fleshing out the model, the following extensions and applications of the -model will fill gaps in the literature or complement current work: -\begin{itemize} - \item Asymmetric constellation sizes: What are the impacts on social welfare when a variety of - constellation sizes exist - \item Policy interventions: Various policy proposals to reduce negative externalities have been proposed, - including launch quotas, launch taxes, and orbit use fees \autocite{RaoRondina2020b}. - \item Introduction of stochastics: There are various ways that stochastics can enter the model, from the scales - determining debris generation to the per-period satellite collision rate. - \item Differentiation of satellites and launch methods: Different launch methods and satellite features can - affect the accumulation of debris. - \item Richer satellite lifetimes: the current satellite lifetime of [launch, operate] could be extended - to include stages such as development and disposal. - In particular, a multiperiod develoment cycle with sunk costs incurred along the way may - exacerbate problems where stable equilibria are overshot. - This will allow for more policy interventions to be analyzed. - \item Strategic behavior: Concerns include whether constellation network effects can be used to prevent new entrants - in the case of competition for a satellite services market. -\end{itemize} - -While computationally complicated, the results so far imply that there is a defined difference between -the risks faced at the constellation operator's level and the level of society as a whole. -%While I expect there to be a socially suboptimal launch rate under open access, as -Although not a common topic in economics, orbit use has properties that requires -current study in order to determine and drive optimal behavior, before there are no more viable orbits to use. - -\newpage -\printbibliography - -\newpage -\appendix -\section{Derivations} \label{APX:Derivations} -%\subsection{Useful Mathematical Notes}\label{APX:Derivations:Useful} -%To fill in with a set of useful mathematical notes for use throughout. -%\subsubsection{Useful Derivatives} - - -\subsection{Constellation Operator}\label{APX:Derivations:Constellation} -Given the following bellman equation -\begin{align} - V^i(s^i_t,S_t,D_t) =& \max_{x^i_t \geq 0} ~~ u^i(s^i_t,S_t,D_t) - Fx^i_t + \beta V^i(s^i_{t+1}, S_{t+1}, D_{t+1}) \\ - \text{Subject To:}& \notag\\ - D_{t+1} =& (1-\delta) D_t + m X_t + M\cdot \left( \sum^N_{i=1} l^i(s^i_t,S_t,D_t) \right) + g(D_t) \\ - s^i_{t+1} =& \left[ 1-l^i(s^i_t,S_t,D_t) \right] s^i_t + x^i_t \\ - S_t =&\sum_{i=1}^N s^i_t \\ - X_t =&\sum_{i=1}^N x^i_t -\end{align} -Giving the optimality condition: -\begin{align} - \frac{F}{\beta} =& 2\parder{V^i}{S_{t+1}}{} - + m\parder{V^i}{D_{t+1}}{} - + \parder{V^i}{s^i_{t+1}}{} -\end{align} -Assuming $\parder{u^i}{S_t}{} = 0$ and $\parder{u^i}{D_t}{} = 0$, then the envelope conditions are: -\begin{align} - \parder{V^i}{s^i_{t}}{} - \parder{u^i}{s^i_t}{}=& \beta\left[ - \parder{V^i}{s^i_{t+1}}{} \parder{s^i_{t+1}}{s^i_t}{} - + \parder{V^i}{S_{t+1}}{} \parder{S_{t+1}}{s^i_t}{} - + \parder{V^i}{D_{t+1}}{} \parder{D_{t+1}}{s^i_t}{} - \right] \\ - \parder{V^i}{S_{t}}{} =& \beta\left[ - \parder{V^i}{s^i_{t+1}}{} \parder{s^i_{t+1}}{S_t}{} - + \parder{V^i}{S_{t+1}}{} \parder{S_{t+1}}{S_t}{} - + \parder{V^i}{D_{t+1}}{} \parder{D_{t+1}}{S_t}{} - \right] \\ - \parder{V^i}{D_{t}}{} =& \beta\left[ - \parder{V^i}{s^i_{t+1}}{} \parder{s^i_{t+1}}{D_t}{} - + \parder{V^i}{S_{t+1}}{} \parder{S_{t+1}}{D_t}{} - + \parder{V^i}{D_{t+1}}{} \parder{D_{t+1}}{D_t}{} - \right] -\end{align} -Note the linearity of the equations. -This allows us to rewrite the system as the following matrix expression. -\begin{align} - \beta - \left[ - \begin{matrix} - \parder{s^i_{t+1}}{s^i_t}{} & \parder{S_{t+1}}{s^i_t}{} & \parder{D_{t+1}}{s^i_t}{} \\ - \parder{s^i_{t+1}}{S_t}{} & \parder{S_{t+1}}{S_t}{} & \parder{D_{t+1}}{S_t}{} \\ - \parder{s^i_{t+1}}{D_t}{} & \parder{S_{t+1}}{D_t}{} & \parder{D_{t+1}}{D_t}{} - \end{matrix} - \right] - \left[ - \begin{matrix} - \parder{V^i}{s^i_{t+1}}{} \\ - \parder{V^i}{S_{t+1}}{} \\ - \parder{V^i}{D_{t+1}}{} - \end{matrix} - \right] - =& - \left[ - \begin{matrix} - \parder{V^i}{s^i_{t}}{} - \parder{u^i}{s^i_t}{} \\ - \parder{V^i}{S_{t}}{} \\ - \parder{V^i}{D_{t}}{} - \end{matrix} - \right] \\ - A D_{[s^i_{t+1},S_{t+1},D_{t+1}]} V^i =& D_{[s^i_t,S_t,D_t]} V^i - b -\end{align} -The matrix $A$ above is equivalent to -\begin{align} - \left[ - \begin{matrix} - 1- l^i(\cdot) - s^i_t \parder{l^i}{s^i_t}{} - & 1-l^i(\cdot) - s^i_t \parder{l^i}{s^i_t}{} - \sum_{j=1}^N s^j_t \parder{l^j}{S_t}{} - & M\left[\parder{l^i}{s^i_t}{} + \sum^N_{j=1} \parder{l^i}{S_t}{} \right] \\ - - s^i_t \parder{l^i}{S_t}{} - & - \sum_{j=1}^N s^j_t \parder{l^j}{S_t}{} - & M \sum^N_{j=1} \parder{l^i}{S_t}{} \\ - - s^i_t \parder{l^i}{D_t}{} - & - \sum_{j=1}^N s^j_t \parder{l^j}{D_t}{} - & (1-\delta) + M \sum^N_{j=1} \parder{l^i}{D_t}{} + \parder{g}{D_t}{} \\ - \end{matrix} - \right] -\end{align} -Solving this directly is difficult. -We can use the fact that $A^{-1} = \frac{\adj(A)}{\det{A}}$, assuming $A$ is invertible. -\begin{align} - D_{[s^i_{t+1},S_{t+1},D_{t+1}]} V^i =& \frac{\adj(A)}{\beta \det(A)} (D_{[s^i_t,S_t,D_t]} V^i - b) -\end{align} -Using each entry from $D_{[s^i_{t+1},S_{t+1},D_{t+1}]} V^i$ in the optimality condition and the notation -$B|_{i,j}$ to represent the element $b_{i,j}$ from the matrix $B$, we get the condition: -\begin{align} - \frac{F}{\beta} \beta \det(A) = F \det(A) =& - [\adj(A) (D_{[s^i_t,S_t,D_t]} V^i - b)]\big|_{1} \\ - &+ 2 [\adj(A) (D_{[s^i_t,S_t,D_t]} V^i - b)]\big|_{2} \notag\\ - &+ m [\adj(A) (D_{[s^i_t,S_t,D_t]} V^i - b)]\big|_{3} \notag -\end{align} -A little work remains to develop the euler equation that characterizes the optimal launch decision. - -Of course, for any given set of functional forms $l^i,g$, one must verify if $A$ is invertible. - - -\subsection{Fleet Planner} -\begin{align} - W(\{s^i_t\},S_t,D_t) =& \max_{\{x^i_t\}^N_{i=1} \geq 0} - ~~\left( \sum^N_{i=1} u^i(s^i_t,S_t,D_t)\right) - FX_t - + \beta W(\{s^i_{t+1}\}, S_{t+1}, D_{t+1}) \\ - \text{Subject To:}& \notag\\ - D_{t+1} =& (1-\delta) D_t + m X_t + M\cdot \left( \sum^N_{i=1} l^i(s^i_t,S_t,D_t) \right) + g(D_t) \\ - s^i_{t+1} =& \left[ 1-l^i(s^i_t,S_t,D_t) \right] s^i_t + x^i_t \\ - S_t =&\sum_{i=1}^N s^i_t \\ - X_t =&\sum_{i=1}^N x^i_t -\end{align} -This is expected to follow the constellation operator's results closely. - - - -\subsection{Survival Rates}\label{APX:Derivations:Survival} -\begin{align} - \parder{R_i}{s^i_t}{} =& -\left(\parder{l^i}{s^i_t}{} + \parder{l^i}{S_t}{}\parder{S_t}{s^i_t}{} \right) - = - \parder{l^i}{s^i_t}{} - \parder{l^i}{S_t}{} \\ - \parder{R}{s^i_t}{} =& \frac{S_t \sum_{i=1}^N - \left( [1-l^i(s^i_t,S_t,D_t)] + s^i_t [ -\parder{l^i}{s^i_t}{} -\parder{l^i}{S_t}{}\parder{S_t}{s^i_t}{}] \right) - - \left( \sum_{i=1}^N s^i_t[1-l^i(s^i_t,S_t,D_t)] \right)}{(S_t)^2} \\ - =& \sum_{i=1}^N \left[ \frac{S_t [1-l^i(s^i_t,S_t,D_t)]}{(S_t)^2} - - \frac{ s^i_t[1-l^i(s^i_t,S_t,D_t)] }{(S_t)^2} \right] - +\sum_{i=1}^N \frac{ s^i_t S_t [ -\parder{l^i}{s^i_t}{} - \parder{l^i}{S_t}{}] }{(S_t)^2} \\ - =& \sum_{i=1}^N \left[ \frac{S_t - s^i_t}{(S_t)^2}[1-l^i(s^i_t,S_t,D_t)] \right] - +\sum_{i=1}^N \frac{ s^i_t}{ S_t} \parder{R_i}{s^i_t}{} \\ - =& \sum_{i=1}^N \left[ \frac{1}{S_t}[1-l^i(s^i_t,S_t,D_t)] \right] - \frac{R}{S_t} - +\sum_{i=1}^N \frac{ s^i_t}{ S_t} \parder{R_i}{s^i_t}{} \\ - =& \sum_{i=1}^N \left[ \frac{R_i}{S_t} \right] - \frac{R}{S_t} - +\sum_{i=1}^N \frac{ s^i_t}{ S_t} \parder{R_i}{s^i_t}{} -\end{align} - - -\end{document} - - diff --git a/Writing/2020-11-12_Paper/References.bib.bak b/Writing/2020-11-12_Paper/References.bib.bak deleted file mode 100644 index ce82639..0000000 --- a/Writing/2020-11-12_Paper/References.bib.bak +++ /dev/null @@ -1,198 +0,0 @@ -% Encoding: UTF-8 - -@Misc{EsaTweet, - author = {European Space Agency}, - title = {For the first time ever, ESA has performed a 'collision avoidance manoeuvre' to protect one of its satellites from colliding with a 'mega constellation' \#SpaceTraffic}, - addendum = {https://twitter.com/esaoperations}, - date = {2019-09-02}, - nameaddon = {\@ESAOperations}, -} - -@Electronic{ArsTechnicaStatement, - author = {Brodkin, Jon}, - howpublished = {Online Article}, - language = {English}, - note = {Statement from SpaceX to ARS Technica}, - organization = {Ars Technica}, - title = {SpaceX satellite was on “collision course” until ESA satellite was re-routed}, - url = {https://arstechnica.com/information-technology/2019/09/spacex-satellite-was-on-collision-course-until-esa-satellite-was-re-routed/}, - date = {2019-09-03}, -} - -@Electronic{EsaBlog, - author = {ESA}, - howpublished = {Online}, - language = {English}, - organization = {European Space Agency}, - title = {ESA spacecraft dodges large constellation}, - url = {http://www.esa.int/Safety_Security/ESA_spacecraft_dodges_large_constellation}, - date = {2019-09-03}, -} - -@PhdThesis{Rao:Orbit, - author = {Rao, Akhil}, - school = {University of Colorado}, - title = {The Economics of Orbit Use: Theory, Policy, and Practice}, - year = {2019}, -} - -@Article{adilov_alexander_cunningham_2015, - author = {Adilov, Nodir and Alexander, Peter J. and Cunningham, Brendan M.}, - journal = {Environmental and Resource Economics}, - title = {An Economic Analysis of Earth Orbit Pollution}, - year = {2015}, - issn = {0924-6460}, - number = {1}, - pages = {81–98}, - volume = {60}, - doi = {10.1007/s10640-013-9758-4}, - publisher = {Environmental and Resource Economics}, -} - -@Article{Macauley_1998, - author = {Macauley, Molly K}, - journal = {The Journal of Law and Economics}, - title = {Allocation of Orbit and Spectrum Resources for Regional Communications: What's At Stake?}, - year = {1998}, - issn = {0022-2186}, - number = {S2}, - pages = {737–764}, - volume = {41}, - abstract = {Contentious debate surrounds allocation of the geostationary orbit and electromagneticspectrum, two resources used by communications satellites. An extensive economicsliterature alleges that the nonmarket administrative allocative procedures now in place arehighly inefficient, but no research has empirically estimated the welfare loss. This paperdevelops a conceptual framework and a computerized model to estimate the economic valueof the resources, the size and distribution of welfare costs associated with the presentregulatory regime, and the potential gains from more market-like allocation. - -Key Words: outer space, communications satellites, pricing natural resources - -JEL Classification Nos.: H4, Q2}, - doi = {10.1086/467411}, - publisher = {The Journal of Law and Economics}, -} - -@InBook{brillinger_2001, - author = {Brillinger, David R.}, - pages = {105–116}, - title = {Space Debris: Flux in a Two Dimensional Orbit}, - year = {2001}, - doi = {10.1007/978-3-0348-8326-9_8}, -} - -@Article{Grzelka2019, - author = {Zachary Grzelka and Jeffrey Wagner}, - journal = {Environmental and Resource Economics}, - title = {Managing Satellite Debris in Low-Earth Orbit: Incentivizing Ex Ante Satellite Quality and Ex Post Take-Back Programs}, - year = {2019}, - month = {feb}, - number = {1}, - pages = {319--336}, - volume = {74}, - doi = {10.1007/s10640-019-00320-3}, - publisher = {Springer Science and Business Media {LLC}}, -} - -@Article{Adilov2018, - author = {Nodir Adilov and Peter J. Alexander and Brendan M. Cunningham}, - title = {An economic “Kessler Syndrome”: A dynamic model of earth orbit debris}, - year = {2018}, - issn = {0165-1765}, - pages = {79-82}, - volume = {166}, - doi = {10.1016/j.econlet.2018.02.025}, -} - -@Article{Adilov2018a, - author = {Nodir Adilov and Peter J. Alexander and Brendan M. Cunningham}, - title = {Corrigendum to “An economic “Kessler Syndrome”: A dynamic model of earth orbit debris” [Econom. Lett. 166 (2018) 79–82]}, - year = {2018}, - issn = {0165-1765}, - pages = {185}, - volume = {170}, - doi = {10.1016/j.econlet.2018.04.012}, -} - -@Misc{Kessler1990, - author = {Donald Kessler}, - title = {Orbital debris environment for spacecraft in low earth orbit}, - year = {1990}, - doi = {10.2514/6.1990-1353}, -} - -@Article{Adilov, - author = {Nodir Adilov and Peter J. Alexander and Brendan Michael Cunningham}, - title = {Earth Orbit Debris: An Economic Model}, - year = {2015}, - issn = {1556-5068}, - doi = {10.2139/ssrn.2264915}, -} - -@Article{Kessler1978, - author = {Kessler, Donald J. and Cour-Palais, Burton G.}, - journal = {Journal of Geophysical Research: Space Physics}, - title = {Collision frequency of artificial satellites: The creation of a debris belt}, - year = {1978}, - number = {A6}, - pages = {2637-2646}, - volume = {83}, - abstract = {As the number of artificial satellites in earth orbit increases, the probability of collisions between satellites also increases. Satellite collisions would produce orbiting fragments, each of which would increase the probability of further collisions, leading to the growth of a belt of debris around the earth. This process parallels certain theories concerning the growth of the asteroid belt. The debris flux in such an earth-orbiting belt could exceed the natural meteoroid flux, affecting future spacecraft designs. A mathematical model was used to predict the rate at which such a belt might form. Under certain conditions the belt could begin to form within this century and could be a significant problem during the next century. The possibility that numerous unobserved fragments already exist from spacecraft explosions would decrease this time interval. However, early implementation of specialized launch constraints and operational procedures could significantly delay the formation of the belt.}, - doi = {10.1029/JA083iA06p02637}, - eprint = {https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/JA083iA06p02637}, - url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/JA083iA06p02637}, -} - -@Electronic{FAA2020, - author = {NA}, - howpublished = {Online}, - month = oct, - note = {Describes altitude of LEO and GEO}, - organization = {Federal Aviation Administration}, - url = {https://www.faa.gov/space/additional_information/faq/#s1}, - year = {2020}, -} - -@Article{adilov_alexander_cunningham_2018, - author = {Adilov, Nodir and Alexander, Peter J. and Cunningham, Brendan M.}, - journal = {Economics Letters}, - title = {An economic “Kessler Syndrome”: A dynamic model of earth orbit debris}, - year = {2018}, - issn = {0165-1765}, - pages = {79–82}, - volume = {166}, - doi = {10.1016/j.econlet.2018.02.025}, - publisher = {Economics Letters}, -} - -@TechReport{RaoRondina2020, - author = {Akhil Rao; Giacomo Rondina}, - institution = {NA}, - title = {Cost in Space:Debris and Collision Risk in the Orbital Commons}, - year = {2020}, - month = feb, - note = {Middlebury College | UC San Diego}, - type = {Working Paper}, -} - -@Article{Adilov2019, - author = {Adilov, Nodir and Cunningham, Brendan and Alexander, Peter and Duvall, Jerry and Shiman, Daniel}, - journal = {Economic Inquiry}, - title = {LEFT FOR DEAD: ANTI‐COMPETITIVE BEHAVIOR IN ORBITAL SPACE}, - year = {2019}, - month = {04}, - volume = {57}, - doi = {10.1111/ecin.12790}, -} - -@Article{RaoRondina2020b, - author = {Rao, Akhil and Burgess, Matthew G. and Kaffine, Daniel}, - journal = {Proceedings of the National Academy of Sciences}, - title = {Orbital-use fees could more than quadruple the value of the space industry}, - year = {2020}, - issn = {0027-8424}, - number = {23}, - pages = {12756--12762}, - volume = {117}, - abstract = {The commercial satellite industry is rapidly expanding. A side effect of this expansion is a growing buildup of space debris that imposes costly collision risk on satellite operators. Proposed solutions to this debris have been primarily technological, but the core of the problem is incentives{\textemdash}satellites are being launched without consideration of the collision risks they impose on other operators. We show that this incentive problem can be solved with an internationally harmonized {\textquotedblleft}orbital-use fee{\textquotedblright} (OUF){\textemdash}a tax on orbiting satellites. Using a coupled physical{\textendash}economic model, we project that an optimally designed OUF could more than quadruple the long-run value of the satellite industry by 2040.The space industry{\textquoteright}s rapid recent growth represents the latest tragedy of the commons. Satellites launched into orbit contribute to{\textemdash}and risk damage from{\textemdash}a growing buildup of space debris and other satellites. Collision risk from this orbital congestion is costly to satellite operators. Technological and managerial solutions{\textemdash}such as active debris removal or end-of-life satellite deorbit guidelines{\textemdash}are currently being explored by regulatory authorities. However, none of these approaches address the underlying incentive problem: satellite operators do not account for costs they impose on each other via collision risk. Here, we show that an internationally harmonized orbital-use fee can correct these incentives and substantially increase the value of the space industry. We construct and analyze a coupled physical{\textendash}economic model of commercial launches and debris accumulation in low-Earth orbit. Similar to carbon taxes, our model projects an optimal fee that rises at a rate of 14\% per year, equal to roughly $235,000 per satellite-year in 2040. The long-run value of the satellite industry would more than quadruple by 2040{\textemdash}increasing from around $600 billion under business as usual to around $3 trillion. In contrast, we project that purely technological solutions are unlikely to fully address the problem of orbital congestion. Indeed, we find debris removal sometimes worsens economic damages from congestion by increasing launch incentives. In other sectors, addressing the tragedy of the commons has often been a game of catch-up with substantial social costs. The infant space industry can avert these costs before they escalate.}, - doi = {10.1073/pnas.1921260117}, - eprint = {https://www.pnas.org/content/117/23/12756.full.pdf}, - publisher = {National Academy of Sciences}, - url = {https://www.pnas.org/content/117/23/12756}, -} - -@Comment{jabref-meta: databaseType:bibtex;} diff --git a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.aux b/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.aux deleted file mode 100644 index b0f82be..0000000 --- a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.aux +++ /dev/null @@ -1,5 +0,0 @@ -\relax -\abx@aux@refcontext{none/global//global/global} -\@writefile{toc}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } -\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } -\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } diff --git a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.bcf b/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.bcf deleted file mode 100644 index 314579a..0000000 --- a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.bcf +++ /dev/null @@ -1,2193 +0,0 @@ - - - - - - output_encoding - utf8 - - - input_encoding - utf8 - - - debug - 0 - - - mincrossrefs - 2 - - - minxrefs - 2 - - - sortcase - 1 - - - sortupper - 1 - - - - - - - alphaothers - + - - - labelalpha - 0 - - - labelnamespec - shortauthor - author - shorteditor - editor - translator - - - labeltitle - 0 - - - labeltitlespec - shorttitle - title - maintitle - - - labeltitleyear - 0 - - - labeldateparts - 0 - - - labeldatespec - date - year - eventdate - origdate - urldate - nodate - - - julian - 0 - - - gregorianstart - 1582-10-15 - - - maxalphanames - 3 - - - maxbibnames - 3 - - - maxcitenames - 3 - - - maxsortnames - 3 - - - maxitems - 3 - - - minalphanames - 1 - - - minbibnames - 1 - - - mincitenames - 1 - - - minsortnames - 1 - - - minitems - 1 - - - nohashothers - 0 - - - noroman - 0 - - - nosortothers - 0 - - - singletitle - 0 - - - skipbib - 0 - - - skipbiblist - 0 - - - skiplab - 0 - - - sortalphaothers - + - - - sortlocale - english - - - sortingtemplatename - none - - - sortsets - 0 - - - uniquelist - false - - - uniquename - false - - - uniqueprimaryauthor - 0 - - - uniquetitle - 0 - - - uniquebaretitle - 0 - - - uniquework - 0 - - - useprefix - 0 - - - useafterword - 1 - - - useannotator - 1 - - - useauthor - 1 - - - usebookauthor - 1 - - - usecommentator - 1 - - - useeditor - 1 - - - useeditora - 1 - - - useeditorb - 1 - - - useeditorc - 1 - - - useforeword - 1 - - - useholder - 1 - - - useintroduction - 1 - - - usenamea - 1 - - - usenameb - 1 - - - usenamec - 1 - - - usetranslator - 0 - - - useshortauthor - 1 - - - useshorteditor - 1 - - - - - datamodel - labelalphanametemplate - labelalphatemplate - inheritance - translit - uniquenametemplate - sortingnamekeytemplate - sortingtemplate - extradatespec - labelnamespec - labeltitlespec - labeldatespec - controlversion - alphaothers - sortalphaothers - presort - texencoding - bibencoding - sortingtemplatename - sortlocale - language - autolang - indexing - hyperref - backrefsetstyle - block - pagetracker - citecounter - citetracker - ibidtracker - idemtracker - opcittracker - loccittracker - labeldate - labeltime - dateera - date - time - eventdate - eventtime - origdate - origtime - urldate - urltime - alldatesusetime - alldates - alltimes - gregorianstart - autocite - notetype - uniquelist - uniquename - refsection - refsegment - citereset - sortlos - babel - datelabel - backrefstyle - arxiv - familyinits - giveninits - prefixinits - suffixinits - useafterword - useannotator - useauthor - usebookauthor - usecommentator - useeditor - useeditora - useeditorb - useeditorc - useforeword - useholder - useintroduction - usenamea - usenameb - usenamec - usetranslator - useshortauthor - useshorteditor - debug - loadfiles - safeinputenc - sortcase - sortupper - terseinits - abbreviate - dateabbrev - clearlang - sortcites - sortsets - backref - parentracker - labeldateusetime - datecirca - dateuncertain - dateusetime - eventdateusetime - origdateusetime - urldateusetime - julian - datezeros - timezeros - timezones - seconds - autopunct - punctfont - labelnumber - labelalpha - labeltitle - labeltitleyear - labeldateparts - nohashothers - nosortothers - noroman - singletitle - uniquetitle - uniquebaretitle - uniquework - uniqueprimaryauthor - defernumbers - locallabelwidth - bibwarn - useprefix - skipbib - skipbiblist - skiplab - dataonly - defernums - firstinits - sortfirstinits - sortgiveninits - labelyear - isbn - url - doi - eprint - related - subentry - mincrossrefs - minxrefs - maxnames - minnames - maxbibnames - minbibnames - maxcitenames - mincitenames - maxsortnames - minsortnames - maxitems - minitems - maxalphanames - minalphanames - maxparens - dateeraauto - - - alphaothers - sortalphaothers - presort - indexing - citetracker - ibidtracker - idemtracker - opcittracker - loccittracker - uniquelist - uniquename - familyinits - giveninits - prefixinits - suffixinits - useafterword - useannotator - useauthor - usebookauthor - usecommentator - useeditor - useeditora - useeditorb - useeditorc - useforeword - useholder - useintroduction - usenamea - usenameb - usenamec - usetranslator - useshortauthor - useshorteditor - terseinits - abbreviate - dateabbrev - clearlang - labelnumber - labelalpha - labeltitle - labeltitleyear - labeldateparts - nohashothers - nosortothers - noroman - singletitle - uniquetitle - uniquebaretitle - uniquework - uniqueprimaryauthor - useprefix - skipbib - skipbiblist - skiplab - dataonly - skiplos - labelyear - isbn - url - doi - eprint - related - subentry - labelalphatemplate - translit - sortexclusion - sortinclusion - labelnamespec - labeltitlespec - labeldatespec - maxnames - minnames - maxbibnames - minbibnames - maxcitenames - mincitenames - maxsortnames - minsortnames - maxitems - minitems - maxalphanames - minalphanames - - - noinherit - nametemplates - labelalphanametemplatename - uniquenametemplatename - sortingnamekeytemplatename - presort - indexing - citetracker - ibidtracker - idemtracker - opcittracker - loccittracker - uniquelist - uniquename - familyinits - giveninits - prefixinits - suffixinits - useafterword - useannotator - useauthor - usebookauthor - usecommentator - useeditor - useeditora - useeditorb - useeditorc - useforeword - useholder - useintroduction - usenamea - usenameb - usenamec - usetranslator - useshortauthor - useshorteditor - terseinits - abbreviate - dateabbrev - clearlang - labelnumber - labelalpha - labeltitle - labeltitleyear - labeldateparts - nohashothers - nosortothers - noroman - singletitle - uniquetitle - uniquebaretitle - uniquework - uniqueprimaryauthor - useprefix - skipbib - skipbiblist - skiplab - dataonly - skiplos - isbn - url - doi - eprint - related - subentry - maxnames - minnames - maxbibnames - minbibnames - maxcitenames - mincitenames - maxsortnames - minsortnames - maxitems - minitems - maxalphanames - minalphanames - - - nametemplates - labelalphanametemplatename - uniquenametemplatename - sortingnamekeytemplatename - uniquelist - uniquename - familyinits - giveninits - prefixinits - suffixinits - terseinits - nohashothers - nosortothers - useprefix - - - nametemplates - labelalphanametemplatename - uniquenametemplatename - sortingnamekeytemplatename - uniquename - familyinits - giveninits - prefixinits - suffixinits - terseinits - useprefix - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - prefix - family - - - - - shorthand - label - labelname - labelname - - - year - - - - - - labelyear - year - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - prefix - family - given - - - - - prefix - family - - - given - - - suffix - - - prefix - - - mm - - - - sf,sm,sn,pf,pm,pn,pp - family,given,prefix,suffix - boolean,integer,string,xml - default,transliteration,transcription,translation - - - article - artwork - audio - bibnote - book - bookinbook - booklet - collection - commentary - customa - customb - customc - customd - custome - customf - dataset - inbook - incollection - inproceedings - inreference - image - jurisdiction - legal - legislation - letter - manual - misc - movie - music - mvcollection - mvreference - mvproceedings - mvbook - online - patent - performance - periodical - proceedings - reference - report - review - set - software - standard - suppbook - suppcollection - suppperiodical - thesis - unpublished - video - xdata - - - sortyear - volume - volumes - abstract - addendum - annotation - booksubtitle - booktitle - booktitleaddon - chapter - edition - eid - entrysubtype - eprintclass - eprinttype - eventtitle - eventtitleaddon - gender - howpublished - indexsorttitle - indextitle - isan - isbn - ismn - isrn - issn - issue - issuesubtitle - issuetitle - iswc - journalsubtitle - journaltitle - label - langid - langidopts - library - mainsubtitle - maintitle - maintitleaddon - nameaddon - note - number - origtitle - pagetotal - part - relatedstring - relatedtype - reprinttitle - series - shorthandintro - subtitle - title - titleaddon - usera - userb - userc - userd - usere - userf - venue - version - shorthand - shortjournal - shortseries - shorttitle - sorttitle - sortshorthand - sortkey - presort - institution - lista - listb - listc - listd - liste - listf - location - organization - origlocation - origpublisher - publisher - afterword - annotator - author - bookauthor - commentator - editor - editora - editorb - editorc - foreword - holder - introduction - namea - nameb - namec - translator - shortauthor - shorteditor - sortname - authortype - editoratype - editorbtype - editorctype - editortype - bookpagination - nameatype - namebtype - namectype - pagination - pubstate - type - language - origlanguage - crossref - xref - date - endyear - year - month - day - hour - minute - second - timezone - season - endmonth - endday - endhour - endminute - endsecond - endtimezone - endseason - eventdate - eventendyear - eventyear - eventmonth - eventday - eventhour - eventminute - eventsecond - eventtimezone - eventseason - eventendmonth - eventendday - eventendhour - eventendminute - eventendsecond - eventendtimezone - eventendseason - origdate - origendyear - origyear - origmonth - origday - orighour - origminute - origsecond - origtimezone - origseason - origendmonth - origendday - origendhour - origendminute - origendsecond - origendtimezone - origendseason - urldate - urlendyear - urlyear - urlmonth - urlday - urlhour - urlminute - urlsecond - urltimezone - urlseason - urlendmonth - urlendday - urlendhour - urlendminute - urlendsecond - urlendtimezone - urlendseason - doi - eprint - file - verba - verbb - verbc - url - xdata - ids - entryset - related - keywords - options - relatedoptions - pages - execute - - - abstract - annotation - authortype - bookpagination - crossref - day - endday - endhour - endminute - endmonth - endseason - endsecond - endtimezone - endyear - entryset - entrysubtype - execute - file - gender - hour - ids - indextitle - indexsorttitle - isan - ismn - iswc - keywords - label - langid - langidopts - library - lista - listb - listc - listd - liste - listf - minute - month - nameaddon - options - origday - origendday - origendhour - origendminute - origendmonth - origendseason - origendsecond - origendtimezone - origendyear - orighour - origminute - origmonth - origseason - origsecond - origtimezone - origyear - origlocation - origpublisher - origtitle - pagination - presort - related - relatedoptions - relatedstring - relatedtype - season - second - shortauthor - shorteditor - shorthand - shorthandintro - shortjournal - shortseries - shorttitle - sortkey - sortname - sortshorthand - sorttitle - sortyear - timezone - url - urlday - urlendday - urlendhour - urlendminute - urlendmonth - urlendsecond - urlendtimezone - urlendyear - urlhour - urlminute - urlmonth - urlsecond - urltimezone - urlyear - usera - userb - userc - userd - usere - userf - verba - verbb - verbc - xdata - xref - year - - - set - entryset - - - article - addendum - annotator - author - commentator - doi - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eid - eprint - eprintclass - eprinttype - issn - issue - issuetitle - issuesubtitle - journalsubtitle - journaltitle - language - note - number - origlanguage - pages - pubstate - series - subtitle - title - titleaddon - translator - version - volume - - - bibnote - note - - - book - author - addendum - afterword - annotator - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - maintitle - maintitleaddon - mainsubtitle - note - number - origlanguage - pages - pagetotal - part - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - mvbook - addendum - afterword - annotator - author - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - note - number - origlanguage - pagetotal - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - inbook - bookinbook - suppbook - addendum - afterword - annotator - author - booktitle - bookauthor - booksubtitle - booktitleaddon - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - origlanguage - part - publisher - pages - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - booklet - addendum - author - chapter - doi - editor - editortype - eprint - eprintclass - eprinttype - howpublished - language - location - note - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - - - collection - reference - addendum - afterword - annotator - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - origlanguage - pages - pagetotal - part - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - mvcollection - mvreference - addendum - afterword - annotator - author - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - note - number - origlanguage - publisher - pubstate - subtitle - title - titleaddon - translator - volume - volumes - - - incollection - suppcollection - inreference - addendum - afterword - annotator - author - booksubtitle - booktitle - booktitleaddon - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - origlanguage - pages - part - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - dataset - addendum - author - doi - edition - editor - editortype - eprint - eprintclass - eprinttype - language - location - note - number - organization - publisher - pubstate - series - subtitle - title - titleaddon - type - version - - - manual - addendum - author - chapter - doi - edition - editor - editortype - eprint - eprintclass - eprinttype - isbn - language - location - note - number - organization - pages - pagetotal - publisher - pubstate - series - subtitle - title - titleaddon - type - version - - - misc - software - addendum - author - doi - editor - editortype - eprint - eprintclass - eprinttype - howpublished - language - location - note - organization - pubstate - subtitle - title - titleaddon - type - version - - - online - addendum - author - doi - editor - editortype - eprint - eprintclass - eprinttype - language - note - organization - pubstate - subtitle - title - titleaddon - version - - - patent - addendum - author - doi - eprint - eprintclass - eprinttype - holder - location - note - number - pubstate - subtitle - title - titleaddon - type - version - - - periodical - addendum - doi - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - issn - issue - issuesubtitle - issuetitle - language - note - number - pubstate - season - series - subtitle - title - volume - - - mvproceedings - addendum - doi - editor - editortype - eprint - eprintclass - eprinttype - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - isbn - language - location - note - number - organization - pagetotal - publisher - pubstate - series - subtitle - title - titleaddon - venue - volumes - - - proceedings - addendum - chapter - doi - editor - editortype - eprint - eprintclass - eprinttype - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - organization - pages - pagetotal - part - publisher - pubstate - series - subtitle - title - titleaddon - venue - volume - volumes - - - inproceedings - addendum - author - booksubtitle - booktitle - booktitleaddon - chapter - doi - editor - editortype - eprint - eprintclass - eprinttype - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - organization - pages - part - publisher - pubstate - series - subtitle - title - titleaddon - venue - volume - volumes - - - report - addendum - author - chapter - doi - eprint - eprintclass - eprinttype - institution - isrn - language - location - note - number - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - version - - - thesis - addendum - author - chapter - doi - eprint - eprintclass - eprinttype - institution - language - location - note - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - - - unpublished - addendum - author - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - howpublished - language - location - note - pubstate - subtitle - title - titleaddon - type - venue - - - abstract - addendum - afterword - annotator - author - bookauthor - booksubtitle - booktitle - booktitleaddon - chapter - commentator - editor - editora - editorb - editorc - foreword - holder - institution - introduction - issuesubtitle - issuetitle - journalsubtitle - journaltitle - location - mainsubtitle - maintitle - maintitleaddon - nameaddon - note - organization - origlanguage - origlocation - origpublisher - origtitle - part - publisher - relatedstring - series - shortauthor - shorteditor - shorthand - shortjournal - shortseries - shorttitle - sortname - sortshorthand - sorttitle - subtitle - title - titleaddon - translator - venue - - - article - book - inbook - bookinbook - suppbook - booklet - collection - incollection - suppcollection - manual - misc - mvbook - mvcollection - online - patent - periodical - suppperiodical - proceedings - inproceedings - reference - inreference - report - set - thesis - unpublished - - - date - year - - - - - set - - entryset - - - - article - - author - journaltitle - title - - - - book - mvbook - mvcollection - mvreference - - author - title - - - - inbook - bookinbook - suppbook - - author - title - booktitle - - - - booklet - - - author - editor - - title - - - - collection - reference - - editor - title - - - - incollection - suppcollection - inreference - - author - editor - title - booktitle - - - - dataset - - title - - - - manual - - title - - - - misc - software - - title - - - - online - - title - - url - doi - eprint - - - - - patent - - author - title - number - - - - periodical - - editor - title - - - - proceedings - mvproceedings - - editor - title - - - - inproceedings - - author - title - booktitle - - - - report - - author - title - type - institution - - - - thesis - - author - title - type - institution - - - - unpublished - - author - title - - - - - isbn - - - issn - - - ismn - - - date - eventdate - origdate - urldate - - - gender - - - - - - - References.bib - - - - - - - citeorder - - - - diff --git a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.blg b/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.blg deleted file mode 100644 index d13c253..0000000 --- a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.blg +++ /dev/null @@ -1,9 +0,0 @@ -[0] Config.pm:304> INFO - This is Biber 2.14 (beta) -[1] Config.pm:307> INFO - Logfile is 'Title_DynamicConstellationOrbits.blg' -[143] biber:322> INFO - === Sun Nov 8, 2020, 23:23:39 -[162] Biber.pm:415> INFO - Reading 'Title_DynamicConstellationOrbits.bcf' -[275] Biber.pm:943> INFO - Found 0 citekeys in bib section 0 -[284] Utils.pm:293> WARN - The file 'Title_DynamicConstellationOrbits.bcf' does not contain any citations! -[304] bbl.pm:652> INFO - Writing 'Title_DynamicConstellationOrbits.bbl' with encoding 'UTF-8' -[305] bbl.pm:755> INFO - Output to Title_DynamicConstellationOrbits.bbl -[305] Biber.pm:128> INFO - WARNINGS: 1 diff --git a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.dvi b/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.dvi deleted file mode 100644 index f4328541d6f8e9f272a1d4f8145048421bc89042..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2448 zcma)8Uu+ab7~gh}VkjUc3W$QBA}zG%-SPKOOc1KU7Ah$U2@hp%cdk3IyR**BUOArx zUyRyImkGzpJzR|-7#kBIniw?7zXy#ESky#A;8C<9>OBaFQoq@|mV2ndNiNyj`DVV~ z_xpbHoBgY?;nf3QJotnLL%;gK!fklRLh1|87YkE~R3e^C#uIDSrk1CczX1^qD(p^U z494|`Jmg`<$;)`%s^p4zD!tMZZL8BO;^|fCblMYl3>a!W?%p>r^v_el=uqQ3(W4)X zUY}=SWMa0?UY*!1*|UC4KhV9eiQ$&J_`oKTm`EM>9>32fU$V7UQasb?f$vQTdAy)|$^ zJKg(tw-;!ye~1|pl<`7&)$YWA8Zfu)cxB#>_qR4{GqYK3I*=6QO`YFPU`ONxv6GK? z61T6QM)}dNo~*4qFz594;MT?d*VWO?(m64u(y7+QCL{ohzpra1o}}uA7aF~ zbaB5F*a$6`+O#h(EySgR_Jj~i!+r@d!cyUsWr*OirK_Wxw@QaHERoS(I5Hc62J?G= zH8AHSW8=0!_ZyIF7Io`A$XL>?;|z1(7Ql@puE8+kI3#We8wI-c79VdI4^`^%2s4Dm zAtQW`q}kA*&;ixtc;W3R+tb)UKF39Ubf1Yc5LVJh_Y+q}C}kgZRev!LBb?O;DJ(|) zKI`^oT=o-TNty|?(y86p5FBt-x2UCw>NwV`n5%7~@C$58(`Tw6Tj_A{#3D;VXrLe4 zMZLqDFRSDLRuabxDaTwQpt%p;Ma__SufWVjpwcieL7UZ*C}aT*%sw}<1?aOah@~!3 zPY?&$5(*Atv(M9P6(f+vWhTTn!8w3{O*JW~bg7UuGz_1q7rqOJO=cO!61xy4SUwn= zjpIR6{Khtm@LF~_>=E!{tbEO^?q^d^Avde14q6_X*oJP%iIz#~g%h>924zsLDjkRs z2Tv^OmsD+sn-#SRRxOtSCzAjwY?fjjGYOoRju{@qIYNEV9v$3#84__o_{q21Km^kn zXg1m;gn|v~cs6#h3kd{b>Rbh|J_D<;kRVv>h7$nCt5bc3Jo?DpKypbRnZ=QV0liuj z8Nm`RXJA<0Vj$bbW{4n9oqe>%gDJay05Fncm@w<%)RZ}{7=V?Nl$gjha4}YR1Dy+5)8WAE8TAl-O&^VY0P0|d^12{NplKU)2a>1Cn5!qoRT2NHPWYj+3 zvaV$lW?IzW&DM)lX1f-nE5UcWQY*pM7ib#z?oYoTOBM=m zstdCbe*b4Io#eXP7mQXJSaRn3EkjXFs;;Vsr$*Kr2ZyvhE|vWtxjvAz6aZ|>V(sjv zKtFQ@IYs@-`57AY9XL^Sa* z%c!GXM+UsLzOo?@n*hrfQA patch level 2 -L3 programming layer <2020-02-14> -(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls -Document Class: article 2019/12/20 v1.4l Standard LaTeX document class -(/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo -File: size12.clo 2019/12/20 v1.4l Standard LaTeX file (size option) -) -\c@part=\count167 -\c@section=\count168 -\c@subsection=\count169 -\c@subsubsection=\count170 -\c@paragraph=\count171 -\c@subparagraph=\count172 -\c@figure=\count173 -\c@table=\count174 -\abovecaptionskip=\skip47 -\belowcaptionskip=\skip48 -\bibindent=\dimen134 -) -(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty -Package: geometry 2020/01/02 v5.9 Page Geometry - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks14 -) -(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty -Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. - -(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -Package: iftex 2019/11/07 v1.0c TeX engine tests -)) -\Gm@cnth=\count175 -\Gm@cntv=\count176 -\c@Gm@tempcnt=\count177 -\Gm@bindingoffset=\dimen135 -\Gm@wd@mp=\dimen136 -\Gm@odd@mp=\dimen137 -\Gm@even@mp=\dimen138 -\Gm@layoutwidth=\dimen139 -\Gm@layoutheight=\dimen140 -\Gm@layouthoffset=\dimen141 -\Gm@layoutvoffset=\dimen142 -\Gm@dimlist=\toks15 -) -(/usr/share/texlive/texmf-dist/tex/latex/setspace/setspace.sty -Package: setspace 2011/12/19 v6.7a set line spacing -) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty -Package: amsmath 2020/01/20 v2.17e AMS math features -\@mathmargin=\skip49 - -For additional information on amsmath, use the `?' option. -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty -Package: amstext 2000/06/29 v2.01 AMS text - -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty -File: amsgen.sty 1999/11/30 v2.0 generic functions -\@emptytoks=\toks16 -\ex@=\dimen143 -)) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty -Package: amsbsy 1999/11/29 v1.2d Bold Symbols -\pmbraise@=\dimen144 -) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty -Package: amsopn 2016/03/08 v2.02 operator names -) -\inf@bad=\count178 -LaTeX Info: Redefining \frac on input line 227. -\uproot@=\count179 -\leftroot@=\count180 -LaTeX Info: Redefining \overline on input line 389. -\classnum@=\count181 -\DOTSCASE@=\count182 -LaTeX Info: Redefining \ldots on input line 486. -LaTeX Info: Redefining \dots on input line 489. -LaTeX Info: Redefining \cdots on input line 610. -\Mathstrutbox@=\box45 -\strutbox@=\box46 -\big@size=\dimen145 -LaTeX Font Info: Redeclaring font encoding OML on input line 733. -LaTeX Font Info: Redeclaring font encoding OMS on input line 734. -\macc@depth=\count183 -\c@MaxMatrixCols=\count184 -\dotsspace@=\muskip16 -\c@parentequation=\count185 -\dspbrk@lvl=\count186 -\tag@help=\toks17 -\row@=\count187 -\column@=\count188 -\maxfields@=\count189 -\andhelp@=\toks18 -\eqnshift@=\dimen146 -\alignsep@=\dimen147 -\tagshift@=\dimen148 -\tagwidth@=\dimen149 -\totwidth@=\dimen150 -\lineht@=\dimen151 -\@envbody=\toks19 -\multlinegap=\skip50 -\multlinetaggap=\skip51 -\mathdisplay@stack=\toks20 -LaTeX Info: Redefining \[ on input line 2859. -LaTeX Info: Redefining \] on input line 2860. -) -(/usr/share/texlive/texmf-dist/tex/latex/mathtools/mathtools.sty -Package: mathtools 2020/01/17 v1.23 mathematical typesetting tools - -(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty -Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ) -\calc@Acount=\count190 -\calc@Bcount=\count191 -\calc@Adimen=\dimen152 -\calc@Bdimen=\dimen153 -\calc@Askip=\skip52 -\calc@Bskip=\skip53 -LaTeX Info: Redefining \setlength on input line 80. -LaTeX Info: Redefining \addtolength on input line 81. -\calc@Ccount=\count192 -\calc@Cskip=\skip54 -) -(/usr/share/texlive/texmf-dist/tex/latex/mathtools/mhsetup.sty -Package: mhsetup 2017/03/31 v1.3 programming setup (MH) -) -LaTeX Info: Thecontrolsequence`\('isalreadyrobust on input line 129. -LaTeX Info: Thecontrolsequence`\)'isalreadyrobust on input line 129. -LaTeX Info: Thecontrolsequence`\['isalreadyrobust on input line 129. -LaTeX Info: Thecontrolsequence`\]'isalreadyrobust on input line 129. -\g_MT_multlinerow_int=\count193 -\l_MT_multwidth_dim=\dimen154 -\origjot=\skip55 -\l_MT_shortvdotswithinadjustabove_dim=\dimen155 -\l_MT_shortvdotswithinadjustbelow_dim=\dimen156 -\l_MT_above_intertext_sep=\dimen157 -\l_MT_below_intertext_sep=\dimen158 -\l_MT_above_shortintertext_sep=\dimen159 -\l_MT_below_shortintertext_sep=\dimen160 -) -(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty -Package: amsthm 2017/10/31 v2.20.4 -\thm@style=\toks21 -\thm@bodyfont=\toks22 -\thm@headfont=\toks23 -\thm@notefont=\toks24 -\thm@headpunct=\toks25 -\thm@preskip=\skip56 -\thm@postskip=\skip57 -\thm@headsep=\skip58 -\dth@everypar=\toks26 -) -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty -Package: amssymb 2013/01/14 v3.01 AMS font symbols - -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty -Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support -\symAMSa=\mathgroup4 -\symAMSb=\mathgroup5 -LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. -LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' -(Font) U/euf/m/n --> U/euf/b/n on input line 106. -)) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thmtools.sty -Package: thmtools 2019/12/22 v68 -\thmt@toks=\toks27 -\c@thmt@dummyctr=\count194 - -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-patch.sty -Package: thm-patch 2019/12/22 v68 - -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/parseargs.sty -Package: parseargs 2019/12/22 v68 -\@parsespec=\toks28 -)) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-kv.sty -Package: thm-kv 2019/12/22 v68 -Package thm-kv Info: Theorem names will be uppercased on input line 39. - -(/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) -) -Package thm-kv Info: kvsetkeys patch (v1.16 or later) on input line 155. -) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-autoref.sty -Package: thm-autoref 2019/12/22 v68 - -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/aliasctr.sty -Package: aliasctr 2019/12/22 v68 -)) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-listof.sty -Package: thm-listof 2019/12/22 v68 -) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-restate.sty -Package: thm-restate 2019/12/22 v68 -) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-amsthm.sty -Package: thm-amsthm 2019/12/22 v68 -\thmt@style@headstyle=\toks29 -)) -(/usr/share/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty -Package: cleveref 2018/03/27 v0.21.4 Intelligent cross-referencing -Package cleveref Info: `amsthm' support loaded on input line 3026. -) -(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty -Package: etoolbox 2019/09/21 v2.5h e-TeX tools for LaTeX (JAW) -\etb@tempcnta=\count195 -) -\c@theorem=\count196 - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty -Package: biblatex 2019/12/01 v3.14 programmable bibliographies (PK/MW) - -(/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty -Package: pdftexcmds 2019/11/24 v0.31 Utility functions of pdfTeX for LuaTeX (HO -) - -(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) -) -(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -Package: ltxcmds 2019/12/15 v1.24 LaTeX kernel commands for general use (HO) -) -Package pdftexcmds Info: \pdf@primitive is available. -Package pdftexcmds Info: \pdf@ifprimitive is available. -Package pdftexcmds Info: \pdfdraftmode found. -) -(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -Package: kvoptions 2019/11/29 v3.13 Key value format for package options (HO) -) -(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty -Package: logreq 2010/08/04 v1.0 xml request logger -\lrq@indent=\count197 - -(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def -File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 -)) -(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty -Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) -) -(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty -\Urlmuskip=\muskip17 -Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. -) -\c@tabx@nest=\count198 -\c@listtotal=\count199 -\c@listcount=\count266 -\c@liststart=\count267 -\c@liststop=\count268 -\c@citecount=\count269 -\c@citetotal=\count270 -\c@multicitecount=\count271 -\c@multicitetotal=\count272 -\c@instcount=\count273 -\c@maxnames=\count274 -\c@minnames=\count275 -\c@maxitems=\count276 -\c@minitems=\count277 -\c@citecounter=\count278 -\c@maxcitecounter=\count279 -\c@savedcitecounter=\count280 -\c@uniquelist=\count281 -\c@uniquename=\count282 -\c@refsection=\count283 -\c@refsegment=\count284 -\c@maxextratitle=\count285 -\c@maxextratitleyear=\count286 -\c@maxextraname=\count287 -\c@maxextradate=\count288 -\c@maxextraalpha=\count289 -\c@abbrvpenalty=\count290 -\c@highnamepenalty=\count291 -\c@lownamepenalty=\count292 -\c@maxparens=\count293 -\c@parenlevel=\count294 -\blx@tempcnta=\count295 -\blx@tempcntb=\count296 -\blx@tempcntc=\count297 -\blx@maxsection=\count298 -\blx@maxsegment@0=\count299 -\blx@notetype=\count300 -\blx@parenlevel@text=\count301 -\blx@parenlevel@foot=\count302 -\blx@sectionciteorder@0=\count303 -\blx@entrysetcounter=\count304 -\labelnumberwidth=\skip59 -\labelalphawidth=\skip60 -\biblabelsep=\skip61 -\bibitemsep=\skip62 -\bibnamesep=\skip63 -\bibinitsep=\skip64 -\bibparsep=\skip65 -\bibhang=\skip66 -\blx@bcfin=\read2 -\blx@bcfout=\write3 -\blx@langwohyphens=\language3 -\c@mincomprange=\count305 -\c@maxcomprange=\count306 -\c@mincompwidth=\count307 -Package biblatex Info: Trying to load biblatex default data model... -Package biblatex Info: ... file 'blx-dm.def' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def -File: blx-dm.def 2019/12/01 v3.14 biblatex localization (PK/MW) -) -Package biblatex Info: Trying to load biblatex style data model... -Package biblatex Info: ... file 'numeric.dbx' not found. -Package biblatex Info: Trying to load biblatex custom data model... -Package biblatex Info: ... file 'biblatex-dm.cfg' not found. -\c@afterword=\count308 -\c@savedafterword=\count309 -\c@annotator=\count310 -\c@savedannotator=\count311 -\c@author=\count312 -\c@savedauthor=\count313 -\c@bookauthor=\count314 -\c@savedbookauthor=\count315 -\c@commentator=\count316 -\c@savedcommentator=\count317 -\c@editor=\count318 -\c@savededitor=\count319 -\c@editora=\count320 -\c@savededitora=\count321 -\c@editorb=\count322 -\c@savededitorb=\count323 -\c@editorc=\count324 -\c@savededitorc=\count325 -\c@foreword=\count326 -\c@savedforeword=\count327 -\c@holder=\count328 -\c@savedholder=\count329 -\c@introduction=\count330 -\c@savedintroduction=\count331 -\c@namea=\count332 -\c@savednamea=\count333 -\c@nameb=\count334 -\c@savednameb=\count335 -\c@namec=\count336 -\c@savednamec=\count337 -\c@translator=\count338 -\c@savedtranslator=\count339 -\c@shortauthor=\count340 -\c@savedshortauthor=\count341 -\c@shorteditor=\count342 -\c@savedshorteditor=\count343 -\c@labelname=\count344 -\c@savedlabelname=\count345 -\c@institution=\count346 -\c@savedinstitution=\count347 -\c@lista=\count348 -\c@savedlista=\count349 -\c@listb=\count350 -\c@savedlistb=\count351 -\c@listc=\count352 -\c@savedlistc=\count353 -\c@listd=\count354 -\c@savedlistd=\count355 -\c@liste=\count356 -\c@savedliste=\count357 -\c@listf=\count358 -\c@savedlistf=\count359 -\c@location=\count360 -\c@savedlocation=\count361 -\c@organization=\count362 -\c@savedorganization=\count363 -\c@origlocation=\count364 -\c@savedoriglocation=\count365 -\c@origpublisher=\count366 -\c@savedorigpublisher=\count367 -\c@publisher=\count368 -\c@savedpublisher=\count369 -\c@language=\count370 -\c@savedlanguage=\count371 -\c@origlanguage=\count372 -\c@savedoriglanguage=\count373 -\c@pageref=\count374 -\c@savedpageref=\count375 -\shorthandwidth=\skip67 -\shortjournalwidth=\skip68 -\shortserieswidth=\skip69 -\shorttitlewidth=\skip70 -\shortauthorwidth=\skip71 -\shorteditorwidth=\skip72 -\locallabelnumberwidth=\skip73 -\locallabelalphawidth=\skip74 -\localshorthandwidth=\skip75 -\localshortjournalwidth=\skip76 -\localshortserieswidth=\skip77 -\localshorttitlewidth=\skip78 -\localshortauthorwidth=\skip79 -\localshorteditorwidth=\skip80 -Package biblatex Info: Trying to load compatibility code... -Package biblatex Info: ... file 'blx-compat.def' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def -File: blx-compat.def 2019/12/01 v3.14 biblatex compatibility (PK/MW) -) -Package biblatex Info: Trying to load generic definitions... -Package biblatex Info: ... file 'biblatex.def' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.def -File: biblatex.def 2019/12/01 v3.14 biblatex compatibility (PK/MW) -\c@textcitecount=\count376 -\c@textcitetotal=\count377 -\c@textcitemaxnames=\count378 -\c@biburlbigbreakpenalty=\count379 -\c@biburlbreakpenalty=\count380 -\c@biburlnumpenalty=\count381 -\c@biburlucpenalty=\count382 -\c@biburllcpenalty=\count383 -\biburlbigskip=\muskip18 -\biburlnumskip=\muskip19 -\biburlucskip=\muskip20 -\biburllcskip=\muskip21 -\c@smartand=\count384 -) -Package biblatex Info: Trying to load bibliography style 'numeric'... -Package biblatex Info: ... file 'numeric.bbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx -File: numeric.bbx 2019/12/01 v3.14 biblatex bibliography style (PK/MW) -Package biblatex Info: Trying to load bibliography style 'standard'... -Package biblatex Info: ... file 'standard.bbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx -File: standard.bbx 2019/12/01 v3.14 biblatex bibliography style (PK/MW) -\c@bbx:relatedcount=\count385 -\c@bbx:relatedtotal=\count386 -)) -Package biblatex Info: Trying to load citation style 'numeric'... -Package biblatex Info: ... file 'numeric.cbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/cbx/numeric.cbx -File: numeric.cbx 2019/12/01 v3.14 biblatex citation style (PK/MW) -Package biblatex Info: Redefining '\cite'. -Package biblatex Info: Redefining '\parencite'. -Package biblatex Info: Redefining '\footcite'. -Package biblatex Info: Redefining '\footcitetext'. -Package biblatex Info: Redefining '\smartcite'. -Package biblatex Info: Redefining '\supercite'. -Package biblatex Info: Redefining '\textcite'. -Package biblatex Info: Redefining '\textcites'. -Package biblatex Info: Redefining '\cites'. -Package biblatex Info: Redefining '\parencites'. -Package biblatex Info: Redefining '\smartcites'. -) -Package biblatex Info: Trying to load configuration file... -Package biblatex Info: ... file 'biblatex.cfg' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg -File: biblatex.cfg -)) -\@quotelevel=\count387 -\@quotereset=\count388 - -(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def -File: l3backend-pdfmode.def 2020-02-03 L3 backend support: PDF mode -\l__kernel_color_stack_int=\count389 -\l__pdf_internal_box=\box47 -) -(./Title_DynamicConstellationOrbits.aux) -\openout1 = `Title_DynamicConstellationOrbits.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 102. -LaTeX Font Info: ... okay on input line 102. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 102. -LaTeX Font Info: ... okay on input line 102. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 102. -LaTeX Font Info: ... okay on input line 102. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 102. -LaTeX Font Info: ... okay on input line 102. -LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 102. -LaTeX Font Info: ... okay on input line 102. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 102. -LaTeX Font Info: ... okay on input line 102. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 102. -LaTeX Font Info: ... okay on input line 102. - -*geometry* driver: auto-detecting -*geometry* detected driver: pdftex -*geometry* verbose mode - [ preamble ] result: -* driver: pdftex -* paper: -* layout: -* layoutoffset:(h,v)=(0.0pt,0.0pt) -* modes: -* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt) -* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt) -* \paperwidth=614.295pt -* \paperheight=794.96999pt -* \textwidth=469.75502pt -* \textheight=650.43001pt -* \oddsidemargin=0.0pt -* \evensidemargin=0.0pt -* \topmargin=-37.0pt -* \headheight=12.0pt -* \headsep=25.0pt -* \topskip=12.0pt -* \footskip=30.0pt -* \marginparwidth=44.0pt -* \marginparsep=10.0pt -* \columnsep=10.0pt -* \skip\footins=10.8pt plus 4.0pt minus 2.0pt -* \hoffset=0.0pt -* \voffset=0.0pt -* \mag=1000 -* \@twocolumnfalse -* \@twosidefalse -* \@mparswitchfalse -* \@reversemarginfalse -* (1in=72.27pt=25.4mm, 1cm=28.453pt) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -Package: trig 2016/01/03 v1.10 sin cos tan (DPC) -) -(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration -) -Package graphics Info: Driver file: pdftex.def on input line 105. - -(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def -File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex - -(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -[Loading MPS to PDF converter (version 2006.09.02).] -\scratchcounter=\count390 -\scratchdimen=\dimen161 -\scratchbox=\box48 -\nofMPsegments=\count391 -\nofMParguments=\count392 -\everyMPshowfont=\toks30 -\MPscratchCnt=\count393 -\MPscratchDim=\dimen162 -\MPnumerator=\count394 -\makeMPintoPDFobject=\count395 -\everyMPtoPDFconversion=\toks31 -))) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf -Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 -85. - -(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv -e -)) -\Gin@req@height=\dimen163 -\Gin@req@width=\dimen164 -) -Package biblatex Info: Trying to load language 'english'... -Package biblatex Info: ... file 'english.lbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx -File: english.lbx 2019/12/01 v3.14 biblatex localization (PK/MW) -) -Package biblatex Info: Input encoding 'utf8' detected. -Package biblatex Info: Automatic encoding selection. -(biblatex) Assuming data encoding 'utf8'. -\openout3 = `Title_DynamicConstellationOrbits.bcf'. - -Package biblatex Info: Trying to load bibliographic data... -Package biblatex Info: ... file 'Title_DynamicConstellationOrbits.bbl' found. - -(./Title_DynamicConstellationOrbits.bbl) -Package biblatex Info: Reference section=0 on input line 102. -Package biblatex Info: Reference segment=0 on input line 102. -LaTeX Font Info: Trying to load font information for U+msa on input line 104 -. - -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd -File: umsa.fd 2013/01/14 v3.01 AMS symbols A -) -LaTeX Font Info: Trying to load font information for U+msb on input line 104 -. - -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd -File: umsb.fd 2013/01/14 v3.01 AMS symbols B -) [1 - -{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (./Title_DynamicConste -llationOrbits.aux) -Package logreq Info: Writing requests to 'Title_DynamicConstellationOrbits.run. -xml'. -\openout1 = `Title_DynamicConstellationOrbits.run.xml'. - - ) -Here is how much of TeX's memory you used: - 12647 strings out of 483183 - 229961 string characters out of 5966292 - 850743 words of memory out of 5000000 - 27535 multiletter control sequences out of 15000+600000 - 536808 words of font info for 41 fonts, out of 8000000 for 9000 - 14 hyphenation exceptions out of 8191 - 40i,6n,33p,806b,743s stack positions out of 5000i,500n,10000p,200000b,80000s - -Output written on Title_DynamicConstellationOrbits.pdf (2 pages, 75935 bytes). -PDF statistics: - 35 PDF objects out of 1000 (max. 8388607) - 24 compressed objects within 1 object stream - 0 named destinations out of 1000 (max. 500000) - 1 words of extra memory for PDF output out of 10000 (max. 10000000) - diff --git a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.run.xml b/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.run.xml deleted file mode 100644 index 23e0f5c..0000000 --- a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.run.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - -]> - - - latex - - Title_DynamicConstellationOrbits.bcf - - - Title_DynamicConstellationOrbits.bbl - - - blx-dm.def - blx-compat.def - biblatex.def - standard.bbx - numeric.bbx - numeric.cbx - biblatex.cfg - english.lbx - - - - biber - - biber - Title_DynamicConstellationOrbits - - - Title_DynamicConstellationOrbits.bcf - - - Title_DynamicConstellationOrbits.bbl - - - Title_DynamicConstellationOrbits.bbl - - - Title_DynamicConstellationOrbits.bcf - - - References.bib - - - diff --git a/Writing/2020-11-12_Paper/linalg/Linalg.aux b/Writing/2020-11-12_Paper/linalg/Linalg.aux deleted file mode 100644 index 9961423..0000000 --- a/Writing/2020-11-12_Paper/linalg/Linalg.aux +++ /dev/null @@ -1,8 +0,0 @@ -\relax -\providecommand\zref@newlabel[2]{} -\providecommand\pbs@newkey[2]{} -\providecommand\pbs@seq@push@cx[2]{} -\providecommand\pbs@at@end@dvi@check{} -\pbs@at@end@dvi@check -\providecommand\@anim@newkey[2]{} -\pbs@newkey{pbs@last@page}{1} diff --git a/Writing/2020-11-12_Paper/linalg/Linalg.blg b/Writing/2020-11-12_Paper/linalg/Linalg.blg deleted file mode 100644 index 5884aa6..0000000 --- a/Writing/2020-11-12_Paper/linalg/Linalg.blg +++ /dev/null @@ -1,5 +0,0 @@ -[0] Config.pm:304> INFO - This is Biber 2.14 (beta) -[1] Config.pm:307> INFO - Logfile is 'Linalg.blg' -[174] biber:322> INFO - === Sat Nov 7, 2020, 23:29:10 -[222] Utils.pm:309> ERROR - Cannot find 'Linalg.bcf'! -[222] Biber.pm:132> INFO - ERRORS: 1 diff --git a/Writing/2020-11-12_Paper/linalg/Linalg.dvi b/Writing/2020-11-12_Paper/linalg/Linalg.dvi deleted file mode 100644 index 8778e7d0988168777d469d78b3cbc61656abfd3c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18500 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 Nh9G8*)_w%P{{dnnkeUDh diff --git a/Writing/2020-11-12_Paper/linalg/Linalg.log b/Writing/2020-11-12_Paper/linalg/Linalg.log deleted file mode 100644 index fb5a85a..0000000 --- a/Writing/2020-11-12_Paper/linalg/Linalg.log +++ /dev/null @@ -1,363 +0,0 @@ -This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex 2020.9.10) 7 NOV 2020 23:29 -entering extended mode - restricted \write18 enabled. - %&-line parsing enabled. -**Linalg -(./Linalg.tex -LaTeX2e <2020-02-02> patch level 2 -L3 programming layer <2020-02-14> -(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls -Document Class: article 2019/12/20 v1.4l Standard LaTeX document class -(/usr/share/texlive/texmf-dist/tex/latex/base/leqno.clo -File: leqno.clo 2016/12/29 v1.2b Standard LaTeX option (left equation numbers) -) -(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo -File: size10.clo 2019/12/20 v1.4l Standard LaTeX file (size option) -) -\c@part=\count167 -\c@section=\count168 -\c@subsection=\count169 -\c@subsubsection=\count170 -\c@paragraph=\count171 -\c@subparagraph=\count172 -\c@figure=\count173 -\c@table=\count174 -\abovecaptionskip=\skip47 -\belowcaptionskip=\skip48 -\bibindent=\dimen134 -) -(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -Package: iftex 2019/11/07 v1.0c TeX engine tests -) -(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty -Package: inputenc 2018/08/11 v1.3c Input encoding file -\inpenc@prehook=\toks14 -\inpenc@posthook=\toks15 -) -(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty -Package: fontenc 2020/02/11 v2.0o Standard LaTeX package -) - defining Unicode char U+00B5 (decimal 181) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks16 -) -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -Package: trig 2016/01/03 v1.10 sin cos tan (DPC) -) -(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration -) -Package graphics Info: Driver file: pdftex.def on input line 105. - -(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def -File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex -)) -\Gin@req@height=\dimen135 -\Gin@req@width=\dimen136 -) -(/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty -Package: color 2019/11/23 v1.2a Standard LaTeX Color (DPC) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg -File: color.cfg 2016/01/02 v1.6 sample color configuration -) -Package color Info: Driver file: pdftex.def on input line 147. -) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty -Package: amsmath 2020/01/20 v2.17e AMS math features -\@mathmargin=\skip49 - -For additional information on amsmath, use the `?' option. -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty -Package: amstext 2000/06/29 v2.01 AMS text - -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty -File: amsgen.sty 1999/11/30 v2.0 generic functions -\@emptytoks=\toks17 -\ex@=\dimen137 -)) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty -Package: amsbsy 1999/11/29 v1.2d Bold Symbols -\pmbraise@=\dimen138 -) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty -Package: amsopn 2016/03/08 v2.02 operator names -) -\inf@bad=\count175 -LaTeX Info: Redefining \frac on input line 227. -\uproot@=\count176 -\leftroot@=\count177 -LaTeX Info: Redefining \overline on input line 389. -\classnum@=\count178 -\DOTSCASE@=\count179 -LaTeX Info: Redefining \ldots on input line 486. -LaTeX Info: Redefining \dots on input line 489. -LaTeX Info: Redefining \cdots on input line 610. -\Mathstrutbox@=\box45 -\strutbox@=\box46 -\big@size=\dimen139 -LaTeX Font Info: Redeclaring font encoding OML on input line 733. -LaTeX Font Info: Redeclaring font encoding OMS on input line 734. -\macc@depth=\count180 -\c@MaxMatrixCols=\count181 -\dotsspace@=\muskip16 -\c@parentequation=\count182 -\dspbrk@lvl=\count183 -\tag@help=\toks18 -\row@=\count184 -\column@=\count185 -\maxfields@=\count186 -\andhelp@=\toks19 -\eqnshift@=\dimen140 -\alignsep@=\dimen141 -\tagshift@=\dimen142 -\tagwidth@=\dimen143 -\totwidth@=\dimen144 -\lineht@=\dimen145 -\@envbody=\toks20 -\multlinegap=\skip50 -\multlinetaggap=\skip51 -\mathdisplay@stack=\toks21 -LaTeX Info: Redefining \[ on input line 2859. -LaTeX Info: Redefining \] on input line 2860. -) -(/usr/share/texlive/texmf-dist/tex/latex/grffile/grffile.sty -Package: grffile 2019/11/11 v2.1 Extended file name support for graphics (legac -y) -Package grffile Info: This package is an empty stub for compatibility on input -line 40. -) -(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty -Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) -) -\picturebox=\box47 -\pictureboxwidth=\skip52 -\pictureboxheight=\skip53 -\thislabelwidth=\skip54 - -(/usr/share/texlive/texmf-dist/tex/latex/animate/animate.sty -Package: animate 2019/12/03 PDF & SVG animations from files and inline graphics - - -(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty -Package: xkeyval 2014/12/03 v2.7a package option processing (HA) - -(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex -(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex -\XKV@toks=\toks22 -\XKV@tempa@toks=\toks23 -) -\XKV@depth=\count187 -File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) -)) -(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/ifdraft.sty -Package: ifdraft 2016/05/16 v1.4 Detect class options draft and final (HO) -) -(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty -Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ) -\calc@Acount=\count188 -\calc@Bcount=\count189 -\calc@Adimen=\dimen146 -\calc@Bdimen=\dimen147 -\calc@Askip=\skip55 -\calc@Bskip=\skip56 -LaTeX Info: Redefining \setlength on input line 80. -LaTeX Info: Redefining \addtolength on input line 81. -\calc@Ccount=\count190 -\calc@Cskip=\skip57 -) -(/usr/share/texlive/texmf-dist/tex/latex/zref/zref-abspage.sty -Package: zref-abspage 2019/11/29 v2.28 Module abspage for zref (HO) - -(/usr/share/texlive/texmf-dist/tex/latex/zref/zref-base.sty -Package: zref-base 2019/11/29 v2.28 Module base for zref (HO) - -(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -Package: ltxcmds 2019/12/15 v1.24 LaTeX kernel commands for general use (HO) -) -(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) -) -(/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) -) -(/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) -) -(/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty -Package: pdftexcmds 2019/11/24 v0.31 Utility functions of pdfTeX for LuaTeX (HO -) -Package pdftexcmds Info: \pdf@primitive is available. -Package pdftexcmds Info: \pdf@ifprimitive is available. -Package pdftexcmds Info: \pdfdraftmode found. -) -(/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO) -) -(/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) -) -Package zref Info: New property list: main on input line 763. -Package zref Info: New property: default on input line 764. -Package zref Info: New property: page on input line 765. -) -(/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -Package: atbegshi 2019/12/05 v1.19 At begin shipout hook (HO) -) -\c@abspage=\count191 -Package zref Info: New property: abspage on input line 66. -) -(/usr/share/texlive/texmf-dist/tex/latex/media9/pdfbase.sty -(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty -Package: expl3 2020-02-14 L3 programming layer (loader) - -(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def -File: l3backend-pdfmode.def 2020-02-03 L3 backend support: PDF mode -\l__kernel_color_stack_int=\count192 -\l__pdf_internal_box=\box48 -)) -(/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty -Package: l3keys2e 2020-02-14 LaTeX2e option processing using LaTeX3 keys -) -Package: pdfbase 2020/01/27 v0.36 driver independent access to low-level PDF fe -atures -\g_pbs_page_int=\count193 -\g_pbs_oc_int=\count194 -) -(/usr/share/texlive/texmf-dist/tex/latex/ocgx2/ocgbase.sty -Package: ocgbase 2019/11/04 v0.17 support package for ocgx2.sty -\g_ocgbase_nd_int=\count195 -) -\@anim@box=\box49 -\@anim@measbox=\box50 -\@anim@tmpdima=\dimen148 -\@anim@tmpdimb=\dimen149 -\@anim@num=\count196 -\@anim@curframe=\count197 -\@anim@curframe@zb=\count198 -\@anim@resizeflags=\count199 -\@anim@skipfram=\count266 -\@anim@mulframecnt=\count267 -\@anim@@tmlnfile=\read2 -\@anim@tmpcnt=\count268 -\c@@anim@ltxcnt=\count269 -\@anim@curlayer=\count270 -\@anim@lineno=\count271 -\@anim@curfield=\count272 -\@anim@@resizeflags=\count273 -) (./Linalg.aux) -\openout1 = `Linalg.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 51. -LaTeX Font Info: ... okay on input line 51. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 51. -LaTeX Font Info: ... okay on input line 51. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 51. -LaTeX Font Info: ... okay on input line 51. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 51. -LaTeX Font Info: ... okay on input line 51. -LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 51. -LaTeX Font Info: ... okay on input line 51. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 51. -LaTeX Font Info: ... okay on input line 51. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 51. -LaTeX Font Info: ... okay on input line 51. - -(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -[Loading MPS to PDF converter (version 2006.09.02).] -\scratchcounter=\count274 -\scratchdimen=\dimen150 -\scratchbox=\box51 -\nofMPsegments=\count275 -\nofMParguments=\count276 -\everyMPshowfont=\toks24 -\MPscratchCnt=\count277 -\MPscratchDim=\dimen151 -\MPnumerator=\count278 -\makeMPintoPDFobject=\count279 -\everyMPtoPDFconversion=\toks25 -) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf -Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 -85. - -(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv -e -)) -\AtBeginShipoutBox=\box52 - -Underfull \hbox (badness 5077) in paragraph at lines 61--62 -[]\T1/cmr/m/n/10 A: ma-trix([1 -l -s*l_s,1-l -s*l_s - Nsl_S,M*(l_s + Nl_S)],[-s -*l_S,- - [] - - -Overfull \hbox (42.21191pt too wide) in paragraph at lines 54--64 -[] [] - [] - - -Overfull \hbox (42.21191pt too wide) in paragraph at lines 72--82 -[] [] - [] - - -Overfull \hbox (1295.34232pt too wide) detected at line 86 -[] [] - [] - - -Overfull \hbox (42.21191pt too wide) in paragraph at lines 90--100 -[] [] - [] - - -Overfull \hbox (42.21191pt too wide) in paragraph at lines 108--118 -[] [] - [] - - -Overfull \hbox (1299.78659pt too wide) detected at line 122 -[] [] - [] - -[1 - -{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./Linalg.aux) ) -Here is how much of TeX's memory you used: - 3792 strings out of 483183 - 57344 string characters out of 5966292 - 334351 words of memory out of 5000000 - 18738 multiletter control sequences out of 15000+600000 - 535375 words of font info for 31 fonts, out of 8000000 for 9000 - 14 hyphenation exceptions out of 8191 - 44i,12n,37p,1798b,157s stack positions out of 5000i,500n,10000p,200000b,80000s - -Output written on Linalg.pdf (1 page, 97452 bytes). -PDF statistics: - 101 PDF objects out of 1000 (max. 8388607) - 43 compressed objects within 1 object stream - 0 named destinations out of 1000 (max. 500000) - 1 words of extra memory for PDF output out of 10000 (max. 10000000) - diff --git a/Writing/2020-125-02_presentation/OrbitAllocation.aux b/Writing/2020-125-02_presentation/OrbitAllocation.aux deleted file mode 100644 index e38da04..0000000 --- a/Writing/2020-125-02_presentation/OrbitAllocation.aux +++ /dev/null @@ -1,189 +0,0 @@ -\relax -\providecommand\hyper@newdestlabel[2]{} -\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} -\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined -\global\let\oldcontentsline\contentsline -\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} -\global\let\oldnewlabel\newlabel -\gdef\newlabel#1#2{\newlabelxx{#1}#2} -\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} -\AtEndDocument{\ifx\hyper@anchor\@undefined -\let\contentsline\oldcontentsline -\let\newlabel\oldnewlabel -\fi} -\fi} -\global\let\hyper@last\relax -\gdef\HyperFirstAtBeginDocument#1{#1} -\providecommand\HyField@AuxAddToFields[1]{} -\providecommand\HyField@AuxAddToCoFields[2]{} -\abx@aux@refcontext{apa/global//global/global} -\@writefile{toc}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } -\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } -\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}} -\abx@aux@cite{EsaTweet} -\abx@aux@segm{0}{0}{EsaTweet} -\abx@aux@cite{Kessler1978} -\abx@aux@segm{0}{0}{Kessler1978} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@sectionintoc {1}{Introduction}{2}{0}{1}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{1}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{1}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\sectionentry {1}{Introduction}{2}{Introduction}{0}}} -\abx@aux@page{1}{2} -\abx@aux@page{2}{2} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {1}{0}{1}{2/2}{}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {1}{0}{2}{3/3}{}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} -\abx@aux@cite{Macauley_1998} -\abx@aux@segm{0}{0}{Macauley_1998} -\abx@aux@cite{adilov_alexander_cunningham_2015} -\abx@aux@segm{0}{0}{adilov_alexander_cunningham_2015} -\abx@aux@cite{adilov_alexander_cunningham_2018} -\abx@aux@segm{0}{0}{adilov_alexander_cunningham_2018} -\abx@aux@cite{RaoRondina2020} -\abx@aux@segm{0}{0}{RaoRondina2020} -\abx@aux@cite{Adilov2019} -\abx@aux@segm{0}{0}{Adilov2019} -\abx@aux@cite{Rao2020} -\abx@aux@segm{0}{0}{Rao2020} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@sectionintoc {2}{Literature}{4}{0}{2}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@sectionpages {2}{3}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionpages {2}{3}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\sectionentry {2}{Literature}{4}{Literature}{0}}} -\abx@aux@page{3}{4} -\abx@aux@page{4}{4} -\abx@aux@page{5}{4} -\abx@aux@page{6}{4} -\abx@aux@page{7}{4} -\abx@aux@page{8}{4} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {2}{0}{1}{4/4}{}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@sectionintoc {3}{Model}{5}{0}{3}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@sectionpages {4}{4}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionpages {4}{4}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\sectionentry {3}{Model}{5}{Model}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {3}{0}{1}{5/5}{}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {3}{0}{2}{6/6}{}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@subsectionintoc {3}{1}{Constellation Operator's Problem}{7}{0}{3}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionpages {5}{6}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{3}{1}{7}{Constellation Operator's Problem}}} -\@writefile{snm}{\defcounter {refsection}{0}\relax }\@writefile{snm}{\beamer@slide {law_motion:debris}{7}} -\newlabel{law_motion:debris}{{2}{7}{Constellation Operator's Problem}{Doc-Start}{}} -\newlabel{law_motion:debris@cref}{{[equation][2][]2}{[1][7][]7}} -\@writefile{snm}{\defcounter {refsection}{0}\relax }\@writefile{snm}{\beamer@slide {law_motion:private_stock}{7}} -\newlabel{law_motion:private_stock}{{3}{7}{Constellation Operator's Problem}{Doc-Start}{}} -\newlabel{law_motion:private_stock@cref}{{[equation][3][]3}{[1][7][]7}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {3}{1}{1}{7/7}{Constellation Operator's Problem}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}} -\@writefile{snm}{\defcounter {refsection}{0}\relax }\@writefile{snm}{\beamer@slide {EQ:env1}{8}} -\newlabel{EQ:env1}{{5}{8}{Constellation Operator's Problem}{Doc-Start}{}} -\newlabel{EQ:env1@cref}{{[equation][5][]5}{[1][8][]8}} -\@writefile{snm}{\defcounter {refsection}{0}\relax }\@writefile{snm}{\beamer@slide {EQ:env2}{8}} -\newlabel{EQ:env2}{{6}{8}{Constellation Operator's Problem}{Doc-Start}{}} -\newlabel{EQ:env2@cref}{{[equation][6][]6}{[1][8][]8}} -\@writefile{snm}{\defcounter {refsection}{0}\relax }\@writefile{snm}{\beamer@slide {EQ:env3}{8}} -\newlabel{EQ:env3}{{7}{8}{Constellation Operator's Problem}{Doc-Start}{}} -\newlabel{EQ:env3@cref}{{[equation][7][]7}{[1][8][]8}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {3}{1}{2}{8/8}{Constellation Operator's Problem}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}} -\@writefile{snm}{\defcounter {refsection}{0}\relax }\@writefile{snm}{\beamer@slide {EQ:opt1}{8}} -\newlabel{EQ:opt1}{{10}{9}{Constellation Operator's Problem}{Doc-Start}{}} -\newlabel{EQ:opt1@cref}{{[equation][10][]10}{[1][8][]9}} -\@writefile{snm}{\defcounter {refsection}{0}\relax }\@writefile{snm}{\beamer@slide {EQ:opt2}{8}} -\newlabel{EQ:opt2}{{11}{9}{Constellation Operator's Problem}{Doc-Start}{}} -\newlabel{EQ:opt2@cref}{{[equation][11][]11}{[1][8][]9}} -\@writefile{snm}{\defcounter {refsection}{0}\relax }\@writefile{snm}{\beamer@slide {EQ:opt3}{8}} -\newlabel{EQ:opt3}{{12}{9}{Constellation Operator's Problem}{Doc-Start}{}} -\newlabel{EQ:opt3@cref}{{[equation][12][]12}{[1][8][]9}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {3}{1}{2}{8/9}{Constellation Operator's Problem}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {8}{9}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {3}{1}{2}{8/10}{Constellation Operator's Problem}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {8}{10}}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@subsectionintoc {3}{2}{Social Planner's Problem}{11}{0}{3}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionpages {7}{10}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{3}{2}{11}{Social Planner's Problem}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {3}{2}{1}{11/11}{Social Planner's Problem}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}} -\@writefile{snm}{\defcounter {refsection}{0}\relax }\@writefile{snm}{\beamer@slide {EQ:S:env1}{12}} -\newlabel{EQ:S:env1}{{17}{12}{Social Planner's Problem}{Doc-Start}{}} -\newlabel{EQ:S:env1@cref}{{[equation][17][]17}{[1][12][]12}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {4}{1}{0}{12/12}{Social Planner's Problem}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} -\@writefile{snm}{\defcounter {refsection}{0}\relax }\@writefile{snm}{\beamer@slide {EQ:S:opt1}{12}} -\newlabel{EQ:S:opt1}{{20}{13}{Social Planner's Problem}{Doc-Start}{}} -\newlabel{EQ:S:opt1@cref}{{[equation][20][]20}{[1][12][]13}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@sectionintoc {4}{Analysis}{12}{0}{4}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@sectionpages {5}{11}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionpages {11}{11}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\sectionentry {4}{Analysis}{12}{Analysis}{0}}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@subsectionintoc {4}{1}{Welfare Analysis}{12}{0}{4}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionpages {12}{11}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{4}{1}{12}{Welfare Analysis}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {4}{1}{0}{12/13}{Social Planner's Problem}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {12}{13}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {4}{1}{1}{14/14}{Social Planner's Problem}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} -\abx@aux@cite{RaoRondina2020} -\abx@aux@segm{0}{0}{RaoRondina2020} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@subsectionintoc {4}{2}{Survival Rates}{15}{0}{4}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionpages {11}{14}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{4}{2}{15}{Survival Rates}}} -\abx@aux@page{9}{15} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {4}{2}{1}{15/15}{Survival Rates}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}} -\@writefile{snm}{\defcounter {refsection}{0}\relax }\@writefile{snm}{\beamer@slide {EQ:i}{16}} -\newlabel{EQ:i}{{24}{16}{Survival Rates}{Doc-Start}{}} -\newlabel{EQ:i@cref}{{[equation][24][]24}{[1][16][]16}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {4}{2}{2}{16/16}{Survival Rates}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {4}{2}{3}{17/17}{Survival Rates}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}} -\abx@aux@cite{adilov_alexander_cunningham_2018} -\abx@aux@segm{0}{0}{adilov_alexander_cunningham_2018} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@subsectionintoc {4}{3}{Kessler Syndrome}{18}{0}{4}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionpages {15}{17}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionentry {0}{4}{3}{18}{Kessler Syndrome}}} -\abx@aux@page{10}{18} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {4}{3}{0}{18/18}{Survival Rates}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@sectionintoc {5}{Conclusion}{19}{0}{5}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@sectionpages {5}{18}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionpages {15}{18}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\sectionentry {5}{Conclusion}{19}{Conclusion}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {5}{0}{1}{19/19}{}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {19}{19}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@sectionpages {19}{19}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@subsectionpages {19}{19}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\sectionentry {6}{References}{20}{References}{0}}} -\abx@aux@page{11}{20} -\abx@aux@page{12}{20} -\abx@aux@page{13}{20} -\abx@aux@page{14}{20} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {6}{0}{0}{20/20}{}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {20}{20}}} -\abx@aux@page{15}{21} -\abx@aux@page{16}{21} -\abx@aux@page{17}{21} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {6}{0}{0}{20/21}{}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {20}{21}}} -\abx@aux@page{18}{22} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\slideentry {6}{0}{0}{20/22}{}{0}}} -\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\headcommand {\beamer@framepages {20}{22}}} -\@writefile{nav}{\headcommand {\beamer@partpages {1}{22}}} -\@writefile{nav}{\headcommand {\beamer@subsectionpages {19}{22}}} -\@writefile{nav}{\headcommand {\beamer@sectionpages {19}{22}}} -\@writefile{nav}{\headcommand {\beamer@documentpages {22}}} -\@writefile{nav}{\headcommand {\gdef \inserttotalframenumber {22}}} -\abx@aux@refcontextdefaultsdone -\abx@aux@defaultrefcontext{0}{adilov_alexander_cunningham_2015}{apa/global//global/global} -\abx@aux@defaultrefcontext{0}{adilov_alexander_cunningham_2018}{apa/global//global/global} -\abx@aux@defaultrefcontext{0}{Adilov2019}{apa/global//global/global} -\abx@aux@defaultrefcontext{0}{EsaTweet}{apa/global//global/global} -\abx@aux@defaultrefcontext{0}{Kessler1978}{apa/global//global/global} -\abx@aux@defaultrefcontext{0}{Macauley_1998}{apa/global//global/global} -\abx@aux@defaultrefcontext{0}{Rao2020}{apa/global//global/global} -\abx@aux@defaultrefcontext{0}{RaoRondina2020}{apa/global//global/global} diff --git a/Writing/2020-125-02_presentation/OrbitAllocation.bcf b/Writing/2020-125-02_presentation/OrbitAllocation.bcf deleted file mode 100644 index 8248cdb..0000000 --- a/Writing/2020-125-02_presentation/OrbitAllocation.bcf +++ /dev/null @@ -1,2615 +0,0 @@ - - - - - - output_encoding - utf8 - - - input_encoding - utf8 - - - debug - 0 - - - mincrossrefs - 999 - - - minxrefs - 2 - - - sortcase - 1 - - - sortupper - 1 - - - - - - - alphaothers - + - - - labelalpha - 0 - - - labelnamespec - shortauthor - author - groupauthor - shorteditor - editor - - - labeltitle - 0 - - - labeltitlespec - shorttitle - title - maintitle - - - labeltitleyear - 0 - - - labeldateparts - 1 - - - labeldatespec - pubstate - date - year - nodate - - - julian - 0 - - - gregorianstart - 1582-10-15 - - - maxalphanames - 3 - - - maxbibnames - 20 - - - maxcitenames - 2 - - - maxsortnames - 20 - - - maxitems - 999 - - - minalphanames - 1 - - - minbibnames - 19 - - - mincitenames - 1 - - - minsortnames - 19 - - - minitems - 1 - - - nohashothers - 0 - - - noroman - 0 - - - nosortothers - 0 - - - singletitle - 0 - - - skipbib - 0 - - - skipbiblist - 0 - - - skiplab - 0 - - - sortalphaothers - + - - - sortlocale - english - - - sortingtemplatename - apa - - - sortsets - 0 - - - uniquelist - minyear - - - uniquename - init - - - uniqueprimaryauthor - 1 - - - uniquetitle - 0 - - - uniquebaretitle - 0 - - - uniquework - 0 - - - useprefix - 1 - - - useafterword - 1 - - - useannotator - 1 - - - useauthor - 1 - - - usebookauthor - 1 - - - usecommentator - 1 - - - useeditor - 1 - - - useeditora - 1 - - - useeditorb - 1 - - - useeditorc - 1 - - - useforeword - 1 - - - useholder - 1 - - - useintroduction - 1 - - - usenamea - 1 - - - usenameb - 1 - - - usenamec - 1 - - - usetranslator - 1 - - - useshortauthor - 1 - - - useshorteditor - 1 - - - usegroupauthor - 1 - - - usenarrator - 1 - - - useexecproducer - 1 - - - useexecdirector - 1 - - - usewith - 1 - - - - - - labelalpha - 0 - - - labelnamespec - shortauthor - author - groupauthor - shorteditor - editor - - - labeltitle - 0 - - - labeltitlespec - shorttitle - title - maintitle - - - labeltitleyear - 0 - - - labeldateparts - 1 - - - labeldatespec - date - - - maxalphanames - 3 - - - maxbibnames - 20 - - - maxcitenames - 2 - - - maxsortnames - 20 - - - maxitems - 999 - - - minalphanames - 1 - - - minbibnames - 19 - - - mincitenames - 1 - - - minsortnames - 19 - - - minitems - 1 - - - nohashothers - 0 - - - noroman - 0 - - - nosortothers - 0 - - - singletitle - 0 - - - skipbib - 0 - - - skiplab - 0 - - - skipbiblist - 0 - - - uniquelist - minyear - - - uniquename - init - - - uniqueprimaryauthor - 1 - - - uniquetitle - 0 - - - uniquebaretitle - 0 - - - uniquework - 0 - - - useprefix - 1 - - - useafterword - 1 - - - useannotator - 1 - - - useauthor - 1 - - - usebookauthor - 1 - - - usecommentator - 1 - - - useeditor - 1 - - - useeditora - 1 - - - useeditorb - 1 - - - useeditorc - 1 - - - useforeword - 1 - - - useholder - 1 - - - useintroduction - 1 - - - usenamea - 1 - - - usenameb - 1 - - - usenamec - 1 - - - usetranslator - 1 - - - useshortauthor - 1 - - - useshorteditor - 1 - - - usegroupauthor - 1 - - - usenarrator - 1 - - - useexecproducer - 1 - - - useexecdirector - 1 - - - usewith - 1 - - - - - datamodel - labelalphanametemplate - labelalphatemplate - inheritance - translit - uniquenametemplate - sortingnamekeytemplate - sortingtemplate - extradatespec - labelnamespec - labeltitlespec - labeldatespec - controlversion - alphaothers - sortalphaothers - presort - texencoding - bibencoding - sortingtemplatename - sortlocale - language - autolang - indexing - hyperref - backrefsetstyle - block - pagetracker - citecounter - citetracker - ibidtracker - idemtracker - opcittracker - loccittracker - labeldate - labeltime - dateera - date - time - eventdate - eventtime - origdate - origtime - urldate - urltime - alldatesusetime - alldates - alltimes - gregorianstart - autocite - notetype - uniquelist - uniquename - refsection - refsegment - citereset - sortlos - babel - datelabel - backrefstyle - arxiv - familyinits - giveninits - prefixinits - suffixinits - useafterword - useannotator - useauthor - usebookauthor - usecommentator - useeditor - useeditora - useeditorb - useeditorc - useforeword - useholder - useintroduction - usenamea - usenameb - usenamec - usetranslator - useshortauthor - useshorteditor - usegroupauthor - usenarrator - useexecproducer - useexecdirector - usewith - debug - loadfiles - safeinputenc - sortcase - sortupper - terseinits - abbreviate - dateabbrev - clearlang - sortcites - sortsets - backref - parentracker - labeldateusetime - datecirca - dateuncertain - dateusetime - eventdateusetime - origdateusetime - urldateusetime - julian - datezeros - timezeros - timezones - seconds - autopunct - punctfont - labelnumber - labelalpha - labeltitle - labeltitleyear - labeldateparts - nohashothers - nosortothers - noroman - singletitle - uniquetitle - uniquebaretitle - uniquework - uniqueprimaryauthor - defernumbers - locallabelwidth - bibwarn - useprefix - skipbib - skipbiblist - skiplab - dataonly - defernums - firstinits - sortfirstinits - sortgiveninits - labelyear - isbn - url - doi - eprint - related - apamaxprtauth - dashed - mincrossrefs - minxrefs - maxnames - minnames - maxbibnames - minbibnames - maxcitenames - mincitenames - maxsortnames - minsortnames - maxitems - minitems - maxalphanames - minalphanames - maxparens - dateeraauto - - - alphaothers - sortalphaothers - presort - indexing - citetracker - ibidtracker - idemtracker - opcittracker - loccittracker - uniquelist - uniquename - familyinits - giveninits - prefixinits - suffixinits - useafterword - useannotator - useauthor - usebookauthor - usecommentator - useeditor - useeditora - useeditorb - useeditorc - useforeword - useholder - useintroduction - usenamea - usenameb - usenamec - usetranslator - useshortauthor - useshorteditor - usegroupauthor - usenarrator - useexecproducer - useexecdirector - usewith - terseinits - abbreviate - dateabbrev - clearlang - labelnumber - labelalpha - labeltitle - labeltitleyear - labeldateparts - nohashothers - nosortothers - noroman - singletitle - uniquetitle - uniquebaretitle - uniquework - uniqueprimaryauthor - useprefix - skipbib - skipbiblist - skiplab - dataonly - skiplos - labelyear - isbn - url - doi - eprint - related - labelalphatemplate - translit - sortexclusion - sortinclusion - labelnamespec - labeltitlespec - labeldatespec - maxnames - minnames - maxbibnames - minbibnames - maxcitenames - mincitenames - maxsortnames - minsortnames - maxitems - minitems - maxalphanames - minalphanames - - - noinherit - nametemplates - labelalphanametemplatename - uniquenametemplatename - sortingnamekeytemplatename - presort - indexing - citetracker - ibidtracker - idemtracker - opcittracker - loccittracker - uniquelist - uniquename - familyinits - giveninits - prefixinits - suffixinits - useafterword - useannotator - useauthor - usebookauthor - usecommentator - useeditor - useeditora - useeditorb - useeditorc - useforeword - useholder - useintroduction - usenamea - usenameb - usenamec - usetranslator - useshortauthor - useshorteditor - usegroupauthor - usenarrator - useexecproducer - useexecdirector - usewith - terseinits - abbreviate - dateabbrev - clearlang - labelnumber - labelalpha - labeltitle - labeltitleyear - labeldateparts - nohashothers - nosortothers - noroman - singletitle - uniquetitle - uniquebaretitle - uniquework - uniqueprimaryauthor - useprefix - skipbib - skipbiblist - skiplab - dataonly - skiplos - isbn - url - doi - eprint - related - maxnames - minnames - maxbibnames - minbibnames - maxcitenames - mincitenames - maxsortnames - minsortnames - maxitems - minitems - maxalphanames - minalphanames - - - nametemplates - labelalphanametemplatename - uniquenametemplatename - sortingnamekeytemplatename - uniquelist - uniquename - familyinits - giveninits - prefixinits - suffixinits - terseinits - nohashothers - nosortothers - useprefix - - - nametemplates - labelalphanametemplatename - uniquenametemplatename - sortingnamekeytemplatename - uniquename - familyinits - giveninits - prefixinits - suffixinits - terseinits - useprefix - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - prefix - family - - - - - shorthand - label - labelname - labelname - - - year - - - - - - labelyear - year - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - prefix - family - given - suffix - - - - - prefix - family - - - given - - - suffix - - - prefix - - - mm - - - - sf,sm,sn,pf,pm,pn,pp - family,given,prefix,suffix - boolean,integer,string,xml - default,transliteration,transcription,translation - - - article - artwork - audio - bibnote - book - bookinbook - booklet - collection - commentary - customa - customb - customc - customd - custome - customf - dataset - inbook - incollection - inproceedings - inreference - image - jurisdiction - legal - legislation - letter - manual - misc - movie - music - mvcollection - mvreference - mvproceedings - mvbook - online - patent - performance - periodical - proceedings - reference - report - review - set - software - standard - suppbook - suppcollection - suppperiodical - thesis - unpublished - video - xdata - constitution - legmaterial - legadminmaterial - nameonly - - - sortyear - volume - volumes - abstract - addendum - annotation - booksubtitle - booktitle - booktitleaddon - chapter - edition - eid - entrysubtype - eprintclass - eprinttype - eventtitle - eventtitleaddon - gender - howpublished - indexsorttitle - indextitle - isan - isbn - ismn - isrn - issn - issue - issuesubtitle - issuetitle - iswc - journalsubtitle - journaltitle - label - langid - langidopts - library - mainsubtitle - maintitle - maintitleaddon - nameaddon - note - number - origtitle - pagetotal - part - relatedstring - relatedtype - reprinttitle - series - shorthandintro - subtitle - title - titleaddon - usera - userb - userc - userd - usere - userf - venue - version - shorthand - shortjournal - shortseries - shorttitle - sorttitle - sortshorthand - sortkey - presort - institution - lista - listb - listc - listd - liste - listf - location - organization - origlocation - origpublisher - publisher - afterword - annotator - author - bookauthor - commentator - editor - editora - editorb - editorc - foreword - holder - introduction - namea - nameb - namec - translator - shortauthor - shorteditor - sortname - authortype - editoratype - editorbtype - editorctype - editortype - bookpagination - nameatype - namebtype - namectype - pagination - pubstate - type - language - origlanguage - crossref - xref - date - endyear - year - month - day - hour - minute - second - timezone - season - endmonth - endday - endhour - endminute - endsecond - endtimezone - endseason - eventdate - eventendyear - eventyear - eventmonth - eventday - eventhour - eventminute - eventsecond - eventtimezone - eventseason - eventendmonth - eventendday - eventendhour - eventendminute - eventendsecond - eventendtimezone - eventendseason - origdate - origendyear - origyear - origmonth - origday - orighour - origminute - origsecond - origtimezone - origseason - origendmonth - origendday - origendhour - origendminute - origendsecond - origendtimezone - origendseason - urldate - urlendyear - urlyear - urlmonth - urlday - urlhour - urlminute - urlsecond - urltimezone - urlseason - urlendmonth - urlendday - urlendhour - urlendminute - urlendsecond - urlendtimezone - urlendseason - doi - eprint - file - verba - verbb - verbc - url - xdata - ids - entryset - related - keywords - options - relatedoptions - pages - execute - groupauthor - narrator - execproducer - execdirector - with - citation - source - article - section - amendment - appentry - - - abstract - annotation - authortype - bookpagination - crossref - day - endday - endhour - endminute - endmonth - endseason - endsecond - endtimezone - endyear - entryset - entrysubtype - execute - file - gender - hour - ids - indextitle - indexsorttitle - isan - ismn - iswc - keywords - label - langid - langidopts - library - lista - listb - listc - listd - liste - listf - minute - month - nameaddon - options - origday - origendday - origendhour - origendminute - origendmonth - origendseason - origendsecond - origendtimezone - origendyear - orighour - origminute - origmonth - origseason - origsecond - origtimezone - origyear - origlocation - origpublisher - origtitle - pagination - presort - related - relatedoptions - relatedstring - relatedtype - season - second - shortauthor - shorteditor - shorthand - shorthandintro - shortjournal - shortseries - shorttitle - sortkey - sortname - sortshorthand - sorttitle - sortyear - timezone - url - urlday - urlendday - urlendhour - urlendminute - urlendmonth - urlendsecond - urlendtimezone - urlendyear - urlhour - urlminute - urlmonth - urlsecond - urltimezone - urlyear - usera - userb - userc - userd - usere - userf - verba - verbb - verbc - xdata - xref - year - - - set - entryset - - - article - addendum - annotator - author - commentator - doi - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eid - eprint - eprintclass - eprinttype - issn - issue - issuetitle - issuesubtitle - journalsubtitle - journaltitle - language - note - number - origlanguage - pages - pubstate - series - subtitle - title - titleaddon - translator - version - volume - - - bibnote - note - - - book - author - addendum - afterword - annotator - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - maintitle - maintitleaddon - mainsubtitle - note - number - origlanguage - pages - pagetotal - part - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - mvbook - addendum - afterword - annotator - author - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - note - number - origlanguage - pagetotal - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - inbook - bookinbook - suppbook - addendum - afterword - annotator - author - booktitle - bookauthor - booksubtitle - booktitleaddon - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - origlanguage - part - publisher - pages - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - booklet - addendum - author - chapter - doi - editor - editortype - eprint - eprintclass - eprinttype - howpublished - language - location - note - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - - - collection - reference - addendum - afterword - annotator - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - origlanguage - pages - pagetotal - part - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - mvcollection - mvreference - addendum - afterword - annotator - author - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - note - number - origlanguage - publisher - pubstate - subtitle - title - titleaddon - translator - volume - volumes - - - incollection - suppcollection - inreference - addendum - afterword - annotator - author - booksubtitle - booktitle - booktitleaddon - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - origlanguage - pages - part - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - dataset - addendum - author - doi - edition - editor - editortype - eprint - eprintclass - eprinttype - language - location - note - number - organization - publisher - pubstate - series - subtitle - title - titleaddon - type - version - - - manual - addendum - author - chapter - doi - edition - editor - editortype - eprint - eprintclass - eprinttype - isbn - language - location - note - number - organization - pages - pagetotal - publisher - pubstate - series - subtitle - title - titleaddon - type - version - - - misc - software - addendum - author - doi - editor - editortype - eprint - eprintclass - eprinttype - howpublished - language - location - note - organization - pubstate - subtitle - title - titleaddon - type - version - - - online - addendum - author - doi - editor - editortype - eprint - eprintclass - eprinttype - language - note - organization - pubstate - subtitle - title - titleaddon - version - - - patent - addendum - author - doi - eprint - eprintclass - eprinttype - holder - location - note - number - pubstate - subtitle - title - titleaddon - type - version - - - periodical - addendum - doi - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - issn - issue - issuesubtitle - issuetitle - language - note - number - pubstate - season - series - subtitle - title - volume - - - mvproceedings - addendum - doi - editor - editortype - eprint - eprintclass - eprinttype - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - isbn - language - location - note - number - organization - pagetotal - publisher - pubstate - series - subtitle - title - titleaddon - venue - volumes - - - proceedings - addendum - chapter - doi - editor - editortype - eprint - eprintclass - eprinttype - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - organization - pages - pagetotal - part - publisher - pubstate - series - subtitle - title - titleaddon - venue - volume - volumes - - - inproceedings - addendum - author - booksubtitle - booktitle - booktitleaddon - chapter - doi - editor - editortype - eprint - eprintclass - eprinttype - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - organization - pages - part - publisher - pubstate - series - subtitle - title - titleaddon - venue - volume - volumes - - - report - addendum - author - chapter - doi - eprint - eprintclass - eprinttype - institution - isrn - language - location - note - number - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - version - - - thesis - addendum - author - chapter - doi - eprint - eprintclass - eprinttype - institution - language - location - note - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - - - unpublished - addendum - author - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - howpublished - language - location - note - pubstate - subtitle - title - titleaddon - type - venue - - - with - groupauthor - narrator - execproducer - execdirector - - - jurisdiction - organization citation - - - legmaterial - source - - - legadminmaterial - citation - source - - - constitution - article - section - amendment - - - software - appentry - - - report - addendum - author - authortype - chapter - doi - eprint - eprintclass - eprinttype - institution - isrn - language - location - note - number - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - version - - - abstract - addendum - afterword - annotator - author - bookauthor - booksubtitle - booktitle - booktitleaddon - chapter - commentator - editor - editora - editorb - editorc - foreword - holder - institution - introduction - issuesubtitle - issuetitle - journalsubtitle - journaltitle - location - mainsubtitle - maintitle - maintitleaddon - nameaddon - note - organization - origlanguage - origlocation - origpublisher - origtitle - part - publisher - relatedstring - series - shortauthor - shorteditor - shorthand - shortjournal - shortseries - shorttitle - sortname - sortshorthand - sorttitle - subtitle - title - titleaddon - translator - venue - - - article - book - inbook - bookinbook - suppbook - booklet - collection - incollection - suppcollection - manual - misc - mvbook - mvcollection - online - patent - periodical - suppperiodical - proceedings - inproceedings - reference - inreference - report - set - thesis - unpublished - - - date - year - - - - - set - - entryset - - - - article - - author - journaltitle - title - - - - book - mvbook - mvcollection - mvreference - - author - title - - - - inbook - bookinbook - suppbook - - author - title - booktitle - - - - booklet - - - author - editor - - title - - - - collection - reference - - editor - title - - - - incollection - suppcollection - inreference - - author - editor - title - booktitle - - - - dataset - - title - - - - manual - - title - - - - misc - software - - title - - - - online - - title - - url - doi - eprint - - - - - patent - - author - title - number - - - - periodical - - editor - title - - - - proceedings - mvproceedings - - editor - title - - - - inproceedings - - author - title - booktitle - - - - report - - author - title - type - institution - - - - thesis - - author - title - type - institution - - - - unpublished - - author - title - - - - - isbn - - - issn - - - ismn - - - date - eventdate - origdate - urldate - - - gender - - - - book - inbook - article - report - - - author - groupauthor - - title - - - - - - - References.bib - - - EsaTweet - Kessler1978 - Macauley_1998 - adilov_alexander_cunningham_2015 - adilov_alexander_cunningham_2018 - RaoRondina2020 - Adilov2019 - Rao2020 - RaoRondina2020 - adilov_alexander_cunningham_2018 - - - - - presort - - - sortkey - - - sortname - author - groupauthor - editor - sorttitle - title - - - pubstate - - - sortyear - year - -2000000000 - - - sorttitle - title - - - volume - 0 - - - - - - diff --git a/Writing/2020-125-02_presentation/OrbitAllocation.blg b/Writing/2020-125-02_presentation/OrbitAllocation.blg deleted file mode 100644 index 1304f55..0000000 --- a/Writing/2020-125-02_presentation/OrbitAllocation.blg +++ /dev/null @@ -1,17 +0,0 @@ -[0] Config.pm:304> INFO - This is Biber 2.14 (beta) -[0] Config.pm:307> INFO - Logfile is 'OrbitAllocation.blg' -[105] biber:322> INFO - === Tue Dec 1, 2020, 02:52:55 -[122] Biber.pm:415> INFO - Reading 'OrbitAllocation.bcf' -[239] Biber.pm:943> INFO - Found 8 citekeys in bib section 0 -[260] Biber.pm:4256> INFO - Processing section 0 -[261] Utils.pm:75> INFO - Globbing data source 'References.bib' -[262] Utils.pm:91> INFO - Globbed data source 'References.bib' to References.bib -[281] Biber.pm:4455> INFO - Looking for bibtex format file 'References.bib' for section 0 -[284] bibtex.pm:1653> INFO - LaTeX decoding ... -[351] bibtex.pm:1471> INFO - Found BibTeX data source 'References.bib' -[493] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized' -[493] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable' -[493] Biber.pm:4084> INFO - Sorting list 'apa/global//global/global' of type 'entry' with template 'apa' and locale 'en-US' -[494] Biber.pm:4090> INFO - No sort tailoring available for locale 'en-US' -[515] bbl.pm:652> INFO - Writing 'OrbitAllocation.bbl' with encoding 'UTF-8' -[528] bbl.pm:755> INFO - Output to OrbitAllocation.bbl diff --git a/Writing/2020-125-02_presentation/OrbitAllocation.dvi b/Writing/2020-125-02_presentation/OrbitAllocation.dvi deleted file mode 100644 index 3805a37a3f3da0bf81b1f278f4561a4ebf80cd40..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 222380 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 patch level 2 -L3 programming layer <2020-02-14> -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamer.cls -Document Class: beamer 2019/09/29 v3.57 A class for typesetting presentations -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemodes.sty -(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty -Package: etoolbox 2019/09/21 v2.5h e-TeX tools for LaTeX (JAW) -\etb@tempcnta=\count167 -) -\beamer@tempbox=\box45 -\beamer@tempcount=\count168 -\c@beamerpauses=\count169 - -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasedecode.sty -\beamer@slideinframe=\count170 -\beamer@minimum=\count171 -\beamer@decode@box=\box46 -) -\beamer@commentbox=\box47 -\beamer@modecount=\count172 -) -(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty -Package: ifpdf 2019/10/25 v3.4 ifpdf legacy package. Use iftex instead. - -(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -Package: iftex 2019/11/07 v1.0c TeX engine tests -)) -\headdp=\dimen134 -\footheight=\dimen135 -\sidebarheight=\dimen136 -\beamer@tempdim=\dimen137 -\beamer@finalheight=\dimen138 -\beamer@animht=\dimen139 -\beamer@animdp=\dimen140 -\beamer@animwd=\dimen141 -\beamer@leftmargin=\dimen142 -\beamer@rightmargin=\dimen143 -\beamer@leftsidebar=\dimen144 -\beamer@rightsidebar=\dimen145 -\beamer@boxsize=\dimen146 -\beamer@vboxoffset=\dimen147 -\beamer@descdefault=\dimen148 -\beamer@descriptionwidth=\dimen149 -\beamer@lastskip=\skip47 -\beamer@areabox=\box48 -\beamer@animcurrent=\box49 -\beamer@animshowbox=\box50 -\beamer@sectionbox=\box51 -\beamer@logobox=\box52 -\beamer@linebox=\box53 -\beamer@sectioncount=\count173 -\beamer@subsubsectionmax=\count174 -\beamer@subsectionmax=\count175 -\beamer@sectionmax=\count176 -\beamer@totalheads=\count177 -\beamer@headcounter=\count178 -\beamer@partstartpage=\count179 -\beamer@sectionstartpage=\count180 -\beamer@subsectionstartpage=\count181 -\beamer@animationtempa=\count182 -\beamer@animationtempb=\count183 -\beamer@xpos=\count184 -\beamer@ypos=\count185 -\beamer@ypos@offset=\count186 -\beamer@showpartnumber=\count187 -\beamer@currentsubsection=\count188 -\beamer@coveringdepth=\count189 -\beamer@sectionadjust=\count190 -\beamer@tocsectionnumber=\count191 - -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty -(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks14 -)) -\beamer@paperwidth=\skip48 -\beamer@paperheight=\skip49 - -(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty -Package: geometry 2020/01/02 v5.9 Page Geometry - -(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty -Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. -) -\Gm@cnth=\count192 -\Gm@cntv=\count193 -\c@Gm@tempcnt=\count194 -\Gm@bindingoffset=\dimen150 -\Gm@wd@mp=\dimen151 -\Gm@odd@mp=\dimen152 -\Gm@even@mp=\dimen153 -\Gm@layoutwidth=\dimen154 -\Gm@layoutheight=\dimen155 -\Gm@layouthoffset=\dimen156 -\Gm@layoutvoffset=\dimen157 -\Gm@dimlist=\toks15 -) -(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo -File: size11.clo 2019/12/20 v1.4l Standard LaTeX file (size option) -) -(/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -Package: trig 2016/01/03 v1.10 sin cos tan (DPC) -) -(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration -) -Package graphics Info: Driver file: pdftex.def on input line 105. - -(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def -File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex -)) -\Gin@req@height=\dimen158 -\Gin@req@width=\dimen159 -) -(/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty -(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex -\pgfutil@everybye=\toks16 -\pgfutil@tempdima=\dimen160 -\pgfutil@tempdimb=\dimen161 - -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.t -ex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def -\pgfutil@abb=\box54 -(/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty -Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS) -)) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex -(/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex) -Package: pgfrcs 2020/01/08 v3.1.5b (3.1.5b) -)) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex -Package: pgfsys 2020/01/08 v3.1.5b (3.1.5b) - -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex -\pgfkeys@pathtoks=\toks17 -\pgfkeys@temptoks=\toks18 - -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.t -ex -\pgfkeys@tmptoks=\toks19 -)) -\pgf@x=\dimen162 -\pgf@y=\dimen163 -\pgf@xa=\dimen164 -\pgf@ya=\dimen165 -\pgf@xb=\dimen166 -\pgf@yb=\dimen167 -\pgf@xc=\dimen168 -\pgf@yc=\dimen169 -\pgf@xd=\dimen170 -\pgf@yd=\dimen171 -\w@pgf@writea=\write3 -\r@pgf@reada=\read2 -\c@pgf@counta=\count195 -\c@pgf@countb=\count196 -\c@pgf@countc=\count197 -\c@pgf@countd=\count198 -\t@pgf@toka=\toks20 -\t@pgf@tokb=\toks21 -\t@pgf@tokc=\toks22 -\pgf@sys@id@count=\count199 - (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg -File: pgf.cfg 2020/01/08 v3.1.5b (3.1.5b) -) -Driver file for pgf: pgfsys-pdftex.def - -(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def -File: pgfsys-pdftex.def 2020/01/08 v3.1.5b (3.1.5b) - -(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.de -f -File: pgfsys-common-pdf.def 2020/01/08 v3.1.5b (3.1.5b) -))) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code. -tex -File: pgfsyssoftpath.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgfsyssoftpath@smallbuffer@items=\count266 -\pgfsyssoftpath@bigbuffer@items=\count267 -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code. -tex -File: pgfsysprotocol.code.tex 2020/01/08 v3.1.5b (3.1.5b) -)) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty -Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg -File: color.cfg 2016/01/02 v1.6 sample color configuration -) -Package xcolor Info: Driver file: pdftex.def on input line 225. -Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. -Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352. -Package xcolor Info: Model `RGB' extended on input line 1364. -Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. -Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. -Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. -Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. -Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. -Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def -File: dvipsnam.def 2016/06/17 v3.0m Driver-dependent file (DPC,SPQR) -)) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex -Package: pgfcore 2020/01/08 v3.1.5b (3.1.5b) - -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex -\pgfmath@dimen=\dimen172 -\pgfmath@count=\count268 -\pgfmath@box=\box55 -\pgfmath@toks=\toks23 -\pgfmath@stack@operand=\toks24 -\pgfmath@stack@operation=\toks25 -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code -.tex) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonomet -ric.code.tex) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.cod -e.tex) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison -.code.tex) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code. -tex) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code -.tex) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code. -tex) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerari -thmetics.code.tex))) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex -\c@pgfmathroundto@lastzeros=\count269 -)) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.te -x -File: pgfcorepoints.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgf@picminx=\dimen173 -\pgf@picmaxx=\dimen174 -\pgf@picminy=\dimen175 -\pgf@picmaxy=\dimen176 -\pgf@pathminx=\dimen177 -\pgf@pathmaxx=\dimen178 -\pgf@pathminy=\dimen179 -\pgf@pathmaxy=\dimen180 -\pgf@xx=\dimen181 -\pgf@xy=\dimen182 -\pgf@yx=\dimen183 -\pgf@yy=\dimen184 -\pgf@zx=\dimen185 -\pgf@zy=\dimen186 -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct. -code.tex -File: pgfcorepathconstruct.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgf@path@lastx=\dimen187 -\pgf@path@lasty=\dimen188 -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code -.tex -File: pgfcorepathusage.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgf@shorten@end@additional=\dimen189 -\pgf@shorten@start@additional=\dimen190 -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.te -x -File: pgfcorescopes.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgfpic=\box56 -\pgf@hbox=\box57 -\pgf@layerbox@main=\box58 -\pgf@picture@serial@count=\count270 -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.c -ode.tex -File: pgfcoregraphicstate.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgflinewidth=\dimen191 -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformation -s.code.tex -File: pgfcoretransformations.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgf@pt@x=\dimen192 -\pgf@pt@y=\dimen193 -\pgf@pt@temp=\dimen194 -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex -File: pgfcorequick.code.tex 2020/01/08 v3.1.5b (3.1.5b) -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.t -ex -File: pgfcoreobjects.code.tex 2020/01/08 v3.1.5b (3.1.5b) -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing -.code.tex -File: pgfcorepathprocessing.code.tex 2020/01/08 v3.1.5b (3.1.5b) -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.te -x -File: pgfcorearrows.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgfarrowsep=\dimen195 -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex -File: pgfcoreshade.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgf@max=\dimen196 -\pgf@sys@shading@range@num=\count271 -\pgf@shadingcount=\count272 -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex -File: pgfcoreimage.code.tex 2020/01/08 v3.1.5b (3.1.5b) - -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code. -tex -File: pgfcoreexternal.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgfexternal@startupbox=\box59 -)) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.te -x -File: pgfcorelayers.code.tex 2020/01/08 v3.1.5b (3.1.5b) -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.c -ode.tex -File: pgfcoretransparency.code.tex 2020/01/08 v3.1.5b (3.1.5b) -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code. -tex -File: pgfcorepatterns.code.tex 2020/01/08 v3.1.5b (3.1.5b) -) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex -File: pgfcorerdf.code.tex 2020/01/08 v3.1.5b (3.1.5b) -))) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty -Package: xxcolor 2003/10/24 ver 0.1 -\XC@nummixins=\count273 -\XC@countmixins=\count274 -) -(/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty -Package: atbegshi 2019/12/05 v1.19 At begin shipout hook (HO) - -(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) -) -(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -Package: ltxcmds 2019/12/15 v1.24 LaTeX kernel commands for general use (HO) -)) -(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty -Package: hyperref 2020/01/14 v7.00d Hypertext links for LaTeX - -(/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty -Package: pdftexcmds 2019/11/24 v0.31 Utility functions of pdfTeX for LuaTeX (HO -) -Package pdftexcmds Info: \pdf@primitive is available. -Package pdftexcmds Info: \pdf@ifprimitive is available. -Package pdftexcmds Info: \pdfdraftmode found. -) -(/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) -) -(/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty -Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) -) -(/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty -Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) -) -(/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty -Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) -) -(/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty -Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) -) -(/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty -Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) -) -(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -Package: kvoptions 2019/11/29 v3.13 Key value format for package options (HO) -) -\@linkdim=\dimen197 -\Hy@linkcounter=\count275 -\Hy@pagecounter=\count276 - -(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def -File: pd1enc.def 2020/01/14 v7.00d Hyperref: PDFDocEncoding definition (HO) -Now handling font encoding PD1 ... -... no UTF-8 mapping file for font encoding PD1 -) -(/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty -Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) -) -(/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty -Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO) -) -\Hy@SavedSpaceFactor=\count277 -\pdfmajorversion=\count278 -Package hyperref Info: Option `bookmarks' set `true' on input line 4421. -Package hyperref Info: Option `bookmarksopen' set `true' on input line 4421. -Package hyperref Info: Option `implicit' set `false' on input line 4421. -Package hyperref Info: Hyper figures OFF on input line 4547. -Package hyperref Info: Link nesting OFF on input line 4552. -Package hyperref Info: Hyper index ON on input line 4555. -Package hyperref Info: Plain pages OFF on input line 4562. -Package hyperref Info: Backreferencing OFF on input line 4567. -Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals. -Package hyperref Info: Bookmarks ON on input line 4800. -\c@Hy@tempcnt=\count279 - -(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty -\Urlmuskip=\muskip16 -Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. -) -LaTeX Info: Redefining \url on input line 5159. -\XeTeXLinkMargin=\dimen198 - -(/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty -Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) - -(/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty -Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO -) -)) -\Fld@menulength=\count280 -\Field@Width=\dimen199 -\Fld@charsize=\dimen256 -Package hyperref Info: Hyper figures OFF on input line 6430. -Package hyperref Info: Link nesting OFF on input line 6435. -Package hyperref Info: Hyper index ON on input line 6438. -Package hyperref Info: backreferencing OFF on input line 6445. -Package hyperref Info: Link coloring OFF on input line 6450. -Package hyperref Info: Link coloring with OCG OFF on input line 6455. -Package hyperref Info: PDF/A mode OFF on input line 6460. -LaTeX Info: Redefining \ref on input line 6500. -LaTeX Info: Redefining \pageref on input line 6504. -\Hy@abspage=\count281 - - -Package hyperref Message: Stopped early. - -) -Package hyperref Info: Driver (autodetected): hpdftex. - (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def -File: hpdftex.def 2020/01/14 v7.00d Hyperref driver for pdfTeX - -(/usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty -Package: atveryend 2019-12-11 v1.11 Hooks at the very end of document (HO) -) -\Fld@listcount=\count282 -\c@bookmark@seq@number=\count283 - -(/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty -Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO) - -(/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty -Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO) -) -Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 -86. -)) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaserequires.sty -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasefont.sty -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty -Package: amssymb 2013/01/14 v3.01 AMS font symbols - -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty -Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support -\@emptytoks=\toks26 -\symAMSa=\mathgroup4 -\symAMSb=\mathgroup5 -LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. -LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' -(Font) U/euf/m/n --> U/euf/b/n on input line 106. -))) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty -(/usr/share/texlive/texmf-dist/tex/latex/translator/translator.sty -Package: translator 2019-05-31 v1.12a Easy translation of strings in LaTeX -)) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemisc.sty) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty -\beamer@argscount=\count284 -\beamer@lastskipcover=\skip50 -\beamer@trivlistdepth=\count285 -) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetitle.sty) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasesection.sty -\c@lecture=\count286 -\c@part=\count287 -\c@section=\count288 -\c@subsection=\count289 -\c@subsubsection=\count290 -) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframe.sty -\beamer@framebox=\box60 -\beamer@frametitlebox=\box61 -\beamer@zoombox=\box62 -\beamer@zoomcount=\count291 -\beamer@zoomframecount=\count292 -\beamer@frametextheight=\dimen257 -\c@subsectionslide=\count293 -\beamer@frametopskip=\skip51 -\beamer@framebottomskip=\skip52 -\beamer@frametopskipautobreak=\skip53 -\beamer@framebottomskipautobreak=\skip54 -\beamer@envbody=\toks27 -\framewidth=\dimen258 -\c@framenumber=\count294 -) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty -\beamer@verbatimfileout=\write4 -) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty -\beamer@splitbox=\box63 -\beamer@autobreakcount=\count295 -\beamer@autobreaklastheight=\dimen259 -\beamer@frametitletoks=\toks28 -\beamer@framesubtitletoks=\toks29 -) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty -\beamer@footins=\box64 -) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecolor.sty) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenotes.sty -\beamer@frameboxcopy=\box65 -) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetoc.sty) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty -\beamer@sbttoks=\toks30 - -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty -\bmb@box=\box66 -\bmb@colorbox=\box67 -\bmb@boxshadow=\box68 -\bmb@boxshadowball=\box69 -\bmb@boxshadowballlarge=\box70 -\bmb@temp=\dimen260 -\bmb@dima=\dimen261 -\bmb@dimb=\dimen262 -\bmb@prevheight=\dimen263 -) -\beamer@blockheadheight=\dimen264 -)) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty -(/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty -Package: enumerate 2015/07/23 v3.00 enumerate extensions (DPC) -\@enLab=\toks31 -) -\c@figure=\count296 -\c@table=\count297 -\abovecaptionskip=\skip55 -\belowcaptionskip=\skip56 -) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty -\beamer@section@min@dim=\dimen265 -) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty -Package: amsmath 2020/01/20 v2.17e AMS math features -\@mathmargin=\skip57 - -For additional information on amsmath, use the `?' option. -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty -Package: amstext 2000/06/29 v2.01 AMS text - -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty -File: amsgen.sty 1999/11/30 v2.0 generic functions -\@emptytoks=\toks32 -\ex@=\dimen266 -)) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty -Package: amsbsy 1999/11/29 v1.2d Bold Symbols -\pmbraise@=\dimen267 -) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty -Package: amsopn 2016/03/08 v2.02 operator names -) -\inf@bad=\count298 -LaTeX Info: Redefining \frac on input line 227. -\uproot@=\count299 -\leftroot@=\count300 -LaTeX Info: Redefining \overline on input line 389. -\classnum@=\count301 -\DOTSCASE@=\count302 -LaTeX Info: Redefining \ldots on input line 486. -LaTeX Info: Redefining \dots on input line 489. -LaTeX Info: Redefining \cdots on input line 610. -\Mathstrutbox@=\box71 -\strutbox@=\box72 -\big@size=\dimen268 -LaTeX Font Info: Redeclaring font encoding OML on input line 733. -LaTeX Font Info: Redeclaring font encoding OMS on input line 734. -\macc@depth=\count303 -\c@MaxMatrixCols=\count304 -\dotsspace@=\muskip17 -\c@parentequation=\count305 -\dspbrk@lvl=\count306 -\tag@help=\toks33 -\row@=\count307 -\column@=\count308 -\maxfields@=\count309 -\andhelp@=\toks34 -\eqnshift@=\dimen269 -\alignsep@=\dimen270 -\tagshift@=\dimen271 -\tagwidth@=\dimen272 -\totwidth@=\dimen273 -\lineht@=\dimen274 -\@envbody=\toks35 -\multlinegap=\skip58 -\multlinetaggap=\skip59 -\mathdisplay@stack=\toks36 -LaTeX Info: Redefining \[ on input line 2859. -LaTeX Info: Redefining \] on input line 2860. -) -(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty -Package: amsthm 2017/10/31 v2.20.4 -\thm@style=\toks37 -\thm@bodyfont=\toks38 -\thm@headfont=\toks39 -\thm@notefont=\toks40 -\thm@headpunct=\toks41 -\thm@preskip=\skip60 -\thm@postskip=\skip61 -\thm@headsep=\skip62 -\dth@everypar=\toks42 -) -\c@theorem=\count310 -) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty)) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerthemedefault.sty -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerfontthemedefault.sty) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemedefault.sty) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerinnerthemedefault.sty -\beamer@dima=\dimen275 -\beamer@dimb=\dimen276 -) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerouterthemedefault.sty))) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerthemeBerkeley.sty -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerouterthemesidebar.sty -\beamer@sidebarwidth=\dimen277 -\beamer@headheight=\dimen278 -) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerinnerthemerectangles.sty) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemewhale.sty) -(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemeorchid.sty)) -(/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty -Package: booktabs 2020/01/12 v1.61803398 Publication quality tables -\heavyrulewidth=\dimen279 -\lightrulewidth=\dimen280 -\cmidrulewidth=\dimen281 -\belowrulesep=\dimen282 -\belowbottomsep=\dimen283 -\aboverulesep=\dimen284 -\abovetopsep=\dimen285 -\cmidrulesep=\dimen286 -\cmidrulekern=\dimen287 -\defaultaddspace=\dimen288 -\@cmidla=\count311 -\@cmidlb=\count312 -\@aboverulesep=\dimen289 -\@belowrulesep=\dimen290 -\@thisruleclass=\count313 -\@lastruleclass=\count314 -\@thisrulewidth=\dimen291 -) -Package hyperref Info: Option `colorlinks' set `true' on input line 48. - -(/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty -(/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty -Package: pgf 2020/01/08 v3.1.5b (3.1.5b) - -(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex -File: pgfmoduleshapes.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgfnodeparttextbox=\box73 -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex -File: pgfmoduleplot.code.tex 2020/01/08 v3.1.5b (3.1.5b) -) -(/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65 -.sty -Package: pgfcomp-version-0-65 2020/01/08 v3.1.5b (3.1.5b) -\pgf@nodesepstart=\dimen292 -\pgf@nodesepend=\dimen293 -) -(/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18 -.sty -Package: pgfcomp-version-1-18 2020/01/08 v3.1.5b (3.1.5b) -)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty -(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)) -(/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex -Package: pgffor 2020/01/08 v3.1.5b (3.1.5b) - -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex) -\pgffor@iter=\dimen294 -\pgffor@skip=\dimen295 -\pgffor@stack=\toks43 -\pgffor@toks=\toks44 -)) -(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex -Package: tikz 2020/01/08 v3.1.5b (3.1.5b) - -(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers -.code.tex -File: pgflibraryplothandlers.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgf@plot@mark@count=\count315 -\pgfplotmarksize=\dimen296 -) -\tikz@lastx=\dimen297 -\tikz@lasty=\dimen298 -\tikz@lastxsaved=\dimen299 -\tikz@lastysaved=\dimen300 -\tikz@lastmovetox=\dimen301 -\tikz@lastmovetoy=\dimen302 -\tikzleveldistance=\dimen303 -\tikzsiblingdistance=\dimen304 -\tikz@figbox=\box74 -\tikz@figbox@bg=\box75 -\tikz@tempbox=\box76 -\tikz@tempbox@bg=\box77 -\tikztreelevel=\count316 -\tikznumberofchildren=\count317 -\tikznumberofcurrentchild=\count318 -\tikz@fig@count=\count319 - -(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex -File: pgfmodulematrix.code.tex 2020/01/08 v3.1.5b (3.1.5b) -\pgfmatrixcurrentrow=\count320 -\pgfmatrixcurrentcolumn=\count321 -\pgf@matrix@numberofcolumns=\count322 -) -\tikz@expandcount=\count323 - -(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik -zlibrarytopaths.code.tex -File: tikzlibrarytopaths.code.tex 2020/01/08 v3.1.5b (3.1.5b) -))) -(/usr/share/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty -Package: cleveref 2018/03/27 v0.21.4 Intelligent cross-referencing - - -Package cleveref Warning: hyperref package loaded with implicit=false option - -disabling cleveref's hyperref support. This situation is not supported by cleve -ref, and there's no guarantee anything will work. You're on your own! on input -line 2370. - -Package cleveref Info: `amsthm' support loaded on input line 3026. -) (/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty -Package: biblatex 2019/12/01 v3.14 programmable bibliographies (PK/MW) - -(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty -Package: logreq 2010/08/04 v1.0 xml request logger -\lrq@indent=\count324 - -(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def -File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 -)) -(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty -Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) -) -\c@tabx@nest=\count325 -\c@listtotal=\count326 -\c@listcount=\count327 -\c@liststart=\count328 -\c@liststop=\count329 -\c@citecount=\count330 -\c@citetotal=\count331 -\c@multicitecount=\count332 -\c@multicitetotal=\count333 -\c@instcount=\count334 -\c@maxnames=\count335 -\c@minnames=\count336 -\c@maxitems=\count337 -\c@minitems=\count338 -\c@citecounter=\count339 -\c@maxcitecounter=\count340 -\c@savedcitecounter=\count341 -\c@uniquelist=\count342 -\c@uniquename=\count343 -\c@refsection=\count344 -\c@refsegment=\count345 -\c@maxextratitle=\count346 -\c@maxextratitleyear=\count347 -\c@maxextraname=\count348 -\c@maxextradate=\count349 -\c@maxextraalpha=\count350 -\c@abbrvpenalty=\count351 -\c@highnamepenalty=\count352 -\c@lownamepenalty=\count353 -\c@maxparens=\count354 -\c@parenlevel=\count355 -\blx@tempcnta=\count356 -\blx@tempcntb=\count357 -\blx@tempcntc=\count358 -\blx@maxsection=\count359 -\blx@maxsegment@0=\count360 -\blx@notetype=\count361 -\blx@parenlevel@text=\count362 -\blx@parenlevel@foot=\count363 -\blx@sectionciteorder@0=\count364 -\blx@entrysetcounter=\count365 -\labelnumberwidth=\skip63 -\labelalphawidth=\skip64 -\biblabelsep=\skip65 -\bibitemsep=\skip66 -\bibnamesep=\skip67 -\bibinitsep=\skip68 -\bibparsep=\skip69 -\bibhang=\skip70 -\blx@bcfin=\read3 -\blx@bcfout=\write5 -\blx@langwohyphens=\language3 -\c@mincomprange=\count366 -\c@maxcomprange=\count367 -\c@mincompwidth=\count368 -Package biblatex Info: Trying to load biblatex default data model... -Package biblatex Info: ... file 'blx-dm.def' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def -File: blx-dm.def 2019/12/01 v3.14 biblatex localization (PK/MW) -) -Package biblatex Info: Trying to load biblatex style data model... -Package biblatex Info: ... file 'apa.dbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex-apa/apa.dbx -File: apa.dbx 2020/02/01 v9.5 APA biblatex style data model -) -Package biblatex Info: Trying to load biblatex custom data model... -Package biblatex Info: ... file 'biblatex-dm.cfg' not found. -\c@afterword=\count369 -\c@savedafterword=\count370 -\c@annotator=\count371 -\c@savedannotator=\count372 -\c@author=\count373 -\c@savedauthor=\count374 -\c@bookauthor=\count375 -\c@savedbookauthor=\count376 -\c@commentator=\count377 -\c@savedcommentator=\count378 -\c@editor=\count379 -\c@savededitor=\count380 -\c@editora=\count381 -\c@savededitora=\count382 -\c@editorb=\count383 -\c@savededitorb=\count384 -\c@editorc=\count385 -\c@savededitorc=\count386 -\c@foreword=\count387 -\c@savedforeword=\count388 -\c@holder=\count389 -\c@savedholder=\count390 -\c@introduction=\count391 -\c@savedintroduction=\count392 -\c@namea=\count393 -\c@savednamea=\count394 -\c@nameb=\count395 -\c@savednameb=\count396 -\c@namec=\count397 -\c@savednamec=\count398 -\c@translator=\count399 -\c@savedtranslator=\count400 -\c@shortauthor=\count401 -\c@savedshortauthor=\count402 -\c@shorteditor=\count403 -\c@savedshorteditor=\count404 -\c@groupauthor=\count405 -\c@savedgroupauthor=\count406 -\c@narrator=\count407 -\c@savednarrator=\count408 -\c@execproducer=\count409 -\c@savedexecproducer=\count410 -\c@execdirector=\count411 -\c@savedexecdirector=\count412 -\c@with=\count413 -\c@savedwith=\count414 -\c@labelname=\count415 -\c@savedlabelname=\count416 -\c@institution=\count417 -\c@savedinstitution=\count418 -\c@lista=\count419 -\c@savedlista=\count420 -\c@listb=\count421 -\c@savedlistb=\count422 -\c@listc=\count423 -\c@savedlistc=\count424 -\c@listd=\count425 -\c@savedlistd=\count426 -\c@liste=\count427 -\c@savedliste=\count428 -\c@listf=\count429 -\c@savedlistf=\count430 -\c@location=\count431 -\c@savedlocation=\count432 -\c@organization=\count433 -\c@savedorganization=\count434 -\c@origlocation=\count435 -\c@savedoriglocation=\count436 -\c@origpublisher=\count437 -\c@savedorigpublisher=\count438 -\c@publisher=\count439 -\c@savedpublisher=\count440 -\c@language=\count441 -\c@savedlanguage=\count442 -\c@origlanguage=\count443 -\c@savedoriglanguage=\count444 -\c@citation=\count445 -\c@savedcitation=\count446 -\c@pageref=\count447 -\c@savedpageref=\count448 -\shorthandwidth=\skip71 -\shortjournalwidth=\skip72 -\shortserieswidth=\skip73 -\shorttitlewidth=\skip74 -\shortauthorwidth=\skip75 -\shorteditorwidth=\skip76 -\locallabelnumberwidth=\skip77 -\locallabelalphawidth=\skip78 -\localshorthandwidth=\skip79 -\localshortjournalwidth=\skip80 -\localshortserieswidth=\skip81 -\localshorttitlewidth=\skip82 -\localshortauthorwidth=\skip83 -\localshorteditorwidth=\skip84 -Package biblatex Info: Trying to load compatibility code... -Package biblatex Info: ... file 'blx-compat.def' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def -File: blx-compat.def 2019/12/01 v3.14 biblatex compatibility (PK/MW) -) -Package biblatex Info: Trying to load generic definitions... -Package biblatex Info: ... file 'biblatex.def' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.def -File: biblatex.def 2019/12/01 v3.14 biblatex compatibility (PK/MW) -\c@textcitecount=\count449 -\c@textcitetotal=\count450 -\c@textcitemaxnames=\count451 -\c@biburlbigbreakpenalty=\count452 -\c@biburlbreakpenalty=\count453 -\c@biburlnumpenalty=\count454 -\c@biburlucpenalty=\count455 -\c@biburllcpenalty=\count456 -\biburlbigskip=\muskip18 -\biburlnumskip=\muskip19 -\biburlucskip=\muskip20 -\biburllcskip=\muskip21 -\c@smartand=\count457 -) -Package biblatex Info: Trying to load bibliography style 'apa'... -Package biblatex Info: ... file 'apa.bbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex-apa/apa.bbx -File: apa.bbx 2020/02/01 v9.5 APA biblatex references style -Package biblatex Info: Trying to load bibliography style 'standard'... -Package biblatex Info: ... file 'standard.bbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx -File: standard.bbx 2019/12/01 v3.14 biblatex bibliography style (PK/MW) -\c@bbx:relatedcount=\count458 -\c@bbx:relatedtotal=\count459 -)) -Package biblatex Info: Trying to load citation style 'apa'... -Package biblatex Info: ... file 'apa.cbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex-apa/apa.cbx -File: apa.cbx 2020/02/01 v9.5 APA biblatex citation style -Package biblatex Info: Delimiter 'nameyeardelim' in context '' already defined, - overwriting. -Package biblatex Info: Delimiter 'nameyeardelim' in context 'textcite' already -defined, overwriting. -Package biblatex Info: Delimiter 'andothersdelim' in context '' already defined -, overwriting. -Package biblatex Info: Redefining '\parencite'. -Package biblatex Info: Redefining '\fullcite'. -Package biblatex Info: Redefining '\citeyear'. -Package biblatex Info: Redefining '\cite'. -Package biblatex Info: Redefining '\footcite'. -Package biblatex Info: Redefining '\textcites'. -Package biblatex Info: Redefining '\cites'. -Package biblatex Info: Redefining '\parencites'. -Package biblatex Info: Redefining '\footcites'. -Package biblatex Info: Redefining '\footcitetexts'. -Package biblatex Info: Redefining '\smartcites'. -Package biblatex Info: Redefining '\textcite'. -Package biblatex Info: Redefining '\citeauthor'. -) -Package biblatex Info: Trying to load configuration file... -Package biblatex Info: ... file 'biblatex.cfg' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg -File: biblatex.cfg -)) -\@quotelevel=\count460 -\@quotereset=\count461 - -(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def -File: l3backend-pdfmode.def 2020-02-03 L3 backend support: PDF mode -\l__kernel_color_stack_int=\count462 -\l__pdf_internal_box=\box78 -) -(./OrbitAllocation.aux) -\openout1 = `OrbitAllocation.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. -LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 80. -LaTeX Font Info: ... okay on input line 80. - -*geometry* driver: auto-detecting -*geometry* detected driver: pdftex -*geometry* verbose mode - [ preamble ] result: -* driver: pdftex -* paper: custom -* layout: -* layoutoffset:(h,v)=(0.0pt,0.0pt) -* modes: includehead includefoot -* h-part:(L,W,R)=(59.22636pt, 381.79135pt, 14.22636pt) -* v-part:(T,H,B)=(0.0pt, 256.0748pt, 0.0pt) -* \paperwidth=455.24408pt -* \paperheight=256.0748pt -* \textwidth=381.79135pt -* \textheight=227.62207pt -* \oddsidemargin=-13.04362pt -* \evensidemargin=-13.04362pt -* \topmargin=-72.26999pt -* \headheight=14.22636pt -* \headsep=0.0pt -* \topskip=11.0pt -* \footskip=14.22636pt -* \marginparwidth=4.0pt -* \marginparsep=10.0pt -* \columnsep=10.0pt -* \skip\footins=10.0pt plus 4.0pt minus 2.0pt -* \hoffset=0.0pt -* \voffset=0.0pt -* \mag=1000 -* \@twocolumnfalse -* \@twosidefalse -* \@mparswitchfalse -* \@reversemarginfalse -* (1in=72.27pt=25.4mm, 1cm=28.453pt) - -(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -[Loading MPS to PDF converter (version 2006.09.02).] -\scratchcounter=\count463 -\scratchdimen=\dimen305 -\scratchbox=\box79 -\nofMPsegments=\count464 -\nofMParguments=\count465 -\everyMPshowfont=\toks45 -\MPscratchCnt=\count466 -\MPscratchDim=\dimen306 -\MPnumerator=\count467 -\makeMPintoPDFobject=\count468 -\everyMPtoPDFconversion=\toks46 -) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf - -(/usr/share/texlive/texmf-dist/tex/latex/grfext/grfext.sty -Package: grfext 2019/12/03 v1.3 Manage graphics extensions (HO) -) -Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 -85. -Package grfext Info: Graphics extension search list: -(grfext) [.pdf,.png,.jpg,.mps,.jpeg,.jbig2,.jb2,.PDF,.PNG,.JPG,.JPE -G,.JBIG2,.JB2,.eps] -(grfext) \AppendGraphicsExtensions on input line 504. - -(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv -e -)) -ABD: EveryShipout initializing macros -\AtBeginShipoutBox=\box80 -Package hyperref Info: Link coloring ON on input line 80. - -(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty -Package: nameref 2019/09/16 v2.46 Cross-referencing by name of section - -(/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty -Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) -) -(/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty -Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) -) -\c@section@level=\count469 -) -LaTeX Info: Redefining \ref on input line 80. -LaTeX Info: Redefining \pageref on input line 80. -LaTeX Info: Redefining \nameref on input line 80. - -(./OrbitAllocation.out) (./OrbitAllocation.out) -\@outlinefile=\write6 -\openout6 = `OrbitAllocation.out'. - -LaTeX Font Info: Overwriting symbol font `operators' in version `normal' -(Font) OT1/cmr/m/n --> OT1/cmss/m/n on input line 80. -LaTeX Font Info: Overwriting symbol font `operators' in version `bold' -(Font) OT1/cmr/bx/n --> OT1/cmss/b/n on input line 80. -\symnumbers=\mathgroup6 -\sympureletters=\mathgroup7 -LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `normal' -(Font) OT1/cmss/m/n --> OT1/cmr/m/n on input line 80. -LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' -(Font) OT1/cmr/bx/n --> OT1/cmss/b/n on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' -(Font) OT1/cmr/bx/n --> OT1/cmss/b/n on input line 80. -LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' -(Font) OT1/cmss/m/n --> OT1/cmss/m/n on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' -(Font) OT1/cmss/bx/n --> OT1/cmss/m/n on input line 80. -LaTeX Font Info: Redeclaring math alphabet \mathit on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' -(Font) OT1/cmr/m/it --> OT1/cmss/m/it on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' -(Font) OT1/cmr/bx/it --> OT1/cmss/m/it on input line 80. -LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' -(Font) OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' -(Font) OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 80. -LaTeX Font Info: Overwriting symbol font `numbers' in version `bold' -(Font) OT1/cmss/m/n --> OT1/cmss/b/n on input line 80. -LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold' -(Font) OT1/cmss/m/it --> OT1/cmss/b/it on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `bold' -(Font) OT1/cmss/b/n --> OT1/cmr/b/n on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold' -(Font) OT1/cmss/b/n --> OT1/cmss/b/n on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' -(Font) OT1/cmss/m/n --> OT1/cmss/b/n on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' -(Font) OT1/cmss/m/it --> OT1/cmss/b/it on input line 80. -LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' -(Font) OT1/cmtt/m/n --> OT1/cmtt/b/n on input line 80. - -(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-basic-dictionary --English.dict -Dictionary: translator-basic-dictionary, Language: English -) -(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-bibliography-dic -tionary-English.dict -Dictionary: translator-bibliography-dictionary, Language: English -) -(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-environment-dict -ionary-English.dict -Dictionary: translator-environment-dictionary, Language: English -) -(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-months-dictionar -y-English.dict -Dictionary: translator-months-dictionary, Language: English -) -(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-numbers-dictiona -ry-English.dict -Dictionary: translator-numbers-dictionary, Language: English -) -(/usr/share/texlive/texmf-dist/tex/latex/translator/translator-theorem-dictiona -ry-English.dict -Dictionary: translator-theorem-dictionary, Language: English -) -Package biblatex Info: Trying to load language 'english' -> 'english-apa'... -Package biblatex Info: ... file 'english-apa.lbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex-apa/english-apa.lbx -File: english-apa.lbx 2020/02/01 v9.5 APA biblatex localisation -Package biblatex Info: Trying to load language 'english'... -Package biblatex Info: ... file 'english.lbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx -File: english.lbx 2019/12/01 v3.14 biblatex localization (PK/MW) -) -Package biblatex Info: Trying to load language 'american' -> 'american-apa'... -Package biblatex Info: ... file 'american-apa.lbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx -File: american-apa.lbx 2020/02/01 v9.5 APA biblatex localisation -Package biblatex Info: Trying to load language 'american'... -Package biblatex Info: ... file 'american.lbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/american.lbx -File: american.lbx 2019/12/01 v3.14 biblatex localization (PK/MW) -Package biblatex Info: Trying to load language 'english'... -Package biblatex Info: ... file 'english.lbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx -File: english.lbx 2019/12/01 v3.14 biblatex localization (PK/MW) -)))) -Package biblatex Info: Input encoding 'utf8' detected. -Package biblatex Info: Automatic encoding selection. -(biblatex) Assuming data encoding 'utf8'. -\openout5 = `OrbitAllocation.bcf'. - -Package biblatex Info: Trying to load bibliographic data... -Package biblatex Info: ... file 'OrbitAllocation.bbl' found. - -(./OrbitAllocation.bbl) -Package biblatex Info: Reference section=0 on input line 80. -Package biblatex Info: Reference segment=0 on input line 80. - (./OrbitAllocation.nav) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} - -] [2 - -] (./OrbitAllocation.toc) [3 - -] [4 - -] [5 - -] -LaTeX Font Info: Trying to load font information for U+msa on input line 176 -. - -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd -File: umsa.fd 2013/01/14 v3.01 AMS symbols A -) -LaTeX Font Info: Trying to load font information for U+msb on input line 176 -. - -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd -File: umsb.fd 2013/01/14 v3.01 AMS symbols B -) [6 - -] [7 - -] [8 - -] [9 - - -] -[10 - - -] [11 - -] [12 - -] [13 - - -] [14 - -] [15 - -] [16 - -] -Overfull \vbox (5.77654pt too high) detected at line 336 - [] - -[17 - -] [18 - -] [19 - -] -Overfull \hbox (5.59581pt too wide) in paragraph at lines 376--376 -\OT1/cmss/m/n/10.95 https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/JA0 -83iA06p02637, - [] - -[20 - - ] -[21 - - -] [22 - - -] -\tf@nav=\write7 -\openout7 = `OrbitAllocation.nav'. - -\tf@toc=\write8 -\openout8 = `OrbitAllocation.toc'. - -\tf@snm=\write9 -\openout9 = `OrbitAllocation.snm'. - -Package atveryend Info: Empty hook `BeforeClearDocument' on input line 378. -Package atveryend Info: Empty hook `AfterLastShipout' on input line 378. - (./OrbitAllocation.aux) -Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 378. -Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 378. -Package rerunfilecheck Info: File `OrbitAllocation.out' has not changed. -(rerunfilecheck) Checksum: ADD9D62ECBE11DD7F2E3487F48A6972B;618. -Package logreq Info: Writing requests to 'OrbitAllocation.run.xml'. -\openout1 = `OrbitAllocation.run.xml'. - - ) -Here is how much of TeX's memory you used: - 29899 strings out of 483183 - 596015 string characters out of 5966292 - 1303508 words of memory out of 5000000 - 44276 multiletter control sequences out of 15000+600000 - 539555 words of font info for 50 fonts, out of 8000000 for 9000 - 14 hyphenation exceptions out of 8191 - 54i,16n,65p,2478b,4720s stack positions out of 5000i,500n,10000p,200000b,80000s - -Output written on OrbitAllocation.pdf (22 pages, 175861 bytes). -PDF statistics: - 562 PDF objects out of 1000 (max. 8388607) - 511 compressed objects within 6 object streams - 75 named destinations out of 1000 (max. 500000) - 131 words of extra memory for PDF output out of 10000 (max. 10000000) - diff --git a/Writing/2020-125-02_presentation/OrbitAllocation.nav b/Writing/2020-125-02_presentation/OrbitAllocation.nav deleted file mode 100644 index 2695e24..0000000 --- a/Writing/2020-125-02_presentation/OrbitAllocation.nav +++ /dev/null @@ -1,149 +0,0 @@ -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {1}{1}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@sectionpages {1}{1}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionpages {1}{1}} -\defcounter {refsection}{0}\relax -\headcommand {\sectionentry {1}{Introduction}{2}{Introduction}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {1}{0}{1}{2/2}{}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {2}{2}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {1}{0}{2}{3/3}{}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {3}{3}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@sectionpages {2}{3}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionpages {2}{3}} -\defcounter {refsection}{0}\relax -\headcommand {\sectionentry {2}{Literature}{4}{Literature}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {2}{0}{1}{4/4}{}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {4}{4}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@sectionpages {4}{4}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionpages {4}{4}} -\defcounter {refsection}{0}\relax -\headcommand {\sectionentry {3}{Model}{5}{Model}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {3}{0}{1}{5/5}{}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {5}{5}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {3}{0}{2}{6/6}{}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {6}{6}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionpages {5}{6}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionentry {0}{3}{1}{7}{Constellation Operator's Problem}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {3}{1}{1}{7/7}{Constellation Operator's Problem}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {7}{7}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {3}{1}{2}{8/8}{Constellation Operator's Problem}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {8}{8}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {3}{1}{2}{8/9}{Constellation Operator's Problem}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {8}{9}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {3}{1}{2}{8/10}{Constellation Operator's Problem}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {8}{10}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionpages {7}{10}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionentry {0}{3}{2}{11}{Social Planner's Problem}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {3}{2}{1}{11/11}{Social Planner's Problem}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {11}{11}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {4}{1}{0}{12/12}{Social Planner's Problem}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {12}{12}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@sectionpages {5}{11}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionpages {11}{11}} -\defcounter {refsection}{0}\relax -\headcommand {\sectionentry {4}{Analysis}{12}{Analysis}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionpages {12}{11}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionentry {0}{4}{1}{12}{Welfare Analysis}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {4}{1}{0}{12/13}{Social Planner's Problem}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {12}{13}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {4}{1}{1}{14/14}{Social Planner's Problem}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {14}{14}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionpages {11}{14}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionentry {0}{4}{2}{15}{Survival Rates}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {4}{2}{1}{15/15}{Survival Rates}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {15}{15}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {4}{2}{2}{16/16}{Survival Rates}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {16}{16}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {4}{2}{3}{17/17}{Survival Rates}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {17}{17}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionpages {15}{17}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionentry {0}{4}{3}{18}{Kessler Syndrome}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {4}{3}{0}{18/18}{Survival Rates}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {18}{18}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@sectionpages {5}{18}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionpages {15}{18}} -\defcounter {refsection}{0}\relax -\headcommand {\sectionentry {5}{Conclusion}{19}{Conclusion}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {5}{0}{1}{19/19}{}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {19}{19}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@sectionpages {19}{19}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@subsectionpages {19}{19}} -\defcounter {refsection}{0}\relax -\headcommand {\sectionentry {6}{References}{20}{References}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {6}{0}{0}{20/20}{}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {20}{20}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {6}{0}{0}{20/21}{}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {20}{21}} -\defcounter {refsection}{0}\relax -\headcommand {\slideentry {6}{0}{0}{20/22}{}{0}} -\defcounter {refsection}{0}\relax -\headcommand {\beamer@framepages {20}{22}} -\headcommand {\beamer@partpages {1}{22}} -\headcommand {\beamer@subsectionpages {19}{22}} -\headcommand {\beamer@sectionpages {19}{22}} -\headcommand {\beamer@documentpages {22}} -\headcommand {\gdef \inserttotalframenumber {22}} diff --git a/Writing/2020-125-02_presentation/OrbitAllocation.out b/Writing/2020-125-02_presentation/OrbitAllocation.out deleted file mode 100644 index d224cce..0000000 --- a/Writing/2020-125-02_presentation/OrbitAllocation.out +++ /dev/null @@ -1,11 +0,0 @@ -\BOOKMARK [2][]{Outline0.1}{Introduction}{}% 1 -\BOOKMARK [2][]{Outline0.2}{Literature}{}% 2 -\BOOKMARK [2][]{Outline0.3}{Model}{}% 3 -\BOOKMARK [3][]{Outline0.3.1.7}{Constellation Operator's Problem}{Outline0.3}% 4 -\BOOKMARK [3][]{Outline0.3.2.11}{Social Planner's Problem}{Outline0.3}% 5 -\BOOKMARK [2][]{Outline0.4}{Analysis}{}% 6 -\BOOKMARK [3][]{Outline0.4.1.12}{Welfare Analysis}{Outline0.4}% 7 -\BOOKMARK [3][]{Outline0.4.2.15}{Survival Rates}{Outline0.4}% 8 -\BOOKMARK [3][]{Outline0.4.3.18}{Kessler Syndrome}{Outline0.4}% 9 -\BOOKMARK [2][]{Outline0.5}{Conclusion}{}% 10 -\BOOKMARK [2][]{Outline0.6}{References}{}% 11 diff --git a/Writing/2020-125-02_presentation/OrbitAllocation.run.xml b/Writing/2020-125-02_presentation/OrbitAllocation.run.xml deleted file mode 100644 index 923db66..0000000 --- a/Writing/2020-125-02_presentation/OrbitAllocation.run.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - -]> - - - latex - - OrbitAllocation.bcf - - - OrbitAllocation.bbl - - - blx-dm.def - apa.dbx - blx-compat.def - biblatex.def - standard.bbx - apa.bbx - apa.cbx - biblatex.cfg - english.lbx - american.lbx - american-apa.lbx - english-apa.lbx - - - - biber - - biber - OrbitAllocation - - - OrbitAllocation.bcf - - - OrbitAllocation.bbl - - - OrbitAllocation.bbl - - - OrbitAllocation.bcf - - - References.bib - - - diff --git a/Writing/2020-125-02_presentation/OrbitAllocation.snm b/Writing/2020-125-02_presentation/OrbitAllocation.snm deleted file mode 100644 index 63eff23..0000000 --- a/Writing/2020-125-02_presentation/OrbitAllocation.snm +++ /dev/null @@ -1,22 +0,0 @@ -\defcounter {refsection}{0}\relax -\beamer@slide {law_motion:debris}{7} -\defcounter {refsection}{0}\relax -\beamer@slide {law_motion:private_stock}{7} -\defcounter {refsection}{0}\relax -\beamer@slide {EQ:env1}{8} -\defcounter {refsection}{0}\relax -\beamer@slide {EQ:env2}{8} -\defcounter {refsection}{0}\relax -\beamer@slide {EQ:env3}{8} -\defcounter {refsection}{0}\relax -\beamer@slide {EQ:opt1}{8} -\defcounter {refsection}{0}\relax -\beamer@slide {EQ:opt2}{8} -\defcounter {refsection}{0}\relax -\beamer@slide {EQ:opt3}{8} -\defcounter {refsection}{0}\relax -\beamer@slide {EQ:S:env1}{12} -\defcounter {refsection}{0}\relax -\beamer@slide {EQ:S:opt1}{12} -\defcounter {refsection}{0}\relax -\beamer@slide {EQ:i}{16} diff --git a/Writing/2020-125-02_presentation/OrbitAllocation.toc b/Writing/2020-125-02_presentation/OrbitAllocation.toc deleted file mode 100644 index cf7ba0c..0000000 --- a/Writing/2020-125-02_presentation/OrbitAllocation.toc +++ /dev/null @@ -1,21 +0,0 @@ -\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax -\defcounter {refsection}{0}\relax -\beamer@sectionintoc {1}{Introduction}{2}{0}{1} -\defcounter {refsection}{0}\relax -\beamer@sectionintoc {2}{Literature}{4}{0}{2} -\defcounter {refsection}{0}\relax -\beamer@sectionintoc {3}{Model}{5}{0}{3} -\defcounter {refsection}{0}\relax -\beamer@subsectionintoc {3}{1}{Constellation Operator's Problem}{7}{0}{3} -\defcounter {refsection}{0}\relax -\beamer@subsectionintoc {3}{2}{Social Planner's Problem}{11}{0}{3} -\defcounter {refsection}{0}\relax -\beamer@sectionintoc {4}{Analysis}{12}{0}{4} -\defcounter {refsection}{0}\relax -\beamer@subsectionintoc {4}{1}{Welfare Analysis}{12}{0}{4} -\defcounter {refsection}{0}\relax -\beamer@subsectionintoc {4}{2}{Survival Rates}{15}{0}{4} -\defcounter {refsection}{0}\relax -\beamer@subsectionintoc {4}{3}{Kessler Syndrome}{18}{0}{4} -\defcounter {refsection}{0}\relax -\beamer@sectionintoc {5}{Conclusion}{19}{0}{5} diff --git a/Writing/2020-125-02_presentation/References.bib.bak b/Writing/2020-125-02_presentation/References.bib.bak deleted file mode 100644 index 0b43d08..0000000 --- a/Writing/2020-125-02_presentation/References.bib.bak +++ /dev/null @@ -1,220 +0,0 @@ -% Encoding: UTF-8 - -@Misc{EsaTweet, - author = {European_Space_Agency}, - title = {For the first time ever, ESA has performed a `collision avoidance manoeuvre' to protect one of its satellites from colliding with a 'mega constellation' \#SpaceTraffic}, - addendum = {https://twitter.com/esaoperations}, - date = {2019-09-02}, - nameaddon = {\@ESAOperations}, -} - -@Electronic{ArsTechnicaStatement, - author = {Brodkin, Jon}, - howpublished = {Online Article}, - language = {English}, - note = {Statement from SpaceX to ARS Technica}, - organization = {Ars Technica}, - title = {SpaceX satellite was on “collision course” until ESA satellite was re-routed}, - url = {https://arstechnica.com/information-technology/2019/09/spacex-satellite-was-on-collision-course-until-esa-satellite-was-re-routed/}, - date = {2019-09-03}, -} - -@Electronic{EsaBlog, - author = {European_Space_Agency}, - howpublished = {Online}, - language = {English}, - organization = {European Space Agency}, - title = {ESA spacecraft dodges large constellation}, - url = {http://www.esa.int/Safety_Security/ESA_spacecraft_dodges_large_constellation}, - date = {2019-09-03}, -} - -@PhdThesis{Rao:dissertation, - author = {Rao, Akhil}, - school = {University of Colorado}, - title = {The Economics of Orbit Use: Theory, Policy, and Practice}, - year = {2019}, -} - -@Article{adilov_alexander_cunningham_2015, - author = {Adilov, Nodir and Alexander, Peter J. and Cunningham, Brendan M.}, - journal = {Environmental and Resource Economics}, - title = {An Economic Analysis of Earth Orbit Pollution}, - year = {2015}, - issn = {0924-6460}, - number = {1}, - pages = {81–98}, - volume = {60}, - doi = {10.1007/s10640-013-9758-4}, - publisher = {Environmental and Resource Economics}, -} - -@Article{Macauley_1998, - author = {Macauley, Molly K}, - journal = {The Journal of Law and Economics}, - title = {Allocation of Orbit and Spectrum Resources for Regional Communications: What's At Stake?}, - year = {1998}, - issn = {0022-2186}, - number = {S2}, - pages = {737–764}, - volume = {41}, - abstract = {Contentious debate surrounds allocation of the geostationary orbit and electromagneticspectrum, two resources used by communications satellites. An extensive economicsliterature alleges that the nonmarket administrative allocative procedures now in place arehighly inefficient, but no research has empirically estimated the welfare loss. This paperdevelops a conceptual framework and a computerized model to estimate the economic valueof the resources, the size and distribution of welfare costs associated with the presentregulatory regime, and the potential gains from more market-like allocation. - -Key Words: outer space, communications satellites, pricing natural resources - -JEL Classification Nos.: H4, Q2}, - doi = {10.1086/467411}, - publisher = {The Journal of Law and Economics}, -} - -@InBook{brillinger_2001, - author = {Brillinger, David R.}, - pages = {105–116}, - title = {Space Debris: Flux in a Two Dimensional Orbit}, - year = {2001}, - doi = {10.1007/978-3-0348-8326-9_8}, -} - -@Article{Grzelka2019, - author = {Zachary Grzelka and Jeffrey Wagner}, - journal = {Environmental and Resource Economics}, - title = {Managing Satellite Debris in Low-Earth Orbit: Incentivizing Ex Ante Satellite Quality and Ex Post Take-Back Programs}, - year = {2019}, - month = {feb}, - number = {1}, - pages = {319--336}, - volume = {74}, - doi = {10.1007/s10640-019-00320-3}, - publisher = {Springer Science and Business Media {LLC}}, -} - -@Article{Adilov2018, - author = {Nodir Adilov and Peter J. Alexander and Brendan M. Cunningham}, - title = {An economic “Kessler Syndrome”: A dynamic model of earth orbit debris}, - year = {2018}, - issn = {0165-1765}, - pages = {79-82}, - volume = {166}, - comment = {Might be a working paper?}, - doi = {10.1016/j.econlet.2018.02.025}, -} - -@Article{Adilov2018a, - author = {Nodir Adilov and Peter J. Alexander and Brendan M. Cunningham}, - title = {Corrigendum to “An economic “Kessler Syndrome”: A dynamic model of earth orbit debris” [Econom. Lett. 166 (2018) 79–82]}, - year = {2018}, - issn = {0165-1765}, - pages = {185}, - volume = {170}, - doi = {10.1016/j.econlet.2018.04.012}, -} - -@Misc{Kessler1990, - author = {Donald Kessler}, - title = {Orbital debris environment for spacecraft in low earth orbit}, - year = {1990}, - doi = {10.2514/6.1990-1353}, -} - -@Article{Adilov2015, - author = {Nodir Adilov and Peter J. Alexander and Brendan Michael Cunningham}, - title = {Earth Orbit Debris: An Economic Model}, - year = {2015}, - issn = {1556-5068}, - doi = {10.2139/ssrn.2264915}, -} - -@Article{Kessler1978, - author = {Kessler, Donald J. and Cour-Palais, Burton G.}, - journal = {Journal of Geophysical Research: Space Physics}, - title = {Collision frequency of artificial satellites: The creation of a debris belt}, - year = {1978}, - number = {A6}, - pages = {2637-2646}, - volume = {83}, - abstract = {As the number of artificial satellites in earth orbit increases, the probability of collisions between satellites also increases. Satellite collisions would produce orbiting fragments, each of which would increase the probability of further collisions, leading to the growth of a belt of debris around the earth. This process parallels certain theories concerning the growth of the asteroid belt. The debris flux in such an earth-orbiting belt could exceed the natural meteoroid flux, affecting future spacecraft designs. A mathematical model was used to predict the rate at which such a belt might form. Under certain conditions the belt could begin to form within this century and could be a significant problem during the next century. The possibility that numerous unobserved fragments already exist from spacecraft explosions would decrease this time interval. However, early implementation of specialized launch constraints and operational procedures could significantly delay the formation of the belt.}, - doi = {10.1029/JA083iA06p02637}, - eprint = {https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/JA083iA06p02637}, - url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/JA083iA06p02637}, -} - -@Electronic{FAA2020, - author = {NA}, - howpublished = {Online}, - month = oct, - note = {Describes altitude of LEO and GEO}, - organization = {Federal Aviation Administration}, - url = {https://www.faa.gov/space/additional_information/faq/#s1}, - year = {2020}, -} - -@Article{adilov_alexander_cunningham_2018, - author = {Adilov, Nodir and Alexander, Peter J. and Cunningham, Brendan M.}, - journal = {Economics Letters}, - title = {An economic “Kessler Syndrome”: A dynamic model of earth orbit debris}, - year = {2018}, - issn = {0165-1765}, - pages = {79–82}, - volume = {166}, - doi = {10.1016/j.econlet.2018.02.025}, - publisher = {Economics Letters}, -} - -@TechReport{RaoRondina2020, - author = {Rao, Ahkil and Rondina, Giacomo}, - institution = {NA}, - title = {Cost in Space:Debris and Collision Risk in the Orbital Commons}, - year = {2020}, - month = feb, - note = {Middlebury College | UC San Diego}, - type = {Working Paper}, -} - -@Article{Adilov2019, - author = {Adilov, Nodir and Cunningham, Brendan and Alexander, Peter and Duvall, Jerry and Shiman, Daniel}, - journal = {Econ Inq}, - title = {LEFT FOR DEAD: ANTI‐COMPETITIVE BEHAVIOR IN ORBITAL SPACE}, - year = {2019}, - month = {04}, - volume = {57}, - doi = {10.1111/ecin.12790}, -} - -@Article{Rao2020, - author = {Rao and Burgess and Kaffine}, - journal = {Proceedings of the National Academy of Sciences}, - title = {Orbital-use fees could more than quadruple the value of the space industry}, - year = {2020}, - issn = {0027-8424}, - number = {23}, - pages = {12756--12762}, - volume = {117}, - abstract = {The commercial satellite industry is rapidly expanding. A side effect of this expansion is a growing buildup of space debris that imposes costly collision risk on satellite operators. Proposed solutions to this debris have been primarily technological, but the core of the problem is incentives{\textemdash}satellites are being launched without consideration of the collision risks they impose on other operators. We show that this incentive problem can be solved with an internationally harmonized {\textquotedblleft}orbital-use fee{\textquotedblright} (OUF){\textemdash}a tax on orbiting satellites. Using a coupled physical{\textendash}economic model, we project that an optimally designed OUF could more than quadruple the long-run value of the satellite industry by 2040.The space industry{\textquoteright}s rapid recent growth represents the latest tragedy of the commons. Satellites launched into orbit contribute to{\textemdash}and risk damage from{\textemdash}a growing buildup of space debris and other satellites. Collision risk from this orbital congestion is costly to satellite operators. Technological and managerial solutions{\textemdash}such as active debris removal or end-of-life satellite deorbit guidelines{\textemdash}are currently being explored by regulatory authorities. However, none of these approaches address the underlying incentive problem: satellite operators do not account for costs they impose on each other via collision risk. Here, we show that an internationally harmonized orbital-use fee can correct these incentives and substantially increase the value of the space industry. We construct and analyze a coupled physical{\textendash}economic model of commercial launches and debris accumulation in low-Earth orbit. Similar to carbon taxes, our model projects an optimal fee that rises at a rate of 14\% per year, equal to roughly $235,000 per satellite-year in 2040. The long-run value of the satellite industry would more than quadruple by 2040{\textemdash}increasing from around $600 billion under business as usual to around $3 trillion. In contrast, we project that purely technological solutions are unlikely to fully address the problem of orbital congestion. Indeed, we find debris removal sometimes worsens economic damages from congestion by increasing launch incentives. In other sectors, addressing the tragedy of the commons has often been a game of catch-up with substantial social costs. The infant space industry can avert these costs before they escalate.}, - doi = {10.1073/pnas.1921260117}, - eprint = {https://www.pnas.org/content/117/23/12756.full.pdf}, - publisher = {National Academy of Sciences}, - url = {https://www.pnas.org/content/117/23/12756}, -} - -@Article{GrzelkaWagner2019, - author = {Grzelka, Zachary and Wagner, Jeffrey}, - journal = {Environmental and Resource Economics}, - title = {Managing Satellite Debris in Low-Earth Orbit: Incentivizing Ex Ante Satellite Quality and Ex Post Take-Back Programs}, - year = {2019}, - issn = {0924-6460}, - number = {1}, - pages = {319–336}, - volume = {74}, - doi = {10.1007/s10640-019-00320-3}, - publisher = {Environmental and Resource Economics}, -} - -@Misc{Kennedy1962, - author = {John F. Kennedy}, - month = sep, - title = {Address at Rice University on the Nation's Space Effort}, - year = {1962}, - url = {https://er.jsc.nasa.gov/seh/ricetalk.htm}, -} - -@Comment{jabref-meta: databaseType:bibtex;} diff --git a/Writing/CurrentWriting/DynamicConstellationOrbits.aux b/Writing/CurrentWriting/DynamicConstellationOrbits.aux deleted file mode 100644 index e2f4624..0000000 --- a/Writing/CurrentWriting/DynamicConstellationOrbits.aux +++ /dev/null @@ -1,130 +0,0 @@ -\relax -\abx@aux@refcontext{none/global//global/global} -\@writefile{toc}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } -\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } -\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } -\abx@aux@cite{EsaTweet} -\abx@aux@segm{0}{0}{EsaTweet} -\abx@aux@cite{ArsTechnicaStatement} -\abx@aux@segm{0}{0}{ArsTechnicaStatement} -\abx@aux@cite{EsaBlog} -\abx@aux@segm{0}{0}{EsaBlog} -\abx@aux@cite{Kessler1978} -\abx@aux@segm{0}{0}{Kessler1978} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{4}\protected@file@percent } -\abx@aux@fnpage{1}{4} -\abx@aux@fnpage{2}{4} -\abx@aux@fnpage{3}{4} -\abx@aux@fnpage{4}{4} -\abx@aux@cite{Macauley_1998} -\abx@aux@segm{0}{0}{Macauley_1998} -\abx@aux@cite{Adilov2019} -\abx@aux@segm{0}{0}{Adilov2019} -\abx@aux@cite{adilov_alexander_cunningham_2015} -\abx@aux@segm{0}{0}{adilov_alexander_cunningham_2015} -\abx@aux@cite{RaoRondina2020} -\abx@aux@segm{0}{0}{RaoRondina2020} -\abx@aux@cite{Rao2020} -\abx@aux@segm{0}{0}{Rao2020} -\abx@aux@fnpage{5}{5} -\abx@aux@fnpage{6}{5} -\abx@aux@fnpage{7}{5} -\abx@aux@fnpage{8}{5} -\abx@aux@fnpage{9}{5} -\abx@aux@cite{RaoRondina2020} -\abx@aux@segm{0}{0}{RaoRondina2020} -\abx@aux@cite{adilov_alexander_cunningham_2018} -\abx@aux@segm{0}{0}{adilov_alexander_cunningham_2018} -\abx@aux@cite{RaoRondina2020} -\abx@aux@segm{0}{0}{RaoRondina2020} -\abx@aux@fnpage{10}{6} -\abx@aux@fnpage{11}{6} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {2}Model}{7}\protected@file@percent } -\newlabel{Model}{{2}{7}} -\newlabel{Model@cref}{{[section][2][]2}{[1][6][]7}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Model Description}{7}\protected@file@percent } -\abx@aux@fnpage{12}{7} -\newlabel{EQ:xx}{{4}{8}} -\newlabel{EQ:xx@cref}{{[equation][4][]4}{[1][7][]8}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}Constellation Operator's Program}{10}\protected@file@percent } -\newlabel{law_motion:debris}{{11}{11}} -\newlabel{law_motion:debris@cref}{{[equation][11][]11}{[1][10][]11}} -\newlabel{law_motion:private_stock}{{12}{11}} -\newlabel{law_motion:private_stock@cref}{{[equation][12][]12}{[1][10][]11}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.2.1}Characterizing solutions}{11}\protected@file@percent } -\newlabel{EQ:vi}{{16}{11}} -\newlabel{EQ:vi@cref}{{[equation][16][]16}{[1][11][]11}} -\newlabel{EQ:vii}{{17}{11}} -\newlabel{EQ:vii@cref}{{[equation][17][]17}{[1][11][]11}} -\newlabel{EQ:viii}{{18}{11}} -\newlabel{EQ:viii@cref}{{[equation][18][]18}{[1][11][]11}} -\newlabel{EQ:iv}{{25}{12}} -\newlabel{EQ:iv@cref}{{[equation][25][]25}{[1][12][]12}} -\newlabel{EQ:v}{{27}{12}} -\newlabel{EQ:v@cref}{{[equation][27][]27}{[1][12][]12}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.2.2}Conditions for existence of a solution}{13}\protected@file@percent } -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.3}Social Planner's Program}{13}\protected@file@percent } -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.3.1}Characterizing solutions}{14}\protected@file@percent } -\newlabel{EQ:viii}{{37}{14}} -\newlabel{EQ:viii@cref}{{[equation][37][]37}{[1][14][]14}} -\newlabel{EQ:ix}{{38}{14}} -\newlabel{EQ:ix@cref}{{[equation][38][]38}{[1][14][]14}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {3}Analysis}{15}\protected@file@percent } -\newlabel{Analysis}{{3}{15}} -\newlabel{Analysis@cref}{{[section][3][]3}{[1][14][]15}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Survival Ratios}{15}\protected@file@percent } -\newlabel{Survival}{{3.1}{15}} -\newlabel{Survival@cref}{{[subsection][1][3]3.1}{[1][14][]15}} -\newlabel{EQ:socsurv}{{41}{15}} -\newlabel{EQ:socsurv@cref}{{[equation][41][]41}{[1][15][]15}} -\newlabel{EQ:iii}{{42}{16}} -\newlabel{EQ:iii@cref}{{[equation][42][]42}{[1][15][]16}} -\newlabel{EQ:i}{{44}{16}} -\newlabel{EQ:i@cref}{{[equation][44][]44}{[1][15][]16}} -\newlabel{EQ:ii}{{48}{16}} -\newlabel{EQ:ii@cref}{{[equation][48][]48}{[1][16][]16}} -\abx@aux@cite{RaoRondina2020} -\abx@aux@segm{0}{0}{RaoRondina2020} -\abx@aux@cite{adilov_alexander_cunningham_2018} -\abx@aux@segm{0}{0}{adilov_alexander_cunningham_2018} -\abx@aux@cite{adilov_alexander_cunningham_2018} -\abx@aux@segm{0}{0}{adilov_alexander_cunningham_2018} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Kessler Syndrome}{17}\protected@file@percent } -\newlabel{Kessler}{{3.2}{17}} -\newlabel{Kessler@cref}{{[subsection][2][3]3.2}{[1][17][]17}} -\abx@aux@fnpage{13}{17} -\abx@aux@fnpage{14}{17} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {4}Summary and Concluding Remarks}{18}\protected@file@percent } -\newlabel{Conclusion}{{4}{18}} -\newlabel{Conclusion@cref}{{[section][4][]4}{[1][18][]18}} -\abx@aux@fnpage{15}{18} -\abx@aux@cite{Adilov2019} -\abx@aux@segm{0}{0}{Adilov2019} -\abx@aux@fnpage{16}{19} -\abx@aux@page{17}{21} -\abx@aux@page{18}{21} -\abx@aux@page{19}{21} -\abx@aux@page{20}{21} -\abx@aux@page{21}{21} -\abx@aux@page{22}{21} -\abx@aux@page{23}{21} -\abx@aux@page{24}{21} -\abx@aux@page{25}{22} -\abx@aux@page{26}{22} -\abx@aux@refcontextdefaultsdone -\abx@aux@defaultrefcontext{0}{EsaTweet}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{ArsTechnicaStatement}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{EsaBlog}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{Kessler1978}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{Macauley_1998}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{Adilov2019}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{adilov_alexander_cunningham_2015}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{RaoRondina2020}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{Rao2020}{none/global//global/global} -\abx@aux@defaultrefcontext{0}{adilov_alexander_cunningham_2018}{none/global//global/global} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {A}Derivations}{23}\protected@file@percent } -\newlabel{APX:Derivations}{{A}{23}} -\newlabel{APX:Derivations@cref}{{[appendix][1][2147483647]A}{[1][23][]23}} -\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {A.1}Survival Rates}{23}\protected@file@percent } -\newlabel{APX:Derivations:Survival_Direct}{{A.1}{23}} -\newlabel{APX:Derivations:Survival_Direct@cref}{{[subappendix][1][2147483647,1]A.1}{[1][23][]23}} diff --git a/Writing/CurrentWriting/DynamicConstellationOrbits.bcf b/Writing/CurrentWriting/DynamicConstellationOrbits.bcf deleted file mode 100644 index 611a0af..0000000 --- a/Writing/CurrentWriting/DynamicConstellationOrbits.bcf +++ /dev/null @@ -1,2220 +0,0 @@ - - - - - - output_encoding - utf8 - - - input_encoding - utf8 - - - debug - 0 - - - mincrossrefs - 2 - - - minxrefs - 2 - - - sortcase - 1 - - - sortupper - 1 - - - - - - - alphaothers - + - - - labelalpha - 0 - - - labelnamespec - shortauthor - author - shorteditor - editor - translator - - - labeltitle - 0 - - - labeltitlespec - shorttitle - title - maintitle - - - labeltitleyear - 0 - - - labeldateparts - 1 - - - labeldatespec - date - year - eventdate - origdate - urldate - nodate - - - julian - 0 - - - gregorianstart - 1582-10-15 - - - maxalphanames - 3 - - - maxbibnames - 3 - - - maxcitenames - 3 - - - maxsortnames - 3 - - - maxitems - 3 - - - minalphanames - 1 - - - minbibnames - 1 - - - mincitenames - 1 - - - minsortnames - 1 - - - minitems - 1 - - - nohashothers - 0 - - - noroman - 0 - - - nosortothers - 0 - - - singletitle - 0 - - - skipbib - 0 - - - skipbiblist - 0 - - - skiplab - 0 - - - sortalphaothers - + - - - sortlocale - english - - - sortingtemplatename - none - - - sortsets - 0 - - - uniquelist - true - - - uniquename - full - - - uniqueprimaryauthor - 0 - - - uniquetitle - 0 - - - uniquebaretitle - 0 - - - uniquework - 0 - - - useprefix - 0 - - - useafterword - 1 - - - useannotator - 1 - - - useauthor - 1 - - - usebookauthor - 1 - - - usecommentator - 1 - - - useeditor - 1 - - - useeditora - 1 - - - useeditorb - 1 - - - useeditorc - 1 - - - useforeword - 1 - - - useholder - 1 - - - useintroduction - 1 - - - usenamea - 1 - - - usenameb - 1 - - - usenamec - 1 - - - usetranslator - 0 - - - useshortauthor - 1 - - - useshorteditor - 1 - - - - - datamodel - labelalphanametemplate - labelalphatemplate - inheritance - translit - uniquenametemplate - sortingnamekeytemplate - sortingtemplate - extradatespec - labelnamespec - labeltitlespec - labeldatespec - controlversion - alphaothers - sortalphaothers - presort - texencoding - bibencoding - sortingtemplatename - sortlocale - language - autolang - indexing - hyperref - backrefsetstyle - block - pagetracker - citecounter - citetracker - ibidtracker - idemtracker - opcittracker - loccittracker - labeldate - labeltime - dateera - date - time - eventdate - eventtime - origdate - origtime - urldate - urltime - alldatesusetime - alldates - alltimes - gregorianstart - autocite - notetype - uniquelist - uniquename - refsection - refsegment - citereset - sortlos - babel - datelabel - backrefstyle - arxiv - familyinits - giveninits - prefixinits - suffixinits - useafterword - useannotator - useauthor - usebookauthor - usecommentator - useeditor - useeditora - useeditorb - useeditorc - useforeword - useholder - useintroduction - usenamea - usenameb - usenamec - usetranslator - useshortauthor - useshorteditor - debug - loadfiles - safeinputenc - sortcase - sortupper - terseinits - abbreviate - dateabbrev - clearlang - sortcites - sortsets - backref - parentracker - labeldateusetime - datecirca - dateuncertain - dateusetime - eventdateusetime - origdateusetime - urldateusetime - julian - datezeros - timezeros - timezones - seconds - autopunct - punctfont - labelnumber - labelalpha - labeltitle - labeltitleyear - labeldateparts - nohashothers - nosortothers - noroman - singletitle - uniquetitle - uniquebaretitle - uniquework - uniqueprimaryauthor - defernumbers - locallabelwidth - bibwarn - useprefix - skipbib - skipbiblist - skiplab - dataonly - defernums - firstinits - sortfirstinits - sortgiveninits - labelyear - isbn - url - doi - eprint - related - dashed - mergedate - ibidpage - mincrossrefs - minxrefs - maxnames - minnames - maxbibnames - minbibnames - maxcitenames - mincitenames - maxsortnames - minsortnames - maxitems - minitems - maxalphanames - minalphanames - maxparens - dateeraauto - - - alphaothers - sortalphaothers - presort - indexing - citetracker - ibidtracker - idemtracker - opcittracker - loccittracker - uniquelist - uniquename - familyinits - giveninits - prefixinits - suffixinits - useafterword - useannotator - useauthor - usebookauthor - usecommentator - useeditor - useeditora - useeditorb - useeditorc - useforeword - useholder - useintroduction - usenamea - usenameb - usenamec - usetranslator - useshortauthor - useshorteditor - terseinits - abbreviate - dateabbrev - clearlang - labelnumber - labelalpha - labeltitle - labeltitleyear - labeldateparts - nohashothers - nosortothers - noroman - singletitle - uniquetitle - uniquebaretitle - uniquework - uniqueprimaryauthor - useprefix - skipbib - skipbiblist - skiplab - dataonly - skiplos - labelyear - isbn - url - doi - eprint - related - mergedate - labelalphatemplate - translit - sortexclusion - sortinclusion - labelnamespec - labeltitlespec - labeldatespec - maxnames - minnames - maxbibnames - minbibnames - maxcitenames - mincitenames - maxsortnames - minsortnames - maxitems - minitems - maxalphanames - minalphanames - - - noinherit - nametemplates - labelalphanametemplatename - uniquenametemplatename - sortingnamekeytemplatename - presort - indexing - citetracker - ibidtracker - idemtracker - opcittracker - loccittracker - uniquelist - uniquename - familyinits - giveninits - prefixinits - suffixinits - useafterword - useannotator - useauthor - usebookauthor - usecommentator - useeditor - useeditora - useeditorb - useeditorc - useforeword - useholder - useintroduction - usenamea - usenameb - usenamec - usetranslator - useshortauthor - useshorteditor - terseinits - abbreviate - dateabbrev - clearlang - labelnumber - labelalpha - labeltitle - labeltitleyear - labeldateparts - nohashothers - nosortothers - noroman - singletitle - uniquetitle - uniquebaretitle - uniquework - uniqueprimaryauthor - useprefix - skipbib - skipbiblist - skiplab - dataonly - skiplos - isbn - url - doi - eprint - related - mergedate - maxnames - minnames - maxbibnames - minbibnames - maxcitenames - mincitenames - maxsortnames - minsortnames - maxitems - minitems - maxalphanames - minalphanames - - - nametemplates - labelalphanametemplatename - uniquenametemplatename - sortingnamekeytemplatename - uniquelist - uniquename - familyinits - giveninits - prefixinits - suffixinits - terseinits - nohashothers - nosortothers - useprefix - - - nametemplates - labelalphanametemplatename - uniquenametemplatename - sortingnamekeytemplatename - uniquename - familyinits - giveninits - prefixinits - suffixinits - terseinits - useprefix - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - prefix - family - - - - - shorthand - label - labelname - labelname - - - year - - - - - - labelyear - year - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - prefix - family - given - - - - - prefix - family - - - given - - - suffix - - - prefix - - - mm - - - - sf,sm,sn,pf,pm,pn,pp - family,given,prefix,suffix - boolean,integer,string,xml - default,transliteration,transcription,translation - - - article - artwork - audio - bibnote - book - bookinbook - booklet - collection - commentary - customa - customb - customc - customd - custome - customf - dataset - inbook - incollection - inproceedings - inreference - image - jurisdiction - legal - legislation - letter - manual - misc - movie - music - mvcollection - mvreference - mvproceedings - mvbook - online - patent - performance - periodical - proceedings - reference - report - review - set - software - standard - suppbook - suppcollection - suppperiodical - thesis - unpublished - video - xdata - - - sortyear - volume - volumes - abstract - addendum - annotation - booksubtitle - booktitle - booktitleaddon - chapter - edition - eid - entrysubtype - eprintclass - eprinttype - eventtitle - eventtitleaddon - gender - howpublished - indexsorttitle - indextitle - isan - isbn - ismn - isrn - issn - issue - issuesubtitle - issuetitle - iswc - journalsubtitle - journaltitle - label - langid - langidopts - library - mainsubtitle - maintitle - maintitleaddon - nameaddon - note - number - origtitle - pagetotal - part - relatedstring - relatedtype - reprinttitle - series - shorthandintro - subtitle - title - titleaddon - usera - userb - userc - userd - usere - userf - venue - version - shorthand - shortjournal - shortseries - shorttitle - sorttitle - sortshorthand - sortkey - presort - institution - lista - listb - listc - listd - liste - listf - location - organization - origlocation - origpublisher - publisher - afterword - annotator - author - bookauthor - commentator - editor - editora - editorb - editorc - foreword - holder - introduction - namea - nameb - namec - translator - shortauthor - shorteditor - sortname - authortype - editoratype - editorbtype - editorctype - editortype - bookpagination - nameatype - namebtype - namectype - pagination - pubstate - type - language - origlanguage - crossref - xref - date - endyear - year - month - day - hour - minute - second - timezone - season - endmonth - endday - endhour - endminute - endsecond - endtimezone - endseason - eventdate - eventendyear - eventyear - eventmonth - eventday - eventhour - eventminute - eventsecond - eventtimezone - eventseason - eventendmonth - eventendday - eventendhour - eventendminute - eventendsecond - eventendtimezone - eventendseason - origdate - origendyear - origyear - origmonth - origday - orighour - origminute - origsecond - origtimezone - origseason - origendmonth - origendday - origendhour - origendminute - origendsecond - origendtimezone - origendseason - urldate - urlendyear - urlyear - urlmonth - urlday - urlhour - urlminute - urlsecond - urltimezone - urlseason - urlendmonth - urlendday - urlendhour - urlendminute - urlendsecond - urlendtimezone - urlendseason - doi - eprint - file - verba - verbb - verbc - url - xdata - ids - entryset - related - keywords - options - relatedoptions - pages - execute - - - abstract - annotation - authortype - bookpagination - crossref - day - endday - endhour - endminute - endmonth - endseason - endsecond - endtimezone - endyear - entryset - entrysubtype - execute - file - gender - hour - ids - indextitle - indexsorttitle - isan - ismn - iswc - keywords - label - langid - langidopts - library - lista - listb - listc - listd - liste - listf - minute - month - nameaddon - options - origday - origendday - origendhour - origendminute - origendmonth - origendseason - origendsecond - origendtimezone - origendyear - orighour - origminute - origmonth - origseason - origsecond - origtimezone - origyear - origlocation - origpublisher - origtitle - pagination - presort - related - relatedoptions - relatedstring - relatedtype - season - second - shortauthor - shorteditor - shorthand - shorthandintro - shortjournal - shortseries - shorttitle - sortkey - sortname - sortshorthand - sorttitle - sortyear - timezone - url - urlday - urlendday - urlendhour - urlendminute - urlendmonth - urlendsecond - urlendtimezone - urlendyear - urlhour - urlminute - urlmonth - urlsecond - urltimezone - urlyear - usera - userb - userc - userd - usere - userf - verba - verbb - verbc - xdata - xref - year - - - set - entryset - - - article - addendum - annotator - author - commentator - doi - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eid - eprint - eprintclass - eprinttype - issn - issue - issuetitle - issuesubtitle - journalsubtitle - journaltitle - language - note - number - origlanguage - pages - pubstate - series - subtitle - title - titleaddon - translator - version - volume - - - bibnote - note - - - book - author - addendum - afterword - annotator - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - maintitle - maintitleaddon - mainsubtitle - note - number - origlanguage - pages - pagetotal - part - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - mvbook - addendum - afterword - annotator - author - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - note - number - origlanguage - pagetotal - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - inbook - bookinbook - suppbook - addendum - afterword - annotator - author - booktitle - bookauthor - booksubtitle - booktitleaddon - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - origlanguage - part - publisher - pages - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - booklet - addendum - author - chapter - doi - editor - editortype - eprint - eprintclass - eprinttype - howpublished - language - location - note - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - - - collection - reference - addendum - afterword - annotator - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - origlanguage - pages - pagetotal - part - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - mvcollection - mvreference - addendum - afterword - annotator - author - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - note - number - origlanguage - publisher - pubstate - subtitle - title - titleaddon - translator - volume - volumes - - - incollection - suppcollection - inreference - addendum - afterword - annotator - author - booksubtitle - booktitle - booktitleaddon - chapter - commentator - doi - edition - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - foreword - introduction - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - origlanguage - pages - part - publisher - pubstate - series - subtitle - title - titleaddon - translator - volume - volumes - - - dataset - addendum - author - doi - edition - editor - editortype - eprint - eprintclass - eprinttype - language - location - note - number - organization - publisher - pubstate - series - subtitle - title - titleaddon - type - version - - - manual - addendum - author - chapter - doi - edition - editor - editortype - eprint - eprintclass - eprinttype - isbn - language - location - note - number - organization - pages - pagetotal - publisher - pubstate - series - subtitle - title - titleaddon - type - version - - - misc - software - addendum - author - doi - editor - editortype - eprint - eprintclass - eprinttype - howpublished - language - location - note - organization - pubstate - subtitle - title - titleaddon - type - version - - - online - addendum - author - doi - editor - editortype - eprint - eprintclass - eprinttype - language - note - organization - pubstate - subtitle - title - titleaddon - version - - - patent - addendum - author - doi - eprint - eprintclass - eprinttype - holder - location - note - number - pubstate - subtitle - title - titleaddon - type - version - - - periodical - addendum - doi - editor - editora - editorb - editorc - editortype - editoratype - editorbtype - editorctype - eprint - eprintclass - eprinttype - issn - issue - issuesubtitle - issuetitle - language - note - number - pubstate - season - series - subtitle - title - volume - - - mvproceedings - addendum - doi - editor - editortype - eprint - eprintclass - eprinttype - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - isbn - language - location - note - number - organization - pagetotal - publisher - pubstate - series - subtitle - title - titleaddon - venue - volumes - - - proceedings - addendum - chapter - doi - editor - editortype - eprint - eprintclass - eprinttype - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - organization - pages - pagetotal - part - publisher - pubstate - series - subtitle - title - titleaddon - venue - volume - volumes - - - inproceedings - addendum - author - booksubtitle - booktitle - booktitleaddon - chapter - doi - editor - editortype - eprint - eprintclass - eprinttype - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - isbn - language - location - mainsubtitle - maintitle - maintitleaddon - note - number - organization - pages - part - publisher - pubstate - series - subtitle - title - titleaddon - venue - volume - volumes - - - report - addendum - author - chapter - doi - eprint - eprintclass - eprinttype - institution - isrn - language - location - note - number - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - version - - - thesis - addendum - author - chapter - doi - eprint - eprintclass - eprinttype - institution - language - location - note - pages - pagetotal - pubstate - subtitle - title - titleaddon - type - - - unpublished - addendum - author - eventday - eventendday - eventendhour - eventendminute - eventendmonth - eventendseason - eventendsecond - eventendtimezone - eventendyear - eventhour - eventminute - eventmonth - eventseason - eventsecond - eventtimezone - eventyear - eventtitle - eventtitleaddon - howpublished - language - location - note - pubstate - subtitle - title - titleaddon - type - venue - - - abstract - addendum - afterword - annotator - author - bookauthor - booksubtitle - booktitle - booktitleaddon - chapter - commentator - editor - editora - editorb - editorc - foreword - holder - institution - introduction - issuesubtitle - issuetitle - journalsubtitle - journaltitle - location - mainsubtitle - maintitle - maintitleaddon - nameaddon - note - organization - origlanguage - origlocation - origpublisher - origtitle - part - publisher - relatedstring - series - shortauthor - shorteditor - shorthand - shortjournal - shortseries - shorttitle - sortname - sortshorthand - sorttitle - subtitle - title - titleaddon - translator - venue - - - article - book - inbook - bookinbook - suppbook - booklet - collection - incollection - suppcollection - manual - misc - mvbook - mvcollection - online - patent - periodical - suppperiodical - proceedings - inproceedings - reference - inreference - report - set - thesis - unpublished - - - date - year - - - - - set - - entryset - - - - article - - author - journaltitle - title - - - - book - mvbook - mvcollection - mvreference - - author - title - - - - inbook - bookinbook - suppbook - - author - title - booktitle - - - - booklet - - - author - editor - - title - - - - collection - reference - - editor - title - - - - incollection - suppcollection - inreference - - author - editor - title - booktitle - - - - dataset - - title - - - - manual - - title - - - - misc - software - - title - - - - online - - title - - url - doi - eprint - - - - - patent - - author - title - number - - - - periodical - - editor - title - - - - proceedings - mvproceedings - - editor - title - - - - inproceedings - - author - title - booktitle - - - - report - - author - title - type - institution - - - - thesis - - author - title - type - institution - - - - unpublished - - author - title - - - - - isbn - - - issn - - - ismn - - - date - eventdate - origdate - urldate - - - gender - - - - - - - References.bib - - - EsaTweet - ArsTechnicaStatement - EsaBlog - Kessler1978 - Macauley_1998 - Adilov2019 - adilov_alexander_cunningham_2015 - RaoRondina2020 - Rao2020 - RaoRondina2020 - adilov_alexander_cunningham_2018 - RaoRondina2020 - RaoRondina2020 - adilov_alexander_cunningham_2018 - adilov_alexander_cunningham_2018 - Adilov2019 - - - - - citeorder - - - - - - diff --git a/Writing/CurrentWriting/DynamicConstellationOrbits.blg b/Writing/CurrentWriting/DynamicConstellationOrbits.blg deleted file mode 100644 index 254c37e..0000000 --- a/Writing/CurrentWriting/DynamicConstellationOrbits.blg +++ /dev/null @@ -1,17 +0,0 @@ -[0] Config.pm:304> INFO - This is Biber 2.14 (beta) -[0] Config.pm:307> INFO - Logfile is 'DynamicConstellationOrbits.blg' -[157] biber:322> INFO - === Wed Dec 23, 2020, 23:00:51 -[174] Biber.pm:415> INFO - Reading 'DynamicConstellationOrbits.bcf' -[260] Biber.pm:943> INFO - Found 10 citekeys in bib section 0 -[280] Biber.pm:4256> INFO - Processing section 0 -[281] Utils.pm:75> INFO - Globbing data source 'References.bib' -[281] Utils.pm:91> INFO - Globbed data source 'References.bib' to References.bib -[296] Biber.pm:4455> INFO - Looking for bibtex format file 'References.bib' for section 0 -[303] bibtex.pm:1653> INFO - LaTeX decoding ... -[361] bibtex.pm:1471> INFO - Found BibTeX data source 'References.bib' -[510] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized' -[510] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable' -[510] Biber.pm:4084> INFO - Sorting list 'none/global//global/global' of type 'entry' with template 'none' and locale 'en-US' -[510] Biber.pm:4090> INFO - No sort tailoring available for locale 'en-US' -[526] bbl.pm:652> INFO - Writing 'DynamicConstellationOrbits.bbl' with encoding 'UTF-8' -[537] bbl.pm:755> INFO - Output to DynamicConstellationOrbits.bbl diff --git a/Writing/CurrentWriting/DynamicConstellationOrbits.dvi b/Writing/CurrentWriting/DynamicConstellationOrbits.dvi deleted file mode 100644 index b32e6bfda0dccf6106c020775b1aca5ef156613b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 64992 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

V|ET2Ub^=9UXU;Osir=i}g?^H4ru>^dHv zPS)6UW=VBRQn@^oNW0dZa@>N2wYi00xMeHw`+@TpRL=+f?|NeO(%MC(^Oh}HzMytd z?V=MF*mD;+a5|>i`tEqGAf-A@Q<`${DlDz1_iVLs5pYt5H~#ku`RC z)!VOK0%1E%c6Q(?)p3AcLEbWUdCloEL<}vUTVN|fSuX8OoV`&zP!3%4Ly-g5T!i(< zS4Wj~5r=9-(JWH4za(N;AT|jZk%QIXM{?+@^~wD}(dF$4+9w3uWhHXKk&Xhe!-4;cL-2@Oz^9L${t zf3wTt@MzS}fMgVmelz_Py}eRIVeAGI+D-X-;(f#2h~wp55#f&{GfXZJAYS~P6*IhO zhawlhSjF!x7s~@5mLXz|V(erqD69DWUy!nj-*4Yqy1CI*0yn;nmk5US^ceoLV{6rN5k}yctzfTH@hUS;ef%ipuHb7`+Qdf~$A% zm?#}s!muC8{oS{XGCY-{7q zn;e~DyxHXH6g=+OC!7I~V-9?&hsTgIaE=3e`yzGzpabA8qxgJZQf zpX-O!+Mcb(>Er$HnU5lg)z+t5FA(B|AF8^#;Q(&CHF4P2YI=8dqq90Ye?Ft0_)|5M z|7ir`^(pyJBM`3=)agY3pGF`&)mKLHe&~1j0TN za#zj2q(e%N?jqs0#;elzgRY4W*cJuH?1z2Lce))tY5F*&{V!T_LG%C9XYH((eBjSt zA8^TSmU*n(AEl$HnFlp~O^pY<>? z+`gQ~v9~?;E>e*g9MLsZr+Oa-*0MhrWJXjj8_kOG6*t=W1lL*G0TK~O7pYBs>e0X@YyDglH{UXLn8x& z&-RC|`7L1J1MVn;PJkv=7#e*x{>QhkB5`_3@{hl9Wvs5Cdz?6cl=MsXu#{kfSIpLMrCOkWIl7|^O* z;0)|%ot=(}E8zNBl5>m9K5N%hN3z4UgTyR8Yk{3F=)Mlc`5JD#&ePy-;z-U-ssPUG z8hlmXT9!1J`F`2GDFB&;>wIgU_no9}_C!qCg)M0R^QZRtIv!Lklcu z^jXs7^4k&yk-dcsAa{TT%|A patch level 2 -L3 programming layer <2020-02-14> -(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls -Document Class: article 2019/12/20 v1.4l Standard LaTeX document class -(/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo -File: size12.clo 2019/12/20 v1.4l Standard LaTeX file (size option) -) -\c@part=\count167 -\c@section=\count168 -\c@subsection=\count169 -\c@subsubsection=\count170 -\c@paragraph=\count171 -\c@subparagraph=\count172 -\c@figure=\count173 -\c@table=\count174 -\abovecaptionskip=\skip47 -\belowcaptionskip=\skip48 -\bibindent=\dimen134 -) -(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty -Package: geometry 2020/01/02 v5.9 Page Geometry - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty -Package: keyval 2014/10/28 v1.15 key=value parser (DPC) -\KV@toks@=\toks14 -) -(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty -Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. - -(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty -Package: iftex 2019/11/07 v1.0c TeX engine tests -)) -\Gm@cnth=\count175 -\Gm@cntv=\count176 -\c@Gm@tempcnt=\count177 -\Gm@bindingoffset=\dimen135 -\Gm@wd@mp=\dimen136 -\Gm@odd@mp=\dimen137 -\Gm@even@mp=\dimen138 -\Gm@layoutwidth=\dimen139 -\Gm@layoutheight=\dimen140 -\Gm@layouthoffset=\dimen141 -\Gm@layoutvoffset=\dimen142 -\Gm@dimlist=\toks15 -) -(/usr/share/texlive/texmf-dist/tex/latex/subfiles/subfiles.sty -Package: subfiles 2020/02/14 v1.6 Multi-file projects (package) - -(/usr/share/texlive/texmf-dist/tex/latex/import/import.sty -Package: import 2009/03/23 v 5.1 -)) -(/usr/share/texlive/texmf-dist/tex/latex/setspace/setspace.sty -Package: setspace 2011/12/19 v6.7a set line spacing -) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty -Package: amsmath 2020/01/20 v2.17e AMS math features -\@mathmargin=\skip49 - -For additional information on amsmath, use the `?' option. -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty -Package: amstext 2000/06/29 v2.01 AMS text - -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty -File: amsgen.sty 1999/11/30 v2.0 generic functions -\@emptytoks=\toks16 -\ex@=\dimen143 -)) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty -Package: amsbsy 1999/11/29 v1.2d Bold Symbols -\pmbraise@=\dimen144 -) -(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty -Package: amsopn 2016/03/08 v2.02 operator names -) -\inf@bad=\count178 -LaTeX Info: Redefining \frac on input line 227. -\uproot@=\count179 -\leftroot@=\count180 -LaTeX Info: Redefining \overline on input line 389. -\classnum@=\count181 -\DOTSCASE@=\count182 -LaTeX Info: Redefining \ldots on input line 486. -LaTeX Info: Redefining \dots on input line 489. -LaTeX Info: Redefining \cdots on input line 610. -\Mathstrutbox@=\box45 -\strutbox@=\box46 -\big@size=\dimen145 -LaTeX Font Info: Redeclaring font encoding OML on input line 733. -LaTeX Font Info: Redeclaring font encoding OMS on input line 734. -\macc@depth=\count183 -\c@MaxMatrixCols=\count184 -\dotsspace@=\muskip16 -\c@parentequation=\count185 -\dspbrk@lvl=\count186 -\tag@help=\toks17 -\row@=\count187 -\column@=\count188 -\maxfields@=\count189 -\andhelp@=\toks18 -\eqnshift@=\dimen146 -\alignsep@=\dimen147 -\tagshift@=\dimen148 -\tagwidth@=\dimen149 -\totwidth@=\dimen150 -\lineht@=\dimen151 -\@envbody=\toks19 -\multlinegap=\skip50 -\multlinetaggap=\skip51 -\mathdisplay@stack=\toks20 -LaTeX Info: Redefining \[ on input line 2859. -LaTeX Info: Redefining \] on input line 2860. -) -(/usr/share/texlive/texmf-dist/tex/latex/mathtools/mathtools.sty -Package: mathtools 2020/01/17 v1.23 mathematical typesetting tools - -(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty -Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ) -\calc@Acount=\count190 -\calc@Bcount=\count191 -\calc@Adimen=\dimen152 -\calc@Bdimen=\dimen153 -\calc@Askip=\skip52 -\calc@Bskip=\skip53 -LaTeX Info: Redefining \setlength on input line 80. -LaTeX Info: Redefining \addtolength on input line 81. -\calc@Ccount=\count192 -\calc@Cskip=\skip54 -) -(/usr/share/texlive/texmf-dist/tex/latex/mathtools/mhsetup.sty -Package: mhsetup 2017/03/31 v1.3 programming setup (MH) -) -LaTeX Info: Thecontrolsequence`\('isalreadyrobust on input line 129. -LaTeX Info: Thecontrolsequence`\)'isalreadyrobust on input line 129. -LaTeX Info: Thecontrolsequence`\['isalreadyrobust on input line 129. -LaTeX Info: Thecontrolsequence`\]'isalreadyrobust on input line 129. -\g_MT_multlinerow_int=\count193 -\l_MT_multwidth_dim=\dimen154 -\origjot=\skip55 -\l_MT_shortvdotswithinadjustabove_dim=\dimen155 -\l_MT_shortvdotswithinadjustbelow_dim=\dimen156 -\l_MT_above_intertext_sep=\dimen157 -\l_MT_below_intertext_sep=\dimen158 -\l_MT_above_shortintertext_sep=\dimen159 -\l_MT_below_shortintertext_sep=\dimen160 -) -(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty -Package: amsthm 2017/10/31 v2.20.4 -\thm@style=\toks21 -\thm@bodyfont=\toks22 -\thm@headfont=\toks23 -\thm@notefont=\toks24 -\thm@headpunct=\toks25 -\thm@preskip=\skip56 -\thm@postskip=\skip57 -\thm@headsep=\skip58 -\dth@everypar=\toks26 -) -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty -Package: amssymb 2013/01/14 v3.01 AMS font symbols - -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty -Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support -\symAMSa=\mathgroup4 -\symAMSb=\mathgroup5 -LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. -LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' -(Font) U/euf/m/n --> U/euf/b/n on input line 106. -)) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thmtools.sty -Package: thmtools 2019/12/22 v68 -\thmt@toks=\toks27 -\c@thmt@dummyctr=\count194 - -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-patch.sty -Package: thm-patch 2019/12/22 v68 - -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/parseargs.sty -Package: parseargs 2019/12/22 v68 -\@parsespec=\toks28 -)) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-kv.sty -Package: thm-kv 2019/12/22 v68 -Package thm-kv Info: Theorem names will be uppercased on input line 39. - -(/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty -Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) -) -Package thm-kv Info: kvsetkeys patch (v1.16 or later) on input line 155. -) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-autoref.sty -Package: thm-autoref 2019/12/22 v68 - -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/aliasctr.sty -Package: aliasctr 2019/12/22 v68 -)) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-listof.sty -Package: thm-listof 2019/12/22 v68 -) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-restate.sty -Package: thm-restate 2019/12/22 v68 -) -(/usr/share/texlive/texmf-dist/tex/latex/thmtools/thm-amsthm.sty -Package: thm-amsthm 2019/12/22 v68 -\thmt@style@headstyle=\toks29 -)) -(/usr/share/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty -Package: cleveref 2018/03/27 v0.21.4 Intelligent cross-referencing -Package cleveref Info: `amsthm' support loaded on input line 3026. -) -(/usr/share/texlive/texmf-dist/tex/latex/harpoon/harpoon.sty -Package: harpoon 1994/11/02 Harpoon drawing package by Tobias Kuipers - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty -Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty -Package: trig 2016/01/03 v1.10 sin cos tan (DPC) -) -(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg -File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration -) -Package graphics Info: Driver file: pdftex.def on input line 105. - -(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def -File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex -)) -\argwd=\skip59 -\arght=\skip60 -) -(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty -Package: etoolbox 2019/09/21 v2.5h e-TeX tools for LaTeX (JAW) -\etb@tempcnta=\count195 -) -\c@theorem=\count196 - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty -Package: biblatex 2019/12/01 v3.14 programmable bibliographies (PK/MW) - -(/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty -Package: pdftexcmds 2019/11/24 v0.31 Utility functions of pdfTeX for LuaTeX (HO -) - -(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty -Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) -) -(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty -Package: ltxcmds 2019/12/15 v1.24 LaTeX kernel commands for general use (HO) -) -Package pdftexcmds Info: \pdf@primitive is available. -Package pdftexcmds Info: \pdf@ifprimitive is available. -Package pdftexcmds Info: \pdfdraftmode found. -) -(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty -Package: kvoptions 2019/11/29 v3.13 Key value format for package options (HO) -) -(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty -Package: logreq 2010/08/04 v1.0 xml request logger -\lrq@indent=\count197 - -(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def -File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 -)) -(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty -Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) -) -(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty -\Urlmuskip=\muskip17 -Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. -) -\c@tabx@nest=\count198 -\c@listtotal=\count199 -\c@listcount=\count266 -\c@liststart=\count267 -\c@liststop=\count268 -\c@citecount=\count269 -\c@citetotal=\count270 -\c@multicitecount=\count271 -\c@multicitetotal=\count272 -\c@instcount=\count273 -\c@maxnames=\count274 -\c@minnames=\count275 -\c@maxitems=\count276 -\c@minitems=\count277 -\c@citecounter=\count278 -\c@maxcitecounter=\count279 -\c@savedcitecounter=\count280 -\c@uniquelist=\count281 -\c@uniquename=\count282 -\c@refsection=\count283 -\c@refsegment=\count284 -\c@maxextratitle=\count285 -\c@maxextratitleyear=\count286 -\c@maxextraname=\count287 -\c@maxextradate=\count288 -\c@maxextraalpha=\count289 -\c@abbrvpenalty=\count290 -\c@highnamepenalty=\count291 -\c@lownamepenalty=\count292 -\c@maxparens=\count293 -\c@parenlevel=\count294 -\blx@tempcnta=\count295 -\blx@tempcntb=\count296 -\blx@tempcntc=\count297 -\blx@maxsection=\count298 -\blx@maxsegment@0=\count299 -\blx@notetype=\count300 -\blx@parenlevel@text=\count301 -\blx@parenlevel@foot=\count302 -\blx@sectionciteorder@0=\count303 -\blx@entrysetcounter=\count304 -\labelnumberwidth=\skip61 -\labelalphawidth=\skip62 -\biblabelsep=\skip63 -\bibitemsep=\skip64 -\bibnamesep=\skip65 -\bibinitsep=\skip66 -\bibparsep=\skip67 -\bibhang=\skip68 -\blx@bcfin=\read2 -\blx@bcfout=\write3 -\blx@langwohyphens=\language7 -\c@mincomprange=\count305 -\c@maxcomprange=\count306 -\c@mincompwidth=\count307 -Package biblatex Info: Trying to load biblatex default data model... -Package biblatex Info: ... file 'blx-dm.def' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def -File: blx-dm.def 2019/12/01 v3.14 biblatex localization (PK/MW) -) -Package biblatex Info: Trying to load biblatex style data model... -Package biblatex Info: ... file 'authoryear-ibid.dbx' not found. -Package biblatex Info: Trying to load biblatex custom data model... -Package biblatex Info: ... file 'biblatex-dm.cfg' not found. -\c@afterword=\count308 -\c@savedafterword=\count309 -\c@annotator=\count310 -\c@savedannotator=\count311 -\c@author=\count312 -\c@savedauthor=\count313 -\c@bookauthor=\count314 -\c@savedbookauthor=\count315 -\c@commentator=\count316 -\c@savedcommentator=\count317 -\c@editor=\count318 -\c@savededitor=\count319 -\c@editora=\count320 -\c@savededitora=\count321 -\c@editorb=\count322 -\c@savededitorb=\count323 -\c@editorc=\count324 -\c@savededitorc=\count325 -\c@foreword=\count326 -\c@savedforeword=\count327 -\c@holder=\count328 -\c@savedholder=\count329 -\c@introduction=\count330 -\c@savedintroduction=\count331 -\c@namea=\count332 -\c@savednamea=\count333 -\c@nameb=\count334 -\c@savednameb=\count335 -\c@namec=\count336 -\c@savednamec=\count337 -\c@translator=\count338 -\c@savedtranslator=\count339 -\c@shortauthor=\count340 -\c@savedshortauthor=\count341 -\c@shorteditor=\count342 -\c@savedshorteditor=\count343 -\c@labelname=\count344 -\c@savedlabelname=\count345 -\c@institution=\count346 -\c@savedinstitution=\count347 -\c@lista=\count348 -\c@savedlista=\count349 -\c@listb=\count350 -\c@savedlistb=\count351 -\c@listc=\count352 -\c@savedlistc=\count353 -\c@listd=\count354 -\c@savedlistd=\count355 -\c@liste=\count356 -\c@savedliste=\count357 -\c@listf=\count358 -\c@savedlistf=\count359 -\c@location=\count360 -\c@savedlocation=\count361 -\c@organization=\count362 -\c@savedorganization=\count363 -\c@origlocation=\count364 -\c@savedoriglocation=\count365 -\c@origpublisher=\count366 -\c@savedorigpublisher=\count367 -\c@publisher=\count368 -\c@savedpublisher=\count369 -\c@language=\count370 -\c@savedlanguage=\count371 -\c@origlanguage=\count372 -\c@savedoriglanguage=\count373 -\c@pageref=\count374 -\c@savedpageref=\count375 -\shorthandwidth=\skip69 -\shortjournalwidth=\skip70 -\shortserieswidth=\skip71 -\shorttitlewidth=\skip72 -\shortauthorwidth=\skip73 -\shorteditorwidth=\skip74 -\locallabelnumberwidth=\skip75 -\locallabelalphawidth=\skip76 -\localshorthandwidth=\skip77 -\localshortjournalwidth=\skip78 -\localshortserieswidth=\skip79 -\localshorttitlewidth=\skip80 -\localshortauthorwidth=\skip81 -\localshorteditorwidth=\skip82 -Package biblatex Info: Trying to load compatibility code... -Package biblatex Info: ... file 'blx-compat.def' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def -File: blx-compat.def 2019/12/01 v3.14 biblatex compatibility (PK/MW) -) -Package biblatex Info: Trying to load generic definitions... -Package biblatex Info: ... file 'biblatex.def' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.def -File: biblatex.def 2019/12/01 v3.14 biblatex compatibility (PK/MW) -\c@textcitecount=\count376 -\c@textcitetotal=\count377 -\c@textcitemaxnames=\count378 -\c@biburlbigbreakpenalty=\count379 -\c@biburlbreakpenalty=\count380 -\c@biburlnumpenalty=\count381 -\c@biburlucpenalty=\count382 -\c@biburllcpenalty=\count383 -\biburlbigskip=\muskip18 -\biburlnumskip=\muskip19 -\biburlucskip=\muskip20 -\biburllcskip=\muskip21 -\c@smartand=\count384 -) -Package biblatex Info: Trying to load bibliography style 'authoryear-ibid'... -Package biblatex Info: ... file 'authoryear-ibid.bbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/authoryear-ibid.bbx -File: authoryear-ibid.bbx 2019/12/01 v3.14 biblatex bibliography style (PK/MW) -Package biblatex Info: Trying to load bibliography style 'authoryear'... -Package biblatex Info: ... file 'authoryear.bbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx -File: authoryear.bbx 2019/12/01 v3.14 biblatex bibliography style (PK/MW) -Package biblatex Info: Trying to load bibliography style 'standard'... -Package biblatex Info: ... file 'standard.bbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx -File: standard.bbx 2019/12/01 v3.14 biblatex bibliography style (PK/MW) -\c@bbx:relatedcount=\count385 -\c@bbx:relatedtotal=\count386 -))) -Package biblatex Info: Trying to load citation style 'authoryear-ibid'... -Package biblatex Info: ... file 'authoryear-ibid.cbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/cbx/authoryear-ibid.cbx -File: authoryear-ibid.cbx 2019/12/01 v3.14 biblatex citation style (PK/MW) -Package biblatex Info: Redefining '\cite'. -Package biblatex Info: Redefining '\parencite'. -Package biblatex Info: Redefining '\footcite'. -Package biblatex Info: Redefining '\footcitetext'. -Package biblatex Info: Redefining '\smartcite'. -Package biblatex Info: Redefining '\textcite'. -Package biblatex Info: Redefining '\textcites'. -) -Package biblatex Info: Trying to load configuration file... -Package biblatex Info: ... file 'biblatex.cfg' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg -File: biblatex.cfg -)) -\@quotelevel=\count387 -\@quotereset=\count388 - -(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def -File: l3backend-pdfmode.def 2020-02-03 L3 backend support: PDF mode -\l__kernel_color_stack_int=\count389 -\l__pdf_internal_box=\box47 -) -(./DynamicConstellationOrbits.aux - -LaTeX Warning: Label `EQ:viii' multiply defined. - - -LaTeX Warning: Label `EQ:viii@cref' multiply defined. - -) -\openout1 = `DynamicConstellationOrbits.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 94. -LaTeX Font Info: ... okay on input line 94. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 94. -LaTeX Font Info: ... okay on input line 94. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 94. -LaTeX Font Info: ... okay on input line 94. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 94. -LaTeX Font Info: ... okay on input line 94. -LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 94. -LaTeX Font Info: ... okay on input line 94. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 94. -LaTeX Font Info: ... okay on input line 94. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 94. -LaTeX Font Info: ... okay on input line 94. - -*geometry* driver: auto-detecting -*geometry* detected driver: pdftex -*geometry* verbose mode - [ preamble ] result: -* driver: pdftex -* paper: -* layout: -* layoutoffset:(h,v)=(0.0pt,0.0pt) -* modes: -* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt) -* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt) -* \paperwidth=614.295pt -* \paperheight=794.96999pt -* \textwidth=469.75502pt -* \textheight=650.43001pt -* \oddsidemargin=0.0pt -* \evensidemargin=0.0pt -* \topmargin=-37.0pt -* \headheight=12.0pt -* \headsep=25.0pt -* \topskip=12.0pt -* \footskip=30.0pt -* \marginparwidth=44.0pt -* \marginparsep=10.0pt -* \columnsep=10.0pt -* \skip\footins=10.8pt plus 4.0pt minus 2.0pt -* \hoffset=0.0pt -* \voffset=0.0pt -* \mag=1000 -* \@twocolumnfalse -* \@twosidefalse -* \@mparswitchfalse -* \@reversemarginfalse -* (1in=72.27pt=25.4mm, 1cm=28.453pt) - -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty -Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR) -\Gin@req@height=\dimen161 -\Gin@req@width=\dimen162 -) -(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii -[Loading MPS to PDF converter (version 2006.09.02).] -\scratchcounter=\count390 -\scratchdimen=\dimen163 -\scratchbox=\box48 -\nofMPsegments=\count391 -\nofMParguments=\count392 -\everyMPshowfont=\toks30 -\MPscratchCnt=\count393 -\MPscratchDim=\dimen164 -\MPnumerator=\count394 -\makeMPintoPDFobject=\count395 -\everyMPtoPDFconversion=\toks31 -) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty -Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf -Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 -85. - -(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg -File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv -e -)) -Package biblatex Info: Trying to load language 'english'... -Package biblatex Info: ... file 'english.lbx' found. - -(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx -File: english.lbx 2019/12/01 v3.14 biblatex localization (PK/MW) -) -Package biblatex Info: Input encoding 'utf8' detected. -Package biblatex Info: Automatic encoding selection. -(biblatex) Assuming data encoding 'utf8'. -\openout3 = `DynamicConstellationOrbits.bcf'. - -Package biblatex Info: Trying to load bibliographic data... -Package biblatex Info: ... file 'DynamicConstellationOrbits.bbl' found. - -(./DynamicConstellationOrbits.bbl) -Package biblatex Info: Reference section=0 on input line 94. -Package biblatex Info: Reference segment=0 on input line 94. -LaTeX Font Info: Trying to load font information for U+msa on input line 96. - - -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd -File: umsa.fd 2013/01/14 v3.01 AMS symbols A -) -LaTeX Font Info: Trying to load font information for U+msb on input line 96. - - -(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd -File: umsb.fd 2013/01/14 v3.01 AMS symbols B -) - -LaTeX Warning: No \author given. - -[1 - -{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] -(./DynamicConstellationOrbits.toc) -\tf@toc=\write4 -\openout4 = `DynamicConstellationOrbits.toc'. - - [3] [4] [5] [6] [7] -Overfull \hbox (0.58609pt too wide) in paragraph at lines 341--344 -[]\OT1/cmr/m/n/12 Between the launch rate and de-struc-tion rate, I ob-tain a l -aw of mo-tion for both constellation- - [] - -[8] [9] (./includes/Appendix_constellation_program.tex [10] [11] [12]) -(./includes/Appendix_planner_program.tex [13]) [14] [15] [16] -Overfull \hbox (26.5352pt too wide) detected at line 602 -[] - [] - -[17] [18] [19] [20] [21] [22] (./includes/Appendix_Survival_direct.tex) -[23] (./DynamicConstellationOrbits.aux) - -LaTeX Warning: There were multiply-defined labels. - -Package logreq Info: Writing requests to 'DynamicConstellationOrbits.run.xml'. -\openout1 = `DynamicConstellationOrbits.run.xml'. - - ) -Here is how much of TeX's memory you used: - 13087 strings out of 483107 - 238858 string characters out of 5964629 - 868134 words of memory out of 5000000 - 27943 multiletter control sequences out of 15000+600000 - 543867 words of font info for 68 fonts, out of 8000000 for 9000 - 59 hyphenation exceptions out of 8191 - 44i,16n,60p,2490b,1961s stack positions out of 5000i,500n,10000p,200000b,80000s - -Output written on DynamicConstellationOrbits.pdf (23 pages, 257255 bytes). -PDF statistics: - 156 PDF objects out of 1000 (max. 8388607) - 110 compressed objects within 2 object streams - 0 named destinations out of 1000 (max. 500000) - 1 words of extra memory for PDF output out of 10000 (max. 10000000) - diff --git a/Writing/CurrentWriting/DynamicConstellationOrbits.run.xml b/Writing/CurrentWriting/DynamicConstellationOrbits.run.xml deleted file mode 100644 index c0fecae..0000000 --- a/Writing/CurrentWriting/DynamicConstellationOrbits.run.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - -]> - - - latex - - DynamicConstellationOrbits.bcf - - - DynamicConstellationOrbits.bbl - - - blx-dm.def - blx-compat.def - biblatex.def - standard.bbx - authoryear.bbx - authoryear-ibid.bbx - authoryear-ibid.cbx - biblatex.cfg - english.lbx - - - - biber - - biber - DynamicConstellationOrbits - - - DynamicConstellationOrbits.bcf - - - DynamicConstellationOrbits.bbl - - - DynamicConstellationOrbits.bbl - - - DynamicConstellationOrbits.bcf - - - References.bib - - - diff --git a/Writing/CurrentWriting/DynamicConstellationOrbits.tex.bak b/Writing/CurrentWriting/DynamicConstellationOrbits.tex.bak deleted file mode 100644 index b372aef..0000000 --- a/Writing/CurrentWriting/DynamicConstellationOrbits.tex.bak +++ /dev/null @@ -1,779 +0,0 @@ -\documentclass[12pt]{article} - -%%%%%%%%%Packages%%%%%%%%%%%%%%% -\usepackage{geometry} -\geometry{verbose,tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in} -\setlength{\parskip}{7pt} -\setlength{\parindent}{6pt} -%\setlength{\parindent}{0pt} - -\usepackage{subfiles} - -\usepackage{setspace} -\doublespacing - -\usepackage{amsmath} -\usepackage{mathtools} -\usepackage{amsthm} -\usepackage{amssymb} -\usepackage{thmtools, thm-restate} -\usepackage{cleveref} -\usepackage{harpoon} -\newcommand*{\vect}[1]{\overrightharp{\ensuremath{#1}}} - -%Add institute to title -\usepackage{etoolbox} -\makeatletter -\providecommand{\institute}[1]{% add institute to \maketitle -\apptocmd{\@author}{\end{tabular} -\par -\begin{tabular}[t]{c} -#1}{}{} -} -\makeatother - - - -%%%%%%%%%%%%SETUP THEOREMS%%%%%%%%%%%%%%%%%%%%%% -\declaretheorem[within=subsection]{theorem} - - -%%%%%%%%%%%%FORMATTING%%%%%%%%%%%%%%%%%%%%% -%Math formatting -\newcommand{\bb}[1]{\mathbb{#1}} -\newcommand{\parder}[3]{\ensuremath{ \frac{\partial^{#3} #1}{\partial #2~^{#3}}}} -\newcommand{\der}[3]{\ensuremath{ \frac{d^{#3} #1}{d #2~^{#3}}}} - -%Stats Related -%\newcommand{\likeli}[2]{\text{L}\left( #1 | #2 \right)} -\newcommand{\pr}[1]{\text{Pr}\left( #1 \right)} - -%These are some formatting/reminder commands -\newcommand{\todo}[1]{ - \textbf{\#TODO: \underline{#1}} -} - - -%%%%%%%%%%%%%%%Math Operators%%%%%%%%%%%%%%%%%% -\DeclareMathOperator{\argmax}{argmax} -\DeclareMathOperator*{\plim}{plim} -\DeclareMathOperator*{\adj}{adj} - - -%%%%%%%%%%%%%%INTERNAL REFERENCES%%%%%%%%%%%%%% -\newcommand{\eref}[1]{Eq. \ref{#1}} - - - - -%%%%%%%%%%%%%%Bibliography%%%%%%%%%%%%%%% -\usepackage[backend=biber, - ,sorting=none - ,style=authoryear-ibid - ,autocite=footnote - ]{biblatex} -\addbibresource{References.bib} -%%%%% Adjust this at some point. -%This is how to perform citations. -% Use \cite{ref} to get a numerical reference to the bibliography -% Use \citetitle{ref} to get the title as a citation -% Use \fullcite{ref} to insert the full reference. -% Use \autcite{ref} to get formatted references - -%%%%%%%%%%%%%%Other commands%%%%%%%%%%%%%% -\providecommand{\keywords}[1]{\textbf{\textit{Keywords:}} #1} -\providecommand{\jel}[1]{\textbf{\textit{JEL Codes:}} #1} - - -%%%%%%%%%%%%CUSTOMIZATION%%%%%%%%%%%%%%%%%%%%%% -\title{Dynamic Launch Decisions for Satellite Constellation Operators} -%Alternate title? Constellations in Orbit -%\author{William King} -\institute{Washington State University} - -\begin{document} - -\maketitle - -\begin{abstract} - %Justification. - Over the last decades, new technology has made low earth orbits (LEOs) more accessible, and - the resulting increase in LEO satellites has increased the risk of collision. - %Discuss pollution externality - Orbital operations produce an externality through the creation of debris during launch, - operation, and collisions which contributes to the risk of destruction. - %Discuss debris propagation - This effect is compounded as debris in orbit generates more debris through collisions with objects in orbit, - possibly leading to a runaway effect called kessler syndrome. - %Describe contribution - This paper develops a dynamic model of satellite operation incorporating two effects not considered - in previous models: complementary network-like effects between satellites within - the same operator's fleet (called a constellation) and collision avoidance efficiencies realized within constellations. - %Describe the state of the results - The primary result is a preliminary model and the resulting analysis of the difference in satellite - survival rates between constellations and and the societal fleet. -\end{abstract} - -\keywords{Orbits, Pollution, Economies of Scale, Externality } - -\jel{Q29, Q58, L25} - -\textbf{Acknowledgments:} I am the sole author and have recieved no contributions from others as of yet. -This paper has been approved for dual submission in Econs 529 and Econs 594 by the instructors. - -\newpage -\tableofcontents - -\newpage - -% --------------------------------------------------------------------------------------- -\section{Introduction} -% Motivating Example (ESA - SpaceX) -In September of 2019, the European Space Agency (ESA) released a tweet explaining that they had performed an -maneuver to avoid a collision with a SpaceX Starlink Satellite in Low Earth Orbit (LEO)\autocite{EsaTweet}. -While later reports\autocite{ArsTechnicaStatement} described it as the result of miscommunications, -ESA used the opportunity to highlight the difficulties arising from coordinating avoidance maneuvers and how -such coordination will become more difficult as the size and number of -single purpose, single operator satellite fleets (satellite constellations) increase in low earth orbit\autocite{EsaBlog}. - -% Background on issues of congestion and pollution -% Kessler Syndrome -In spite of the fact that there is a lot of maneuvering room in outer space, -%\footnote{``Space is big. Really big. You just won’t believe how vastly hugely mind bogglingly big it is. -%I mean, you may think it’s a long way down the road to the chemist, -%but that’s just peanuts to space.''\cite{DouglasAdams}} -the repeated interactions of periodic orbits make collisions probable. -Consequently, objects in orbit are subject to both a congestion effect and a pollution effect. -Congestion effects are primarily derived from avoiding collisions between artificial satellites. -Pollution in orbit consists of debris, both natural and man-made, which increases -the probability of an unforeseen collision. -The defining feature of pollution in orbit is that it self-propagates as debris collides with itself -and orbiting satellites to generate more debris. -This dynamic underlies a key concern, originally explored by Kessler and Cour-Palais \autocite{Kessler1978} -that with sufficient mass in orbit (through satellite launches), the debris generating process -could undergo a runaway effect rendering various orbital regions unusable. -This cascade of collisions is often known as Kessler syndrome and -may take place over various timescales. - -% --------------- -%Discuss how various definitions of kessler syndrome -% have been proposed in the economics literature to match the models. -%Not sure if the following contributes much given the previous paragraph. -%Although Kessler and Cour-Palais determined that a runaway pollution effect could make a set of orbits -%physically unusable, Adilov et al \autocite{adilov_alexander_cunningham_2018} %Kessler Syndrome -%have shown that economic benefits provided by orbits will drop sufficiently to make the net marginal -%benefit of new launches negative before the physical kessler syndrome occurs. - -% --------------- -Orbits may be divided into three primary groups, -Low Earth Orbit (LEO), -Medium Earth Orbit (MEO), and High Earth Orbit (HEO) where Geostationary Earth Orbit (GEO) -considered a particular classification of HEO. -While the topic of LEO allocation has historically remained somewhat unexplored, the last 6 years has seen -a variety of new empirical studies and theoretical models published. - -% --------------- -%Allocative efficiency - -Macauley provided the first evidence of sub-optimal behavior in orbit -by estimating the welfare loss due to the current method of assigning GEO slots to operators\autocite{Macauley_1998}. -The potential losses due to anti-competitive behavior were highlighted by Adilov et al , -who have analyzed the opportunities for strategic -``warehousing'' of non-functional satellites as a means of increasing competitive advantage by -denying operating locations to competitors in GEO\autocite{Adilov2019}. - -The primary concern expressed in many of the published papers is whether or not orbits will be overused -due to their common-pool nature, and which policies may prevent kessler syndrome. -On this topic, Adilov, Alexander, and Cunningham examine pollution -using a two-period salop model, incorporating the effects of launch debris on -survival into the second period\autocite{adilov_alexander_cunningham_2015}. -They find that the social planner generates debris and launches at lower rates -than a free entry market. - -This same result was found by Rao and Rondina in -the context of an infinite period dynamic model. -%Potential Edit -Their approach is defined by the assumption that there are -numerous operators in a free entry environment who -can each launch a single, identical constellation\autocite{RaoRondina2020}. -Rao, Burgess, and Kaffine use this model to estimate that achieving socially optimal -behavior through orbital use fees could increase the value generated by the -space industry by a factor of four\autocite{Rao2020}. - - -% --------------- -%In addition to analyzing the allocative results, a significant area of interest is -%what impact various policy interventions can have. -%The policies and methods used to analyze their impact have been widely varied. - -%Other topics of interest include -%Grzelka and Wagner \autocite{GrzelkaWagner2019} explore methods of encouraging satellite quality (in terms of debris) -%and cleanup. - - -% --------------- -My %FP -objective is to explore the effects from organizing satellites into constellations -on satellite launch decisions and operation. -%I %FP -%do this by extending Rao and Rondina's dynamic satellite operators model\autocite{RaoRondina2020} -%to account for non-symmetric constellation sizes and -%incorporate the effects of both economies of scale as satellites in constellations complement each other and -%collision avoidance efficiencies where satellites are less likely to collide with constellation members. -Although not explored in this paper, I %FP -hope to lay the groundwork for an -analysis regarding pigouvian taxation as a solution to the externality of orbital debris. -%Explain what the article does. -The primary results of this paper are: -preliminary development of the extended dynamic model, -characterization of the general solutions to both the constellation operators' problems and -the fleet planner's problem, -and an analysis of survival rates within constellations and the entire fleet. - -%Contribution statement -%Adds to raoRondina2020 and adilov2018 in extedning to more diverse situations. -This work is most closely related to Rao and Rondina's model\autocite{RaoRondina2020} and the -dynamic model developed by Adilov et all \autocite{adilov_alexander_cunningham_2018}. -%Similarities -% - Rao -% - Law of debris: -% - law of motion for stocks -% - Adilov -% - law of Debris -% - constellations -%Differences -% - Rao -% - constellation -% - avoicance efficiencies -% - Adilov -% - Allows for non-firm participants -% - avoidance efficiencies -It is distinguished from the two models mentioned previously by accounting for -collision avoidance efficiencies where satellites are less likely to collide with constellation members, -as neither of the mentioned models accounts for this behavior. -Additionally, it differs from Rao et al's model in that it allows constellations to be of different sizes. -Adilov et al permit constellations, but assume that all constellation operators are profit maximizing firms. -I explicitly provide a way to account for non-commercial space activities, such as military satellites. -One key similarity of all three models is the form of the intertemporal laws of motion of both constellation -sizes and debris. -For debris, this involves accounting for existing debris, debris from launches, and debris from collisions. -In the case of the fleet or constellation sizes, they all account for loss due to collisions -and additions through launches. - - -% --------------- -%TODO: Needs rewritten after everything else. -The paper is organized as follows. -In section \ref{Model} %describes the mathematical organization of the model -the underlying mathematical model is given for both constellation operators and a societal fleet planner. -Section \ref{Analysis} %Examines marginal survival rate. -examines how externalities generated by operating satellite constellations differ between -constellation operators and fleet planners. -It also examines various definitions of kessler syndrome and how that might be examined in this model. -The paper concludes in section \ref{Conclusion}, %concludes with a discussion of potential extensions and -%topics which have not yet been addressed. -with a discussion of outstanding issues, limitations to the model, and some areas of future interest. -The appendix \ref{APX:Derivations} contains mathematical derivations. - - - - - -% --------------------------------------------------------------------------------------- -\section{Model}\label{Model} -%Intuitive description -This infinite period, dynamic model is an extension of Rao and Rondina's working paper\autocite{RaoRondina2020} -to include how operators deal with constellations. -In summary, each constellation operator has a utility function and a loss function that depend -on the number of satellites in the constellation, the total number of satellites in the societal fleet, -and the amount of debris in orbit. -The loss function describes the degredation and destruction of satellites within the constellation, -and plays a critical role in the laws of motion of the satellite. -The utility function is used to describe how increases in constellation size affect utility production, given -the fleet size and debris levels. - -\subsection{Model Description} -For a given set of orbits that interact regularly (an orbital ``shell''), I %FP -assume there are $N$ operators, -each of which has the potential to launch and operate a satellite -constellation consisting of some endogenously chosen number of identical satellites. - -% ------------------- -Each constellation $i$ is described by the number of satellites -in period $t$, where this satellite stock is denoted by $s^i_t$. -Each operator of the constellation $i$ chooses the number of launches $x^i_t$ in each time period $t$. -For simplicity, each launch is assumed to have a fixed cost $F$. -In the aggregate, the satellite stock and launches for each period are represented by: -\begin{align} - S_t =&\sum_{i=1}^N s^i_t \\ - X_t =&\sum_{i=1}^N x^i_t -\end{align} - -% ------------------- -Satellites in a constellation are damaged or destroyed by collisions at the rate $l^i(s^i_t,S_t,D_t) \in (0,1)$. -This includes collisions both within and without constellations. -I %FP -assume that: -\begin{align} - \parder{l^i}{D_t}{} >& 0 \\ - \parder{l^i}{S_t}{} >& - \der{l^i}{s^i_t}{} = \parder{l^i}{s^i_t}{} + \parder{l^i}{S_t}{} > 0 \label{EQ:xx} -\end{align} -Equation \ref{EQ:xx} represents one of the key distinctions from previous dynamic models, in that -the marginal risk of collision from adding a satellite to one's own constellation is -lower than the marginal risk of collision from other operators adding satellites. -The effects due to collision avoidance efficiencies within constellations will be examined in section \ref{Analysis}. -For any numerical examination, this assumption requires that: -\begin{align} - 0 > \parder{l^i}{s^i_t}{} > -\parder{l^i}{S_t}{} -\end{align} -This functional assumption, as described in \cref{EQ:xx}, is justified by the fact that when adding -satellites to a constellation, an operator can choose to place the satellites in orbits that will -have nearly zero probability of colliding with another satellite in the constellation. -Operators who experience a collision between two of their own satellites experience -a higher cost than if one satellite collides with the satellite of another operator, -thus we would expect more care to be given to the internal organization of constellations. -Consequent to this ex-ante optimal organization within constellations, -the majority of collisions observed should occur between satellites of different constellations -and not within the same constellation. - - -Between the launch rate and destruction rate, I%FP -obtain a law of motion for both constellation-level -and society-level satellite stocks: -\begin{align} - s^i_{t+1} =& \left[ 1-l^i(s^i_t,S_t,D_t) \right] s^i_t + x^i_t \\ - S_{t+1} =& X_t + \sum^N_{i=1} \left[ 1-l^i(s^i_t,S_t,D_t) \right] s^i_t -\end{align} -Where next period satellite stock equals the surviving satellite stock plus the total number of launches. - - - -% ------------------- -The level of debris in each period is represented by $D_t$, and is assumed to pose a latent risk. -In particular, I%FP we can -assume that once debris is created, the risk it provides is only avoidable -through not launching future satellites. -%\footnote{This is one important extension as avoiding debris reduces the operational lifetime -% of satellites and may affect optimal taxation. -In addition to naturally occurring debris, new debris is generated through the following three mechanisms. -\begin{itemize} - \item At launch, various processes can shed debris. - Examples include leftover rocket stages, explosions during launch and deployment, - and slag from solid rocket boosters. - \item When destroyed, satellites will fragment and produce debris. - \item Debris can collide with other debris, forming more but smaller debris. -\end{itemize} -This provides the following law of debris dynamics. -\begin{align} - D_{t+1} =& (1-\delta) D_t + m X_t + M\cdot \left( \sum^N_{i=1} l^i(s^i_t,S_t,D_t) \right) + g(D_t) -\end{align} -where $\delta$ represents the proportional decay of debris --- through reentering the atmosphere -- for a given shell, -$M$ represents the debris generated from each collision, -$m$ represents the debris generated from each launch, -and $g(D_t)$ represents the new fragments from debris colliding with other debris. -The parameters $\delta, M,$ and $m$ are assumed to be exogenously determined and non-stochastic. - - -% ------------------- -%Describe the situation in which operators operate -Satellite operators -- whether commercial, governmental, research, or hobbyist\footnote{ - Notable examples of hobby satellites are the amateur (HAM) radio OSCAR satellites} -- -expect to recieve some utility from satellite operation. -Because there are both firm and non-firm operators, we cannot denote this utility as -exclusively profit utility nor consuption utility. -Firms, such as televison or internet providers experience this utility as profit, while -government, research institutions, or hobbyists operating satellites will experience this utility as -consumption of the service provided. -The choice of terminology acknowledges that the utility derived from orbit use is neither exclusively -productive nor consumptive, -and there may be interference between productive commercial and consumptive non-commercial operations. - -Mathematically, this is represented by time-seperable utility function: -\begin{align} - u^i(s^i_t, S_t, D_t) -\end{align} -For simplicity, each constellation produces utility such that it is not affected by -the size of any other given constellation. -In the case that the constellation operator is a profit maximizing firm, this implies that -they are a monopolist in their market. -The period utility function may incorporate the effects of orbital congestion ($S_t$) or debris ($D_t$), -accounting for their effect in producing value to the operator. -Productive economies of scale within a constellation appear when -$\parder{u^i}{s^i_t}{2} > 0$ for some values of $s^i_t,S_t, D_t$, -and represents situations such as those of satellite-based internet providers -that require a minimum number of satellites in the constellation to provide a given level of service. - - -%Adilov et al analyzed the effects of competition between operators in launch decisions \autocite{Adilov2019}. -%A similar approach could be used, but would add significant complexity to the model. - - -% --------------------------------------------- -\subsection{Constellation Operator's Program} -%The aforementioned aspects of the model form the following bellman equation for each constellation operator. -%\begin{align} -% V^i(s^i_t,S_t,D_t) =& \max_{x^i_t \geq 0} ~~ u^i(s^i_t) - Fx^i_t + \beta V^i(s^i_{t+1}, S_{t+1}, D_{t+1}) \\ -% \text{Subject To:}& \notag\\ -% D_{t+1} =& (1-\delta) D_t + m X_t + M\cdot \left( \sum^N_{i=1} l^i(s^i_t,S_t,D_t) \right) + g(D_t) \\ -% s^i_{t+1} =& \left[ 1-l^i(s^i_t,S_t,D_t) \right] s^i_t + x^i_t \\ -% S_t =&\sum_{i=1}^N s^i_t \\ -% X_t =&\sum_{i=1}^N x^i_t % Is this also a state variable? -%\end{align} -%The system of envelope conditions is linear and can be written as a matrix equation. -%In Appendix \ref{APX:Derivations:Constellation} I develop the euler equation -%in a generalizable way. - -Often, in polluting environments, there is an ambient population that is harmed by pollution. -Very rarely does satellite debris pose a hazard to those on earth, thus in this model -the only population who's welfare is addressed are the satellite operators themselves. -Each operator faces the following problem: -\input{./includes/Appendix_constellation_program} - -% --------------------------------------------- -\subsection{Social Planner's Program} -The social planner (or fleet planner to use Rao and Rondina's terminology), is tasked with -maximizing the sum of the operators' benefits $W(\{s^i_t\},S_t,D_t) = \sum^N_{i=1} V^i(s^i_t,S_t,D_t)$ -as satellite debris rarely poses a threat to the welfare of those on earth. - -%\begin{align} -% W(\{s^i_t\},D_t) =& \max_{\{x^i_t\}^N_{i=1} \geq 0} -% ~~ \left(\sum^N_{i=1} u^i(s^i_t,S_t,D_t)\right) - FX_t -% + \beta W(\{s^i_{t+1}\}, S_{t+1}, D_{t+1}) \\ -% \text{Subject To:}& \notag\\ -% D_{t+1} =& (1-\delta) D_t + m X_t + M\cdot \left( \sum^N_{i=1} l^i(s^i_t,S_t,D_t) \right) + g(D_t) \\ -% s^i_{t+1} =& \left[ 1-l^i(s^i_t,S_t,D_t) \right] s^i_t + x^i_t \\ -% S_t =&\sum_{i=1}^N s^i_t \\ -% X_t =&\sum_{i=1}^N x^i_t -%\end{align} -% -%%Goal: Add the euler equation. -%The derivation of the euler equation, and conditions on it's existence are -%outlined in Appendix \ref{APX:Derivations:Fleet}. - -\input{./includes/Appendix_planner_program} - - -% --------------------------------------------------------------------------------------- -\section{Analysis}\label{Analysis} - - - -\subsection{Survival Ratios}\label{Survival} - -In line with basic theories of common-pool resources, -we expect there to be a negative externality incurred on other constellations -when a constellation increases their own satellite stock. -This externality comes from two effects, congestion and pollution. -Congestion, due to size of the societal fleet, may affect the utility achieved by other satellite operators -and it increases the probability of a satellite on satellite collision. -Pollution, the debris in all future periods, increase the rate of degradation and destruction -of satellites. -When a constellation operator increases their satellite stock and the other operators -experience a loss of welfare through both congestion and pollution. -One way to measure the effects of satellite launches is through survival rates. - -% Marginal survival. -The survival rate for a constellation $i$ is defined as $R_i = 1-l^i(\cdot)$, the proportion of satellites -that were not lost (degraded nor destroyed) between period $t$ and $t+1$. -Thus the marginal survival rate represents the additional loss of -satellites due to a slightly larger constellation or fleet stock. - -Mathematically the survival rates for a constellation and for society's fleet are defined as: -\begin{align} - R_i =& \frac{s^i_{t+1}- x^i_t}{s^i_t} = 1- l^i(s^i_t,S_t,D_t) \\ - R =& \frac{S_{t+1}- X_t}{S_t} = \frac{\sum_{i=1}^N s^i_t[1-l^i(s^i_t,S_t,D_t)] }{S_t} \label{EQ:socsurv} -\end{align} -In this case, the fleet survival rate \cref{EQ:socsurv}, represents the proportion of satellites -in period $t+1$ that survived from period $t$. - -The marginal survival rates when a given constellation $i$ changes size are: -\begin{align} - \parder{R_i}{s^i_t}{} =& -\left(\parder{l^i}{s^i_t}{} + \parder{l^i}{S_t}{}\parder{S_t}{s^i_t}{} \right) - = - \parder{l^i}{s^i_t}{} - \parder{l^i}{S_t}{} \label{EQ:iii} \\ - \parder{R}{s^i_t}{} =& \frac{S_t \sum_{i=1}^N - \left( [1-l^i(s^i_t,S_t,D_t)] + s^i_t [ -\parder{l^i}{s^i_t}{} -\parder{l^i}{S_t}{}\parder{S_t}{s^i_t}{}] \right) - - \left( \sum_{i=1}^N s^i_t[1-l^i(s^i_t,S_t,D_t)] \right)}{(S_t)^2} \\ - =& \sum_{i=1}^N \left[ \frac{R_i}{S_t} \right] - \frac{R}{S_t} - +\sum_{i=1}^N \frac{ s^i_t}{ S_t} \parder{R_i}{s^i_t}{} \label{EQ:i} -\end{align} -Note that $ \sum_{i=1}^N \frac{ s^i_t}{ S_t} \parder{R_i}{s^i_t}{}$ is the average marginal survival rate -across constellation operators. -The derivation of \cref{EQ:i} is in Appendix \ref{APX:Derivations:Survival_Direct}. -Direct comparison between the marginal survival rates of an individual operator and the social planner's fleet -cannot proceed further without specifying the functional loss forms $l^i(\cdot)$ -and specifying which firm will be compared to society. -In spite of this, conditions on the average effects can be specified as follows. - -The marginal survival rate of the fleet is greater than the weighted, arithmetic mean of marginal survival rates -of the constellations when: -\begin{align} - \sum_{i=1}^N \left[ \frac{R_i}{S_t} \right] - \frac{R}{S_t} - +\sum_{i=1}^N \frac{ s^i_t}{ S_t} \parder{R_i}{s^i_t}{} - \leq& \sum_{i=1}^N \frac{s^i_t}{S_t} \parder{R_i}{s^i_t}{} \\ - \sum_{i=1}^N R_i - R \leq& 0\\ - \sum_{i=1}^N [1- l^i(s^i_t,S_t,D_t)] - \sum_{i=1}^N s^i_t [1- l^i(s^i_t,S_t,D_t)] \leq& 0\\ - \sum_{i=1}^N (1 - s^i_t) [1- l^i(s^i_t,S_t,D_t)] \leq& 0 \label{EQ:ii} -\end{align} -which is true if every constellation has at least one satellite. -As any constellation of interest has at least one satellite -and $\parder{R_i}{s^i_t}{} < 0$ from the assumption on collision mechanics that $\der{l^i}{s_t^i}{}>0$, -we conclude that the marginal survival rate of the entire satellite fleet is lower -than the weighted arithmetic mean of marginal survival rates across constellations. -Note that it is possible for some constellations to have a lower marginal survival rate than the fleet, -but it is true as a general condition. -Consequently, we would expect many operators to underestimate the impact of their behaviors on others -if they use their own observed or expected risk factors to estimate the risk they impose on others. -%%%Note on this section: -%%% So there is probably more insight into how to define survival rates in regards to geometric or harmonic -%%% means. -%%% The societal survival rate I chose is a simple and straightforward way of analyzing the issue, -%%% but there are probably other ways to define a fleet survival rate. -%%% I am interested in looking at weighted geometric or harmonic means as well. - -%TODO2: Some more analysis can be done by comparing the case of avoidance efficiencies vs non-efficiencies. - - -%\subsubsection{Average Effects} -%TODO2: Review and rewrite this section, including discussing the implications - -%As we are analyzing survival rates, a geometric mean is better used to describe average effects. -%By weighting the geometric mean with constellation sizes, we get: -%\begin{align} -% R_G = \exp \left[ \frac{1}{S_t} \sum^N_{j=1} s_t^j \ln(1-l^j(s^j_t,S_t,D_t)) \right] -%\end{align} -%The marginal effect is assumed to be negative, thus -%\begin{align} -% 0 > \parder{R_G}{s^i_t}{} =& \exp \left[ \frac{1}{S_t} \sum^N_{j=1} s_t^j \ln(1-l^j(s^j_t,S_t,D_t)) \right] -% \left[ \parder{}{s^i_t}{} \frac{1}{S_t} \sum^N_{j=1} s_t^j \ln(1-l^j(s^j_t,S_t,D_t)) \right] \\ -% 0 > \parder{R_G}{s^i_t}{} =& \frac{R_G}{S_t^2} \left[ S^t -% \left( \ln(1-l^i) -% - \frac{s^i_t}{1-l^i} \parder{l^i}{s^i_t}{} -% - \sum^N_{j=1} \frac{s^j_t}{1-l^j} \parder{l^j}{S_t}{} -% \right) -% - \sum^N_{j=1} s_t^j \ln(1-l^j) \right] \\ -% 0 > \parder{R_G}{s^i_t}{} =& \frac{R_G}{S_t^2} \left[ S^t -% \left( \ln(R_i) -% - \frac{s^i_t}{1-l^i} \parder{l^i}{s^i_t}{} -% - \sum^N_{j=1} \frac{s^j_t}{1-l^j} \parder{l^j}{S_t}{} -% \right) -% - \sum^N_{j=1} s_t^j \ln(R_j) \right] \\ -% 0 > & \ln R_i - \frac{s^i_t}{1-l^i} \parder{l^i}{s^i_t}{} -% - \sum^N_{j=1} \frac{s^j_t}{1-l^j} \parder{l^j}{S_t}{} - \sum^N_{j=1} \frac{s_t^j}{S_t} \ln(R_j) \\ -% 0 > & \ln R_i - \frac{s^i_t}{1-l^i} \parder{l^i}{s^i_t}{} -% - \sum^N_{j=1} \frac{s^j_t}{1-l^j} \parder{l^j}{S_t}{} - \ln R_G \\ -% \ln \frac{R_G}{R_i} =& \ln R_G - \ln R_i > - \frac{s^i_t}{1-l^i} \parder{l^i}{s^i_t}{} -% - \sum^N_{j=1} \frac{s^j_t}{1-l^j} \parder{l^j}{S_t}{} -%\end{align} - -%Welfare -% TODO3: Develop overarching results. - -% --------------------------------------------------------------------------------------- -\subsection{Kessler Syndrome}\label{Kessler} -%Current plan: Explain the kessler region in this model -%Rao's physical approach -%Adilov's economic approach -Rao and Rondina\autocite{RaoRondina2020} interpret their model in terms of a physical -kessler syndrome, while Adilove et al\autocite{adilov_alexander_cunningham_2018} -develop the concept of an economic kessler syndrome. -Generalizing Rao's approach, I%FP -define the kessler region as the set of states such that -the debris stock will tend to infinity, and kessler syndrome as when the state is in -the kessler region. -Formally, the kessler region is: -\begin{align} - \vartheta_1 = \left\{ (\{s^i_t\},D_t) : X_t(\{s^i_t\},D_t) \wedge (\{s^i_t\},D_t) \Rightarrow - \lim_{t \rightarrow \infty} D_{t+1} = \infty \right\} -\end{align} -I suspect, but have not been able to prove, that an equivalent condition is: -\begin{align} - \vartheta_2 = \left\{ (\{s^i_t\},D_t) : X_t(\{s^i_t\},D_t) \wedge (\{s^i_t\},D_t) \Rightarrow - \parder{(D_{t+1}-D_t)}{D_t}{} > 0 \right\} -\end{align} -If the assumption holds, then a condition for a physical kessler region in this model is: -\begin{align} - \vartheta_2 = - \left\{ (\{s^i_t\},D_t) : X_t(\{s^i_t\},D_t) \wedge (\{s^i_t\},D_t) \Rightarrow - -\delta - + m\parder{X_t(\{s^i_t\},D_t)}{D_t}{} - + M\cdot \left( \sum^N_{i=1} \parder{l^i}{D_t}{} \right) - + g(D_t) > 0 \right\} -\end{align} - -Adilov et al\autocite{adilov_alexander_cunningham_2018} define an economic kessler syndrome -(and thus kessler region) along the lines of -\begin{align} - \vartheta_3 = \left\{ (\{s^i_t\},D_t) : X_t(\{s^i_t\},D_t) = 0 \right\} -\end{align} -This represents the conditions under which adding satellites to the orbit becomes unprofitable. -They are able to establish conditions under which an economic kessler syndrom precedes a -physical kessler syndrome. -Some modification of the conditions are required to get them to match the terminology in this -model, but I have not yet completed that work. -The benefit of this definition is that the euler equation defining $X_t(\cdot)$ -can be searched for the states that imply $X_t = 0, \forall t$ -\footnote{I have yet to conduct such a search, but plan on doing so as part of a numerical simulation.}. - - - -% --------------------------------------------------------------------------------------- -%\subsection{Numerical Model}\label{Numerical} -% 2-firm model: Symmetric -% 2-firm model: asymetric sizes or payoffs. - - -% --------------------------------------------------------------------------------------- -\section{Summary and Concluding Remarks}\label{Conclusion} -%Summary -%Restate topic and objective -Although significant work remains to describe the impacts of organizing satellites as constellations, -I have been able to achieve -%model not complete -many of the preliminary milestones. -%conditions for the existence of an euler equation -% - kessler region analysis -Foremost among these is the section which characterizes the general euler equation and provides -a simple set of conditions for existence. -This has opened a possible numerical approach to determining the economic kessler region. -%survival rates R analysis -Additionally, we have identified some preliminary results constraining the fleet's marginal survival rate -to be less than the weighted arithmetic average of the constellations' marginal survival rate. -This result -- consistent with the assumptions on avoidance efficiencies -- highlights the nature -of the externality imposed by operating and launching satellites. -In spite of this - - -%Limitations -%Change the state space to include the quantities in each satellite constellation. -There are three primary limitations within the model. -The first is the implicit assumption on $u(\cdot)$ that firms operating constellations -act monopolistically, i.e. they do not compete in the same market. -This is an unreasonable assumption as there are already firms attempting to compete in LEO -as satellite internet providers, most notably SpaceX's Starlink and OneWeb. -%Computational difficulty - I believe that algebraic solutions require either a very -%simple model with strict assumptions or significante algebraic work. -%Computational solutions depend on the accuracy of the chosen functional form. -The second primary limitation is that of computational difficulty, due to the large state space -of the model. -Even the simple constellation operator's problem presented here requires intensive -algrebra to define the euler equation. -The typical response to this issue is to use computational methods to estimate -the value and policy functions for both the operators and the fleet planner, but this has the disadvantage -of reducing generalizability. -%The model doesn't track individual satellite lifetimes. -% - Agent-based modeling? -The third limitation is that the model doesn't track individual satellites through their lifetime, particularly -the decision to deorbit or park the satellite. -Thus I ignore satellite both ex-ante and ex-post heterogeneity, preventing the analysis of -how policies affect satellite disposal decisions. - - -%Policy Implications -%Discuss application to pigouvian taxation. -% - Does optimal taxation depend on -% - Avoidance efficiencies? This affects the externalities of congestion, and maybe pollution? -% - Relation between constellation size and fleet size? A larger firm may internalize more of the externality. -% - In-Network economies of scale? If the tax is targeted to affect marginal utility, this may become more difficult -% with economies of scale in value production. -The ultimate goal of developing this model is to facilitate policy analyses geared towards optimizing -the productive use of orbits. -As previous work has suggested that taxiation may be an appropriate policy response to encourage -optimal use, I hope to be able to address the following questions with this model, -at least in specific (computational) cases: -\begin{enumerate} - \item Do avoidance efficiencies affect the optimal tax schedule for a given constellation operator? - E.g. one constellation may be able to almost completely eliminate the chance of a within constellation - collision, while another may not. Should they be taxed at different rates? -% \item Does the optimal tax rate depend on the relative size of a constellation to the fleet? - %As the case of the fleet planner is similar to having a single constellation - %in orbit, but having many constellations in orbit leads to pollution issues - %Would a quota on operators give similar enough results to be an effective policy step? - \item Do productive economies of scale require a non-linear tax schedule to optimize orbit use? - \item How does the decay rate $\delta$ (dependent on constellation altitude) affect the optimal - tax schedule? -\end{enumerate} - -%Future Research Implications -%Areas of interest -% - Strategic behavior of firms: Preemptive entry -One concern, tangental to work by Adilove, Duval et al\autocite{Adilov2019} is that there may be ways for firms -to increase barriers to entry for competitors by holding more satellites in orbit. -If this is the case, it begs the question of whether this will move the satellite stock closer -to kessler syndrome through an increase in the fleet stock of satellites, or if -the avoidance efficiencies are sufficient to move it farther from kessler syndrome. -This is a crucial question to answer as it could inform policies regarding launch quotas and -taxation. - -%Add stochastics -% - incorporate risk adversion -Finally, a glaring issue is that the model is deterministic, and thus doesn't include -risk adversion. -The variety of satellite operators that currently exist include militaries operating -intellegence and communications satellites. -One would expect that the critical nature of these constellations would imply a high level -of risk adversion to these operators, making this an important area of study. - - - -%The dynamic model developed in this paper provides insight into the incentives faced by -%constellation operators in comparison with a social planner and, when completed, -%should provide insight on how self-perpetuating externalities drive sub-optimal behavior. - -%At this point, major work remains in identifying optimal launch rates and verifying if -%the expected difference in optimal launch rates between individual operators and a social planner exist, -%as occurs in other models. -%In addition to the remaining work on fleshing out the model, work on the following extensions and applications of the -%model can fill gaps in the literature or complement current work. -%Notable areas of interest for future research include: -%\begin{itemize} -% \item Asymmetric constellation sizes: What are the impacts on social welfare when a variety of -% constellation sizes exist? -% \item Policy interventions: Various policy proposals to reduce negative externalities have been proposed, -% including launch quotas, launch taxes, and orbit use fees \autocite{RaoRondina2020b}. -%% \item Introduction of stochastics: There are various ways that stochastics can enter the model, from the scales -%% determining debris generation to the per-period satellite collision rate. -%% \item Differentiation of satellites and launch methods: Different launch methods and satellite features can -%% affect the accumulation of debris. -%% \item Richer satellite lifetimes: the current satellite lifetime of [launch, operate] could be extended -%% to include stages such as development and disposal. -%% In particular, a multi-period development cycle with sunk costs incurred along the way may -%% exacerbate problems where stable equilibria are overshot. -%% This will allow for more policy interventions to be analyzed. -% \item Strategic behavior: Concerns include whether constellation network effects can be used to prevent new entrants -% in the case of competition for a satellite services market. -%\end{itemize} -% -%While computationally complicated, the results so far imply that there is a defined difference between -%the risks faced at the constellation operator's level and the level of society as a whole. -%Although not a common topic in economics, orbit use has properties that requires -%current study in order to identify optimal behavior, inform policies, and prevent kessler syndrome -%before there are no more viable orbits to use. - -\newpage -\printbibliography - -\newpage -\appendix -\section{Derivations} \label{APX:Derivations} -%\subsection{Useful Mathematical Notes}\label{APX:Derivations:Useful} -%To fill in with a set of useful mathematical notes for use throughout. -%\subsubsection{Useful Derivatives} - - -%\subsection{Constellation Operator}\label{APX:Derivations:Constellation} -%\input{./includes/Appendix_constellation_program} - -%\subsection{Fleet Planner}\label{APX:Derivations:Fleet} -%\input{./includes/Appendix_planner_program} - -\subsection{Survival Rates}\label{APX:Derivations:Survival_Direct} -\input{./includes/Appendix_Survival_direct} - -%\subsection{Survival Rates: Geometric Mean Analysis}\label{APX:Derivations:Survival_Geometric} -%\input{./includes/Appendix_Survival_geometric} - -\end{document} - - diff --git a/Writing/CurrentWriting/DynamicConstellationOrbits.toc b/Writing/CurrentWriting/DynamicConstellationOrbits.toc deleted file mode 100644 index 52e3d49..0000000 --- a/Writing/CurrentWriting/DynamicConstellationOrbits.toc +++ /dev/null @@ -1,29 +0,0 @@ -\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax -\defcounter {refsection}{0}\relax -\contentsline {section}{\numberline {1}Introduction}{4}% -\defcounter {refsection}{0}\relax -\contentsline {section}{\numberline {2}Model}{7}% -\defcounter {refsection}{0}\relax -\contentsline {subsection}{\numberline {2.1}Model Description}{7}% -\defcounter {refsection}{0}\relax -\contentsline {subsection}{\numberline {2.2}Constellation Operator's Program}{10}% -\defcounter {refsection}{0}\relax -\contentsline {subsubsection}{\numberline {2.2.1}Characterizing solutions}{11}% -\defcounter {refsection}{0}\relax -\contentsline {subsubsection}{\numberline {2.2.2}Conditions for existence of a solution}{13}% -\defcounter {refsection}{0}\relax -\contentsline {subsection}{\numberline {2.3}Social Planner's Program}{13}% -\defcounter {refsection}{0}\relax -\contentsline {subsubsection}{\numberline {2.3.1}Characterizing solutions}{14}% -\defcounter {refsection}{0}\relax -\contentsline {section}{\numberline {3}Analysis}{15}% -\defcounter {refsection}{0}\relax -\contentsline {subsection}{\numberline {3.1}Survival Ratios}{15}% -\defcounter {refsection}{0}\relax -\contentsline {subsection}{\numberline {3.2}Kessler Syndrome}{17}% -\defcounter {refsection}{0}\relax -\contentsline {section}{\numberline {4}Summary and Concluding Remarks}{18}% -\defcounter {refsection}{0}\relax -\contentsline {section}{\numberline {A}Derivations}{23}% -\defcounter {refsection}{0}\relax -\contentsline {subsection}{\numberline {A.1}Survival Rates}{23}% diff --git a/Writing/CurrentWriting/References.bib b/Writing/CurrentWriting/References.bib deleted file mode 100644 index c275edc..0000000 --- a/Writing/CurrentWriting/References.bib +++ /dev/null @@ -1,196 +0,0 @@ -% Encoding: UTF-8 - -@Misc{EsaTweet, - author = {ESA}, - title = {For the first time ever, ESA has performed a 'collision avoidance manoeuvre' to protect one of its satellites from colliding with a 'mega constellation' \#SpaceTraffic}, - addendum = {https://twitter.com/esaoperations}, - date = {2019-09-02}, - nameaddon = {\@ESAOperations}, -} - -@Electronic{ArsTechnicaStatement, - author = {Brodkin, Jon}, - howpublished = {Online Article}, - language = {English}, - note = {Statement from SpaceX to ARS Technica}, - organization = {Ars Technica}, - title = {SpaceX satellite was on “collision course” until ESA satellite was re-routed}, - url = {https://arstechnica.com/information-technology/2019/09/spacex-satellite-was-on-collision-course-until-esa-satellite-was-re-routed/}, - date = {2019-09-03}, -} - -@Electronic{EsaBlog, - author = {ESA}, - howpublished = {Online}, - language = {English}, - organization = {European Space Agency}, - title = {ESA spacecraft dodges large constellation}, - url = {http://www.esa.int/Safety_Security/ESA_spacecraft_dodges_large_constellation}, - date = {2019-09-03}, -} - -@PhdThesis{Rao:Dissertation, - author = {Rao, Akhil}, - school = {University of Colorado}, - title = {The Economics of Orbit Use: Theory, Policy, and Practice}, - year = {2019}, -} - -@Article{adilov_alexander_cunningham_2015, - author = {Adilov and Alexander and Cunningham}, - journal = {Environmental and Resource Economics}, - title = {An Economic Analysis of Earth Orbit Pollution}, - year = {2015}, - issn = {0924-6460}, - number = {1}, - pages = {81–98}, - volume = {60}, - doi = {10.1007/s10640-013-9758-4}, - publisher = {Environmental and Resource Economics}, -} - -@Article{Macauley_1998, - author = {Macauley, Molly K}, - journal = {The Journal of Law and Economics}, - title = {Allocation of Orbit and Spectrum Resources for Regional Communications: What's At Stake?}, - year = {1998}, - issn = {0022-2186}, - number = {S2}, - pages = {737–764}, - volume = {41}, - abstract = {Contentious debate surrounds allocation of the geostationary orbit and electromagneticspectrum, two resources used by communications satellites. An extensive economicsliterature alleges that the nonmarket administrative allocative procedures now in place arehighly inefficient, but no research has empirically estimated the welfare loss. This paperdevelops a conceptual framework and a computerized model to estimate the economic valueof the resources, the size and distribution of welfare costs associated with the presentregulatory regime, and the potential gains from more market-like allocation. - -Key Words: outer space, communications satellites, pricing natural resources - -JEL Classification Nos.: H4, Q2}, - doi = {10.1086/467411}, - publisher = {The Journal of Law and Economics}, -} - -@InBook{brillinger_2001, - author = {Brillinger, David R.}, - pages = {105–116}, - title = {Space Debris: Flux in a Two Dimensional Orbit}, - year = {2001}, - doi = {10.1007/978-3-0348-8326-9_8}, -} - -@Article{Adilov2018a, - author = {Adilov and Alexander and Cunningham}, - title = {Corrigendum to “An economic “Kessler Syndrome”: A dynamic model of earth orbit debris” [Econom. Lett. 166 (2018) 79–82]}, - year = {2018}, - issn = {0165-1765}, - pages = {185}, - volume = {170}, - doi = {10.1016/j.econlet.2018.04.012}, -} - -@Misc{Kessler1990, - author = {Donald Kessler}, - title = {Orbital debris environment for spacecraft in low earth orbit}, - year = {1990}, - doi = {10.2514/6.1990-1353}, -} - -@Article{Adilov, - author = {Adilov and Alexander and Cunningham}, - title = {Earth Orbit Debris: An Economic Model}, - year = {2015}, - issn = {1556-5068}, - doi = {10.2139/ssrn.2264915}, -} - -@Article{Kessler1978, - author = {Kessler, Donald J. and Cour-Palais, Burton G.}, - journal = {Journal of Geophysical Research: Space Physics}, - title = {Collision frequency of artificial satellites: The creation of a debris belt}, - year = {1978}, - number = {A6}, - pages = {2637-2646}, - volume = {83}, - abstract = {As the number of artificial satellites in earth orbit increases, the probability of collisions between satellites also increases. Satellite collisions would produce orbiting fragments, each of which would increase the probability of further collisions, leading to the growth of a belt of debris around the earth. This process parallels certain theories concerning the growth of the asteroid belt. The debris flux in such an earth-orbiting belt could exceed the natural meteoroid flux, affecting future spacecraft designs. A mathematical model was used to predict the rate at which such a belt might form. Under certain conditions the belt could begin to form within this century and could be a significant problem during the next century. The possibility that numerous unobserved fragments already exist from spacecraft explosions would decrease this time interval. However, early implementation of specialized launch constraints and operational procedures could significantly delay the formation of the belt.}, - doi = {10.1029/JA083iA06p02637}, - eprint = {https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/JA083iA06p02637}, - url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/JA083iA06p02637}, -} - -@Electronic{FAA2020, - author = {NA}, - howpublished = {Online}, - month = oct, - note = {Describes altitude of LEO and GEO}, - organization = {Federal Aviation Administration}, - url = {https://www.faa.gov/space/additional_information/faq/#s1}, - year = {2020}, -} - -@TechReport{RaoRondina2020, - author = {Rao and Rondina}, - institution = {NA}, - title = {Cost in Space:Debris and Collision Risk in the Orbital Commons}, - year = {2020}, - month = feb, - note = {Middlebury College | UC San Diego}, - type = {Working Paper}, -} - -@Article{Adilov2019, - author = {Adilov and Cunningham and Alexander and Duvall and Shiman}, - journal = {Economic Inquiry}, - title = {LEFT FOR DEAD: ANTI‐COMPETITIVE BEHAVIOR IN ORBITAL SPACE}, - year = {2019}, - month = {04}, - volume = {57}, - doi = {10.1111/ecin.12790}, -} - -@Article{Rao2020, - author = {Rao and Burgess and Kaffine}, - journal = {Proceedings of the National Academy of Sciences}, - title = {Orbital-use fees could more than quadruple the value of the space industry}, - year = {2020}, - issn = {0027-8424}, - number = {23}, - pages = {12756--12762}, - volume = {117}, - abstract = {The commercial satellite industry is rapidly expanding. A side effect of this expansion is a growing buildup of space debris that imposes costly collision risk on satellite operators. Proposed solutions to this debris have been primarily technological, but the core of the problem is incentives{\textemdash}satellites are being launched without consideration of the collision risks they impose on other operators. We show that this incentive problem can be solved with an internationally harmonized {\textquotedblleft}orbital-use fee{\textquotedblright} (OUF){\textemdash}a tax on orbiting satellites. Using a coupled physical{\textendash}economic model, we project that an optimally designed OUF could more than quadruple the long-run value of the satellite industry by 2040.The space industry{\textquoteright}s rapid recent growth represents the latest tragedy of the commons. Satellites launched into orbit contribute to{\textemdash}and risk damage from{\textemdash}a growing buildup of space debris and other satellites. Collision risk from this orbital congestion is costly to satellite operators. Technological and managerial solutions{\textemdash}such as active debris removal or end-of-life satellite deorbit guidelines{\textemdash}are currently being explored by regulatory authorities. However, none of these approaches address the underlying incentive problem: satellite operators do not account for costs they impose on each other via collision risk. Here, we show that an internationally harmonized orbital-use fee can correct these incentives and substantially increase the value of the space industry. We construct and analyze a coupled physical{\textendash}economic model of commercial launches and debris accumulation in low-Earth orbit. Similar to carbon taxes, our model projects an optimal fee that rises at a rate of 14\% per year, equal to roughly $235,000 per satellite-year in 2040. The long-run value of the satellite industry would more than quadruple by 2040{\textemdash}increasing from around $600 billion under business as usual to around $3 trillion. In contrast, we project that purely technological solutions are unlikely to fully address the problem of orbital congestion. Indeed, we find debris removal sometimes worsens economic damages from congestion by increasing launch incentives. In other sectors, addressing the tragedy of the commons has often been a game of catch-up with substantial social costs. The infant space industry can avert these costs before they escalate.}, - doi = {10.1073/pnas.1921260117}, - eprint = {https://www.pnas.org/content/117/23/12756.full.pdf}, - publisher = {National Academy of Sciences}, - url = {https://www.pnas.org/content/117/23/12756}, -} - -@Article{GrzelkaWagner2019, - author = {Grzelka, Zachary and Wagner, Jeffrey}, - journal = {Environmental and Resource Economics}, - title = {Managing Satellite Debris in Low-Earth Orbit: Incentivizing Ex Ante Satellite Quality and Ex Post Take-Back Programs}, - year = {2019}, - issn = {0924-6460}, - number = {1}, - pages = {319–336}, - volume = {74}, - doi = {10.1007/s10640-019-00320-3}, - publisher = {Environmental and Resource Economics}, -} - -@Misc{Kennedy1962, - author = {John F. Kennedy}, - month = sep, - title = {Address at Rice University on the Nation's Space Effort}, - year = {1962}, - url = {https://er.jsc.nasa.gov/seh/ricetalk.htm}, -} - -@Article{adilov_alexander_cunningham_2018, - author = {Adilov and Alexander and Cunningham}, - journal = {Economics Letters}, - title = {An economic “Kessler Syndrome”: A dynamic model of earth orbit debris}, - year = {2018}, - issn = {0165-1765}, - pages = {79–82}, - volume = {166}, - doi = {10.1016/j.econlet.2018.02.025}, - publisher = {Economics Letters}, -} - -@Comment{jabref-meta: databaseType:bibtex;} diff --git a/Writing/CurrentWriting/References.bib.bak b/Writing/CurrentWriting/References.bib.bak deleted file mode 100644 index faa2c4a..0000000 --- a/Writing/CurrentWriting/References.bib.bak +++ /dev/null @@ -1,196 +0,0 @@ -% Encoding: UTF-8 - -@Misc{EsaTweet, - author = {European Space Agency}, - title = {For the first time ever, ESA has performed a 'collision avoidance manoeuvre' to protect one of its satellites from colliding with a 'mega constellation' \#SpaceTraffic}, - addendum = {https://twitter.com/esaoperations}, - date = {2019-09-02}, - nameaddon = {\@ESAOperations}, -} - -@Electronic{ArsTechnicaStatement, - author = {Brodkin, Jon}, - howpublished = {Online Article}, - language = {English}, - note = {Statement from SpaceX to ARS Technica}, - organization = {Ars Technica}, - title = {SpaceX satellite was on “collision course” until ESA satellite was re-routed}, - url = {https://arstechnica.com/information-technology/2019/09/spacex-satellite-was-on-collision-course-until-esa-satellite-was-re-routed/}, - date = {2019-09-03}, -} - -@Electronic{EsaBlog, - author = {European Space Agency}, - howpublished = {Online}, - language = {English}, - organization = {European Space Agency}, - title = {ESA spacecraft dodges large constellation}, - url = {http://www.esa.int/Safety_Security/ESA_spacecraft_dodges_large_constellation}, - date = {2019-09-03}, -} - -@PhdThesis{Rao:Dissertation, - author = {Rao, Akhil}, - school = {University of Colorado}, - title = {The Economics of Orbit Use: Theory, Policy, and Practice}, - year = {2019}, -} - -@Article{adilov_alexander_cunningham_2015, - author = {Adilov and Alexander and Cunningham}, - journal = {Environmental and Resource Economics}, - title = {An Economic Analysis of Earth Orbit Pollution}, - year = {2015}, - issn = {0924-6460}, - number = {1}, - pages = {81–98}, - volume = {60}, - doi = {10.1007/s10640-013-9758-4}, - publisher = {Environmental and Resource Economics}, -} - -@Article{Macauley_1998, - author = {Macauley, Molly K}, - journal = {The Journal of Law and Economics}, - title = {Allocation of Orbit and Spectrum Resources for Regional Communications: What's At Stake?}, - year = {1998}, - issn = {0022-2186}, - number = {S2}, - pages = {737–764}, - volume = {41}, - abstract = {Contentious debate surrounds allocation of the geostationary orbit and electromagneticspectrum, two resources used by communications satellites. An extensive economicsliterature alleges that the nonmarket administrative allocative procedures now in place arehighly inefficient, but no research has empirically estimated the welfare loss. This paperdevelops a conceptual framework and a computerized model to estimate the economic valueof the resources, the size and distribution of welfare costs associated with the presentregulatory regime, and the potential gains from more market-like allocation. - -Key Words: outer space, communications satellites, pricing natural resources - -JEL Classification Nos.: H4, Q2}, - doi = {10.1086/467411}, - publisher = {The Journal of Law and Economics}, -} - -@InBook{brillinger_2001, - author = {Brillinger, David R.}, - pages = {105–116}, - title = {Space Debris: Flux in a Two Dimensional Orbit}, - year = {2001}, - doi = {10.1007/978-3-0348-8326-9_8}, -} - -@Article{Adilov2018a, - author = {Adilov and Alexander and Cunningham}, - title = {Corrigendum to “An economic “Kessler Syndrome”: A dynamic model of earth orbit debris” [Econom. Lett. 166 (2018) 79–82]}, - year = {2018}, - issn = {0165-1765}, - pages = {185}, - volume = {170}, - doi = {10.1016/j.econlet.2018.04.012}, -} - -@Misc{Kessler1990, - author = {Donald Kessler}, - title = {Orbital debris environment for spacecraft in low earth orbit}, - year = {1990}, - doi = {10.2514/6.1990-1353}, -} - -@Article{Adilov, - author = {Adilov and Alexander and Cunningham}, - title = {Earth Orbit Debris: An Economic Model}, - year = {2015}, - issn = {1556-5068}, - doi = {10.2139/ssrn.2264915}, -} - -@Article{Kessler1978, - author = {Kessler, Donald J. and Cour-Palais, Burton G.}, - journal = {Journal of Geophysical Research: Space Physics}, - title = {Collision frequency of artificial satellites: The creation of a debris belt}, - year = {1978}, - number = {A6}, - pages = {2637-2646}, - volume = {83}, - abstract = {As the number of artificial satellites in earth orbit increases, the probability of collisions between satellites also increases. Satellite collisions would produce orbiting fragments, each of which would increase the probability of further collisions, leading to the growth of a belt of debris around the earth. This process parallels certain theories concerning the growth of the asteroid belt. The debris flux in such an earth-orbiting belt could exceed the natural meteoroid flux, affecting future spacecraft designs. A mathematical model was used to predict the rate at which such a belt might form. Under certain conditions the belt could begin to form within this century and could be a significant problem during the next century. The possibility that numerous unobserved fragments already exist from spacecraft explosions would decrease this time interval. However, early implementation of specialized launch constraints and operational procedures could significantly delay the formation of the belt.}, - doi = {10.1029/JA083iA06p02637}, - eprint = {https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/JA083iA06p02637}, - url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/JA083iA06p02637}, -} - -@Electronic{FAA2020, - author = {NA}, - howpublished = {Online}, - month = oct, - note = {Describes altitude of LEO and GEO}, - organization = {Federal Aviation Administration}, - url = {https://www.faa.gov/space/additional_information/faq/#s1}, - year = {2020}, -} - -@TechReport{RaoRondina2020, - author = {Rao and Rondina}, - institution = {NA}, - title = {Cost in Space:Debris and Collision Risk in the Orbital Commons}, - year = {2020}, - month = feb, - note = {Middlebury College | UC San Diego}, - type = {Working Paper}, -} - -@Article{Adilov2019, - author = {Adilov and Cunningham and Alexander and Duvall and Shiman}, - journal = {Economic Inquiry}, - title = {LEFT FOR DEAD: ANTI‐COMPETITIVE BEHAVIOR IN ORBITAL SPACE}, - year = {2019}, - month = {04}, - volume = {57}, - doi = {10.1111/ecin.12790}, -} - -@Article{Rao2020, - author = {Rao and Burgess and Kaffine}, - journal = {Proceedings of the National Academy of Sciences}, - title = {Orbital-use fees could more than quadruple the value of the space industry}, - year = {2020}, - issn = {0027-8424}, - number = {23}, - pages = {12756--12762}, - volume = {117}, - abstract = {The commercial satellite industry is rapidly expanding. A side effect of this expansion is a growing buildup of space debris that imposes costly collision risk on satellite operators. Proposed solutions to this debris have been primarily technological, but the core of the problem is incentives{\textemdash}satellites are being launched without consideration of the collision risks they impose on other operators. We show that this incentive problem can be solved with an internationally harmonized {\textquotedblleft}orbital-use fee{\textquotedblright} (OUF){\textemdash}a tax on orbiting satellites. Using a coupled physical{\textendash}economic model, we project that an optimally designed OUF could more than quadruple the long-run value of the satellite industry by 2040.The space industry{\textquoteright}s rapid recent growth represents the latest tragedy of the commons. Satellites launched into orbit contribute to{\textemdash}and risk damage from{\textemdash}a growing buildup of space debris and other satellites. Collision risk from this orbital congestion is costly to satellite operators. Technological and managerial solutions{\textemdash}such as active debris removal or end-of-life satellite deorbit guidelines{\textemdash}are currently being explored by regulatory authorities. However, none of these approaches address the underlying incentive problem: satellite operators do not account for costs they impose on each other via collision risk. Here, we show that an internationally harmonized orbital-use fee can correct these incentives and substantially increase the value of the space industry. We construct and analyze a coupled physical{\textendash}economic model of commercial launches and debris accumulation in low-Earth orbit. Similar to carbon taxes, our model projects an optimal fee that rises at a rate of 14\% per year, equal to roughly $235,000 per satellite-year in 2040. The long-run value of the satellite industry would more than quadruple by 2040{\textemdash}increasing from around $600 billion under business as usual to around $3 trillion. In contrast, we project that purely technological solutions are unlikely to fully address the problem of orbital congestion. Indeed, we find debris removal sometimes worsens economic damages from congestion by increasing launch incentives. In other sectors, addressing the tragedy of the commons has often been a game of catch-up with substantial social costs. The infant space industry can avert these costs before they escalate.}, - doi = {10.1073/pnas.1921260117}, - eprint = {https://www.pnas.org/content/117/23/12756.full.pdf}, - publisher = {National Academy of Sciences}, - url = {https://www.pnas.org/content/117/23/12756}, -} - -@Article{GrzelkaWagner2019, - author = {Grzelka, Zachary and Wagner, Jeffrey}, - journal = {Environmental and Resource Economics}, - title = {Managing Satellite Debris in Low-Earth Orbit: Incentivizing Ex Ante Satellite Quality and Ex Post Take-Back Programs}, - year = {2019}, - issn = {0924-6460}, - number = {1}, - pages = {319–336}, - volume = {74}, - doi = {10.1007/s10640-019-00320-3}, - publisher = {Environmental and Resource Economics}, -} - -@Misc{Kennedy1962, - author = {John F. Kennedy}, - month = sep, - title = {Address at Rice University on the Nation's Space Effort}, - year = {1962}, - url = {https://er.jsc.nasa.gov/seh/ricetalk.htm}, -} - -@Article{adilov_alexander_cunningham_2018, - author = {Adilov and Alexander and Cunningham}, - journal = {Economics Letters}, - title = {An economic “Kessler Syndrome”: A dynamic model of earth orbit debris}, - year = {2018}, - issn = {0165-1765}, - pages = {79–82}, - volume = {166}, - doi = {10.1016/j.econlet.2018.02.025}, - publisher = {Economics Letters}, -} - -@Comment{jabref-meta: databaseType:bibtex;} diff --git a/zettlr_orbits/Other/Organization.md b/zettlr_orbits/Other/Organization.md index 8a3b56f..3e1f5c3 100644 --- a/zettlr_orbits/Other/Organization.md +++ b/zettlr_orbits/Other/Organization.md @@ -2,7 +2,7 @@ So here is how I have things organized. Literature is in my Calibre Library, under a virtual library. -This zettlr_orbits is supposed to control my +This zettlr_orbits is supposed to keep track of my thoughts and writing as I go. The Folder structure is as follows. ./ ## Contains Everything diff --git a/zettlr_orbits/Working Sections/20210303164215.md b/zettlr_orbits/Working Sections/20210303164215.md deleted file mode 100644 index e69de29..0000000 diff --git a/zettlr_orbits/Working Sections/Notes of Stuff to add in a different section-.md b/zettlr_orbits/Working Sections/Notes of Stuff to add in a different section-.md new file mode 100644 index 0000000..296a506 --- /dev/null +++ b/zettlr_orbits/Working Sections/Notes of Stuff to add in a different section-.md @@ -0,0 +1,3 @@ +So I need to explain notation in a single place. My initial thoughts are: + - Appendix: Pretty typical place for this information. + - Somewhere after the introduction. \ No newline at end of file