galaaz 0.4.10 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (163) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2048 -531
  3. data/Rakefile +3 -2
  4. data/bin/gknit +152 -6
  5. data/bin/gknit-draft +105 -0
  6. data/bin/gknit-draft.rb +28 -0
  7. data/bin/gknit_Rscript +127 -0
  8. data/bin/grun +27 -1
  9. data/bin/gstudio +47 -4
  10. data/bin/{gstudio.rb → gstudio_irb.rb} +0 -0
  11. data/bin/gstudio_pry.rb +7 -0
  12. data/blogs/galaaz_ggplot/galaaz_ggplot.html +10 -195
  13. data/blogs/galaaz_ggplot/galaaz_ggplot.md +404 -0
  14. data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-html/midwest_rb.png +0 -0
  15. data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-html/scatter_plot_rb.png +0 -0
  16. data/blogs/gknit/gknit.Rmd +5 -3
  17. data/blogs/gknit/gknit.pdf +0 -0
  18. data/blogs/gknit/lst.rds +0 -0
  19. data/blogs/manual/lst.rds +0 -0
  20. data/blogs/manual/manual.Rmd +826 -53
  21. data/blogs/manual/manual.html +2338 -695
  22. data/blogs/manual/manual.md +2032 -539
  23. data/blogs/manual/manual.pdf +0 -0
  24. data/blogs/manual/manual.tex +1804 -594
  25. data/blogs/manual/manual_files/figure-html/bubble-1.png +0 -0
  26. data/blogs/manual/manual_files/figure-html/diverging_bar.png +0 -0
  27. data/blogs/manual/manual_files/figure-latex/bubble-1.png +0 -0
  28. data/blogs/manual/manual_files/figure-latex/diverging_bar.pdf +0 -0
  29. data/blogs/manual/model.rb +41 -0
  30. data/blogs/nse_dplyr/nse_dplyr.Rmd +226 -73
  31. data/blogs/nse_dplyr/nse_dplyr.html +254 -336
  32. data/blogs/nse_dplyr/nse_dplyr.md +353 -158
  33. data/blogs/oh_my/oh_my.html +274 -386
  34. data/blogs/oh_my/oh_my.md +208 -205
  35. data/blogs/ruby_plot/ruby_plot.html +20 -205
  36. data/blogs/ruby_plot/ruby_plot.md +14 -15
  37. data/blogs/ruby_plot/ruby_plot_files/figure-html/dose_len.png +0 -0
  38. data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_delivery.png +0 -0
  39. data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_dose.png +0 -0
  40. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color.png +0 -0
  41. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color2.png +0 -0
  42. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_decorations.png +0 -0
  43. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_jitter.png +0 -0
  44. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_points.png +0 -0
  45. data/blogs/ruby_plot/ruby_plot_files/figure-html/final_box_plot.png +0 -0
  46. data/blogs/ruby_plot/ruby_plot_files/figure-html/final_violin_plot.png +0 -0
  47. data/blogs/ruby_plot/ruby_plot_files/figure-html/violin_with_jitter.png +0 -0
  48. data/examples/Bibliography/master.bib +50 -0
  49. data/examples/Bibliography/stats.bib +72 -0
  50. data/examples/islr/x_y_rnorm.jpg +0 -0
  51. data/examples/latex_templates/Test-acm_article/Makefile +16 -0
  52. data/examples/latex_templates/Test-acm_article/Test-acm_article.Rmd +65 -0
  53. data/examples/latex_templates/Test-acm_article/acm_proc_article-sp.cls +1670 -0
  54. data/examples/latex_templates/Test-acm_article/sensys-abstract.cls +703 -0
  55. data/examples/latex_templates/Test-acm_article/sigproc.bib +59 -0
  56. data/examples/latex_templates/Test-acs_article/Test-acs_article.Rmd +260 -0
  57. data/examples/latex_templates/Test-acs_article/Test-acs_article.pdf +0 -0
  58. data/examples/latex_templates/Test-acs_article/acs-Test-acs_article.bib +11 -0
  59. data/examples/latex_templates/Test-acs_article/acs-my_output.bib +11 -0
  60. data/examples/latex_templates/Test-acs_article/acstest.bib +17 -0
  61. data/examples/latex_templates/Test-aea_article/AEA.cls +1414 -0
  62. data/{blogs/gknit/marshal.dump → examples/latex_templates/Test-aea_article/BibFile.bib} +0 -0
  63. data/examples/latex_templates/Test-aea_article/Test-aea_article.Rmd +108 -0
  64. data/examples/latex_templates/Test-aea_article/Test-aea_article.pdf +0 -0
  65. data/examples/latex_templates/Test-aea_article/aea.bst +1269 -0
  66. data/examples/latex_templates/Test-aea_article/multicol.sty +853 -0
  67. data/examples/latex_templates/Test-aea_article/references.bib +0 -0
  68. data/examples/latex_templates/Test-aea_article/setspace.sty +546 -0
  69. data/examples/latex_templates/Test-amq_article/Test-amq_article.Rmd +256 -0
  70. data/examples/latex_templates/Test-amq_article/Test-amq_article.pdf +0 -0
  71. data/examples/latex_templates/Test-amq_article/Test-amq_article.pdfsync +3397 -0
  72. data/examples/latex_templates/Test-amq_article/pics/Figure2.pdf +0 -0
  73. data/examples/latex_templates/Test-ams_article/Test-ams_article.Rmd +215 -0
  74. data/examples/latex_templates/Test-ams_article/amstest.bib +436 -0
  75. data/examples/latex_templates/Test-asa_article/Test-asa_article.Rmd +153 -0
  76. data/examples/latex_templates/Test-asa_article/Test-asa_article.pdf +0 -0
  77. data/examples/latex_templates/Test-asa_article/agsm.bst +1353 -0
  78. data/examples/latex_templates/Test-asa_article/bibliography.bib +233 -0
  79. data/examples/latex_templates/Test-ieee_article/IEEEtran.bst +2409 -0
  80. data/examples/latex_templates/Test-ieee_article/IEEEtran.cls +6346 -0
  81. data/examples/latex_templates/Test-ieee_article/Test-ieee_article.Rmd +175 -0
  82. data/examples/latex_templates/Test-ieee_article/Test-ieee_article.pdf +0 -0
  83. data/examples/latex_templates/Test-ieee_article/mybibfile.bib +20 -0
  84. data/examples/latex_templates/Test-rjournal_article/RJournal.sty +335 -0
  85. data/examples/latex_templates/Test-rjournal_article/RJreferences.bib +18 -0
  86. data/examples/latex_templates/Test-rjournal_article/RJwrapper.pdf +0 -0
  87. data/examples/latex_templates/Test-rjournal_article/Test-rjournal_article.Rmd +52 -0
  88. data/examples/latex_templates/Test-springer_article/Test-springer_article.Rmd +65 -0
  89. data/examples/latex_templates/Test-springer_article/Test-springer_article.pdf +0 -0
  90. data/examples/latex_templates/Test-springer_article/bibliography.bib +26 -0
  91. data/examples/latex_templates/Test-springer_article/spbasic.bst +1658 -0
  92. data/examples/latex_templates/Test-springer_article/spmpsci.bst +1512 -0
  93. data/examples/latex_templates/Test-springer_article/spphys.bst +1443 -0
  94. data/examples/latex_templates/Test-springer_article/svglov3.clo +113 -0
  95. data/examples/latex_templates/Test-springer_article/svjour3.cls +1431 -0
  96. data/examples/rmarkdown/svm-rmarkdown-anon-ms-example/svm-rmarkdown-anon-ms-example.Rmd +73 -0
  97. data/examples/rmarkdown/svm-rmarkdown-anon-ms-example/svm-rmarkdown-anon-ms-example.pdf +0 -0
  98. data/examples/rmarkdown/svm-rmarkdown-article-example/svm-rmarkdown-article-example.Rmd +382 -0
  99. data/examples/rmarkdown/svm-rmarkdown-article-example/svm-rmarkdown-article-example.pdf +0 -0
  100. data/examples/rmarkdown/svm-rmarkdown-beamer-example/svm-rmarkdown-beamer-example.Rmd +164 -0
  101. data/examples/rmarkdown/svm-rmarkdown-beamer-example/svm-rmarkdown-beamer-example.pdf +0 -0
  102. data/examples/rmarkdown/svm-rmarkdown-cv/svm-rmarkdown-cv.Rmd +92 -0
  103. data/examples/rmarkdown/svm-rmarkdown-cv/svm-rmarkdown-cv.pdf +0 -0
  104. data/examples/rmarkdown/svm-rmarkdown-syllabus-example/attend-grade-relationships.csv +482 -0
  105. data/examples/rmarkdown/svm-rmarkdown-syllabus-example/svm-rmarkdown-syllabus-example.Rmd +280 -0
  106. data/examples/rmarkdown/svm-rmarkdown-syllabus-example/svm-rmarkdown-syllabus-example.pdf +0 -0
  107. data/examples/rmarkdown/svm-xaringan-example/svm-xaringan-example.Rmd +386 -0
  108. data/lib/R_interface/r.rb +1 -1
  109. data/lib/R_interface/r_libs.R +1 -1
  110. data/lib/R_interface/r_methods.rb +10 -0
  111. data/lib/R_interface/rpkg.rb +1 -0
  112. data/lib/R_interface/rsupport.rb +4 -6
  113. data/lib/gknit.rb +2 -0
  114. data/lib/gknit/draft.rb +105 -0
  115. data/lib/gknit/knitr_engine.rb +0 -33
  116. data/lib/util/exec_ruby.rb +1 -27
  117. data/specs/figures/bg.jpeg +0 -0
  118. data/specs/figures/bg.png +0 -0
  119. data/specs/figures/dose_len.png +0 -0
  120. data/specs/figures/no_args.jpeg +0 -0
  121. data/specs/figures/no_args.png +0 -0
  122. data/specs/figures/width_height.jpeg +0 -0
  123. data/specs/figures/width_height.png +0 -0
  124. data/specs/figures/width_height_units1.jpeg +0 -0
  125. data/specs/figures/width_height_units1.png +0 -0
  126. data/specs/figures/width_height_units2.jpeg +0 -0
  127. data/specs/figures/width_height_units2.png +0 -0
  128. data/specs/r_dataframe.spec.rb +11 -11
  129. data/specs/ruby_expression.spec.rb +1 -0
  130. data/specs/tmp.rb +41 -20
  131. data/version.rb +1 -1
  132. metadata +73 -35
  133. data/blogs/galaaz_ggplot/galaaz_ggplot.aux +0 -41
  134. data/blogs/galaaz_ggplot/galaaz_ggplot.out +0 -10
  135. data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-latex/midwest_rb.pdf +0 -0
  136. data/blogs/galaaz_ggplot/galaaz_ggplot_files/figure-latex/scatter_plot_rb.pdf +0 -0
  137. data/blogs/gknit/gknit.md +0 -1430
  138. data/blogs/gknit/gknit.tex +0 -1358
  139. data/blogs/manual/graph.rb +0 -29
  140. data/blogs/nse_dplyr/nse_dplyr.tex +0 -1373
  141. data/blogs/ruby_plot/ruby_plot.Rmd_external_figs +0 -662
  142. data/blogs/ruby_plot/ruby_plot_files/figure-html/dose_len.svg +0 -57
  143. data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_delivery.svg +0 -106
  144. data/blogs/ruby_plot/ruby_plot_files/figure-html/facet_by_dose.svg +0 -110
  145. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color.svg +0 -174
  146. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_by_delivery_color2.svg +0 -236
  147. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_jitter.svg +0 -296
  148. data/blogs/ruby_plot/ruby_plot_files/figure-html/facets_with_points.svg +0 -236
  149. data/blogs/ruby_plot/ruby_plot_files/figure-html/final_box_plot.svg +0 -218
  150. data/blogs/ruby_plot/ruby_plot_files/figure-html/final_violin_plot.svg +0 -128
  151. data/blogs/ruby_plot/ruby_plot_files/figure-html/violin_with_jitter.svg +0 -150
  152. data/blogs/ruby_plot/ruby_plot_files/figure-latex/dose_len.png +0 -0
  153. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facet_by_delivery.png +0 -0
  154. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facet_by_dose.png +0 -0
  155. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_by_delivery_color.png +0 -0
  156. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_by_delivery_color2.png +0 -0
  157. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_with_decorations.png +0 -0
  158. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_with_jitter.png +0 -0
  159. data/blogs/ruby_plot/ruby_plot_files/figure-latex/facets_with_points.png +0 -0
  160. data/blogs/ruby_plot/ruby_plot_files/figure-latex/final_box_plot.png +0 -0
  161. data/blogs/ruby_plot/ruby_plot_files/figure-latex/final_violin_plot.png +0 -0
  162. data/blogs/ruby_plot/ruby_plot_files/figure-latex/violin_with_jitter.png +0 -0
  163. data/examples/paper/paper.rb +0 -36
