-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #471 from jeromekelleher/final-submission-tweaks
Update "probabilistic sampling" bit
- Loading branch information
Showing
5 changed files
with
144 additions
and
40 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
all: cover-letter.pdf cover-letter-resubmit.pdf | ||
all: cover-letter.pdf cover-letter-resubmit.pdf cover-letter-resubmit-2.pdf | ||
|
||
cover-letter.pdf: cover-letter.tex | ||
pdflatex cover-letter.tex | ||
|
||
cover-letter-resubmit.pdf: cover-letter-resubmit.tex | ||
pdflatex cover-letter-resubmit.tex | ||
|
||
cover-letter-resubmit-2.pdf: cover-letter-resubmit-2.tex | ||
pdflatex cover-letter-resubmit-2.tex |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
\documentclass{letter} | ||
|
||
\signature{Jerome Kelleher} | ||
|
||
\address{Big Data Institute\\University of Oxford} | ||
\begin{document} | ||
|
||
\begin{letter}{GENETICS} | ||
|
||
\opening{Dear Graham,} | ||
|
||
I am writing on behalf of my coauthors to resubmit our | ||
manuscript entitled | ||
\emph{A general and efficient representation of ancestral recombination | ||
graphs}. | ||
|
||
We are delighted that it is potentially suitable for publication in GENETICS, | ||
and have endeavored to address the points you have raised. | ||
|
||
We have attached a detailed point-by-point response in the | ||
\texttt{response-to-reviewers-2.pdf} file, along with a | ||
latex-diff of the differences between the current and previous submissions. | ||
|
||
Thank you again for your careful and helpful input throughout this process. | ||
|
||
\closing{Sincerely,} | ||
|
||
\end{letter} | ||
\end{document} |
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
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