Skip to content

Commit 46373a6

Browse files
committed
fixed long URL bug
1 parent 5289770 commit 46373a6

File tree

8 files changed

+49
-48
lines changed

8 files changed

+49
-48
lines changed

manuscript/manuscript.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ the Life Sciences Research Foundation. PB was funded by the Natural Sciences &
660660
Engineering Research Council of Canada and the Academic Development Fund of the
661661
University of Western Ontario. SM would like to thank Dr. Laurence Tratt for
662662
reviewing an early draft of this paper. TP was funded by an NSERC Discovery Grant,
663-
and a Start-Up grant from the Université de Montréal.
663+
and a Start-Up grant from the Université de Montréal.
664664

665665
\newpage
666666

@@ -687,17 +687,8 @@ and length), information about "where", "when", and "what" animals were
687687
measured can be considered meta-data. Using the tidy format makes this
688688
distinction clearer.
689689

690-
# Figures {-}
691-
692-
\begin{figure}[h!]
693-
\centering
694-
\includegraphics[width=\columnwidth]{resources/tidy_data.eps}
695-
\caption{}
696-
\label{fig:tidy-data}
697-
\end{figure}
698-
699-
\nolinenumbers
700690
\newpage
701691

692+
702693
# References {-}
703694
\bibdata{resources/manuscript.bib}

manuscript/manuscript.pdf

-12.4 KB
Binary file not shown.

manuscript/resources/manuscript.bib

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
@proceedings{higgins2002,
2-
author = {Higgins, D. and Berkley, C. and Jones, M.B.},
3-
editor = {},
4-
title = {Managing heterogeneous ecological data using Morpho},
5-
booktitle = {Managing heterogeneous ecological data using Morpho},
6-
volume = {14th International Conference on Scientific and Statistical Database Management},
7-
publisher = {IEEE Comput. Soc},
8-
address = {},
9-
pages = {69-76},
10-
year = {2002},
11-
abstract = {},
12-
keywords = {},
13-
doi = {10.1109/SSDM.2002.1029707},
2+
author = {Higgins, D. and Berkley, C. and Jones, M.B.},
3+
editor = {},
4+
title = {Managing heterogeneous ecological data using Morpho},
5+
booktitle = {Managing heterogeneous ecological data using Morpho},
6+
volume = {14th International Conference on Scientific and Statistical Database Management},
7+
publisher = {IEEE Comput. Soc},
8+
address = {},
9+
pages = {69-76},
10+
year = {2002},
11+
abstract = {},
12+
keywords = {},
13+
doi = {10.1109/SSDM.2002.1029707},
1414
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=1029707}
1515
}
1616

manuscript/resources/plos_template.tex

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
%
1313
% -- IMPORTANT NOTE
1414
%
15-
% This template contains comments intended
16-
% to minimize problems and delays during our production
15+
% This template contains comments intended
16+
% to minimize problems and delays during our production
1717
% process. Please follow the template instructions
1818
% whenever possible.
1919
%
20-
% % % % % % % % % % % % % % % % % % % % % % %
20+
% % % % % % % % % % % % % % % % % % % % % % %
2121
%
22-
% Once your paper is accepted for publication,
22+
% Once your paper is accepted for publication,
2323
% PLEASE REMOVE ALL TRACKED CHANGES in this file and leave only
2424
% the final text of your manuscript.
2525
%
26-
% There are no restrictions on package use within the LaTeX files except that
26+
% There are no restrictions on package use within the LaTeX files except that
2727
% no packages listed in the template may be deleted.
2828
%
2929
% Please do not include colors or graphics in the text.
@@ -37,8 +37,8 @@
3737
% Please include tables/figure captions directly after the paragraph where they are first cited in the text.
3838
%
3939
% DO NOT INCLUDE GRAPHICS IN YOUR MANUSCRIPT
40-
% - Figures should be uploaded separately from your manuscript file.
41-
% - Figures generated using LaTeX should be extracted and removed from the PDF before submission.
40+
% - Figures should be uploaded separately from your manuscript file.
41+
% - Figures generated using LaTeX should be extracted and removed from the PDF before submission.
4242
% - Figures containing multiple panels/subfigures must be combined into one image file before submission.
4343
% For figure citations, please use "Fig." instead of "Figure".
4444
% See http://www.plosone.org/static/figureGuidelines for PLOS figure guidelines.
@@ -62,11 +62,11 @@
6262
%
6363
% Do not include text that is not math in the math environment. For example, CO2 will be CO\textsubscript{2}.
6464
%
65-
% Please add line breaks to long display equations when possible in order to fit size of the column.
65+
% Please add line breaks to long display equations when possible in order to fit size of the column.
6666
%
6767
% For inline equations, please do not include punctuation (commas, etc) within the math environment unless this is part of the equation.
6868
%
69-
% % % % % % % % % % % % % % % % % % % % % % % %
69+
% % % % % % % % % % % % % % % % % % % % % % % %
7070
%
7171
% Please contact latex@plos.org with any questions.
7272
%
@@ -94,7 +94,7 @@
9494
\usepackage{cite}
9595

