New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
info_page.tex in NEMO/trunk/doc/latex/global – NEMO

source: NEMO/trunk/doc/latex/global/info_page.tex @ 11176

Last change on this file since 11176 was 11176, checked in by nicolasmartin, 5 years ago

Implementation of multi-indexes instead of an indiscrimate aggregate index
Creation of 5 sections under Indexes chapter for the most relevant lists of index entries:
namelist blocks and parameters, CPP keys, modules and subroutines.

  • indexes.tex & index.ist: new file in global directory for index management
  • Add symbolic links under main to non-existing *.idx before LaTeX compilation to reduce trivial error messages with makeindex
  • Create latexmkrc init file loaded latexmk with '-r' option in order to apply the style rules to the indexes with the sequence of several compilations

Other changes:

  • Define a preamble.tex with the list of files to load from global folder
  • Integrate 'Citation' subsubsection in new info_page.tex for the 2nd page along with 'frontpage.tex' for the cover, in order to have a clear distinction with \maketitle in the main LaTeX document
  • Move 'Foreword' chapter from subfiles to main as more appropriate

Bugfixes with few attempts of HTML export

  • One single location for defining the paths to search for images with \graphicspath in packages.tex
  • Renaming of authors variables (\1stauthor -> \firstauthor and so one)
  • Update of LaTeX dependencies in terms of new pkgs (DEPS)
File size: 2.9 KB
Line 
1
2\thispagestyle{plain}
3
4% ================================================================
5% Disclaimer
6% ================================================================
7\subsubsection*{Disclaimer}
8
9Like all components of the modelling framework,
10the \engine~core engine is developed under the \href{http://www.cecill.info}{CECILL license},
11which is a French adaptation of the GNU GPL (General Public License).
12Anyone may use it freely for research purposes, and is encouraged to
13communicate back to the NEMO team its own developments and improvements.
14
15The model and the present document have been made available as a service to the community.
16We cannot certify that the code and its manual are free of errors.
17Bugs are inevitable and some have undoubtedly survived the testing phase.
18Users are encouraged to bring them to our attention.
19
20The authors assume no responsibility for problems, errors, or incorrect usage of NEMO.
21
22% ================================================================
23% External resources
24% ================================================================
25\subsubsection*{Other resources}
26
27Additional information can be found on:
28\begin{itemize}
29\item the \href{http://www.nemo-ocean.eu}{website} of the project detailing several
30  associated applications and an exhaustive users bibliography
31\item the \href{http://forge.ipsl.jussieu.fr/nemo}{development platform} of the model with
32  the code repository and some main resources (wiki, ticket system, forums, \ldots)
33\item the \href{http://zenodo.org/communities/nemo-ocean}{online archive}
34  delivering the publications issued by the consortium
35\item two mailing lists:
36  the \href{http://listes.ipsl.fr/sympa/info/nemo-newsletter}{newsletter} for
37  top-down communications from the project
38  (announcements, calls, job opportunities, \ldots)
39  and the \href{http://listes.ipsl.fr/sympa/info/nemo-forge}{forge updates}
40  (commits, tickets and forums)
41\end{itemize}
42
43% ================================================================
44% Citation
45% ================================================================
46\subsubsection*{Citation}
47
48Reference for papers and other publications is as follows:
49
50\vspace{0.5cm}
51
52%% \sloppy: workaround for breaking DOI URL
53\sloppy
54``{\bfseries \heading}'',
55\firstauthor and \secondauthor,
56{\em Scientific Notes of Climate Modelling Center}, \textbf{\ipslnum} --- ISSN 1288-1619,
57Institut Pierre-Simon Laplace (IPSL),
58\href{https://doi.org/10.5281/zenodo.\zid}{doi:10.5281/zenodo.\zid}
59
60\begin{figure}[b]
61  \begin{minipage}[c]{0.72\textwidth}
62    \small\ttfamily{Scientific Notes of Climate Modelling Center \\
63      ISSN 1288-1619                                             \\
64      Institut Pierre-Simon Laplace (IPSL)
65    }
66  \end{minipage}
67  \hfill
68  \begin{minipage}[c]{0.25\textwidth}
69    \href{http://www.cmc.ipsl.fr}{\includegraphics[width=\textwidth]{logos/IPSL_upright}}
70  \end{minipage}
71\end{figure}
72
Note: See TracBrowser for help on using the repository browser.