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 0000000..6dd9c83
Binary files /dev/null and b/CurrentWriting/Main.pdf differ
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 0000000..496551b
Binary files /dev/null and b/CurrentWriting/sections/02_KesslerSyndrome.pdf differ
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 f0e54a0..0000000
Binary files a/Writing/2020-11-12_Paper/DynamicConstellationOrbits.dvi and /dev/null differ
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
-
-usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb>
-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.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 f432854..0000000
Binary files a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.dvi and /dev/null differ
diff --git a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.log b/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.log
deleted file mode 100644
index b067d73..0000000
--- a/Writing/2020-11-12_Paper/Title/Title_DynamicConstellationOrbits.log
+++ /dev/null
@@ -1,617 +0,0 @@
-This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex 2020.9.10) 8 NOV 2020 23:23
-entering extended mode
- restricted \write18 enabled.
- %&-line parsing enabled.
-**Title_DynamicConstellationOrbits
-(./Title_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
-)
-(./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.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 8778e7d..0000000
Binary files a/Writing/2020-11-12_Paper/linalg/Linalg.dvi and /dev/null differ
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 3805a37..0000000
Binary files a/Writing/2020-125-02_presentation/OrbitAllocation.dvi and /dev/null differ
diff --git a/Writing/2020-125-02_presentation/OrbitAllocation.log b/Writing/2020-125-02_presentation/OrbitAllocation.log
deleted file mode 100644
index 31691ca..0000000
--- a/Writing/2020-125-02_presentation/OrbitAllocation.log
+++ /dev/null
@@ -1,1347 +0,0 @@
-This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex 2020.9.10) 1 DEC 2020 02:53
-entering extended mode
- restricted \write18 enabled.
- %&-line parsing enabled.
-**OrbitAllocation
-(./OrbitAllocation.tex
-LaTeX2e <2020-02-02> 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.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 b32e6bf..0000000
Binary files a/Writing/CurrentWriting/DynamicConstellationOrbits.dvi and /dev/null differ
diff --git a/Writing/CurrentWriting/DynamicConstellationOrbits.log b/Writing/CurrentWriting/DynamicConstellationOrbits.log
deleted file mode 100644
index 4c0a08d..0000000
--- a/Writing/CurrentWriting/DynamicConstellationOrbits.log
+++ /dev/null
@@ -1,671 +0,0 @@
-This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex 2020.12.11) 23 DEC 2020 23: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/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
-
-usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb>
-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.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