Skip to content

Commit

Permalink
Merge branch 'main' into cvmfs_outline
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Dec 14, 2023
2 parents ee6cc6d + e4d467a commit 9af929f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
22 changes: 17 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
# documentation: https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: build paper
on: push
name: build tutorial
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: Compile LaTeX document
- name: Compile LaTeX document (EESSI)
uses: xu-cheng/latex-action@f1ca82cbed861b3534e2997dd584944f55b884ed
with:
working_directory: isc24/EESSI/
root_file: main.tex
args: "-output-directory=build -pdf"
latexmk_shell_escape: true
- name: Store produce PDFs
- name: Store produce PDFs (EESSI)
uses: actions/upload-artifact@v2
with:
name: EasyBuild-ISC-tutorial
name: EESSI-ISC24-tutorial
path: isc24/EESSI/build/main.pdf
- name: Compile LaTeX document (CernVM-FS)
uses: xu-cheng/latex-action@f1ca82cbed861b3534e2997dd584944f55b884ed
with:
working_directory: isc24/CernVM-FS
root_file: main.tex
args: "-output-directory=build -pdf"
latexmk_shell_escape: true
- name: Store produce PDFs (CernVM-FS)
uses: actions/upload-artifact@v2
with:
name: CVMFS-ISC24-tutorial
path: isc24/CernVM-FS/build/main.pdf
1 change: 1 addition & 0 deletions isc24/CernVM-FS/bio-jakob.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Jakob Blomer is a staff member in the scientific software group at CERN. He is the original author of the CernVM File System. Jakob received a PhD in computer science from the Technical University of Munich in 2012. Afterwards he was a Marie-Curie fellow at CERN and a visiting scholar at the RAMCloud research group at Stanford University. Besides his work on CernVM-FS, Jakob is leading the R&D on the future event data I/O for experiments at the CERN LHC.
7 changes: 4 additions & 3 deletions isc24/CernVM-FS/cv-jakob.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ \subsection*{Professional Experience}
\item[] 2020--: Leading the R\&D effort on the future event data I/O for experiments at the CERN LHC (CERN)
\item[] 2015--2023: Project leader of the CernVM File System (CERN)
\item[] 06/2014--09/2014: Visiting Scholar in the RAMCloud research group (Stanford University)
\item[] 2012-2014: Fellow (CERN)
\item[] 2012-2014: Marie-Curie Fellow (CERN)
\end{description}

\subsection*{Tools}
Expand Down Expand Up @@ -61,8 +61,6 @@ \subsection*{Selected Publications}

\item[] J. Blomer, \emph{Experiences on File Systems: Which is the best file system for you?}. Computing in High Energy and Nuclear Physics (CHEP), Okinawa, Japan, 2015.

%\item[] J. Blomer, \emph{Keynote: Experiences in using Virtual Machines for High-Throughput Computing at the CERN LHC}. Computing in High Energy and Nuclear Physics (CHEP), Okinawa, Japan, 2015.

\end{itemize}

\paragraph{Journal Articles}
Expand All @@ -79,6 +77,9 @@ \subsection*{Selected Publications}
\item[] J. Blomer, G. Ganis, N. Hardi, R. Popescu, \emph{Delivering LHC software to HPC compute elements with CernVM-FS}.
Lecture Notes in Computer Science, 10524. 2017.

\item[] J. Blomer, P. Buncic, R. Meusel, G. Ganis, I. Sfiligoi, D. Thain, \emph{The Evolution of Global Scale Filesystems for Scientific Software Distribution}.
Computing in Science and Engineering 17(6). 2015.

\item[] P. Buncic, C. Aguado-Sanchez, J. Blomer, A. Harutyunyan, M. Mudrinic,
\emph{A practical approach to virtualization in HEP}.
The European Physical Journal Plus, 126(1). 2011.
Expand Down

0 comments on commit 9af929f

Please sign in to comment.