This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%----------------------------------------------------------------------- | |
%% Make your own quadrille, graph, hex, etc paper! | |
%% Uses the pgf/TikZ package for LaTeX, which should be part of | |
%% any modern TeX installation. | |
%% Email: [email protected] | |
%% Twitter: @mcnees | |
%%----------------------------------------------------------------------- | |
\documentclass[11pt]{article} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- lrr.xml 2018-03-22 17:09:55.000000000 -0700 | |
+++ lrr-massaged.xml 2018-03-22 17:57:54.000000000 -0700 | |
@@ -465,7 +465,7 @@ | |
<dates> | |
<year>2010</year> | |
</dates> | |
- <abstract/> | |
+ <abstract>Lunar laser ranging (LLR) has been a workhorse for testing general relativity over the past four decades. The three retroreflector arrays put on the Moon by the Apollo astronauts and the French built arrays on the Soviet Lunokhod rovers continue to be useful targets, and have provided the most stringent tests of the Strong Equivalence Principle and the time variation of Newton’s gravitational constant. The relatively new ranging system at the Apache Point 3.5 meter telescope now routinely makes millimeter level range measurements. Incredibly, it has taken 40 years for ground station technology to advance to the point where characteristics of the lunar retroreflectors are limiting the precision of the range measurements. In this article, we review the gravitational science and technology of lunar laser ranging and |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[preview=true, border=2mm]{standalone} | |
\usepackage{bm} % boldmath | |
\usepackage{mathrsfs} | |
\usepackage{tikz} | |
\usetikzlibrary{shapes} | |
\usepackage{tikzducks} | |
\usepackage{tikz-feynman} | |
\definecolor{beaublue}{rgb}{0.74, 0.83, 0.9} | |
\definecolor{amethyst}{rgb}{0.6, 0.4, 0.8} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import sys | |
import numpy | |
import argparse | |
import time | |
if __name__ == "__main__": | |
parser = argparse.ArgumentParser() | |
parser.add_argument('--seed', type=int, |

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[crop,tikz]{standalone} | |
\usepackage{bbm,bm} | |
\usetikzlibrary{arrows.meta,bending,positioning,shapes.symbols} | |
\begin{document} | |
\begin{tikzpicture}[>=Stealth] | |
\node[cloud, draw, | |
fill = gray!10, | |
minimum width = 6cm, | |
minimum height = 4cm] (c) at (0.5,0.5) {}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import urllib.request | |
def maybe_get_insp_data(url, max_retries=3, sleep_ms=500): | |
"""Try to query an INSPIRE URL, with retries, and sleeping | |
Parameters | |
---------- | |
url: string |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.