Skip to content
Snippets Groups Projects
Commit e1c16ec2 authored by Lucia Morganti's avatar Lucia Morganti
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
L'Annual Report 2017 del CNAF contiene la descrizione delle attività
del Centro nell'anno 2017, sotto forma di brevi articoli raccolti in
un unico documento.
Questa repository ha lo scopo di supportare la preparazione del
report, mantenendo sia i singoli articoli che la struttura generale
del documento.
Gli articoli devono essere scritti in inglese seguendo il template definito
dall'Institute of Physics (IOP) per le Conference Series. I template e le
istruzioni per gli autori sono disponibili all'indirizzo
<http://conferenceseries.iop.org/content/authors>. Le linee guida e i
template sono anche disponibili nella cartella `instructions`.
I template sono disponibili sia per LaTeX che per Microsoft Word, ma è
fortemente raccomandato che i contributi siano scritti in
LaTeX. Questo permette una maggiore qualità del prodotto finale e una
maggiore automazione nella produzione del report. Il comitato
editoriale, quest'anno composto da Lucia Morganti, Luca dell'Agnello
ed Elisabetta Ronchieri, è a disposizione per fornire chiarimenti
e supporto in caso di necessità.
Il documento finale verrà ottenuto integrando direttamente i
contributi in formato pdf, che devono quindi essere
"camera-ready". Tuttavia è preferibile caricare nella repository anche
i sorgenti, inviandoli agli editor. Se il sorgente è fatto di più
file, questi devono essere contenuti in un tarball o in uno zip; si
raccomanda di inserire nella distribuzione solo i file necessari e
specifici del contributo, non template o esempi.
build.sh 0 → 100644
#!/bin/sh -x
dn=$(dirname $0)
if [ "${dn}" = "." ]; then
echo "Run the build in a subdirectory or in an out-of-source directory"
exit 1
fi
topdir=$(readlink -f ${dn})
builddir=$(readlink -f .)
papersdir=${builddir}/papers
latex_templates=${topdir}/instructions/LaTeXTemplates.zip
die() {
echo >&2 "$1"
exit 1
}
build_from_source() {
local project project_dir main_tex_file other_files bib_file ok
project_dir="$1"
project=$(echo ${project_dir} | tr '/' '_')
main_tex_file="$2"
[ -f "${topdir}/contributions/${project_dir}/${main_tex_file}" ] || die "invalid call to build_from_source()"
shift; shift;
other_files="$@"
if [ ! -d ${project_dir} ]; then
mkdir -p ${project_dir}
cd ${project_dir}
cp ${topdir}/contributions/${project_dir}/${main_tex_file} ./${project}.tex \
&& for f in ${other_files}; do \
cp -a ${topdir}/contributions/${project_dir}/${f} .; done \
&& unzip ${latex_templates} \
&& pdflatex ${project} \
&& if grep bibdata ${project}.aux; then
unzip -j BibTeX/iopart-num.zip iopart-num/iopart-num.bst
bibtex ${project}
pdflatex ${project}
fi \
&& pdflatex ${project} \
&& ln -sf ${builddir}/${project_dir}/${project}.pdf ${papersdir}
cd -
fi
}
link_pdf() {
local project project_dir pdf_file
project_dir="$1"
project=$(echo ${project_dir} | tr '/' '_')
pdf_file="$2"
[ -f "${topdir}/contributions/${project_dir}/${pdf_file}" ] || die "invalid call to link_pdf()"
ln -s "${topdir}/contributions/${project_dir}/${pdf_file}" ${papersdir}/${project}.pdf
}
if [ ! -d ${papersdir} ]; then
mkdir -p ${papersdir}
fi
cd ${builddir}
# prepare cover
#link_pdf cover cover.pdf
#link_pdf experiment experiment.pdf
#link_pdf datacenter datacenter.pdf
#link_pdf research research.pdf
#link_pdf transfer transfer.pdf
#link_pdf additional additional.pdf
#build_from_source user-support user_support.tex *.png
#build_from_source ams ams.tex AMS_nuovo.pdf contributors.pdf He-MC.pdf He-MC.tiff input_output.jpg production_jobs.jpg
#build_from_source alice alice.tex *.png *.eps
#build_from_source atlas atlas.tex
#build_from_source borexino borexino.tex
#build_from_source cms report-cms-feb-2018.tex cms-jobs.eps tier-1-sr-2017.eps
#build_from_source cosa cosa.tex biblio.bib beegfs.PNG
#build_from_source cnprov cnprov.tex
#build_from_source cta cta.tex *.eps
#build_from_source cuore cnaf_cuore.tex cnaf_cuore.bib
#build_from_source cupid cupid.tex cupid.bib
#link_pdf dampe dampe.pdf
#link_pdf darkside ds.pdf
#build_from_source eee eee.tex EEEarch.eps EEEmonitor.eps EEEtracks.png ELOGquery.png request.png
#build_from_source exanest exanest.tex biblio.bib monitoring.PNG storage.png
#build_from_source famu famu.tex fig1.eps fig2.eps
#build_from_source fazia fazia.tex
#build_from_source gerda gerda.tex *.pdf
#build_from_source glast glast.tex
#link_pdf juno juno.pdf
#build_from_source km3net km3net.tex compmodel.png threetier.png
#build_from_source lhcb lhcb.tex *.jpg
#build_from_source lhcf lhcf.tex
#build_from_source limadou limadou.tex
#build_from_source lowcostdev lowcostdev.tex *.jpg
#build_from_source lspe lspe.tex biblio.bib lspe_data_path.pdf
#build_from_source mw-esaco mw-esaco.tex *.png
#build_from_source mw-kube mw-kube.tex
#build_from_source mw-cdmi-storm mw-cdmi-storm.tex *.png *.jpeg
#build_from_source mw-software mw-software.tex
#build_from_source mw-iam mw-iam.tex
#build_from_source na62 na62.tex
#link_pdf padme padme.pdf
#build_from_source xenon xenon.tex xenon-computing-model.pdf
#build_from_source sysinfo sysinfo.tex pres_rundeck.png deploy_grafana.png
#link_pdf virgo VirgoComputing.pdf
#build_from_source tier1 tier1.tex
#build_from_source flood theflood.tex *.png
#build_from_source farming farming.tex
#build_from_source dynfarm dynfarm.tex
#build_from_source storage storage.tex *.png Huawei_rack.JPG
#build_from_source seagate seagate.tex biblio.bib *.png *.jpg
#build_from_source dataclient dataclient.tex
#build_from_source ltpd ltpd.tex *.png
#build_from_source net net.tex *.png
#build_from_source ssnn1 ssnn.tex *.jpg
#build_from_source ssnn2 vmware.tex *.JPG *.jpg
#build_from_source infra Chiller.tex chiller-location.png
#build_from_source cloud_cnaf cloud_cnaf.tex *.png
#build_from_source srp SoftRel.tex ar2017.bib
#build_from_source st StatMet.tex sm2017.bib
#build_from_source cloud_a cloud_a.tex *.pdf
#build_from_source cloud_b cloud_b.tex *.png *.jpg
#build_from_source cloud_c cloud_c.tex *.png *.pdf
#build_from_source cloud_d cloud_d.tex *.png
#build_from_source pett pett.tex bibliopett.bib
#build_from_source iso iso.tex 27001.png biblioiso.bib
pdflatex ${topdir}/cnaf-annual-report-2018.tex \
&& pdflatex ${topdir}/cnaf-annual-report-2018.tex 2> /dev/null \
&& pdflatex ${topdir}/cnaf-annual-report-2018.tex 2> /dev/null
\documentclass[twoside]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian, english]{babel}
\usepackage[a4paper, width=455.24408pt, height=654.41338pt, top=1.58in, centering]{geometry} % match the jpconf style
\usepackage{pdfpages}
\usepackage{lipsum}
\usepackage{emptypage} % so that empty pages don't have headings and footers
\usepackage{fancyhdr}
\usepackage{tocloft}
\usepackage{titlesec}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{footnote} % to manage footnotes inside a tabular
\usepackage[hidelinks]{hyperref} % this package should come last; toc entries are hypertext links
\renewcommand{\cftpartfont}{\hfil\Large\bfseries}
\renewcommand{\cftpartafterpnum}{\hfil}
\cftpagenumbersoff{part}
\renewcommand{\cftchapleader}{\cftdotfill{\cftdotsep}}
\begin{document}
%\title{\textbf{INFN-CNAF\\
%Annual Report 2018}}
%\date{}
%\author{}
%\maketitle
\includepdf[pages=1, pagecommand={\thispagestyle{empty}}]{papers/cover.pdf}
\newpage
\thispagestyle{empty}
~
\vfill
\subsubsection*{INFN-CNAF Annual Report 2018}
\textit{www.cnaf.infn.it/annual-report}\\
ISSN 2283-5490 (online)
\subsubsection*{Editors}
Lucia Morganti\\
Federico Fornari\\
Alessandro Costantini\\
Luca dell'Agnello
\subsubsection*{Cover Design}
Francesca Cuicchio
\subsubsection*{Address}
INFN CNAF\\
Viale Berti Pichat, 6/2\\
I-40127 Bologna\\
Tel. +39 051 209 5475, Fax +39 051 209 5477\\
\textit{www.cnaf.infn.it}
\cleardoublepage % force a right-side page
\frontmatter
\pagestyle{fancy}
\fancyhf{} % clear headers and footers
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhf[HLE,HRO]{\thepage}
\fancyhf[HLO,HRE]{\leftmark}
\tableofcontents
\cleardoublepage % force a right-side page
\mainmatter
\phantomsection
\addcontentsline{toc}{chapter}{Introduction}
\markboth{\MakeUppercase{Introduction}}{\MakeUppercase{Introduction}}
\chapter*{Introduction}
\thispagestyle{plain}
Introducing the sixth annual report of CNAF...
\begin{flushright}
\parbox{0.7\textwidth}{
\begin{center}
\textit{Gaetano Maron}
\\\textit{CNAF Director}
\end{center}
}
\end{flushright}
% include a part entry in the toc
\newcommand{\ip}[1]{%includepart
\cleardoublepage
\thispagestyle{empty}
\phantomsection
% \addtocontents{toc}{\string\begin{NoHyper}}
\addcontentsline{toc}{part}{#1}
% \addtocontents{toc}{\string\end{NoHyper}}
\addtocontents{toc}{\protect\mbox{}\protect\hrulefill\par}
{\null\hfill\LARGE\textbf{#1}}
\cleardoublepage
}
% for each paper:
% * add a directive to include the paper in the toc
% (\phantomsection makes \addcontentsline work well with hyperref)
% * include the first page with a plain page style
% (=> no heading and footer)
% * set the left marker of the heading
% * include the rest of the paper with the fancy page style
% example usage: \ia{The Trigger and Data Acquisition system of the KM3NeT-Italy detector}{tridas}
\newcommand{\ia}[2]{%includearticle
\phantomsection
\addcontentsline{toc}{chapter}{#1}
\includepdf[pages=1, pagecommand={\thispagestyle{plain}}]{papers/#2}
\markboth{#1}{}
\includepdf[pages=2-, pagecommand={\thispagestyle{fancy}}]{papers/#2}
}
%\addcontentsline{toc}{chapter}{Scientific Exploitation of CNAF ICT Resources}
%\includepdf[pages=1, pagecommand={\thispagestyle{empty}}]{papers/esperiment.pdf}
%\ip{Scientific Exploitation of CNAF ICT Resources}
%\addcontentsline{toc}{chapter}{Scientific Exploitation of CNAF ICT Resources}
\cleardoublepage
\thispagestyle{empty}
\phantomsection
\addcontentsline{toc}{part}{Scientific Exploitation of CNAF ICT Resources}
\addtocontents{toc}{\protect\mbox{}\protect\hrulefill\par}
%\includepdf[pages=1, pagecommand={\thispagestyle{empty}}]{papers/experiment.pdf}
\cleardoublepage
%\ia{The User Support unit at CNAF}{user-support}
%\ia{ALICE computing at the INFN CNAF Tier 1}{alice}
%\ia{AMS-02 data processing and analysis at CNAF}{ams}
%\ia{The ATLAS experiment at the INFN CNAF Tier 1}{atlas}
%\ia{The Borexino-SOX experiment at the INFN CNAF Tier 1}{borexino}
%\ia{The Cherenkov Telescope Array}{cta}
%\ia{The CMS experiment at the INFN CNAF Tier 1}{cms}
%\ia{CSES-Limadou at CNAF}{limadou}
%\ia{CUORE experiment}{cuore}
%\ia{CUPID-0 experiment}{cupid}
%\ia{DAMPE data processing and analysis at CNAF}{dampe}
%\ia{DarkSide-50 experiment at CNAF}{darkside}
%\ia{The EEE Project activity at CNAF}{eee}
%\ia{FAMU: optimizing the conditions to measure the HFS in the $\mu$p-p ground state}{famu}
%\ia{Fazia: running dynamical simulations for heavy ion collisions at Fermi energies}{fazia}
%\ia{The Fermi-LAT experiment}{glast}
%\ia{The GERDA experiment}{gerda}
%\ia{Juno experimenti at CNAF}{juno}
%\ia{The KM3NeT neutrino telescope network and CNAF}{km3net}
%\ia{LHCb Computing at CNAF}{lhcb}
%\ia{The LHCf experiment}{lhcf}
%\ia{The LSPE experiment at INFN CNAF}{lspe}
%\ia{The NA62 experiment at CERN}{na62}
%\ia{The PADME experiment at INFN CNAF}{padme}
%\ia{XENON computing activities}{xenon}
%\ia{Advanced Virgo computing at CNAF}{virgo}
%
% to keep together the next part title with its chapters in the toc
%\addtocontents{toc}{\newpage}
\cleardoublepage
\thispagestyle{empty}
\phantomsection
\addcontentsline{toc}{part}{The Tier 1 and Data center}
\addtocontents{toc}{\protect\mbox{}\protect\hrulefill\par}
%\includepdf[pages=1, pagecommand={\thispagestyle{empty}}]{papers/datacenter.pdf}
%\ia{The INFN Tier 1 data center}{tier1}
%\ia{The computing farm}{farming}
%\ia{Data management and storage systems}{storage}
%\ia{Evaluation of the ClusterStor G200 Storage System}{seagate}
%\ia{Activity of the INFN CNAF Long Term Data Preservation (LTDP) group}{ltpd}
%\ia{The INFN Tier 1: Network}{net}
%\ia{Cooling system upgrade and Power Usage Effectiveness improvement in the INFN CNAF Tier 1 infrastructure}{infra}
%\ia{National ICT Services Infrastructure and Services}{ssnn1}
%\ia{National ICT Services hardware and software infrastructures for Central Services}{ssnn2}
%\ia{The INFN Information System}{sysinfo}
%\ia{CNAF Provisioning system: On the way to Puppet 5}{cnprov}
\cleardoublepage
\thispagestyle{empty}
\phantomsection
\addcontentsline{toc}{part}{Research and Developments}
\addtocontents{toc}{\protect\mbox{}\protect\hrulefill\par}
%\includepdf[pages=1, pagecommand={\thispagestyle{empty}}]{papers/research.pdf}
\cleardoublepage
%\ia{Continuous Integration and Delivery with Kubernetes}{mw-kube}
%\ia{Middleware support, maintenance and development}{mw-software}
%\ia{Evolving the INDIGO IAM service}{mw-iam}
%\ia{Esaco: an OAuth/OIDC token introspection service}{mw-esaco}
%\ia{StoRM Quality of Service and Data Lifecycle support through CDMI}{mw-cdmi-storm}
%\ia{A low-cost platform for space software development}{lowcostdev}
%\ia{Overview of Software Reliability literature}{srp}
%\ia{Summary of a tutorial on statistical methods}{st}
%\ia{Dynfarm: Transition to Production}{dynfarm}
%\ia{Official testing and increased compatibility for Dataclient}{dataclient}
%\ia{INDIGO-DataCloud: Overview, Results, Impact}{cloud_d}
%\ia{INDIGO-DataCloud: Software Lifecycle Management embracing DevOps philosophy}{cloud_a}
%\ia{EOSCpilot and interoperability aspects}{cloud_b}
%\ia{Cloud@CNAF - Enabling the INDIGO-DataCloud PaaS Orchestration Layer}{cloud_c}
\cleardoublepage
\thispagestyle{empty}
\phantomsection
\addcontentsline{toc}{part}{Technology transfer and other projects}
\addtocontents{toc}{\protect\mbox{}\protect\hrulefill\par}
%\includepdf[pages=1, pagecommand={\thispagestyle{empty}}]{papers/transfer.pdf}
\cleardoublepage
%\ia{External projects and Technology transfer}{pett}
%\ia{The ISO 27001 Certification}{iso}
%\ia{COmputing on SoC Architectures: the COSA project at CNAF}{cosa}
%\ia{The ExaNeSt project - activities at CNAF}{exanest}
\cleardoublepage
\thispagestyle{empty}
\phantomsection
\addcontentsline{toc}{part}{Additional information}
\addtocontents{toc}{\protect\mbox{}\protect\hrulefill\par}
%\includepdf[pages=1, pagecommand={\thispagestyle{empty}}]{papers/additional.pdf}
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Organization}
\markboth{\MakeUppercase{Organization}}{\MakeUppercase{Organization}}
\chapter*{Organization}
\thispagestyle{plain}
\vspace*{1cm}
\subsection*{Director}
\begin{tabular}{ l }
Gaetano Maron
\end{tabular}
\subsection*{Scientific Advisory Panel}
\begin{tabular}{ l l p{7cm} }
\textit{Chairperson} & Michael Ernst & \textit{\small Brookhaven National Laboratory, USA} \\
& Gian Paolo Carlino & \textit{\small INFN -- Sezione di Napoli, Italy} \\
& Patrick Fuhrmann & \textit{\small Deutsches Elektronen-Synchrotron, Germany} \\
& Josè Hernandez & \textit{\small Centro de Investigaciones Energéticas, Medioambientales y Tecnológicas, Spain} \\
& Donatella Lucchesi & \textit{\small Università di Padova, Italy} \\
& Vincenzo Vagnoni & \textit{\small INFN -- Sezione di Bologna, Italy} \\
& Pierre-Etienne Macchi & \textit{\small IN2P3/CNRS, France}
\end{tabular}
% open local environment where the format of section and subsection
% is modified
{
% see titlesec documentation
%\titleformat{ command }[ shape ]{ format }{ label }{ sep }{ before-code }[ after-code ]
\titleformat{\section}{\large\bfseries\center}{}{}{}[\titlerule]
\titleformat{\subsection}{}{}{}{{\bfseries Head:} }
%\titlespacing*{ command }{ left }{ before-sep }{ after-sep }[ right-sep ]
%\titlespacing*{\section}{0pt}{3.5ex plus 1ex minus .2ex}{2.3ex plus .2ex}
% NB use the * versions of section and subsection otherwise they end up in the toc
\section*{Data Center -- Tier 1}
\subsection*{L. dell'Agnello}
\begin{savenotes} % to manage correctly footnotes inside tabular
\begin{tabular}{ p{0.18\textwidth} p{0.18\textwidth} p{0.18\textwidth} p{0.18\textwidth} p{0.18\textwidth} }
\textbf{Farming} & \textbf{Storage} & \textbf{Networking} & \textbf{Infrastructure} & \textbf{User Support}
\\[.1cm]\underline{A. Chierici} & \underline{V. Sapunenko} & \underline{S. Zani} & \underline{M. Onofri} & \underline{D. Cesini}
\\S. Dal Pra & A. Cavalli & L. Chiarelli\footnote{GARR employee relocated at CNAF} & M. Donatelli & E. Corni
\\A. Falabella & D. Cesini & D. De Girolamo & A. Mazza & L. Lama
\\S. Virgilio & E. Fattibene & & & M. Tenti
\\ & L. Morganti & & & M. V.P. Soares\footnote{Started September}
\\ & A. Prosperini & & &
\\ & P. Ricci & & &
\\ & & & &
\end{tabular}
\end{savenotes}
\section*{Software Development and Distributed Systems}
\subsection*{D. Salomoni}
\begin{savenotes} % to manage correctly footnotes inside tabular
\begin{tabular}{ p{0.23\textwidth} p{0.23\textwidth} p{0.23\textwidth} p{0.23\textwidth} }
\multicolumn{2}{l}{\textbf{Software Development}} & \multicolumn{2}{l}{\textbf{Distributed Systems}}
\\[.1cm]\underline{F. Giacomini} & M. Caberletti & \underline{C. Duma} & V.Ciaschini
\\A. Ceccanti & E. Ronchieri & A. Costantini & D. Michelotto
\\M. Manzali\footnote{UniFE fellowship, partially funded by CNAF; until May} & N. Terranova\footnote{Started October} &M. Panella & S. Taneja\footnote{Until July}
\\E. Vianello & & &
\end{tabular}
\end{savenotes}
\section*{External Projects and Technology Transfer}
\subsection*{M. C. Vistoli}
\begin{tabular}{ p{0.23\textwidth} p{0.23\textwidth} p{0.23\textwidth} p{0.23\textwidth} }
A. Ferraro
\end{tabular}
\begin{tabular}{ p{0.23\textwidth} p{0.23\textwidth} p{0.23\textwidth} p{0.23\textwidth} }
\textbf{ICT}
\\[.1cm]\underline{B. Martelli}
\end{tabular}
\section*{National ICT Services}
\subsection*{S. Longo}
\begin{tabular}{ p{0.23\textwidth} p{0.23\textwidth} p{0.23\textwidth} p{0.23\textwidth}}
S. Antonelli & M. Pezzi & F. Rosso & G. Zizzi
\end{tabular}
\section*{Information System}
\subsection*{G. Guizzunti}
\begin{savenotes} % to manage correctly footnotes inside tabular
\begin{tabular}{ p{0.23\textwidth} p{0.23\textwidth} p{0.23\textwidth} p{0.23\textwidth} }
S. Bovina & M. Canaparo & E. Capannini & F. Capannini
\\C. Galli & & &
\end{tabular}
\end{savenotes}
\section*{Director Office}
\subsection*{A. Marchesi\footnote{Until May}, E. Amadei}
\section*{Expenditure Centralization Office\protect\footnote{The office is under the INFN Director General.}}
\subsection*{M. Pischedda}
} % close local environment
\cleardoublepage % force a right-side page
\phantomsection
\addcontentsline{toc}{chapter}{Seminars}
\markboth{\MakeUppercase{Seminars}}{\MakeUppercase{Seminars}}
\chapter*{Seminars}
\thispagestyle{plain}
\begin{longtable}{ l p{12cm} }
% Jan. $9^{th}$ & Riccardo Veraldi \\
%& \textbf{Lustre architecture for LCLS@SLAC} \\[.4cm] % leave .4cm of vertical space
\end{longtable}
\end{document}
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment