Skip to content

Commit 99eaebf

Browse files
committed
added cover letter
1 parent fbc672a commit 99eaebf

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

papers/ems/Makefile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# Simple LaTeX build with latexmk
22
PAPER := paper.tex
3+
COVER := cover-letter.tex
34

4-
.PHONY: all pdf clean distclean
5+
.PHONY: all pdf cover clean distclean
56

6-
all: clean pdf
7+
all: clean pdf cover
78

89
pdf:
910
latexmk -pdf -interaction=nonstopmode -f $(PAPER)
1011

12+
cover:
13+
latexmk -pdf -interaction=nonstopmode -f $(COVER)
14+
1115
clean:
1216
# Remove aux files but keep the final PDF
1317
latexmk -c $(PAPER)
18+
latexmk -c $(COVER)
1419

1520
distclean:
1621
# Remove everything, including the final PDF
17-
latexmk -C $(PAPER)
22+
latexmk -C $(PAPER)
23+
latexmk -C $(COVER)

papers/ems/cover-letter.pdf

49.9 KB
Binary file not shown.

papers/ems/cover-letter.tex

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
\documentclass[11pt]{article}
2+
\usepackage[margin=1in]{geometry}
3+
\usepackage{setspace}
4+
\usepackage{hyperref}
5+
\setstretch{1.2}
6+
7+
\begin{document}
8+
9+
\noindent\textbf{October 17, 2025} \\[1em]
10+
\noindent Editor-in-Chief \\Environmental Modelling \& Software \\Elsevier
11+
12+
\bigskip
13+
14+
\noindent Dear Editor-in-Chief,
15+
16+
\medskip
17+
18+
I am pleased to submit the manuscript entitled ``WS3: An open-source Python framework for integrated simulation and optimization of forest landscape and wood supply systems'' for consideration in \emph{Environmental Modelling \& Software}. The paper introduces a fully open, solver-agnostic framework that combines modular simulation, Model~I optimization, carbon accounting via libCBM, and spatial allocation into reproducible workflows aimed at forest-sector decision support. We believe the manuscript fits the journal's scope on modelling tools that enable transparent and auditable environmental planning and policy analysis.
19+
20+
WS3 addresses a persistent gap in forest estate modelling: professional scheduling platforms remain proprietary or siloed, whereas research tools often lack integration with carbon accounting and reproducible pipelines. Our contribution documents the architecture, mathematical formulation, and case studies that demonstrate how WS3 streamlines harvest scheduling, carbon analysis, and spatial reporting using open data and scripted workflows. The manuscript also details impact, reusability, and community uptake, aligning directly with EMS expectations for software descriptions that emphasise reproducibility and transparency.
21+
22+
The work is original, has not been published previously, and is not under consideration elsewhere. The author has approved the submitted version. Data, code, and reproduction assets are openly archived on Zenodo and GitHub, and highlights, graphical abstract, and other supporting files accompany this submission. Potential reviewers familiar with forest decision support, carbon accounting, and open-source environmental modelling could include Kevin Boston (University of Arkansas at Monticello), Pete Bettinger (University of Georgia), Marc McDill (Pennsylvania State University), and Mathieu Fortin (Natural Resources Canada).
23+
24+
Thank you for considering this submission. We look forward to the opportunity to contribute to \emph{Environmental Modelling \& Software}. Please do not hesitate to contact me if additional information is required.
25+
26+
\bigskip
27+
28+
\noindent Sincerely, \\[0.75em]
29+
\noindent Gregory Paradis \\Faculty of Forestry \\University of British Columbia \\2424 Main Mall, Vancouver, BC V6T 1Z4, Canada \\Email: \href{mailto:gregory.paradis@ubc.ca}{gregory.paradis@ubc.ca}
30+
31+
\end{document}

papers/ems/paper.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)