-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.tex
More file actions
962 lines (778 loc) · 30.7 KB
/
Copy pathindex.tex
File metadata and controls
962 lines (778 loc) · 30.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
% Options for packages loaded elsewhere
\PassOptionsToPackage{unicode}{hyperref}
\PassOptionsToPackage{hyphens}{url}
%
\documentclass[
letterpaper,
oneside,
open=any]{scrbook}
\usepackage{amsmath,amssymb}
\usepackage{lmodern}
\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
% 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
\newlength{\cslhangindent}
\setlength{\cslhangindent}{1.5em}
\newlength{\csllabelwidth}
\setlength{\csllabelwidth}{3em}
\newlength{\cslentryspacingunit} % times entry-spacing
\setlength{\cslentryspacingunit}{\parskip}
\newenvironment{CSLReferences}[2] % #1 hanging-ident, #2 entry spacing
{% don't indent paragraphs
\setlength{\parindent}{0pt}
% turn on hanging indent if param 1 is 1
\ifodd #1
\let\oldpar\par
\def\par{\hangindent=\cslhangindent\oldpar}
\fi
% set entry spacing
\setlength{\parskip}{#2\cslentryspacingunit}
}%
{}
\usepackage{calc}
\newcommand{\CSLBlock}[1]{#1\hfill\break}
\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{#1}}
\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break}
\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1}
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{array}
\usepackage{multirow}
\usepackage{wrapfig}
\usepackage{float}
\usepackage{colortbl}
\usepackage{pdflscape}
\usepackage{tabu}
\usepackage{threeparttable}
\usepackage{threeparttablex}
\usepackage[normalem]{ulem}
\usepackage{makecell}
\usepackage{xcolor}
\usepackage[default]{opensans}
\fontseries{lc}\selectfont
\makeatletter
\makeatother
\makeatletter
\makeatother
\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{Figure}
\else
\newcommand\figurename{Figure}
\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
\@ifpackageloaded{caption}{}{\usepackage{caption}}
\@ifpackageloaded{subcaption}{}{\usepackage{subcaption}}
\makeatother
\makeatletter
\@ifpackageloaded{tcolorbox}{}{\usepackage[many]{tcolorbox}}
\makeatother
\makeatletter
\@ifundefined{shadecolor}{\definecolor{shadecolor}{rgb}{.97, .97, .97}}
\makeatother
\makeatletter
\makeatother
\usepackage{hyphenat}
\usepackage{ifthen}
\usepackage{calc}
\usepackage{calculator}
\usepackage{graphicx}
\usepackage{wallpaper}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{geometry}
\usepackage{afterpage}
\usepackage{tikz}
\usetikzlibrary{calc}
\usetikzlibrary{fadings}
\usepackage[pagecolor=none]{pagecolor}
% Set the titlepage font families
% Set the coverpage font families
\ifLuaTeX
\usepackage{selnolig} % disable illegal ligatures
\fi
\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={Ecosystem and Socioeconomic Profile Network},
pdfauthor={Integrated Ecosystem Assessment},
hidelinks,
pdfcreator={LaTeX via pandoc}}
\title{Ecosystem and Socioeconomic Profile Network}
\author{Integrated Ecosystem Assessment}
\date{}
\begin{document}
%%%%% begin titlepage extension code
\begin{frontmatter}
\begin{titlepage}
% This is a combination of Pandoc templating and LaTeX
% Pandoc templating https://pandoc.org/MANUAL.html#templates
% See the README for help
\thispagestyle{empty}
\newgeometry{top=-100in}
% Page color
\newcommand{\coverauthorstyle}[1]{{\fontsize{20}{24.0}\selectfont
#1}}
\begin{tikzpicture}[remember picture, overlay, inner sep=0pt, outer sep=0pt]
\tikzfading[name=fadeout, inner color=transparent!0,outer color=transparent!100]
\tikzfading[name=fadein, inner color=transparent!100,outer color=transparent!0]
\node[anchor=south west, rotate=0.0, opacity=1.0] at ($(current page.south west)+(0pt, 8.75in)$) {
\includegraphics[width=\paperwidth, keepaspectratio]{img/cover-header-2.png}};
% Title
\newcommand{\titlelocationleft}{2.3in}
\newcommand{\titlelocationbottom}{7in}
\newcommand{\titlealign}{left}
\begin{scope}
{%
\fontsize{30}{36.0}\selectfont
\node[anchor=north
west, align=left, rotate=0] (Title1) at ($(current page.south west)+(\titlelocationleft,\titlelocationbottom)$) [text width = 5in] {\textcolor{black}{\bfseries{\nohyphens{Ecosystem
and Socioeconomic Profile Network}}}};
}
\end{scope}
% Author
\newcommand{\authorlocationleft}{2.3in}
\newcommand{\authorlocationbottom}{5in}
\newcommand{\authoralign}{left}
\begin{scope}
{%
\fontsize{20}{24.0}\selectfont
\node[anchor=north
west, align=left, rotate=0] (Author1) at ($(current page.south west)+(\authorlocationleft,\authorlocationbottom)$) [text width = 5in] {
\coverauthorstyle{Integrated Ecosystem Assessment\\}};
}
\end{scope}
% Header
\newcommand{\headerlocationleft}{2.3in}
\newcommand{\headerlocationbottom}{9.8in}
\newcommand{\headerlocationalign}{left}
\begin{scope}
{%
\fontsize{16}{19.2}\selectfont
\node[anchor=north west, align=left, rotate=0] (Header1) at %
($(current page.south west)+(\headerlocationleft,\headerlocationbottom)$) [text width = 5in] {\textcolor{white}{\nohyphens{NOAA
Technical Memorandum NMFS-XXX-\#\#}}};
}
\end{scope}
% Footer
\newcommand{\footerlocationleft}{6in}
\newcommand{\footerlocationbottom}{0.1\paperheight}
\newcommand{\footerlocationalign}{left}
\begin{scope}
{%
\fontsize{8}{9.6}\selectfont
\node[anchor=north west, align=left, rotate=0] (Footer1) at %
($(current page.south west)+(\footerlocationleft,\footerlocationbottom)$) [text width = 2.5in] {{\nohyphens{U.S.
DEPARTMENT OF COMMERCE\\
\strut \\
National Oceanic and Atmospheric Administration\\
National Marine Fisheries Service\\
Northwest Fisheries Science Center}}};
}
\end{scope}
\end{tikzpicture}
\clearpage
\restoregeometry
%%% TITLE PAGE START
% Set up alignment commands
%Page
\newcommand{\titlepagepagealign}{
\ifthenelse{\equal{left}{right}}{\raggedleft}{}
\ifthenelse{\equal{left}{center}}{\centering}{}
\ifthenelse{\equal{left}{left}}{\raggedright}{}
}
%% Titles
\newcommand{\titlepagetitlealign}{
\ifthenelse{\equal{left}{right}}{\raggedleft}{}
\ifthenelse{\equal{left}{center}}{\centering}{}
\ifthenelse{\equal{left}{left}}{\raggedright}{}
\ifthenelse{\equal{left}{spread}}{\makebox[\linewidth][s]}{}
}
\newcommand{\titleandsubtitle}{
% Title and subtitle
{\fontsize{30}{36.0}\selectfont
\textcolor{black}{\bfseries{\nohyphens{Ecosystem and Socioeconomic
Profile Network}}}\par
}%
}
\newcommand{\titlepagetitleblock}{
\titleandsubtitle
}
\newcommand{\authorstyle}[1]{{\fontsize{20}{24.0}\selectfont
#1}}
\newcommand{\affiliationstyle}[1]{{#1}}
\newcommand{\titlepageauthorblock}{
\authorstyle{%
Integrated Ecosystem
Assessment{\textsuperscript{1}}\textsuperscript{,}{\textsuperscript{,*}}
}}
\newcommand{\titlepageaffiliationblock}{
\hangindent=1em
\hangafter=1
\affiliationstyle{
{1}.~enter, enter
\vspace{1\baselineskip}
* \textit{Correspondence:}~Integrated Ecosystem Assessment~enter
}
}
\newcommand{\headerstyled}{%
{}
}
\newcommand{\footerstyled}{%
{}
}
\newcommand{\datestyled}{%
{}
}
\newcommand{\titlepageheaderblock}{\headerstyled}
\newcommand{\titlepagefooterblock}{
\footerstyled
}
\newcommand{\titlepagedateblock}{
\datestyled
}
%set up blocks so user can specify order
\newcommand{\titleblock}{{\titlepagetitlealign
{\titlepagetitleblock}
}
\vspace{4\baselineskip}
}
\newcommand{\authorblock}{{\titlepageauthorblock}
\vspace{2\baselineskip}
}
\newcommand{\affiliationblock}{{\titlepageaffiliationblock}
\vspace{2\baselineskip}
}
\newcommand{\logoblock}{}
\newcommand{\footerblock}{}
\newcommand{\dateblock}{}
\newcommand{\headerblock}{}
\newgeometry{top=3in,bottom=1in,right=1in,left=1.75in}
% background image
\newlength{\bgimagesize}
\setlength{\bgimagesize}{0.75\paperwidth}
\LENGTHDIVIDE{\bgimagesize}{\paperwidth}{\theRatio} % from calculator pkg
\ThisULCornerWallPaper{\theRatio}{img/corner-image.png}
\thispagestyle{empty} % no page numbers on titlepages
\newcommand{\vrulecode}{\rule{\vrulewidth}{\textheight}}
\newlength{\vrulewidth}
\setlength{\vrulewidth}{0pt}
\newlength{\B}
\setlength{\B}{\ifdim\vrulewidth > 0pt 0.05\textwidth\else 0pt\fi}
\newlength{\minipagewidth}
\ifthenelse{\equal{left}{left} \OR \equal{left}{right} }
{% True case
\setlength{\minipagewidth}{\textwidth - \vrulewidth - \B - 0.1\textwidth}
}{
\setlength{\minipagewidth}{\textwidth - 2\vrulewidth - 2\B - 0.1\textwidth}
}
\ifthenelse{\equal{left}{left} \OR \equal{left}{leftright}}
{% True case
\raggedleft % needed for the minipage to work
\vrulecode
\hspace{\B}
}{%
\raggedright % else it is right only and width is not 0
}
% [position of box][box height][inner position]{width}
% [s] means stretch out vertically; assuming there is a vfill
\begin{minipage}[b][\textheight][s]{\minipagewidth}
\titlepagepagealign
\headerblock
\titleblock
\authorblock
\affiliationblock
\vfill
\logoblock
\footerblock
\par
\end{minipage}\ifthenelse{\equal{left}{right} \OR \equal{left}{leftright} }{
\hspace{\B}
\vrulecode}{}
\clearpage
\restoregeometry
%%% TITLE PAGE END
\end{titlepage}
\setcounter{page}{1}
\end{frontmatter}
%%%%% end titlepage extension code\ifdefined\Shaded\renewenvironment{Shaded}{\begin{tcolorbox}[boxrule=0pt, breakable, enhanced, interior hidden, borderline west={3pt}{0pt}{shadecolor}, frame hidden, sharp corners]}{\end{tcolorbox}}\fi
\renewcommand*\contentsname{Table of contents}
{
\setcounter{tocdepth}{1}
\tableofcontents
}
\listoffigures
\listoftables
\mainmatter
\part{Welcome}
\begin{quote}
Report run date: Wednesday, April 02, 2025
\end{quote}
{[}description{]}
\begin{figure}
{\centering \includegraphics{https://www.fisheries.noaa.gov/s3/2023-04/750x500-bottom-trawl-survey-afsc.jpg}
}
\caption{Sorting and weighing fish on deck on the 2022 Bering Sea
groundfish survey aboard the F/V Alaska Knight. Credit: Emily
Markowitz/NOAA Fisheries.}
\end{figure}
\hypertarget{documentation-objective}{%
\section*{Documentation Objective}\label{documentation-objective}}
\addcontentsline{toc}{section}{Documentation Objective}
\markright{Documentation Objective}
As part of our commitment to open science, reproducibility, and
transparency, we provide this metadata guide to compliment our
public-domain data.
\begin{quote}
Please consider this resource to be a \textbf{Living Document}. The code
in this repository is regularly being updated and improved. Please refer
to
\href{https://github.com/IEA-Data/IEA_Data_Guidance_Doc//releases}{releases}
for finalized products and project milestones.
\end{quote}
\begin{quote}
Do not hesitate to reach out (to us at either {[}email{]} or
\href{https://github.com/IEA-Data/IEA_Data_Guidance_Doc//issues}{GitHub
issues}, especially if you find discrepancies in the data or want to
suggest improvements to infrastructure. Thank you in advance for your
collaboration and partnership with us as we develop our future data
universe.
\end{quote}
\hypertarget{user-resources}{%
\section*{User Resources}\label{user-resources}}
\addcontentsline{toc}{section}{User Resources}
\markright{User Resources}
\begin{itemize}
\tightlist
\item
\href{https://www.integratedecosystemassessment.noaa.gov/ecosystem-status-reports}{IEA
Ecosystem Status Reports}
\end{itemize}
\hypertarget{cite-this-data}{%
\section*{Cite this data}\label{cite-this-data}}
\addcontentsline{toc}{section}{Cite this data}
\markright{Cite this data}
Use the below
\href{https://github.com/IEA-Data/IEA_Data_Guidance_Doc//blob/main/CITATION.bib}{bibtext
citations}, as cited in our group's
\href{https://github.com/IEA-Data/citations/blob/main/cite/bibliography.bib}{citation
repository} for citing the data created and maintained in this repo. Add
``note = \{Accessed: mm/dd/yyyy\}'' to append the day this data was
accessed. Included here are AFSC RACE Groundfish and Shellfish
Assessment Program's:
\begin{verbatim}
@misc{IEA-Data,
author = {{National Integrated Ecosystem Assessment Program}},
title = {National Integrated Ecosystem Assessment Program},
howpublished = {https://www.integratedecosystemassessment.noaa.gov/ecosystem-status-reports},
publisher = {{U.S. Dep. Commer.}},
copyright = {Public Domain}
}
\end{verbatim}
\hypertarget{access-constraints}{%
\section*{Access Constraints}\label{access-constraints}}
\addcontentsline{toc}{section}{Access Constraints}
\markright{Access Constraints}
There are no legal restrictions on access to the data. They reside in
public domain and can be freely distributed.
\textbf{User Constraints:} Users must read and fully comprehend the
metadata and
\href{https://IEA-Data.io/IEA_Data_Guidance_Doc/content/code-of-conduct.html}{code
of conduct} prior to use. Data should not be used beyond the limits of
the source scale. Acknowledgement of the Program, as the source from
which these data were obtained, in any publications and/or other
representations of these data, is suggested.
\hypertarget{suggestions-and-comments}{%
\section*{Suggestions and comments}\label{suggestions-and-comments}}
\addcontentsline{toc}{section}{Suggestions and comments}
\markright{Suggestions and comments}
If the data or metadata can be improved, please create a pull request or
\href{https://github.com/IEA-Data/IEA_Data_Guidance_Doc//issues}{submit
an issue to the code's repository}.
\hypertarget{noaa-readme}{%
\section*{NOAA README}\label{noaa-readme}}
\addcontentsline{toc}{section}{NOAA README}
\markright{NOAA README}
This repository is a scientific product and is not official
communication of the National Oceanic and Atmospheric Administration, or
the United States Department of Commerce. All NOAA GitHub project code
is provided on an `as is' basis and the user assumes responsibility for
its use. Any claims against the Department of Commerce or Department of
Commerce bureaus stemming from the use of this GitHub project will be
governed by all applicable Federal law. Any reference to specific
commercial products, processes, or services by service mark, trademark,
manufacturer, or otherwise, does not constitute or imply their
endorsement, recommendation or favoring by the Department of Commerce.
The Department of Commerce seal and logo, or the seal and logo of a DOC
bureau, shall not be used in any manner to imply endorsement of any
commercial product or activity by DOC or the United States Government.
\hypertarget{noaa-license}{%
\section*{NOAA License}\label{noaa-license}}
\addcontentsline{toc}{section}{NOAA License}
\markright{NOAA License}
Software code created by U.S. Government employees is not subject to
copyright in the United States (17 U.S.C. §105). The United
States/Department of Commerce reserve all rights to seek and obtain
copyright protection in countries other than the United States for
Software authored in its entirety by the Department of Commerce. To this
end, the Department of Commerce hereby grants to Recipient a
royalty-free, nonexclusive license to use, copy, and create derivative
works of the Software outside of the United States.
\hypertarget{news}{%
\chapter{News}\label{news}}
--
\href{https://raw.githubusercontent.com/IEA-Data/IEA_Data_Guidance_Doc/main/content/intro-news/2025-04-02.txt}{Run
2025-04-02 Initial Run}: Initial compiling and planning notes
\hypertarget{code-of-conduct}{%
\chapter{Code of Conduct}\label{code-of-conduct}}
Codes of Conduct are voluntary sets of rules that assist creators,
developers, and users of code and data with data protection compliance
and accountability in specific sectors or relating to particular
processing operations.
Codes can help organizations to ensure all participants follow best
practices and rules designed specifically for their sector or processing
operations, thus enhancing compliance and collaboration. They are
developed and managed by an association or other body (the `Code Owner')
which is representative of a sector (or category of data controllers or
processors), with the expert and sectoral knowledge of how to enhance
data protection in their area.
\hypertarget{code-of-conduct-from-the-nmfs-opensci-github.}{%
\subsection{\texorpdfstring{\href{https://github.com/nmfs-opensci/.github/blob/main/CODE_OF_CONDUCT.md}{Code
of Conduct} from the \href{https://nmfs-opensci.github.io/}{nmfs-opensci
GitHub}.}{Code of Conduct from the nmfs-opensci GitHub.}}\label{code-of-conduct-from-the-nmfs-opensci-github.}}
\hypertarget{noaa-fisheries-open-science-code-of-conduct}{%
\chapter{NOAA Fisheries Open Science Code of
Conduct}\label{noaa-fisheries-open-science-code-of-conduct}}
This code of conduct was developed and adapted from the Atom code of
conduct in October 2021.
\hypertarget{our-pledge}{%
\section{Our Pledge}\label{our-pledge}}
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our
project and our community a harassment-free experience for everyone,
regardless of age, body size, disability, ethnicity, gender identity and
expression, level of experience, nationality, personal appearance, race,
religion, or sexual identity and orientation.
\hypertarget{our-standards}{%
\section{Our Standards}\label{our-standards}}
Examples of behavior that contributes to creating a positive environment
include:
\begin{itemize}
\tightlist
\item
Using welcoming and inclusive language
\item
Being respectful of differing viewpoints and experiences
\item
Gracefully accepting constructive criticism
\item
Focusing on what is best for the community
\item
Showing empathy towards other community members
\end{itemize}
Examples of unacceptable behavior by participants include:
\begin{itemize}
\tightlist
\item
The use of sexualized language or imagery and unwelcome sexual
attention or advances
\item
Trolling, insulting/derogatory comments, and personal or political
attacks
\item
Public or private harassment
\item
Publishing others' private information, such as a physical or
electronic address, without explicit permission
\item
Other conduct which could reasonably be considered inappropriate in a
professional setting
\end{itemize}
\hypertarget{our-responsibilities}{%
\section{Our Responsibilities}\label{our-responsibilities}}
Project maintainers are responsible for clarifying the standards of
acceptable behavior and are expected to take appropriate and fair
corrective action in response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit,
or reject comments, commits, code, wiki edits, issues, and other
contributions that are not aligned to this Code of Conduct, or to ban
temporarily or permanently any contributor for other behaviors that they
deem inappropriate, threatening, offensive, or harmful.
\hypertarget{scope}{%
\section{Scope}\label{scope}}
This Code of Conduct applies both within project spaces and in public
spaces when an individual is representing the project or its community.
Examples of representing a project or community include using an
official project e-mail address, posting via an official social media
account, or acting as an appointed representative at an online or
offline event. Representation of a project may be further defined and
clarified by project maintainers.
\hypertarget{enforcement}{%
\section{Enforcement}\label{enforcement}}
Instances of abusive, harassing, or otherwise unacceptable behavior may
be reported by contacting the project team. All complaints will be
reviewed and investigated and will result in a response that is deemed
necessary and appropriate to the circumstances. Further details of
specific enforcement policies may be posted separately.
\hypertarget{attribution}{%
\section{Attribution}\label{attribution}}
This Code of Conduct is adapted from the
\href{https://contributor-covenant.org}{Contributor Covenant}, version
1.4, available at
\href{https://contributor-covenant.org/version/1/4/}{https://contributor-covenant.org/version/1/4}
\hypertarget{how-to-contribute}{%
\chapter{How to Contribute}\label{how-to-contribute}}
{[}enter{]}
\part{Products}
{[}enter{]}
\hypertarget{ecosystem-status-reports}{%
\chapter{Ecosystem Status Reports}\label{ecosystem-status-reports}}
{[}enter{]}
\part{Contact us}
Thank you for using our data guide!
\begin{quote}
This code is always in development. Find code used for various reports
in the code
\href{https://github.com/IEA-Data/IEA_Data_Guidance_Doc//releases}{releases}.
\end{quote}
\textbf{Emily Markowitz} (Emily.Markowitz AT noaa.gov;
\href{https://github.com/EmilyMarkowitz-NOAA}{@EmilyMarkowitz-NOAA})
Alaska Fisheries Science Center,
National Marine Fisheries Service,
National Oceanic and Atmospheric Administration,
Seattle, WA 98195
\textbf{General questions and more specific data requests} can be sent
to\ldots{}
\hypertarget{production-run-notes}{%
\chapter{Production run notes}\label{production-run-notes}}
\begin{quote}
Report run date: Wednesday, April 02, 2025
\end{quote}
\begin{verbatim}
R version 4.4.3 (2025-02-28 ucrt)
Platform: x86_64-w64-mingw32/x64
Running under: Windows 10 x64 (build 19045)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.utf8
[2] LC_CTYPE=English_United States.utf8
[3] LC_MONETARY=English_United States.utf8
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.utf8
time zone: America/Los_Angeles
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.4.3 fastmap_1.2.0 cli_3.6.3 tools_4.4.3
[5] htmltools_0.5.8.1 rstudioapi_0.17.1 yaml_2.3.10 rmarkdown_2.29
[9] knitr_1.49 jsonlite_1.9.0 xfun_0.50 digest_0.6.37
[13] rlang_1.1.5 evaluate_1.0.3
\end{verbatim}
\hypertarget{noaa-readme-1}{%
\subsection{NOAA README}\label{noaa-readme-1}}
This repository is a scientific product and is not official
communication of the National Oceanic and Atmospheric Administration, or
the United States Department of Commerce. All NOAA GitHub project code
is provided on an `as is' basis and the user assumes responsibility for
its use. Any claims against the Department of Commerce or Department of
Commerce bureaus stemming from the use of this GitHub project will be
governed by all applicable Federal law. Any reference to specific
commercial products, processes, or services by service mark, trademark,
manufacturer, or otherwise, does not constitute or imply their
endorsement, recommendation or favoring by the Department of Commerce.
The Department of Commerce seal and logo, or the seal and logo of a DOC
bureau, shall not be used in any manner to imply endorsement of any
commercial product or activity by DOC or the United States Government.
\hypertarget{noaa-license-1}{%
\subsection{NOAA License}\label{noaa-license-1}}
Software code created by U.S. Government employees is not subject to
copyright in the United States (17 U.S.C. §105). The United
States/Department of Commerce reserve all rights to seek and obtain
copyright protection in countries other than the United States for
Software authored in its entirety by the Department of Commerce. To this
end, the Department of Commerce hereby grants to Recipient a
royalty-free, nonexclusive license to use, copy, and create derivative
works of the Software outside of the United States.
\hypertarget{acknowledgments}{%
\chapter{Acknowledgments}\label{acknowledgments}}
We would like to thank the many communities of Alaska and their members
who have helped contribute to this body of work. The knowledge,
experiences, and insights have been instrumental in expanding the scope
of our science and knowledge to encompass the many issues that face this
important ecosystem. We appreciate feedback from those residing in the
region that are willing to share their insights and participation in an
open dialog about how we can improve our collective knowledge of the
ecosystem and the region.
\hypertarget{land-acknowledgements}{%
\chapter{Land Acknowledgements}\label{land-acknowledgements}}
We would like to thank the many communities of the Bering Strait region
and their members who have helped contribute to this document. The
knowledge, experiences, and insights of the people of the Bering Strait
region have been instrumental in expanding the scope of our science and
knowledge to encompass the many issues that face this important
ecosystem. We appreciate feedback from those residing in the region that
are willing to share their insights, including the local names used for
the species covered by this document, identifying species of interest or
concern that should be included in this document, and participation in
an open dialog about how we can improve our collective knowledge of the
ecosystem and the region.
NOAA Fisheries Alaska Fisheries Science Center's work is conducted in
the waters and along the coastlines of Alaska, which include the
traditional home lands and waters of the Inupiat, Yupiit, Siberian
Yupiit, Unangax, Alutiiq/Sugpiaq, Eyak, Dena'ina Athabascan, Tlingit,
Haida, and Tsimshian who have stewarded their lands and waters since
time immemorial. We are indebted to these peoples for their wisdom and
knowledge of their lands and waters.
This document was prepared in the greater Seattle area, which are the
traditional lands of the Coast Salish people, including the Duwamish
people, past and present. We are grateful for their continued sharing of
vision, wisdom, values, and leadership.
\hypertarget{technical-acknowledgments}{%
\chapter{Technical Acknowledgments}\label{technical-acknowledgments}}
This quarto book is based off the
\href{https://github.com/nmfs-opensci/NOAA-quarto-book}{NOAA-quarto-book}
GitHub repo designed by Eli Holmes.
This repo and GitHub Action was based on the tutorial by Openscapes
\href{https://github.com/Openscapes/quarto-website-tutorial}{quarto-website-tutorial}
by Julia Lowndes and Stefanie Butland.
\hypertarget{partners}{%
\section{Partners}\label{partners}}
Scientists from the Alaska Fisheries Science Center conduct these bottom
trawl surveys with participation from the Alaska Department of Fish \&
Game (ADF\&G), the International Pacific Halibut Commission (IPHC), and
universities. This research is conducted on chartered fishing vessels.
\hypertarget{collaborators}{%
\section{Collaborators}\label{collaborators}}
Our data are used in many annual publications, including but not limited
to the list below:
\begin{itemize}
\tightlist
\item
\href{https://www.fisheries.noaa.gov/alaska/population-assessments/alaska-stock-assessments}{Alaska
Stock Assessments}
\item
\href{https://www.fisheries.noaa.gov/alaska/population-assessments/north-pacific-groundfish-stock-assessment-and-fishery-evaluation}{North
Pacific Groundfish Stock Assessment and Fishery Evaluation Reports}
\item
\href{https://www.fisheries.noaa.gov/alaska/commercial-fishing/groundfish-economic-status-reports-gulf-alaska-and-bering-sea-and-aleutian-islands}{Groundfish
Economic Status Reports for the Gulf of Alaska and Bering Sea and
Aleutian Islands}
\item
\href{https://www.fisheries.noaa.gov/resource/data/alaska-marine-ecosystem-status-report-archive}{Alaska
Marine Ecosystem Status Report Database}
\item
\href{https://www.fisheries.noaa.gov/alaska/commercial-fishing/southeast-alaska-coastal-monitoring-survey-reports}{Southeast
Alaska Coastal Monitoring Survey Reports}
\item
\href{https://www.fisheries.noaa.gov/resource/data/alaska-fisheries-life-history-database}{Alaska
Fisheries Life History Database}
\item
\href{https://www.fisheries.noaa.gov/alaska/habitat-conservation/essential-fish-habitat-research-plan-alaska}{Essential
Fish Habitat Research Plan in Alaska}
\end{itemize}
\hypertarget{citations-and-references}{%
\chapter{Citations and References}\label{citations-and-references}}
There are no legal restrictions on access to the data. They reside in
public domain and can be freely distributed.
\textbf{User Constraints:} Users must read and fully comprehend the
metadata prior to use. Data should not be used beyond the limits of the
source scale. Acknowledgement of the Program, as the source from which
these data were obtained, in any publications and/or other
representations of these data, is suggested.
\hypertarget{references}{%
\chapter{References}\label{references}}
\hypertarget{refs}{}
\begin{CSLReferences}{0}{0}
\end{CSLReferences}
\backmatter
\end{document}