9696
% Use nameref to cite supporting information files (see Supporting Information section for more info)
97-
\usepackage{nameref,hyperref}
97+
\usepackage{nameref}
9898

9999
% line numbers
100100
\usepackage[right]{lineno}
@@ -107,13 +107,18 @@
107107
\usepackage{rotating}
108108

109109
% Remove comment for double spacing
110-
%\usepackage{setspace}
110+
%\usepackage{setspace}
111111
%\doublespacing
112112

113+
%to handle url breaks in references
114+
\usepackage{url}
115+
\usepackage{hyperref}
116+
\usepackage{breakurl}
117+
113118
% Text layout
114119
\raggedright
115120
\setlength{\parindent}{0.5cm}
116-
\textwidth 5.25in
121+
\textwidth 5.25in
117122
\textheight 8.75in
118123

119124
% Bold the 'Figure #' in the caption and separate it from the title/caption with a period
@@ -190,8 +195,8 @@
190195
% Please keep the abstract below 300 words
191196

192197
% Please keep the Author Summary between 150 and 200 words
193-
% Use first person. PLOS ONE authors please skip this step.
194-
% Author Summary not valid for PLOS ONE submissions.
198+
% Use first person. PLOS ONE authors please skip this step.
199+
% Author Summary not valid for PLOS ONE submissions.
195200

196201
% For figure citations, please use "Fig." instead of "Figure".
197202

@@ -209,7 +214,6 @@
209214
% Compile your BiBTeX database using our plos2015.bst
210215
% style file and paste the contents of your .bbl file
211216
% here.
212-
%
217+
%
213218

214219
\end{document}
215-
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
July 5, 2016
2+
3+
Dear Dr. Markel,
4+
5+
Thank you for reviewing our manuscript "Ten Simple Rules for Digital
6+
Data Storage" and considering our resubmission. We have thoroughly considered the reviewer responses and taken almost all of their suggestions into account in our revived manuscript. We believe this has made our submission even stronger. Thank you again for your time in helping us improve our manuscript.
7+
8+
Sincerely,
9+
10+
Dr. Edmund Hart
48.9 KB
Binary file not shown.

resubmission_materials/reviewer_response.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
Dear Dr. Markel,
22

3-
Thank you for reviewing our manuscript "Ten Simple Rules for Digital
4-
Data Storage" and considering our resubmission. We appreciate the
5-
thoughtful feedback reviewers have provided and incorporated their
6-
comments into our revised manuscript. Below is a detailed accounting
7-
of our changes, with reviewer submissions highlighted in bold.
3+
Below is a detailed accounting of our changes, with reviewer submissions highlighted in bold.
84

95

106
**_Reviewer #1:_** _The manuscript enumerates a set of "rules" that
@@ -97,9 +93,9 @@ situation in reality can become very complicated, these ten simple
9793
rules can still provide good and useful guidance for researchers to
9894
develop data storage and management systems. Actually, we have pretty
9995
much followed these rules in our own practices. The manuscript was
100-
concise and well written.
96+
concise and well written._
10197

102-
Minor suggestions:_
98+
_Minor suggestions:_
10399

104100
**Page 2, Line 50: "can help" -> "can help to"**
105101

@@ -129,10 +125,10 @@ We have added several examples in our rules that are specific to
129125
biomedical data to address this concern. In particular:
130126

131127
Line 24-26: We suggest GenBank as an example place to archive sequence
132-
data
128+
data
133129

134130
Line 64-66: We suggest using community tools for formatting
135-
sequence data and ecological metadata
131+
sequence data and ecological metadata
136132

137133
Line 177-178: We give an example of version numbers
138134
that are specific to NCBI repositories
501 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)