@@ -0,0 +1,215 @@
1
+ ---
2
+ journal: jhm
3
+ layout: draft
4
+ title: Title here
5
+ author1: Andrew N. Other
6
+ author2: Fred T. Secondauthor
7
+ currentaddress: "Current address: Some other place, Germany"
8
+ affiliation: "American Meteorological Society,Boston, Massachusetts"
9
+ exauthors:
10
+ - name: Ping Lu
11
+ exaffiliation: Princeton University
12
+ correspondingauthor: "American Meteorological Society, 45 Beacon St., Boston, MA 02108."
13
+ email: \email{groupleader@unknown.uu}
14
+ - name: Miao Yu
15
+ exaffiliation: University of Waterloo
16
+ currentaddress: "Current address: Some other place, Canada"
17
+ abstract: |
18
+ Enter the text of your abstract here. This is a sample American Meteorological Society (AMS) \LaTeX\ template. This document provides authors with instructions on the use of the AMS \LaTeX\ template. Authors should refer to the file amspaper.tex to review the actual \LaTeX\ code used to create this document. The template.tex file should be modified by authors for their own manuscript.
19
+ bibliography: amstest.bib
20
+ #output: rticles::ams_article
21
+ output:
22
+ ruby_template:
23
+ gem: gknit-draft
24
+ family: svm
25
+ template: svm_latex_beamer
26
+ ---
27
+
28
+ # Introduction
29
+
30
+ This document will provide authors with the basic American Meteorological Society (AMS) formatting guidelines. This document was created using \LaTeX\ and demonstrates how to use the \LaTeX\ template when submitting a manuscript to the AMS. The following sections will outline the guidelines and formatting for text, math, figures, and tables while using \LaTeX\/ for a submission to the AMS. An attempt to compile amspaper.tex should be made before using the template. The files have been tested on Windows, Linux, and Mac OS using \TeX\ Live 2011 (available online at \url{http://www.tug.org/texlive/}). Feedback and questions should be sent to latex@ametsoc.org. Additional information is available on the AMS \LaTeX\ Submission Info web page (\url{http://www2.ametsoc.org/ams/index.cfm/publications/authors/journal-and-bams-authors/author-resources/latex-author-info/}).
31
+
32
+ Authors should use the empty template.tex to begin their paper. A valuable source of \LaTeX\ information is the {TeX Frequently Asked Questions} page (available online at \url{faq.tug.org}).
33
+
34
+ # Formatting text and sections
35
+
36
+ The text should be divided into sections, each with a separate heading and consecutive numbering. Note, however, that single secondary, tertiary, and quaternary sections remain unnumbered. Each section heading should be placed on a separate line using the appropriate \LaTeX\ commands.
37
+
38
+ ## Secondary headings {-}
39
+
40
+ Secondary headings labeled with letters are formatted using the `## Secondary headings {-}` for a single subsection within a section or `## Secondary headings` for multiple subsections within one section.
41
+
42
+ ### Tertiary headings {-}
43
+
44
+ Tertiary headings are formatted using the `### Tertiary headings {-}` for single a subsubsection within a subsection or `### Tertiary headings` for multiple subsubsections within a subsection.
45
+
46
+ \paragraph*{Quaternary headings}
47
+ Quaternary headings are formatted using the `\paragraph*{Quaternary headings}` for a single paragraph within a subsubsection or `\paragraph{Quaternary headings}` for multiple paragraphs within a subsection.
48
+
49
+ # Citations
50
+
51
+ Citations to standard references in text should consist of the name of the author and the year of publication, for example, @poe12 or [@poe12;@alexander:2002;@Gershunov2012] using the appropriate `@key` or `[@key]` commands, respectively. A variety of citation formats can be used with the natbib package; however, the AMS prefers that authors use only the `@key` and `[@key]` commands. References should be entered in the references.bib file. For a thorough discussion of how to enter references into the references.bib database file following AMS style, please refer to the **AMS_Refs.pdf** document included in this package.
52
+
53
+ # Formatting math
54
+
55
+ The following sections will outline the basic formatting rules for mathematical symbols and units. In addition, a review of the amspaper.tex file will show how this is done with the use of \LaTeX\ commands. The AMS template provides the American Mathematical Society math, font, symbol, and boldface packages for use in math mode.
56
+
57
+ ## Mathematical symbols
58
+
59
+ Symbols must be of the same font style both in text discussion and in displayed equations or terms (and figures should be prepared to match). Scalar single-character symbols are set italic, Greek, or script. Examples are $u$, $L$ [note that $\upsilon$ (Greek upsilon) is used instead of *v* (italic "vee") to avoid confusion with $\nu$ (Greek nu) often used for viscosity; this is handled automatically when in \LaTeX\ math mode], $w$, $x$, $y$, $z$, $f$, $g$, $r$, indices such as $i$ or $j$, and constants such as $C_D$, $k$, or $K$. Multiple-character scalar variables, abbreviations, nondimensional numbers, and acronyms for variables are set regular nonitalic: $\mathrm{LWC}$, $\mathrm{Re}$, $\mathrm{Ro}$, $\mathrm{BT}$, $\mathrm{abs}$, $\mathrm{obs}$, $\mathrm{max}$, $\mathrm{min}$, $\mathrm{Re}$/$\mathrm{Im}$ (real/imaginary), etc. For vectors, use boldface nonitalic Times Roman as in $\mathbf{V}$, $\mathbf{v}$, or $\mathbf{x}$, and $\mathbf{i}$, $\mathbf{j}$, and $\mathbf{k}$ unit vectors. Do not use the \LaTeX\ $\backslash vec$ command to denote vectors. For matrix notation, use nonitalic boldface Arial (or sans serif) font as in $\pmb{\mathsf{A}}$, $\pmb{\mathsf{B}}$, or $\pmb{\mathsf{M}}$. Note that you will need to use the $\backslash$pmb command for boldface sans serif; the $\backslash$bm command will not work. All mathematical operator abbreviations/acronyms are set lowercase regular Roman font, except $O$ (on the order of): $\sin$, $\cos$, $\tan$, $\tanh$, $\mathrm{cov}$, $\Pr$ (for probability; note same as Prandtl number), $\mathrm{const}$ (for constant), $\mathrm{c.c.}$ (complex conjugate).
60
+
61
+ ## Units
62
+
63
+ Units are always set on a single line with a space separating the denominator, which is set with a superscript $-1$, $-2$, and so on, rather than using a slash for "per." Examples are g kg$^{-1}$, m$^2$ s$^{-1}$, Wm$^{-2}$, g m$^{-3}$, and m s$^{-1}$ (note that ms$^{-1}$ is the unit for "per millisecond").
64
+
65
+ ## Equations
66
+
67
+ Brief equations or terms set inline in text must be set as a single-line expression because page proofs are not double spaced, for example, $\rho^{-1}p/x$ or $(1/{\rho})p/x$ or $(a-b)/(c+d)$; that is, use a superscript $-1$ for the denominator. In case of a more complicated term or equation, it should be set as an unnumbered display equation, such as
68
+
69
+ $$
70
+ x=\frac{2b\pm\sqrt{b^{2}-4ac}}{2c}.
71
+ $$
72
+
73
+ Otherwise, numbered display equations can be entered using the appropriate equation command, such as
74
+
75
+ \begin{equation}
76
+ x=\frac{2b\pm\sqrt{b^{2}-4ac}}{2c}.
77
+ \end{equation}
78
+
79
+ Lists of equations are punctuated as written English, and commas, semicolons, and periods are placed where appropriate. Conjunctions such as "and", "while", "when", or "for" are also typically placed before the final element in a mathematical phrase, as befits the intended mathematical meaning.
80
+
81
+ ## Figures and tables
82
+
83
+ The AMS prefers that all figures and tables are placed **at the end of the document** prior to submission. A list of tables and a list of figures will appear near the end of the PDFfile, before the actual tables and figures. These lists are necessary for submission.
84
+
85
+ For appendix figures and tables, special commands are needed to manually change the numbering to ensure that each appendix figure or table is numbered as part of the respective appendix and not as a continuation of the main paper. Use the command `\appendcaption{}` instead of the usual `caption{}` to adjust the numbering; for example, for Table A1, you would use the command `\appendcaption{A1}`.
86
+
87
+ Note that the normal `\ref{}` command cannot be used to cite appendix figures and tables as the numbering will be incorrect. Callouts for appendix figures and tables in the text will need to be written out as plain text, for example, Fig. A1 and Table A1.
88
+
89
+ ### Figures
90
+
91
+ The insertion of a sample figure (Fig. \ref{f1})
92
+ and caption is given below (in the .tex document) and at the end of the document. Standard figure sizes are 19 (one column), 27, 33, and 39 (two columns) picas.
93
+
94
+ \begin{figure}[h]
95
+ \centerline{\includegraphics[width=19pc]{figure01.pdf}}
96
+ \caption{Enter the caption for your figure here. Repeat as
97
+ necessary for each of your figures.}\label{f1}
98
+ \end{figure}
99
+
100
+ ```{r,echo=FALSE,fig.cap='test the rmd output',fig.align='center',fig.width=3.17}
101
+ plot(1:10)
102
+ ```
103
+
104
+ ### Tables
105
+ Each table must be numbered, provided with a caption, and mentioned specifically in the text.
106
+ See below (in the .tex document) and at the end of the document for the formatting of a sample table (Table
107
+ \ref{t1}).
108
+
109
+ \begin{table}[h]
110
+ \caption{This is a sample table caption and table layout.}\label{t1}
111
+ \begin{center}
112
+ \begin{tabular}{ccccrrcrc}
113
+ \topline
114
+ $N$ & $X$ & $Y$ & $Z$\\
115
+ \midline
116
+ 0000 & 0000 & 0010 & 0000 \\
117
+ 0005 & 0004 & 0012 & 0000 \\
118
+ 0010 & 0009 & 0020 & 0000 \\
119
+ 0015 & 0016 & 0036 & 0002 \\
120
+ 0020 & 0030 & 0066 & 0007 \\
121
+ 0025 & 0054 & 0115 & 0024 \\
122
+ \botline
123
+ \end{tabular}
124
+ \end{center}
125
+ \end{table}
126
+
127
+ \acknowledgments
128
+ Keep acknowledgments (note correct spelling: no e between the g and m) as brief as possible. In general, acknowledge only direct help in writing or research. Financial support (e.g., grant numbers) for the work done, for an author, or for the laboratory where the work was performed is best acknowledged here rather than as footnotes to the title or to an author's name. Contribution numbers (if the work has been published by the author's institution or organization) should be included as footnotes on the title page,
129
+ not in the acknowledgments.
130
+
131
+ Please use The authors thank \ldots rather than The authors would like to thank \ldots.
132
+
133
+ The author thanks Mats Dahlgren for version one of \textsf{achemso}, and Donald Arseneau for the code taken from \textsf{cite} to move citations after punctuation. Many users have provided feedback on the class, which is reflected in all of the different demonstrations shown in this document.
134
+
135
+ \appendix[A]
136
+
137
+ \appendixtitle{Title of Appendix}
138
+
139
+ ## Appendix section
140
+
141
+ The AMS template allows authors to format an unlimited number of appendixes. To format a single appendix, use the `\appendix` command with no additional argument. Otherwise, add the appropriate one-letter argument to the `\appendix` command (e.g. `\appendix[A]`, `\appendix[B]`, `\appendix[C]`, etc.) corresponding to the appropriate appendix.
142
+
143
+ The title of the appendix can be formatted using the `\appendixtitle{} ` command. The `##` , `###` and `\paragraph` commands are used to create sections within the appendix. (Note that the appendix title takes the place of `#` in the appendix, so the first section should begin with `##` instead of `#`.)
144
+
145
+ Equations are automatically numbered appropriately for each appendix. Here is an example of the first equation in appendix A, automatically labeled (\ref{eq:1}):
146
+
147
+ \begin{equation}
148
+ \label{eq:1}
149
+ x=\frac{2b\pm\sqrt{b^{2}-4ac}}{2c}.
150
+ \end{equation}
151
+
152
+ For appendix figures and tables, special commands are needed to manually change the numbering to ensure that each appendix figure or table is numbered as part of the appendix and not as a continuation of the main paper. Use the command `\appendcaption{}` instead of the usual `\caption{}` to adjust the numbering; for example, for Table A1, you would use the command `\appendcaption{A1}`. In-text callouts for each appendix figure and table will need to be written as plain text;the usual `\ref{}` command cannot be used.
153
+
154
+ \appendix[B]
155
+ \appendixtitle{File Structure of the AMS \LaTeX\ Package}
156
+
157
+ ## AMS \LaTeX\ files
158
+ You will be provided with a tarred, zipped \LaTeX\ package containing 3 files. These files are
159
+
160
+ \begin{description}
161
+
162
+ \item
163
+ your-paper-name.Rmd template for your paper
164
+ \item
165
+ amstest.bib an example of a bibliographic database file.
166
+ \item
167
+ figure01.pdf are sample figures.
168
+
169
+ \end{description}
170
+
171
+ ## Help for Authors
172
+
173
+ Questions and feedback concerning the use of the AMS \LaTeX\ files should be directed to latex@ametsoc.org or yufreecas@gmail.com(for rmarkdown issues). Additional information is available on the AMS \LaTeX\ Submission Info web page (\url{http://www2.ametsoc.org/ams/index.cfm/publications/authors/journal-and-bams-authors/author-resources/latex-author-info/}).
174
+
175
+ \appendix[C]
176
+ \appendixtitle{Building a PDF and Submitting Your \LaTeX\ Manuscript Files to the AMS}
177
+
178
+ ## Building your own PDF
179
+
180
+ There are a variety of different methods and programs that will create a final PDF from your \LaTeX\ files. The easiest method is to download one of the freely available text editors/compilers such as Rstudio to compile your files into a PDF.
181
+
182
+ ## Submitting your files to the AMS for peer review
183
+
184
+ The AMS uses the Editorial Manager system for all author submissions for peer review. Editorial Manager uses the freely available \TeX\ Live 2011 distribution. This system will automatically generate a PDF from your submitted \LaTeX\ files and figures(not Rmd file, tex files will be produced when you successful knit your Rmd file).
185
+
186
+ You should not upload your own PDF into the system. If the system does not build the PDF from your files correctly, refer to the AMS \LaTeX\ FAQ page first for possible solutions. If your PDF still does not build correctly after trying the solutions on the FAQ page, email latex@ametsoc.org for help.
187
+
188
+ ## Other software
189
+ As mentioned above, there is a variety of software that can be used to edit .tex files and build a PDF. The AMS does not support \LaTeX\/-related WYSIWYG software, such as Scientific Workplace, or WYSIWYM software, such as LyX. \TeX\ Live (available online at \\ \url{http://www.tug.org/texlive/}) is recommended for users needing an up-to-date \LaTeX\ distribution with software that includes an editor and the ability to automatically generate a PDF.
190
+
191
+ # References {-}
192
+ \bibliography{references}
193
+
194
+ \begin{table}
195
+ \appendcaption{A1}{Here is the appendix table caption.}
196
+ \centering
197
+ \begin{tabular}{ccc}
198
+ \topline
199
+ $1$ & $2$ & $3$ \\
200
+ \midline
201
+ a&b&c \\
202
+ d&e&f \\
203
+ \botline
204
+ \end{tabular}
205
+ \end{table}
206
+
207
+ \begin{figure}
208
+ \centerline{(illustration here)}
209
+ \appendcaption{A1}{Here is the appendix figure caption.}
210
+ \end{figure}
211
+
212
+ \begin{figure}
213
+ \centerline{(illustration here)}
214
+ \appendcaption{B1}{Here is the appendix figure caption.}
215
+ \end{figure}
@@ -0,0 +1,436 @@
1
+ %%
2
+ % JOURNAL ABBREVIATIONS
3
+ %
4
+ @STRING{AMS = "Amer.\ Meteor.\ Soc."}
5
+ @STRING{AGU = "Amer.\ Geophys.\ Union"}
6
+ @STRING{AIP = "Amer. Inst. Phys."}
7
+ @STRING{ADGEO = "Adv.\ Geosci."}
8
+ @STRING{AFM = "Agric.\ For.\ Meteor."}
9
+ @STRING{AM = "Ann.\ Meteor."}
10
+ @STRING{AN = "Astrophys.\ Norv."} % Astrophysica Norvegica
11
+ @STRING{AO = "Atmos.--Ocean"} % Atmosphere--Ocean, published by Canadian Meteorological Society (CMOS)
12
+ @STRING{AR = "Atmos.\ Res."} % Atmospheric Research
13
+ @STRING{ARFM = "Annu.\ Rev.\ Fluid Mech."}
14
+ @STRING{AUMET = "Aust.\ Meteor.\ Mag."}
15
+ @STRING{BAMS = "Bull.\ Amer.\ Meteor.\ Soc."}
16
+ @STRING{CAP = "Contrib.\ Atmos.\ Phys."}
17
+ @STRING{CC = "Climate Change"} % Climate Change
18
+ @STRING{CCH = "Climatic Change"} % Climatic Change
19
+ @STRING{CDYN = "Climate Dyn."}
20
+ @STRING{CHAOS = "Chaos"}
21
+ @STRING{COL = "Collier's"}
22
+ @STRING{CRS = "Cont.\ Shelf Res."}
23
+ @STRING{DAO = "Dyn.\ Atmos.\ Oceans"}
24
+ @STRING{ECO = "Ecology"}
25
+ @STRING{EI = "Earth Interact."}
26
+ @STRING{GA = "Geophysica"} % Geophysica, published by Geophysical Society of Finland
27
+ @STRING{GEOMAG = "Geophys.\ Mag."}
28
+ @STRING{GN = "Geophys.\ Norv."} % Geophysica Norvegica
29
+ @STRING{GRL = "Geophys.\ Res.\ Lett."}
30
+ @STRING{GEOINT = "Geofis.\ Int."} % Geofisica Internacional (Mexican journal -- vols. 3--5 contained proceedings from a hurricane conference
31
+ @STRING{GEOPUB = "Geofys.\ Publ."}
32
+ @STRING{GPC = "Global Planet.\ Change"}
33
+ @STRING{HP = "Health Phys."}
34
+ @STRING{IAOP = "Izv.\ Atmos.\ Ocean.\ Phys.\ (Engl.\ Transl.)"}
35
+ @STRING{IJC = "Int.\ J.\ Climatol."}
36
+ @STRING{JAM = "J.\ Appl.\ Meteor."} % renamed to name below in 2006
37
+ @STRING{JAMC = "J.\ Appl.\ Meteor.\ Climatol."} % Journal of Applied Meteorology and Climatology (this journal used to be called the Journal of Applied Meteorology before 2006)
38
+ @STRING{JAS = "J.\ Atmos.\ Sci."}
39
+ @STRING{JAOT = "J.\ Atmos.\ Oceanic Technol."}
40
+ @STRING{JCAM = "J.\ Climate Appl.\ Meteor."} % from 1983--87, now JAMC
41
+ @STRING{JCLI = "J.\ Climate"}
42
+ @STRING{JCR = "J.\ Coastal Res."}
43
+ @STRING{JFM = "J.\ Fluid\ Mech."}
44
+ @STRING{JEM = "J.\ Eng.\ Math."} % Journal of Engineering Mathematics
45
+ @STRING{JGR = "J.\ Geophys.\ Res."}
46
+ @STRING{JHM = "J.\ Hydrometeor."}
47
+ @STRING{JMS = "J.\ Mar.\ Syst."}
48
+ @STRING{JM = "J.\ Meteor."}
49
+ @STRING{JMR = "J.\ Mar.\ Res."}
50
+ @STRING{JMSJ = "J.\ Meteor.\ Soc.\ Japan"}
51
+ @STRING{JPO = "J.\ Phys.\ Oceanogr."}
52
+ @STRING{JOCEAN = "J.\ Oceanogr."} % Journal of Oceanography
53
+ @STRING{JOSJ = "J.\ Oceanogr.\ Soc.\ Japan"}
54
+ @STRING{JSE = "J.\ Struct.\ Eng."} % Journal of Structural Engineering at ASCE
55
+ @STRING{JTM = "J.\ Tropical Meteor."}
56
+ @STRING{JWEIA = "J.\ Wind Eng.\ Ind.\ Aerodyn."}
57
+ @STRING{MA = "Meteor.\ Appl."}
58
+ @STRING{MAP = "Meteor.\ Atmos.\ Phys."}
59
+ @STRING{METMON = "Meteor.\ Monogr."}
60
+ @STRING{METZEIT = "Meteor.\ Z."}
61
+ @STRING{MWL = "Mar.\ Wea.\ Log"}
62
+ @STRING{MWR = "Mon.\ Wea.\ Rev."}
63
+ @STRING{NAT = "Nature"}
64
+ @STRING{NHR = "Nat.\ Hazards Rev."}
65
+ @STRING{NWD = "Natl.\ Weather Dig."}
66
+ @STRING{OA = "Oceanol. Aeta"}
67
+ @STRING{OCEAN = "Oceanography"} % a quarterly journal of The Oceanography Society
68
+ @STRING{PAG = "Pure Appl.\ Geophys."}
69
+ @STRING{PF = "Phys.\ Fluids"}
70
+ @STRING{PHYSD = "Physica D"}
71
+ @STRING{PMG = "Pap.\ Meteor.\ Geophys."} % Papers in Meteorology and Geophysics
72
+ @STRING{PNAS = "Proc.\ Natl.\ Acad.\ Sci.\ (USA)"}
73
+ @STRING{PRE = "Phys.\ Rev.\ E"}
74
+ @STRING{PRSA = "Proc.\ Roy.\ Soc."}
75
+ @STRING{PT = "Phys.\ Today"}
76
+ @STRING{PTRS = "Philos.\ Trans.\ Roy.\ Soc.\ London"}
77
+ @STRING{QJRMS = "Quart.\ J.\ Roy.\ Meteor.\ Soc."}
78
+ @STRING{RGEO = "Rev. Geophys."}
79
+ @STRING{SCI = "Science"}
80
+ @STRING{SOLA = "SOLA"} % Scientific Online Letters on the Atmosphere
81
+ @STRING{TAGU = "Eos, Trans.\ Amer.\ Geophys.\ Union"}
82
+ @STRING{TELLUS = "Tellus"}
83
+ @STRING{TCFD = "Theor.\ Comput.\ Fluid Dyn."}
84
+ @STRING{WEA = "Weather"}
85
+ @STRING{WW = "Weatherwise"}
86
+ @STRING{WF = "Wea.\ Forecasting"}
87
+ @STRING{WMOB = "WMO Bull."}
88
+
89
+ %Journal article database entry
90
+ @ARTICLE{Hubert_Whitney1971,
91
+ AUTHOR = {Hubert, L. F., and Whitney, Jr., L. F.},
92
+ YEAR = {1971},
93
+ TITLE = {Wind estimation from geostationary satellite pictures},
94
+ JOURNAL = MWR,
95
+ VOLUME = {99},
96
+ PAGES = {665-672}
97
+ }
98
+ %Journal article database entry (9+ authors)
99
+ @ARTICLE{poe12,
100
+ AUTHOR = {C. P{\"{o}}hlker and K. T. Wiedemann and B. Sinha and M. Shiraiwa and S. S. Gunthe and
101
+ M. Smith and H. Su and P. Artaxo and Q. Chen and Y. Cheng and W. Elbert and M. K. Gilles and A. L. D. Kilcoyne
102
+ and R. C. Moffet and M. Weigand and S. T. Martin and U. P{\"{o}}schl and M. O. Andreae},
103
+ TITLE = {Biogenic Potassium Salt Particles as Seeds for Secondary Organic Aerosol in the {Amazon}},
104
+ JOURNAL = {Science},
105
+ YEAR = {2012},
106
+ VOLUME = 337,
107
+ PAGES = {1075--1078}
108
+ }
109
+ %Journal article database entry with DOI
110
+ @ARTICLE{alexander:2002,
111
+ AUTHOR = {M. A. Alexander and I. Blad{\'{e}} and M. Newman and J. R. Lanzante and N.-C. Lau and J. D. Scott},
112
+ TITLE = {{T}he Atmospheric Bridge: {T}he Influence of {ENSO} Teleconnections on Air--Sea Interaction over the Global Oceans},
113
+ JOURNAL = {J. Climate},
114
+ YEAR = {2002},
115
+ VOLUME = {15},
116
+ PAGES = {2205-2231},
117
+ DOI = {10.1175/1520-0442(2002)015<2205:tabtio>2.0.co;2}
118
+ }
119
+ %Journal article database entry with EID and DOI
120
+ @ARTICLE {Gershunov2012,
121
+ AUTHOR = {A. Gershunov and K. Guirguis},
122
+ YEAR = {2012},
123
+ TITLE = {California heat waves in the present and future},
124
+ JOURNAL = GRL,
125
+ VOLUME = {39},
126
+ EID = {L18710},
127
+ DOI = {10.1029/2012GL052979}
128
+ }
129
+ %Book database entry
130
+ @BOOK{Oke1979,
131
+ AUTHOR = {T. R. Oke},
132
+ YEAR = 1979,
133
+ TITLE = {Boundary Layer Climates},
134
+ PUBLISHER = {Wiley and Sons},
135
+ PAGES = {372}
136
+ }
137
+ %Book database entry
138
+ @BOOK{Chorin_Marsden1993,
139
+ AUTHOR = {A. J. Chorin and J. E. Marsden},
140
+ TITLE = {A Mathematical Introduction to Fluid Dynamics},
141
+ YEAR = {1993},
142
+ PUBLISHER = {Springer-Verlag},
143
+ EDITION = {3},
144
+ PAGES = {169}
145
+ }
146
+ % Chapter in a book database entry
147
+ @INCOLLECTION{Kauranne1990,
148
+ AUTHOR = {T. Kauranne},
149
+ YEAR = 1990,
150
+ TITLE = {An introduction to parallel processing in meteorology},
151
+ BOOKTITLE = {The Dawn of Massively Parallel Processing in Meteorology},
152
+ EDITOR = {G. R. Hoffman and D. K. Maretis},
153
+ PUBLISHER = {Springer-Verlag},
154
+ PAGES = {3-20}
155
+ }
156
+ %Multivolume book database entry
157
+ @BOOK{Courant_Hilbert1953,
158
+ AUTHOR = {R. Courant and D. Hilbert},
159
+ YEAR = 1953,
160
+ TITLE = {Methods of Mathematical Physics},
161
+ VOLUME = 1,
162
+ PUBLISHER = {Wiley-Interscience},
163
+ PAGES = 560
164
+ }
165
+ %Multivolume book database entry
166
+ @BOOK{Pettersson1956,
167
+ AUTHOR = {S. Pettersson},
168
+ YEAR = 1956,
169
+ TITLE = {Weather Analysis and Forecasting},
170
+ VOLUME = 2,
171
+ SERIES = {Motion and Motion Systems},
172
+ PUBLISHER = {McGraw Hill},
173
+ PAGES = 428
174
+ }
175
+
176
+ %Chapter in multivolume book entry
177
+ @INCOLLECTION{Tukey1993,
178
+ AUTHOR = {J. W. Tukey},
179
+ YEAR = 1993,
180
+ TITLE = {The problem of multiple comparisons},
181
+ BOOKTITLE = {{Multiple Comparisons: 1948--1983}},
182
+ EDITOR = {H. I. Braun},
183
+ VOLUME = {VIII},
184
+ SERIES = {\textit{The Collected Works of John W. Tukey}},
185
+ EDITION = {2},
186
+ PUBLISHER = {Chapman Hall},
187
+ PAGES = {1-300}}
188
+
189
+
190
+ %Series database entry
191
+ @BOOK{Andrews_Holton_Leovoy1987,
192
+ AUTHOR = {D. G. Andrews and J. R. Holton and C. B. Leovy},
193
+ YEAR = 1987,
194
+ TITLE = {Middle Atmosphere Dynamics},
195
+ SERIES = {International Geophysical Series},
196
+ VOLUME = 40,
197
+ PUBLISHER = {Academic Press},
198
+ PAGES = 489
199
+ }
200
+ %Chapter of a volume in a series entry
201
+ @INCOLLECTION{Hartmann1993,
202
+ AUTHOR = {D. L. Hartmann},
203
+ YEAR = 1993,
204
+ TITLE = {Radiative effects of clouds on earth's climate},
205
+ BOOKTITLE = {{Aerosol--Cloud--Climate Interactions}},
206
+ EDITOR = {P. V. Hobbs},
207
+ SERIES = {International Geophysics Series},
208
+ VOLUME = {54},
209
+ PUBLISHER = {Academic Press},
210
+ PAGES = {151-173}
211
+ }
212
+ %Report database entry
213
+ @TECHREPORT{Gannon1978,
214
+ AUTHOR = {P. T. Gannon},
215
+ YEAR = 1978,
216
+ TITLE = {Influences of earth surface and cloud properties in the south {F}lorida sea breeze},
217
+ TYPE = {NOAA Tech. Rep.},
218
+ NUMBER = {ERL402-NHELM2},
219
+ INSTITUTION = {NOAA},
220
+ ADDRESS = {Silver Spring, MD},
221
+ PAGES = 91,
222
+ NOTE = {[NTIS PB-297398.]}
223
+ }
224
+ %Note database entry
225
+ @TECHREPORT{Anthes1987,
226
+ AUTHOR = {R. A. Anthes and E.-Y. Hsie and Y.-H. Kuo},
227
+ YEAR = 1987,
228
+ TITLE = {Description of the {P}enn {S}tate/{NCAR} {M}esoscale {M}odel {V}ersion 4 ({MM4})},
229
+ TYPE = {NCAR Tech. Note},
230
+ NUMBER = {NCAR/TN-282+STR},
231
+ PAGES = 66,
232
+ NOTE = {[doi:10.5065/D64B2Z90]}
233
+ }
234
+ %Memo database entry
235
+ @TECHREPORT{Ferber1986,
236
+ AUTHOR = {G.~J. Ferber and J.~L. Heffter and R.~R. Draxler and R.~J. Lagomarsino and F.~L. Thomas and R.~N. Dietz},
237
+ YEAR = 1986,
238
+ TITLE = {{Cross-Appalachian Tracer Experiment (CAPTEX ‘83) final report}},
239
+ TYPE = {NOAA Tech. Memo.},
240
+ NUMBER = {ERL ARL-142},
241
+ INSTITUTION = {NOAA/Air Resources Laboratory},
242
+ ADDRESS = {Silver Spring, MD},
243
+ PAGES = 60,
244
+ NOTE = {[Available online at \url{http://www.arl.noaa.gov/documents/reports/arl-142.pdf}.]}
245
+ }
246
+ %Memo database entry
247
+ @TECHREPORT{Chen1979,
248
+ AUTHOR = {T. C. Chen},
249
+ YEAR = 1979,
250
+ TITLE = {On the Kinetic Energy of the Divergent and Nondivergent Flow in the Atmosphere},
251
+ TYPE = {Tech. {M}emo to the {N}ational {S}cience {F}oundation},
252
+ HOWPUBLISHED = {Grant GA-161660},
253
+ INSTITUTION = {Iowa State University},
254
+ ADDRESS = {Ames, IA},
255
+ PAGES = 143
256
+ }
257
+ %Report database entry
258
+ @TECHREPORT{Wentz1990,
259
+ AUTHOR = {F. J. Wentz},
260
+ YEAR = 1990,
261
+ TITLE = {West Coast Storm Forecasting with {SSM/I}. {V}ol. {I}},
262
+ TYPE = {Final {T}ech. {R}ep.},
263
+ INSTITUTION = {Remote Sensing Systems},
264
+ PAGES = 42,
265
+ NOTE = {[Available from Remote Sensing Systems, 1101 College Ave., Suite 220, Santa Rosa, CA 95404.]}
266
+ }
267
+ %Article in report entry
268
+ @INPROCEEDINGS{Shibata2002,
269
+ AUTHOR = {A. Shibata},
270
+ YEAR = 2002,
271
+ TITLE = {{AMSR/AMSR-E} sea surface wind speed algorithm},
272
+ BOOKTITLE = {{\rm Improving our understanding of climate change: {Observing} our water planet using {AMSR} and {AMSR-E}}},
273
+ PUBLISHER = {{Japan Aerospace Exploration Agency EORC Bull./Tech. Rep.}},
274
+ PAGES = {45-46},
275
+ NOTE = {[Available online at \url{http://sharaku.eorc.jaxa.jp/AMSR/doc/alg/8_alg.pdf}.]}
276
+ }
277
+ %Preprints database entry
278
+ @INPROCEEDINGS{Lhermitte_Gilet1976,
279
+ AUTHOR = {R. Lhermitte and M. Gilet},
280
+ YEAR = 1976,
281
+ TITLE = {Aquisition and Processing of Tri-{D}oppler Radar Data},
282
+ BOOKTITLE = {{\rm Preprints,} 17th Conf.\ on Radar Meteorology},
283
+ ADDRESS = {Seattle, WA},
284
+ ORGANIZATION = AMS,
285
+ PAGES = {1-6},
286
+ }
287
+ %Proceeding database entry
288
+ @INPROCEEDINGS{Liu2006,
289
+ AUTHOR = {Y. Liu and V. Bringi and M. Maki},
290
+ YEAR = 2006,
291
+ TITLE = {Improved rain attenuation correction algorithms for radar reflectivity and differential reflectivity with adaptation to drop shape model variation},
292
+ BOOKTITLE = {Proc. IEEE Int. Conf. on Geoscience and Remote Sensing Symp. 2006},
293
+ ADDRESS = {Denver, CO},
294
+ ORGANIZATION = {Institute of Electrical and Electronics Engineers},
295
+ PAGES = {1910-1913}
296
+ }
297
+ %Extended Abastracts database entry
298
+ @INPROCEEDINGS{FukutaEA1984,
299
+ AUTHOR = {N. Fukuta and H. S. Chang and J. L. Sutherland and D. A. Griffith},
300
+ YEAR = 1984,
301
+ TITLE = {Comparative Airborne Tests of Vapor-Activated Methaldehyde and Silver Iodide Particles in Supercooled Stratus Clouds},
302
+ BOOKTITLE = {Extended Abstracts, Ninth Conf. on Weather Modification},
303
+ ADDRESS = {Park City, UT},
304
+ ORGANIZATION = AMS,
305
+ PAGES = {6-7}
306
+ }
307
+ %Conference Preprints/Proceedings/Extended Abstracts online database entry
308
+ @CONFERENCE{Kuji_Nakajima2002,
309
+ AUTHOR = {M. Kuji and T. Nakajima},
310
+ YEAR = 2002,
311
+ TITLE = {Retrieval of cloud geometrical parameters using remote sensing data},
312
+ BOOKTITLE = {11th Conf. on Cloud Physics},
313
+ ADDRESS = {Ogden, UT},
314
+ ORGANIZATION = {Amer. Meteor. Soc.},
315
+ PAGES = {JP1.7},
316
+ NOTE = {[Available online at \url{http://ams.confex.com/ams/pdfpapers/39550.pdf}.]}
317
+ }
318
+ %Thesis Ph.D. database entry
319
+ @PHDTHESIS{Cheng1993,
320
+ AUTHOR = {X. Cheng},
321
+ YEAR = 1993,
322
+ TITLE = {Linear and Nonlinear Aspects of {N}orthern {H}emisphere Wintertime Variability in the 500 mb Height Field},
323
+ SCHOOL = {University of Washington},
324
+ PAGES = 180,
325
+ NOTE = {[Available from University Microfilm, 305 N. Zeeb Rd., Ann Arbor, MI 48106.]}
326
+ }
327
+ %Thesis Master's database entry
328
+ @MASTERSTHESIS{Hirschberg1988,
329
+ AUTHOR = {P. Hirschberg},
330
+ YEAR = 1988,
331
+ TITLE = {The Saline Flow into the {A}tlantic},
332
+ DEPARTMENT = {Dept. of Oceanographic Studies},
333
+ SCHOOL = {The Pennsylvania State University},
334
+ PAGES = 207,
335
+ NOTE = {[NTIS PH-358930-2.]}
336
+ }
337
+ %Thesis database entry
338
+ @MASTERSTHESIS{Estournel1988,
339
+ AUTHOR = {C. Estournel},
340
+ YEAR = 1988,
341
+ TITLE = {Etude de la phase nocturne de la couche limite atmospherique},
342
+ TYPE = {These doctorat d'etat 1361},
343
+ SCHOOL = {Universit{\'e} Paul Sabatier},
344
+ PAGES = 161,
345
+ NOTE = {[Available from Universit{\'e} Paul Sabatier, 118 route de Narbonne 31062, Toulouse, France.]}
346
+ }
347
+ %Monograph database entry
348
+ @INCOLLECTION{Braham1981,
349
+ AUTHOR = {Braham, Jr., R. R.},
350
+ YEAR = 1981,
351
+ TITLE = {Urban Precipitation Processes},
352
+ BOOKTITLE = {{Metromex: A Review and Summary}},
353
+ SERIES = {\textit {Meteor. Monogr.}},
354
+ NUMBER = 40,
355
+ PUBLISHER = {Amer. Meteor. Soc.},
356
+ PAGES = {75-116}
357
+ }
358
+ %Entire monograph entry (AGU)
359
+ @BOOK{Seidov2001,
360
+ EDITOR = {D. Seidov and B. J. Haupt and M. Maslin},
361
+ YEAR = 1987,
362
+ TITLE = {{The Oceans and Rapid Climate Change: Past, Present, and Future}},
363
+ SERIES = {\textit{Geophys. Monogr.}},
364
+ VOLUME = 126,
365
+ PUBLISHER = {Amer. Geophys. Union},
366
+ PAGES = 294
367
+ }
368
+ %Entire monograph entry (AMS)
369
+ @BOOK{Blumen1990,
370
+ EDITOR = {W. Blumen},
371
+ YEAR = 1990,
372
+ TITLE = {{Atmospheric Processes over Complex Terrain}},
373
+ SERIES = {\textit{Meteor. Monogr.}},
374
+ NUMBER = 45,
375
+ PUBLISHER = {Amer. Meteor. Soc.},
376
+ PAGES = 323
377
+ }
378
+ %Atlas database entry
379
+ @BOOK{Levitus1982,
380
+ AUTHOR = {S. Levitus},
381
+ YEAR = 1982,
382
+ TITLE = {Climatological Atlas of the World Ocean},
383
+ PUBLISHER = {National Oceanic and Atmospheric Administration},
384
+ PAGES = 173
385
+ }
386
+ %Atlas database entry
387
+ @INCOLLECTION{Bumpus_Lauzier1965,
388
+ AUTHOR = {D. F. Bumpus and L. M. Lauzier},
389
+ YEAR = 1965,
390
+ TITLE = {Surface circulation on the continental shelf off eastern {N}orth {A}merica between {N}ewfoundland and {F}lorida},
391
+ BOOKTITLE = {Serial Atlas of the Marine Environment},
392
+ PUBLISHER = {American Geographical Society},
393
+ NOTE = {{F}olio 7, {P}late 8, 4 pp}
394
+ }
395
+ %Website database entry
396
+ @MISC{AMS2013,
397
+ AUTHOR = {{American Meteorological Society}},
398
+ YEAR = {cited 2013},
399
+ TITLE = {{Authors Guide: References}},
400
+ NOTE = {[Available online at \url{http://www2.ametsoc.org/ams/index.cfm/publications/authors/journal-and-bams-authors/journal-and-bams-authors-guide/references/}]}
401
+ }
402
+ %Software database entry
403
+ @MISC{Smith1991,
404
+ AUTHOR = {J. Smith},
405
+ YEAR = 1991,
406
+ TITLE = {{FORTRAN} {H}-extended {V}ersion 2.3},
407
+ NOTE = {IBM}
408
+ }
409
+ %Digital media database entry
410
+ @MISC{Jackson_Cosh,
411
+ AUTHOR = {T. J. Jackson and M. H. Cosh},
412
+ YEAR = 2003,
413
+ TITLE = {{SMEX02} watershed soil moisture data, {W}alnut {C}reek, {I}owa},
414
+ PUBLISHER = {National Snow and Ice Data Center, Boulder, CO},
415
+ NOTE = {digital media. [Available online at \url{http://nsidc.org/data/nsidc-0143.html}.]}
416
+ }
417
+ %Corrigendum database entry
418
+ @ARTICLE{Charlton_Polvani2007,
419
+ AUTHOR = {A. J. Charlton and L. M. Polvani},
420
+ YEAR = 2007,
421
+ TITLE = {{A new look at stratospheric sudden warmings. Part I: Climatology and modeling benchmarks}},
422
+ JOURNAL = {J. Climate},
423
+ VOLUME = 20,
424
+ PAGES = {449-469},
425
+ DOI = {10.1175/JCLI3996.1},
426
+ NOTE = {{C}orrigendum, \textbf{24,} 5951, doi:10.1175/JCLI-D-11-00348.1}
427
+ }
428
+ %In press database entry
429
+ @ARTICLE{Santanello2013,
430
+ AUTHOR = {Santanello, Jr., J. A., and S. V. Kumar and C. D. Peters-Lidard and K. Harrison and S. Zhou},
431
+ YEAR = 2013,
432
+ TITLE = {Impact of Land Model Calibration on Coupled Land--Atmosphere Prediction},
433
+ JOURNAL = {J. Hydrometeor.},
434
+ DOI = {10.1175/JHM-D-12-0127.1},
435
+ NOTE = {in press}
436
+ }