Skip to content

Commit

Permalink
Merge branch 'master' into delphi-enhance-terms
Browse files Browse the repository at this point in the history
  • Loading branch information
schwicke authored Jul 24, 2024
2 parents 24f40cd + baa5de0 commit 1530242
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
# Use Invenio's alma image with Python-3.9
FROM registry.cern.ch/inveniosoftware/almalinux:1

# Use XRootD 5.6.9
ENV XROOTD_VERSION=5.6.9
# Use XRootD 5.7.0
ENV XROOTD_VERSION=5.7.0

# Install CERN Open Data Portal web node pre-requisites
# hadolint ignore=DL3033
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Today’s release builds upon previous open data releases for educational use (i

The ATLAS open data website also serves as a hub for the community, which includes teachers, students, enthusiasts and, now, scientists. Anyone diving into the open data can also directly engage with ATLAS physicists, who are available to respond to user feedback and take suggestions.

This release marks the start of more to come, with ATLAS’ first release of lead-lead-nuclei collision data data up next. The ATLAS Collaboration, along with the other main LHC experiment collaborations, has [committed](https://home.cern/news/press-release/knowledge-sharing/cern-announces-new-open-data-policy-support-open-science) to making all of its data publicly accessible after a certain time. Openness is deeply ingrained in the culture of high-energy physics, enabling greater accessibility, reproducibility and better science.
This release marks the start of more to come, with ATLAS’ first release of lead-lead-nuclei collision data up next. The ATLAS Collaboration, along with the other main LHC experiment collaborations, has [committed](https://home.cern/news/press-release/knowledge-sharing/cern-announces-new-open-data-policy-support-open-science) to making all of its data publicly accessible after a certain time. Openness is deeply ingrained in the culture of high-energy physics, enabling greater accessibility, reproducibility and better science.

Begin your journey with [ATLAS open data](https://opendata.atlas.cern/docs/userpath/quickstart) by following the tutorial below.

Expand Down
2 changes: 1 addition & 1 deletion requirements-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ wtforms==2.3.3
# via
# flask-wtf
# invenio-files-rest
xrootd==5.6.9
xrootd==5.7.0
# via
# cernopendata (setup.py)
# xrootdpyfs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
# Pin Celery due to worker runtime issues
"celery==5.2.7",
# Pin XRootD consistently with Dockerfile
"xrootd==5.6.9",
"xrootd==5.7.0",
# Pin Flask/gevent/greenlet/raven to make master work again
"Flask==2.2.5",
"Flask-Alembic==2.0.1",
Expand Down

0 comments on commit 1530242

Please sign in to comment.