适配为文章模版
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
---
|
||||
format:
|
||||
html:
|
||||
css: _extensions/inst/css/style.css
|
||||
pdf:
|
||||
latex_engine: xelatex
|
||||
keep-tex: false
|
||||
keep-md: false
|
||||
template: _extensions/inst/tex/cv.tex
|
||||
date: today
|
||||
author: "Min Yang"
|
||||
affliction: State Key Laboratory of Environmental Aquatic Chemistry, Research Center for Eco-Environmental Sciences, Chinese Academy of Sciences
|
||||
from_email: "yangmin@rcees.ac.cn"
|
||||
from_phone: "+86 (10) 62843038"
|
||||
from_institution_logo: "_extensions/inst/img/rceeslonglogo.png"
|
||||
from_sign: "_extensions/inst/img/signmy.png"
|
||||
from_position: "Vice Director, Professor"
|
||||
from_professional_title: "Ph.D."
|
||||
from_institution: "Chinese Academy of Sciences"
|
||||
from_department: "Research Center for Eco-Environmental Sciences"
|
||||
from_address: "P.O. Box 2871, Beijing"
|
||||
to_professional_title: ""
|
||||
to_name: "Editor-in-Chief"
|
||||
to_journal: "Water Research"
|
||||
opening_greeting: "Dear Editor,"
|
||||
closing_greeting: "Yours Sincerely,"
|
||||
---
|
||||
|
||||
Thank you for your consideration our manuscript (`{{< meta submitid >}}`) in publishing in {{< meta submitjournal >}}, and we also thank the reviewers for their kind and valuable comments.
|
||||
|
||||
We have carefully revised the manuscripte according to each comment from the reviewers. As requested, revision note with point to point responses and actions, change tracking manuscript and revised manuscript have been prepared and included in the revision submission.
|
||||
|
||||
We believe that the paper has been greatly improved. Looking forward to your further instruction regarding its publication.
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
format:
|
||||
docx:
|
||||
reference-doc: _extensions/inst/word/MS.docx
|
||||
filters:
|
||||
- author-info-blocks
|
||||
elsevier-html:
|
||||
filters:
|
||||
- author-info-blocks
|
||||
css: _extensions/inst/css/style.css
|
||||
elsevier-pdf:
|
||||
header-includes:
|
||||
- \setmainfont{Calibri}
|
||||
- \usepackage[normalem]{ulem}
|
||||
- \usepackage[doublespacing]{setspace}
|
||||
---
|
||||
|
||||
# Graphical Abstract {-}
|
||||
|
||||
|
||||
<!--  -->
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
---
|
||||
format:
|
||||
elsevier-html:
|
||||
filters:
|
||||
- author-info-blocks
|
||||
css: _extensions/inst/css/style.css
|
||||
docx:
|
||||
reference-doc: _extensions/inst/word/MS.docx
|
||||
filters:
|
||||
- author-info-blocks
|
||||
elsevier-pdf:
|
||||
header-includes:
|
||||
- \setmainfont{Calibri}
|
||||
- \usepackage[normalem]{ulem}
|
||||
- \usepackage[doublespacing]{setspace}
|
||||
---
|
||||
|
||||
# Highlights {-}
|
||||
|
||||
- A comprehensive model was contructed to evaluate the risk of odor occurrences
|
||||
- Turbidity distribution determine underwater light and MIB-producing *Planktothrix*
|
||||
- Increasing flowrate leading high turbidity that can control *Planktothrix* and MIB
|
||||
- Odor control based on flow regulation in source water is "green" and fundamental
|
||||
|
||||
+101
@@ -0,0 +1,101 @@
|
||||
---
|
||||
msname: MS
|
||||
smname: SM
|
||||
abstract: ABSTRACT
|
||||
keywords:
|
||||
- KEYWORD1
|
||||
- KEYWORD2
|
||||
- KEYWORD3
|
||||
# date: last-modified
|
||||
bibliography: [../BB/Ref.bib, ../BB/localRef.bib]
|
||||
# csl: https://www.zotero.org/styles/elsevier-harvard
|
||||
csl: _extensions/inst/tex/elsevier-harvard.csl
|
||||
format:
|
||||
elsevier-html:
|
||||
css: _extensions/inst/css/style.css
|
||||
keep-md: true
|
||||
filters:
|
||||
- author-info-blocks
|
||||
epub: default
|
||||
docx:
|
||||
reference-doc: _extensions/inst/word/MS.docx
|
||||
filters:
|
||||
- author-info-blocks
|
||||
elsevier-pdf:
|
||||
keep-tex: true
|
||||
keep-md: true
|
||||
include-in-header: "./_extensions/quarto-journals/elsevier/partials/revision.tex"
|
||||
latex-clean: false
|
||||
header-includes:
|
||||
# - \usepackage{threeparttable}
|
||||
# - \usepackage{fontspec}
|
||||
# - \usepackage{endfloat}
|
||||
- \setmainfont{Calibri}
|
||||
# - \usepackage[UTF8, scheme=plain]{ctex}
|
||||
# - \usepackage{float}
|
||||
- \usepackage[normalem]{ulem}
|
||||
- \usepackage[doublespacing]{setspace}
|
||||
- \usepackage{lineno}
|
||||
- \linenumbers
|
||||
journal:
|
||||
formatting: preprint # preprint | review | doublebind
|
||||
model: 1p
|
||||
cite-style: authoryear
|
||||
# graphical-abstract: ""
|
||||
# highlights:
|
||||
# - A comprehensive model was contructed to evaluate the risk of odor occurrences
|
||||
# - Turbidity distribution determine underwater light and MIB-producing *Planktothrix*
|
||||
# - Increasing flowrate increases turbidity that can control *Planktothrix* and MIB
|
||||
# - Odor control based on flow regulation in source water is "green" and fundamental
|
||||
filters:
|
||||
- latex-environment
|
||||
commands: [clab]
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
::: {.content-visible when-format="html"}
|
||||
# Color tip {.unnumbered}
|
||||
|
||||
- [Something should be deleted]{.del}
|
||||
- [Something bad]{.bad}
|
||||
- [Something good]{.good}
|
||||
- [Something todo]{.todo}
|
||||
- [Something should be added]{.add}
|
||||
- [I am a comment]{.com}
|
||||
:::
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Introduction
|
||||
|
||||
Blabla. [Bla blaBla blaBla blaBla blaBla bla Bla bla.]{.clab options=r1q0101}
|
||||
|
||||
# Materials and methods
|
||||
|
||||
# Results
|
||||
|
||||
# Discussion
|
||||
|
||||
# Conclusions
|
||||
|
||||
# Acknowledgements {.unnumbered}
|
||||
|
||||
This work was financially supported by the National Natural Science Foundation of China (52030002, 51878649), and Youth Innovation Promotion Association CAS.
|
||||
|
||||
# References {.unnumbered}
|
||||
|
||||
@@ -0,0 +1,104 @@
|
||||
---
|
||||
msname: MS
|
||||
smname: SM
|
||||
abstract: ABSTRACT
|
||||
keywords:
|
||||
- KEYWORD1
|
||||
- KEYWORD2
|
||||
- KEYWORD3
|
||||
# date: last-modified
|
||||
bibliography: [../BB/Ref.bib, ../BB/localRef.bib]
|
||||
# csl: https://www.zotero.org/styles/elsevier-harvard
|
||||
csl: _extensions/inst/tex/elsevier-harvard.csl
|
||||
format:
|
||||
elsevier-html:
|
||||
css: _extensions/inst/css/style.css
|
||||
keep-md: true
|
||||
filters:
|
||||
- author-info-blocks
|
||||
epub: default
|
||||
docx:
|
||||
reference-doc: _extensions/inst/word/MS.docx
|
||||
filters:
|
||||
- author-info-blocks
|
||||
elsevier-pdf:
|
||||
keep-tex: true
|
||||
keep-md: true
|
||||
include-in-header: "./_extensions/quarto-journals/elsevier/partials/revision.tex"
|
||||
latex-clean: false
|
||||
header-includes:
|
||||
# - \usepackage{threeparttable}
|
||||
# - \usepackage{fontspec}
|
||||
# - \usepackage{endfloat}
|
||||
- \setmainfont{Calibri}
|
||||
# - \usepackage[UTF8, scheme=plain]{ctex}
|
||||
# - \usepackage{float}
|
||||
- \usepackage[normalem]{ulem}
|
||||
- \usepackage[doublespacing]{setspace}
|
||||
- \usepackage{lineno}
|
||||
- \linenumbers
|
||||
journal:
|
||||
formatting: preprint # preprint | review | doublebind
|
||||
model: 1p
|
||||
cite-style: authoryear
|
||||
# graphical-abstract: ""
|
||||
# highlights:
|
||||
# - A comprehensive model was contructed to evaluate the risk of odor occurrences
|
||||
# - Turbidity distribution determine underwater light and MIB-producing *Planktothrix*
|
||||
# - Increasing flowrate increases turbidity that can control *Planktothrix* and MIB
|
||||
# - Odor control based on flow regulation in source water is "green" and fundamental
|
||||
filters:
|
||||
- latex-environment
|
||||
commands: [clab]
|
||||
---
|
||||
|
||||
::: {.content-visible when-format="html"}
|
||||
# Color tip {.unnumbered}
|
||||
|
||||
- [Something should be deleted]{.del}
|
||||
- [Something bad]{.bad}
|
||||
- [Something good]{.good}
|
||||
- [Something todo]{.todo}
|
||||
- [Something should be added]{.add}
|
||||
- [I am a comment]{.com}
|
||||
:::
|
||||
|
||||
|
||||
```{r}
|
||||
#| label: setup
|
||||
#| include: false
|
||||
#| cache: false
|
||||
lang <- "en"
|
||||
RM <- "F" # global rendermode, L: load pdata; F: fast load pdf # nolint
|
||||
isRendering <- isTRUE(getOption("knitr.in.progress"))
|
||||
require(tidyverse)
|
||||
require(drwateR)
|
||||
require(rmdify)
|
||||
rmdify::rmd_init()
|
||||
require(dateR)
|
||||
require(uniteR)
|
||||
require(langeR)
|
||||
require(patchwork)
|
||||
require(lubridate)
|
||||
```
|
||||
|
||||
|
||||
|
||||
# Introduction
|
||||
|
||||
Blabla. [Bla blaBla blaBla blaBla blaBla bla Bla bla.]{.clab options=r1q0101}
|
||||
|
||||
# Materials and methods
|
||||
|
||||
# Results
|
||||
|
||||
# Discussion
|
||||
|
||||
# Conclusions
|
||||
|
||||
# Acknowledgements {.unnumbered}
|
||||
|
||||
This work was financially supported by the National Natural Science Foundation of China (52030002, 51878649), and Youth Innovation Promotion Association CAS.
|
||||
|
||||
# References {.unnumbered}
|
||||
|
||||
@@ -0,0 +1,284 @@
|
||||
% Options for packages loaded elsewhere
|
||||
\PassOptionsToPackage{unicode}{hyperref}
|
||||
\PassOptionsToPackage{hyphens}{url}
|
||||
\PassOptionsToPackage{dvipsnames,svgnames,x11names}{xcolor}
|
||||
%
|
||||
\documentclass[
|
||||
authoryear,
|
||||
preprint,
|
||||
1p]{elsarticle}
|
||||
|
||||
\usepackage{amsmath,amssymb}
|
||||
\usepackage{iftex}
|
||||
\ifPDFTeX
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{textcomp} % provide euro and other symbols
|
||||
\else % if luatex or xetex
|
||||
\usepackage{unicode-math}
|
||||
\defaultfontfeatures{Scale=MatchLowercase}
|
||||
\defaultfontfeatures[\rmfamily]{Ligatures=TeX,Scale=1}
|
||||
\fi
|
||||
\usepackage{lmodern}
|
||||
\ifPDFTeX\else
|
||||
% xetex/luatex font selection
|
||||
\fi
|
||||
% Use upquote if available, for straight quotes in verbatim environments
|
||||
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
|
||||
\IfFileExists{microtype.sty}{% use microtype if available
|
||||
\usepackage[]{microtype}
|
||||
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
|
||||
}{}
|
||||
\makeatletter
|
||||
\@ifundefined{KOMAClassName}{% if non-KOMA class
|
||||
\IfFileExists{parskip.sty}{%
|
||||
\usepackage{parskip}
|
||||
}{% else
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{6pt plus 2pt minus 1pt}}
|
||||
}{% if KOMA class
|
||||
\KOMAoptions{parskip=half}}
|
||||
\makeatother
|
||||
\usepackage{xcolor}
|
||||
\setlength{\emergencystretch}{3em} % prevent overfull lines
|
||||
\setcounter{secnumdepth}{5}
|
||||
% Make \paragraph and \subparagraph free-standing
|
||||
\ifx\paragraph\undefined\else
|
||||
\let\oldparagraph\paragraph
|
||||
\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
|
||||
\fi
|
||||
\ifx\subparagraph\undefined\else
|
||||
\let\oldsubparagraph\subparagraph
|
||||
\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
|
||||
\fi
|
||||
|
||||
|
||||
\providecommand{\tightlist}{%
|
||||
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}\usepackage{longtable,booktabs,array}
|
||||
\usepackage{calc} % for calculating minipage widths
|
||||
% Correct order of tables after \paragraph or \subparagraph
|
||||
\usepackage{etoolbox}
|
||||
\makeatletter
|
||||
\patchcmd\longtable{\par}{\if@noskipsec\mbox{}\fi\par}{}{}
|
||||
\makeatother
|
||||
% Allow footnotes in longtable head/foot
|
||||
\IfFileExists{footnotehyper.sty}{\usepackage{footnotehyper}}{\usepackage{footnote}}
|
||||
\makesavenoteenv{longtable}
|
||||
\usepackage{graphicx}
|
||||
\makeatletter
|
||||
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
|
||||
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
|
||||
\makeatother
|
||||
% Scale images if necessary, so that they will not overflow the page
|
||||
% margins by default, and it is still possible to overwrite the defaults
|
||||
% using explicit options in \includegraphics[width, height, ...]{}
|
||||
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
|
||||
% Set default figure placement to htbp
|
||||
\makeatletter
|
||||
\def\fps@figure{htbp}
|
||||
\makeatother
|
||||
|
||||
\usepackage{enumitem}
|
||||
\usepackage{fontspec}
|
||||
\usepackage{float}
|
||||
\usepackage[normalem]{ulem}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{nameref} %needed by zref-xr
|
||||
\usepackage{zref-xr,zref-hyperref,zref-user}
|
||||
\usepackage{xr-hyper}
|
||||
|
||||
|
||||
\usepackage{adjustbox}
|
||||
% \usepackage{xcolor}
|
||||
\usepackage{mdframed}
|
||||
\newmdenv[topline=false,
|
||||
leftline=true,
|
||||
bottomline=false,
|
||||
rightline=false,
|
||||
linewidth=3pt,
|
||||
%backgroundcolor=lightgray,
|
||||
linecolor=gray!30,
|
||||
backgroundcolor=gray!5,
|
||||
skipabove=\topsep,
|
||||
skipbelow=\topsep,
|
||||
leftmargin=0pt,
|
||||
rightmargin=0pt,
|
||||
innertopmargin=0pt,
|
||||
innerbottommargin=0pt
|
||||
]{refquote}
|
||||
\newmdenv[topline=false,
|
||||
leftline=true,
|
||||
bottomline=false,
|
||||
rightline=false,
|
||||
linewidth=3pt,
|
||||
%backgroundcolor=lightgray,
|
||||
backgroundcolor=red!3!white,
|
||||
linecolor=red!30!white,
|
||||
skipabove=\topsep,
|
||||
skipbelow=\topsep,
|
||||
leftmargin=0pt,
|
||||
rightmargin=0pt,
|
||||
innertopmargin=10pt,
|
||||
innerbottommargin=10pt
|
||||
]{question}
|
||||
% setup hyperlink for page and line number
|
||||
\def\msname{MS}
|
||||
\def\smname{SM}
|
||||
\setenumerate{labelsep=*, leftmargin=1.0pc}
|
||||
%\zexternaldocument*{ManuscriptNew\veraa}
|
||||
\zexternaldocument*{\msname}
|
||||
\zexternaldocument*{\smname}
|
||||
\newcommand{\hlabel}[1]{\label{#1}\hypertarget{#1}{
|
||||
\linelabel{line:#1}}}
|
||||
%\externaldocument[si-]{\smname\veraa}[\smname\veraa.pdf]
|
||||
\makeatletter
|
||||
\newcommand{\clab}[2][]{
|
||||
\protected@write\@auxout{\let\clab\@secondoftwo}{
|
||||
\string\newlabel{r:#1}{{#2}{}}}%
|
||||
\hlabel{#1}#2\hlabel{#1end}}
|
||||
\makeatother
|
||||
\newcommand{\zhypera}[1]{\href[pdfnewwindow]{\msname.pdf\##1}{\\[1ex]\textbf{Page \zpageref{#1}, Line
|
||||
\zref{line:#1}--\zref{line:#1end}:}\\}}
|
||||
\newcommand{\cref}[1]{\begin{refquote}\zhypera{#1}{\zref{r:#1}}\\[-0.5ex]\end{refquote}}
|
||||
% \newenvironment{ra}[1][\unskip]{\par \noindent \\[-1ex] \textbf{Response/Action:}\par\bf}{\ \\}
|
||||
\renewenvironment{quote}{\begin{question}}{\end{question}}
|
||||
% \renewenvironment{verbatim}{\begin{ra}}{\end{ra}}
|
||||
|
||||
\setmainfont{Calibri}
|
||||
\usepackage[normalem]{ulem}
|
||||
\usepackage[doublespacing]{setspace}
|
||||
\usepackage{lineno}
|
||||
\linenumbers
|
||||
\makeatletter
|
||||
\@ifpackageloaded{caption}{}{\usepackage{caption}}
|
||||
\AtBeginDocument{%
|
||||
\ifdefined\contentsname
|
||||
\renewcommand*\contentsname{Table of contents}
|
||||
\else
|
||||
\newcommand\contentsname{Table of contents}
|
||||
\fi
|
||||
\ifdefined\listfigurename
|
||||
\renewcommand*\listfigurename{List of Figures}
|
||||
\else
|
||||
\newcommand\listfigurename{List of Figures}
|
||||
\fi
|
||||
\ifdefined\listtablename
|
||||
\renewcommand*\listtablename{List of Tables}
|
||||
\else
|
||||
\newcommand\listtablename{List of Tables}
|
||||
\fi
|
||||
\ifdefined\figurename
|
||||
\renewcommand*\figurename{Fig.}
|
||||
\else
|
||||
\newcommand\figurename{Fig.}
|
||||
\fi
|
||||
\ifdefined\tablename
|
||||
\renewcommand*\tablename{Table}
|
||||
\else
|
||||
\newcommand\tablename{Table}
|
||||
\fi
|
||||
}
|
||||
\@ifpackageloaded{float}{}{\usepackage{float}}
|
||||
\floatstyle{ruled}
|
||||
\@ifundefined{c@chapter}{\newfloat{codelisting}{h}{lop}}{\newfloat{codelisting}{h}{lop}[chapter]}
|
||||
\floatname{codelisting}{Listing}
|
||||
\newcommand*\listoflistings{\listof{codelisting}{List of Listings}}
|
||||
\makeatother
|
||||
\makeatletter
|
||||
\makeatother
|
||||
\makeatletter
|
||||
\@ifpackageloaded{caption}{}{\usepackage{caption}}
|
||||
\@ifpackageloaded{subcaption}{}{\usepackage{subcaption}}
|
||||
\makeatother
|
||||
\ifLuaTeX
|
||||
\usepackage[bidi=basic]{babel}
|
||||
\else
|
||||
\usepackage[bidi=default]{babel}
|
||||
\fi
|
||||
\babelprovide[main,import]{english}
|
||||
% get rid of language-specific shorthands (see #6817):
|
||||
\let\LanguageShortHands\languageshorthands
|
||||
\def\languageshorthands#1{}
|
||||
\ifLuaTeX
|
||||
\usepackage{selnolig} % disable illegal ligatures
|
||||
\fi
|
||||
\usepackage[]{natbib}
|
||||
\bibliographystyle{elsarticle-harv}
|
||||
\IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}}
|
||||
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
|
||||
\urlstyle{same} % disable monospaced font for URLs
|
||||
\hypersetup{
|
||||
pdftitle={MANUSCRIPT TITLE},
|
||||
pdfauthor={Ming Su; Min Yang},
|
||||
pdflang={en},
|
||||
pdfkeywords={KEYWORD1, KEYWORD2, KEYWORD3},
|
||||
colorlinks=true,
|
||||
linkcolor={blue},
|
||||
filecolor={Maroon},
|
||||
citecolor={Blue},
|
||||
urlcolor={Blue},
|
||||
pdfcreator={LaTeX via pandoc}}
|
||||
|
||||
\setlength{\parindent}{6pt}
|
||||
\begin{document}
|
||||
\begin{frontmatter}
|
||||
\title{MANUSCRIPT TITLE }
|
||||
|
||||
\author[1,2]{Ming Su%
|
||||
%
|
||||
}
|
||||
\ead{mingsu@rcees.ac.cn}
|
||||
\author[1,2]{Min Yang%
|
||||
\corref{cor1}%
|
||||
}
|
||||
\ead{yangmin@rcees.ac.cn}
|
||||
|
||||
\affiliation[1]{organization={State Key Laboratory of Environmental
|
||||
Aquatic Chemistry, Research Center for Eco-Environmental Sciences,
|
||||
Chinese Academy of Sciences},addressline={P.O. Box
|
||||
2871},city={Beijing},postcode={100085}}
|
||||
\affiliation[2]{organization={University of Chinese Academy of
|
||||
Sciences},city={Beijing},postcode={100049}}
|
||||
|
||||
\cortext[cor1]{Corresponding author}
|
||||
|
||||
|
||||
|
||||
\begin{abstract}
|
||||
ABSTRACT
|
||||
\end{abstract}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\begin{keyword}
|
||||
KEYWORD1 \sep KEYWORD2 \sep
|
||||
KEYWORD3
|
||||
\end{keyword}
|
||||
\end{frontmatter}
|
||||
\section{Introduction}\label{introduction}
|
||||
|
||||
Blabla. \clab[r1q0101]{Bla blaBla blaBla blaBla blaBla bla Bla bla.}
|
||||
|
||||
\section{Materials and methods}\label{materials-and-methods}
|
||||
|
||||
\section{Results}\label{results}
|
||||
|
||||
\section{Discussion}\label{discussion}
|
||||
|
||||
\section{Conclusions}\label{conclusions}
|
||||
|
||||
\section*{Acknowledgements}\label{acknowledgements}
|
||||
\addcontentsline{toc}{section}{Acknowledgements}
|
||||
|
||||
This work was financially supported by the National Natural Science
|
||||
Foundation of China (52030002, 51878649), and Youth Innovation Promotion
|
||||
Association CAS.
|
||||
|
||||
|
||||
\renewcommand\refname{References}
|
||||
\bibliography{../BB/Ref.bib,../BB/localRef.bib}
|
||||
|
||||
|
||||
\end{document}
|
||||
@@ -0,0 +1,80 @@
|
||||
---
|
||||
subtitle: "Revision Note"
|
||||
msname: MS
|
||||
smname: SM
|
||||
# date: last-modified
|
||||
bibliography: [../BB/Ref.bib, ../BB/localRef.bib]
|
||||
csl: _extensions/inst/tex/elsevier-harvard.csl
|
||||
format:
|
||||
elsevier-html:
|
||||
filters:
|
||||
- author-info-blocks
|
||||
css: _extensions/inst/css/style.css
|
||||
docx:
|
||||
reference-doc: _extensions/inst/word/MS.docx
|
||||
filters:
|
||||
- author-info-blocks
|
||||
elsevier-pdf:
|
||||
number-sections: true
|
||||
classoption: [nopreprintline]
|
||||
include-in-header: "./_extensions/quarto-journals/elsevier/partials/revision.tex"
|
||||
latex-clean: true
|
||||
header-includes:
|
||||
# - \usepackage{threeparttable}
|
||||
# - \usepackage{fontspec}
|
||||
# - \usepackage{endfloat}
|
||||
- \setmainfont{Calibri}
|
||||
- \usepackage[UTF8, scheme=plain]{ctex}
|
||||
# - \usepackage{float}
|
||||
- \usepackage[normalem]{ulem}
|
||||
- \usepackage[doublespacing]{setspace}
|
||||
- \renewcommand{\thetable}{R\arabic{table}}
|
||||
- \renewcommand{\thefigure}{R\arabic{figure}}
|
||||
- \renewcommand{\theequation}{R\arabic{equation}}
|
||||
- \renewcommand{\figurename}{Figure}
|
||||
- \renewcommand{\tablename}{Table}
|
||||
journal:
|
||||
name: {{< meta submitjournal >}}
|
||||
formatting: preprint # preprint | review | doublebind
|
||||
model: 1p
|
||||
cite-style: authoryear
|
||||
---
|
||||
|
||||
```{r}
|
||||
#| include: false
|
||||
#| cache: false
|
||||
lang <- "en"
|
||||
RM <- "F" # global rendermode, L: load pdata; F: fast load pdf
|
||||
isrendering = isTRUE(getOption('knitr.in.progress'))
|
||||
require(lubridate)
|
||||
require(tidyverse)
|
||||
require(patchwork)
|
||||
require(drwateR)
|
||||
require(dwfun)
|
||||
require(rmdify)
|
||||
rmdify::rmd_init()
|
||||
require(langeR)
|
||||
require(dateR)
|
||||
require(uniteR)
|
||||
require(readxl)
|
||||
Palette <- c("#515ee8", "#62e856", "#e86056", "#e8de51", "#0072B2", "#D551C0", "#CC79A7","#56E9AC")
|
||||
```
|
||||
|
||||
# Response to Editor
|
||||
|
||||
> 0. I very much regret to have to tell you that publication in our journal is not recommended. An explanation for this decision is given in the attached review reports (and on https://www.editorialmanager.com/wr/). I hope that the comments contained therein will be of use to you.
|
||||
|
||||
**Response/Action:**
|
||||
|
||||
Thank you.
|
||||
|
||||
# Reviewer #1:
|
||||
|
||||
> 0. COMMENT 1
|
||||
|
||||
**Response/Action:**
|
||||
|
||||
Thank you very much for your revision. We made changes as shown below.
|
||||
|
||||
`r cref("r1q0101")`
|
||||
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
msname: MS
|
||||
smname: SM
|
||||
bibliography: [../BB/Ref.bib, ../BB/localRef.bib]
|
||||
csl: _extensions/inst/tex/elsevier-harvard.csl
|
||||
format:
|
||||
elsevier-html:
|
||||
filters:
|
||||
- author-info-blocks
|
||||
css: _extensions/inst/css/style.css
|
||||
docx:
|
||||
reference-doc: _extensions/inst/word/MS.docx
|
||||
filters:
|
||||
- author-info-blocks
|
||||
elsevier-pdf:
|
||||
classoption: [nopreprintline]
|
||||
revision: true
|
||||
keep-tex: true
|
||||
latex-clean: false
|
||||
include-in-header: "./_extensions/quarto-journals/elsevier/partials/revision.tex"
|
||||
header-includes:
|
||||
# - \usepackage{threeparttable}
|
||||
# - \usepackage{fontspec}
|
||||
# - \usepackage[nomarkers]{endfloat}
|
||||
- \usepackage[normalem]{ulem}
|
||||
- \renewcommand{\thetable}{S\arabic{table}}
|
||||
- \renewcommand{\thefigure}{S\arabic{figure}}
|
||||
- \renewcommand{\theequation}{S\arabic{equation}}
|
||||
- \setmainfont{Calibri}
|
||||
# - \usepackage[UTF8, scheme=plain]{ctex}
|
||||
# - \usepackage{float}
|
||||
- \usepackage[normalem]{ulem}
|
||||
- \usepackage[doublespacing]{setspace}
|
||||
- \usepackage{lineno}
|
||||
- \linenumbers
|
||||
filters:
|
||||
- latex-environment
|
||||
commands: [clab]
|
||||
---
|
||||
|
||||
|
||||
```{r}
|
||||
#| label: setup
|
||||
#| include: false
|
||||
#| cache: false
|
||||
options(tinytex.clean = FALSE)
|
||||
lang <- "en"
|
||||
RM <- "F" # global rendermode, L: load pdata; F: fast load pdf
|
||||
isRendering <- isTRUE(getOption('knitr.in.progress'))
|
||||
require(lubridate)
|
||||
require(tidyverse)
|
||||
require(patchwork)
|
||||
require(drwateR)
|
||||
require(dwfun)
|
||||
require(rmdify)
|
||||
rmdify::rmd_init()
|
||||
require(langeR)
|
||||
require(dateR)
|
||||
require(uniteR)
|
||||
```
|
||||
|
||||
# Supplementary Material {-}
|
||||
|
||||
Figures and/or tables are provided below as the supplementary evidences to the main text.
|
||||
|
||||
|
||||
\pagebreak
|
||||
|
||||
|
||||
@@ -0,0 +1,266 @@
|
||||
% Options for packages loaded elsewhere
|
||||
\PassOptionsToPackage{unicode}{hyperref}
|
||||
\PassOptionsToPackage{hyphens}{url}
|
||||
\PassOptionsToPackage{dvipsnames,svgnames,x11names}{xcolor}
|
||||
%
|
||||
\documentclass[
|
||||
nopreprintline,
|
||||
number]{elsarticle}
|
||||
|
||||
\usepackage{amsmath,amssymb}
|
||||
\usepackage{iftex}
|
||||
\ifPDFTeX
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{textcomp} % provide euro and other symbols
|
||||
\else % if luatex or xetex
|
||||
\usepackage{unicode-math}
|
||||
\defaultfontfeatures{Scale=MatchLowercase}
|
||||
\defaultfontfeatures[\rmfamily]{Ligatures=TeX,Scale=1}
|
||||
\fi
|
||||
\usepackage{lmodern}
|
||||
\ifPDFTeX\else
|
||||
% xetex/luatex font selection
|
||||
\fi
|
||||
% Use upquote if available, for straight quotes in verbatim environments
|
||||
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
|
||||
\IfFileExists{microtype.sty}{% use microtype if available
|
||||
\usepackage[]{microtype}
|
||||
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
|
||||
}{}
|
||||
\makeatletter
|
||||
\@ifundefined{KOMAClassName}{% if non-KOMA class
|
||||
\IfFileExists{parskip.sty}{%
|
||||
\usepackage{parskip}
|
||||
}{% else
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{6pt plus 2pt minus 1pt}}
|
||||
}{% if KOMA class
|
||||
\KOMAoptions{parskip=half}}
|
||||
\makeatother
|
||||
\usepackage{xcolor}
|
||||
\setlength{\emergencystretch}{3em} % prevent overfull lines
|
||||
\setcounter{secnumdepth}{5}
|
||||
% Make \paragraph and \subparagraph free-standing
|
||||
\ifx\paragraph\undefined\else
|
||||
\let\oldparagraph\paragraph
|
||||
\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
|
||||
\fi
|
||||
\ifx\subparagraph\undefined\else
|
||||
\let\oldsubparagraph\subparagraph
|
||||
\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
|
||||
\fi
|
||||
|
||||
|
||||
\providecommand{\tightlist}{%
|
||||
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}\usepackage{longtable,booktabs,array}
|
||||
\usepackage{calc} % for calculating minipage widths
|
||||
% Correct order of tables after \paragraph or \subparagraph
|
||||
\usepackage{etoolbox}
|
||||
\makeatletter
|
||||
\patchcmd\longtable{\par}{\if@noskipsec\mbox{}\fi\par}{}{}
|
||||
\makeatother
|
||||
% Allow footnotes in longtable head/foot
|
||||
\IfFileExists{footnotehyper.sty}{\usepackage{footnotehyper}}{\usepackage{footnote}}
|
||||
\makesavenoteenv{longtable}
|
||||
\usepackage{graphicx}
|
||||
\makeatletter
|
||||
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
|
||||
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
|
||||
\makeatother
|
||||
% Scale images if necessary, so that they will not overflow the page
|
||||
% margins by default, and it is still possible to overwrite the defaults
|
||||
% using explicit options in \includegraphics[width, height, ...]{}
|
||||
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
|
||||
% Set default figure placement to htbp
|
||||
\makeatletter
|
||||
\def\fps@figure{htbp}
|
||||
\makeatother
|
||||
|
||||
\usepackage{enumitem}
|
||||
\usepackage{fontspec}
|
||||
\usepackage{float}
|
||||
\usepackage[normalem]{ulem}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{nameref} %needed by zref-xr
|
||||
\usepackage{zref-xr,zref-hyperref,zref-user}
|
||||
\usepackage{xr-hyper}
|
||||
|
||||
|
||||
\usepackage{adjustbox}
|
||||
% \usepackage{xcolor}
|
||||
\usepackage{mdframed}
|
||||
\newmdenv[topline=false,
|
||||
leftline=true,
|
||||
bottomline=false,
|
||||
rightline=false,
|
||||
linewidth=3pt,
|
||||
%backgroundcolor=lightgray,
|
||||
linecolor=gray!30,
|
||||
backgroundcolor=gray!5,
|
||||
skipabove=\topsep,
|
||||
skipbelow=\topsep,
|
||||
leftmargin=0pt,
|
||||
rightmargin=0pt,
|
||||
innertopmargin=0pt,
|
||||
innerbottommargin=0pt
|
||||
]{refquote}
|
||||
\newmdenv[topline=false,
|
||||
leftline=true,
|
||||
bottomline=false,
|
||||
rightline=false,
|
||||
linewidth=3pt,
|
||||
%backgroundcolor=lightgray,
|
||||
backgroundcolor=red!3!white,
|
||||
linecolor=red!30!white,
|
||||
skipabove=\topsep,
|
||||
skipbelow=\topsep,
|
||||
leftmargin=0pt,
|
||||
rightmargin=0pt,
|
||||
innertopmargin=10pt,
|
||||
innerbottommargin=10pt
|
||||
]{question}
|
||||
% setup hyperlink for page and line number
|
||||
\def\msname{MS}
|
||||
\def\smname{SM}
|
||||
\setenumerate{labelsep=*, leftmargin=1.0pc}
|
||||
%\zexternaldocument*{ManuscriptNew\veraa}
|
||||
\zexternaldocument*{\msname}
|
||||
\zexternaldocument*{\smname}
|
||||
\newcommand{\hlabel}[1]{\label{#1}\hypertarget{#1}{
|
||||
\linelabel{line:#1}}}
|
||||
%\externaldocument[si-]{\smname\veraa}[\smname\veraa.pdf]
|
||||
\makeatletter
|
||||
\newcommand{\clab}[2][]{
|
||||
\protected@write\@auxout{\let\clab\@secondoftwo}{
|
||||
\string\newlabel{r:#1}{{#2}{}}}%
|
||||
\hlabel{#1}#2\hlabel{#1end}}
|
||||
\makeatother
|
||||
\newcommand{\zhypera}[1]{\href[pdfnewwindow]{\msname.pdf\##1}{\\[1ex]\textbf{Page \zpageref{#1}, Line
|
||||
\zref{line:#1}--\zref{line:#1end}:}\\}}
|
||||
\newcommand{\cref}[1]{\begin{refquote}\zhypera{#1}{\zref{r:#1}}\\[-0.5ex]\end{refquote}}
|
||||
% \newenvironment{ra}[1][\unskip]{\par \noindent \\[-1ex] \textbf{Response/Action:}\par\bf}{\ \\}
|
||||
\renewenvironment{quote}{\begin{question}}{\end{question}}
|
||||
% \renewenvironment{verbatim}{\begin{ra}}{\end{ra}}
|
||||
|
||||
\usepackage[normalem]{ulem}
|
||||
\renewcommand{\thetable}{S\arabic{table}}
|
||||
\renewcommand{\thefigure}{S\arabic{figure}}
|
||||
\renewcommand{\theequation}{S\arabic{equation}}
|
||||
\setmainfont{Calibri}
|
||||
\usepackage[doublespacing]{setspace}
|
||||
\usepackage{lineno}
|
||||
\linenumbers
|
||||
\makeatletter
|
||||
\@ifpackageloaded{caption}{}{\usepackage{caption}}
|
||||
\AtBeginDocument{%
|
||||
\ifdefined\contentsname
|
||||
\renewcommand*\contentsname{Table of contents}
|
||||
\else
|
||||
\newcommand\contentsname{Table of contents}
|
||||
\fi
|
||||
\ifdefined\listfigurename
|
||||
\renewcommand*\listfigurename{List of Figures}
|
||||
\else
|
||||
\newcommand\listfigurename{List of Figures}
|
||||
\fi
|
||||
\ifdefined\listtablename
|
||||
\renewcommand*\listtablename{List of Tables}
|
||||
\else
|
||||
\newcommand\listtablename{List of Tables}
|
||||
\fi
|
||||
\ifdefined\figurename
|
||||
\renewcommand*\figurename{Fig.}
|
||||
\else
|
||||
\newcommand\figurename{Fig.}
|
||||
\fi
|
||||
\ifdefined\tablename
|
||||
\renewcommand*\tablename{Table}
|
||||
\else
|
||||
\newcommand\tablename{Table}
|
||||
\fi
|
||||
}
|
||||
\@ifpackageloaded{float}{}{\usepackage{float}}
|
||||
\floatstyle{ruled}
|
||||
\@ifundefined{c@chapter}{\newfloat{codelisting}{h}{lop}}{\newfloat{codelisting}{h}{lop}[chapter]}
|
||||
\floatname{codelisting}{Listing}
|
||||
\newcommand*\listoflistings{\listof{codelisting}{List of Listings}}
|
||||
\makeatother
|
||||
\makeatletter
|
||||
\makeatother
|
||||
\makeatletter
|
||||
\@ifpackageloaded{caption}{}{\usepackage{caption}}
|
||||
\@ifpackageloaded{subcaption}{}{\usepackage{subcaption}}
|
||||
\makeatother
|
||||
\ifLuaTeX
|
||||
\usepackage[bidi=basic]{babel}
|
||||
\else
|
||||
\usepackage[bidi=default]{babel}
|
||||
\fi
|
||||
\babelprovide[main,import]{english}
|
||||
% get rid of language-specific shorthands (see #6817):
|
||||
\let\LanguageShortHands\languageshorthands
|
||||
\def\languageshorthands#1{}
|
||||
\ifLuaTeX
|
||||
\usepackage{selnolig} % disable illegal ligatures
|
||||
\fi
|
||||
\usepackage[]{natbib}
|
||||
\bibliographystyle{elsarticle-num}
|
||||
\IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}}
|
||||
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
|
||||
\urlstyle{same} % disable monospaced font for URLs
|
||||
\hypersetup{
|
||||
pdftitle={MANUSCRIPT TITLE},
|
||||
pdfauthor={Ming Su; Min Yang},
|
||||
pdflang={en},
|
||||
colorlinks=true,
|
||||
linkcolor={blue},
|
||||
filecolor={Maroon},
|
||||
citecolor={Blue},
|
||||
urlcolor={Blue},
|
||||
pdfcreator={LaTeX via pandoc}}
|
||||
|
||||
\setlength{\parindent}{6pt}
|
||||
\begin{document}
|
||||
\begin{frontmatter}
|
||||
\title{MANUSCRIPT TITLE }
|
||||
|
||||
\author[1,2]{Ming Su%
|
||||
%
|
||||
}
|
||||
\ead{mingsu@rcees.ac.cn}
|
||||
\author[1,2]{Min Yang%
|
||||
\corref{cor1}%
|
||||
}
|
||||
\ead{yangmin@rcees.ac.cn}
|
||||
|
||||
\affiliation[1]{organization={State Key Laboratory of Environmental
|
||||
Aquatic Chemistry, Research Center for Eco-Environmental Sciences,
|
||||
Chinese Academy of Sciences},addressline={P.O. Box
|
||||
2871},city={Beijing},postcode={100085}}
|
||||
\affiliation[2]{organization={University of Chinese Academy of
|
||||
Sciences},city={Beijing},postcode={100049}}
|
||||
|
||||
\cortext[cor1]{Corresponding author}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\end{frontmatter}
|
||||
\section*{Supplementary Material}\label{supplementary-material}
|
||||
\addcontentsline{toc}{section}{Supplementary Material}
|
||||
|
||||
Figures and/or tables are provided below as the supplementary evidences
|
||||
to the main text.
|
||||
|
||||
\pagebreak
|
||||
|
||||
|
||||
\bibliography{../BB/Ref.bib,../BB/localRef.bib}
|
||||
|
||||
|
||||
\end{document}
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../_extensions
|
||||
Executable
+1598
File diff suppressed because it is too large
Load Diff
Executable
+1509
File diff suppressed because it is too large
Load Diff
Executable
+1382
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,25 @@
|
||||
---
|
||||
subtitle: Graphical abstract
|
||||
format: html
|
||||
---
|
||||
|
||||
```{r}
|
||||
#| label: fig-GA3
|
||||
#| fig-cap: "Graphical abstract"
|
||||
#| out-width: "100%"
|
||||
#| echo: false
|
||||
#| message: false
|
||||
# dwfun::ggsavep("./figures/GA3.pdf", loadit = TRUE)
|
||||
```
|
||||
|
||||
|
||||
# README
|
||||
|
||||
Below are the typical links.
|
||||
|
||||
- [Cover Letter](CL.html)
|
||||
- [Highlights](HL.html)
|
||||
- [Manuscript](MS.html)
|
||||
- [Supplementary Material](SM.html)
|
||||
- [Revision Note](RN.html)
|
||||
- [Author Credits](AC.html)
|
||||
Reference in New Issue
Block a user