Browse Source

initial work on paper

Caleb Fangmeier 7 years ago
parent
commit
7d2c0e8c47

+ 2 - 0
.gitignore

@@ -1,4 +1,6 @@
 # ---> TeX
+
+build/
 ## Core latex/pdflatex auxiliary files:
 *.aux
 *.lof

+ 10 - 0
Makefile

@@ -0,0 +1,10 @@
+
+pdf: comprehensive.tex
+		rubber --into ./build $<
+
+.PHONY: all clean
+
+all: pdf
+
+clean:
+	rm -rf ./build

+ 2 - 1
README.md

@@ -1,4 +1,5 @@
 # ligo-comprehensive
 
 ## Sources
-  - LIGO Lecture Series by Kip Thorne [link](http://elmer.tapir.caltech.edu/ph237/CourseMaterials.html)
+  - LIGO Lecture Series by Kip Thorne [link](http://elmer.tapir.caltech.edu/ph237/CourseMaterials.html)
+

File diff suppressed because it is too large
+ 118 - 0
comprehensive.tex


BIN
figures/gw_cover_image.jpg


BIN
figures/gw_cover_image.png


BIN
figures/interferometer_fringe_formation.png


BIN
figures/interferometer_schematic.png


+ 31 - 0
references.bib

@@ -0,0 +1,31 @@
+@article{PhysRevLett.116.241103,
+  title = {GW151226: Observation of Gravitational Waves from a 22-Solar-Mass Binary Black Hole Coalescence},
+  author = {The LIGO Collaboration},
+  collaboration = {LIGO Scientific Collaboration and Virgo Collaboration},
+  journal = {Phys. Rev. Lett.},
+  volume = {116},
+  issue = {24},
+  pages = {241103},
+  numpages = {14},
+  year = {2016},
+  month = {Jun},
+  publisher = {American Physical Society},
+  doi = {10.1103/PhysRevLett.116.241103},
+  url = {https://link.aps.org/doi/10.1103/PhysRevLett.116.241103}
+}
+
+@article{PhysRevLett.116.061102,
+  title = {Observation of Gravitational Waves from a Binary Black Hole Merger},
+  author = {The LIGO Collaboration},
+  collaboration = {LIGO Scientific Collaboration and Virgo Collaboration},
+  journal = {Phys. Rev. Lett.},
+  volume = {116},
+  issue = {6},
+  pages = {061102},
+  numpages = {16},
+  year = {2016},
+  month = {Feb},
+  publisher = {American Physical Society},
+  doi = {10.1103/PhysRevLett.116.061102},
+  url = {https://link.aps.org/doi/10.1103/PhysRevLett.116.061102}
+}

File diff suppressed because it is too large
+ 57 - 0
title.tex