Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
189
result(s) for
"Held, Alexander"
Sort by:
Rents, refugees, and the populist radical right
2023
The recent successes of populist radical right (PRR) parties have caused major upheavals across European political landscapes. Yet, the roots of their rising popularity continue to be widely debated. We contribute to these debates by advancing a thus far underexplored argument of rising rent burden as key to understanding contemporary PRR vote and nativist attitudes. Rising rents lie at the heart of growing concerns related to housing (un)affordability and (over)burden across Western democracies, directly affecting the economic and social well-being of substantial numbers of citizens. PRR parties, we argue, stand to gain from politicizing such concerns in distinct economic and nativist terms, especially amidst challenges like the European refugee crisis, which provoked an urgent need to house unprecedented inflows of refugees. Drawing on individual-level panel data from Germany, we uncover a strong relationship between rising rents, PRR vote, and hostile attitudes toward refugees. In calling attention to rising rents, our study adds important insights into scholarship on the politics of housing markets not only from the perspective of home ownership and housing assets, but also rents. In so doing, we also refine understandings of the conditions under which economic factors shape PRR support
Journal Article
Building and steering binned template fits with cabinetry
2021
The cabinetry library provides a Python-based solution for building and steering binned template fits. It tightly integrates with the pythonic High Energy Physics ecosystem, and in particular with pyhf for statistical inference. cabinetry uses a declarative approach for building statistical models, with a JSON schema describing possible configuration choices. Model building instructions can additionally be provided via custom code, which is automatically executed when applicable at key steps of the workflow. The library implements interfaces for performing maximum likelihood fitting, upper parameter limit determination, and discovery significance calculation. cabinetry also provides a range of utilities to study and disseminate fit results. These include visualizations of the fit model and data, visualizations of template histograms and fit results, ranking of nuisance parameters by their impact, a goodness-of-fit calculation, and likelihood scans. The library takes a modular approach, allowing users to include some or all of its functionality in their workflow.
Journal Article
The critical importance of software for HEP
by
Bhattacharya, Saptaparna
,
Gardiner, Steven
,
Jouvin, Michel
in
Algorithms
,
Artificial intelligence
,
Astronomy
2025
Particle physics has an ambitious and broad global experimental programme for the coming decades. Large investments in building new facilities are already underway or under consideration. Scaling the present processing power and data storage needs by the foreseen increase in data rates in the next decade for HL-LHC is not sustainable within the current budgets. As a result, a more efficient usage of computing resources is required in order to realise the physics potential of future experiments. Software and computing are an integral part of experimental design, trigger and data acquisition, simulation, reconstruction, and analysis, as well as related theoretical predictions. A significant investment in computing and software is therefore critical. Advances in software and computing, including artificial intelligence (AI) and machine learning (ML), will be key for solving these challenges. Making better use of new processing hardware such as graphical processing units (GPUs) or ARM chips is a growing trend. This forms part of a computing solution that makes efficient use of facilities and contributes to the reduction of the environmental footprint of HEP computing. The HEP community already provided a roadmap for software and computing for the last EPPSU, and this paper updates that, with a focus on the most resource critical parts of our data processing chain.
Journal Article
Physics analysis for the HL-LHC: Concepts and pipelines in practice with the Analysis Grand Challenge
by
Held, Alexander
,
Kauffman, Elliott
,
Shadura, Oksana
in
Data processing
,
Machine learning
,
Pipelines
2024
Realistic environments for prototyping, studying and improving analysis workflows are a crucial element on the way towards user-friendly physics analysis at HL-LHC scale. The IRIS-HEP Analysis Grand Challenge (AGC) provides such an environment. It defines a scalable and modular analysis task that captures relevant workflow aspects, ranging from large-scale data processing and handling of systematic uncertainties to statistical inference and analysis preservation. By being based on publicly available Open Data, the AGC provides a point of contact for the broader community. Multiple different implementations of the analysis task that make use of various pipelines and software stacks already exist. This contribution presents an updated AGC analysis task. It features a machine learning component and expanded analysis complexity, including the handling of an extended and more realistic set of systematic uncertainties. These changes both align the AGC further with analysis needs at the HL-LHC and allow for probing an increased set of functionality. Another focus is the showcase of a reference AGC implementation, which is heavily based on the HEP Python ecosystem and uses modern analysis facilities. The integration of various data delivery strategies is described, resulting in multiple analysis pipelines that are compared to each other.
Journal Article
Machine Learning for Columnar High Energy Physics Analysis
by
Kauffman, Elliott
,
Held, Alexander
,
Shadura, Oksana
in
Decision trees
,
High energy physics
,
Inference
2024
Machine learning (ML) has become an integral component of high energy physics data analyses and is likely to continue to grow in prevalence. Physicists are incorporating ML into many aspects of analysis, from using boosted decision trees to classify particle jets to using unsupervised learning to search for physics beyond the Standard Model. Since ML methods have become so widespread in analysis and these analyses need to be scaled up for HL-LHC data, neatly integrating ML training and inference into scalable analysis workflows will improve the user experience of analysis in the HL-LHC era. We present the integration of ML training and inference into the IRISHEP Analysis Grand Challenge pipeline to provide an example of how this integration can look like in a realistic analysis environment. We also utilize Open Data to ensure the project’s reach to the broader community. Different approaches for performing ML inference at analysis facilities are investigated and compared, including performing inference through external servers. Since ML techniques are applied for many different types of tasks in physics analyses, we showcase options for ML integration that can be applied to various inference needs.
Journal Article
Benchmarking massively-parallel Analysis Grand Challenge workflows using Snakemake and REANA
2025
We have created a Snakemake computational analysis workflow corresponding to the IRIS-HEP Analysis Grand Challenge (AGC) example studying ttbar production channels in the CMS open data. We describe the extensions to the AGC pipeline that allowed porting of the notebook-based analysis to Snakemake. We discuss the applicability of the Snakemake multi-cascading paradigm for running massively-parallel RECAST-compatible physics analysis workflows where the analysis process may run over numerous independent data samples with large number of independent individual data files in a fully concurrent manner. The created Snakemake workflow example was run on the RE- ANA reproducible analysis platform. We describe the improvements brought to the REANA job scheduling, tracking and termination processes for massivelyparallel Snakemake workflows. We present results of several numerical experiments running the same workflow on the Kubernetes cluster with increasing number of identical nodes. We infer on the feasibility of REANA to schedule numerous concurrent jobs from the same Snakemake workflow rule, study the importance of cluster node size from the point of view of the job memory requirements, as well as estimate the overhead of dispatching workload to many cluster nodes. The results demonstrate the applicability of Snakemake for even massively-parallel RECAST-compatible physics analysis workflows.
Journal Article
Building a Columnar Analysis Demonstrator for ATLAS PHYSLITE Open Data using the Python Ecosystem
by
Choi, KyungEon
,
Hartmann, Nikolai
,
Kourlitis, Evangelos
in
Data science
,
Ecosystems
,
Open data
2025
The ATLAS experiment is in the process of developing a columnar analysis demonstrator, which takes advantage of the Python ecosystem of data science tools. This project is inspired by the analysis demonstrator from IRIS-HEP. The demonstrator employs PHYSLITE OpenData from the ATLAS collaboration, the new Run 3 compact ATLAS analysis data format. The tight integration of ROOT features within PHYSLITE presents unique challenges when integrating with the Python analysis ecosystem. The demonstrator is constructed from ATLAS PHYSLITE OpenData, ensuring the accessibility and reproducibility of the analysis. The analysis pipeline of the demonstrator incorporates a comprehensive suite of tools and libraries. These include uproot for data reading, awkward-array for data manipulation, Dask for parallel computing, and hist for histogram processing. For the purpose of statistical analysis, the pipeline integrates cabinetry and pyhf, providing a robust toolkit for analysis. A significant component of this project is the custom application of corrections, scale factors, and systematic errors using ATLAS software. The infrastructure and methodology for these applications will be discussed in detail during the presentation, underscoring the adaptability of the Python ecosystem for high energy physics analysis.
Journal Article
First performance measurements with the Analysis Grand Challenge
2026
The IRIS-HEP Analysis Grand Challenge (AGC) is designed to be a realistic environment for investigating how analysis methods scale to the demands of the HL-LHC. The analysis task is based on publicly available Open Data and allows for comparing the usability and performance of different approaches and implementations. It includes all relevant workflow aspects from data delivery to statistical inference. The reference implementation for the AGC analysis task is heavily based on tools from the HEP Python ecosystem. It makes use of novel pieces of cyberinfrastructure and modern analysis facilities in order to address the data processing challenges of the HL-LHC. This contribution compares multiple different analysis implementations and studies their performance. Differences between the implementations include the use of multiple data delivery mechanisms and caching setups for the analysis facilities under investigation.
Journal Article
Fire Protection Principles and Recommendations in Disturbed Forest Areas in Central Europe: A Review
by
Holuša, Jaroslav
,
Kaczmarowski, Jan
,
Tyburski, Łukasz
in
Bark
,
bark beetles
,
Central European region
2023
Forest fires are becoming a more significant problem in Central Europe, but their danger is not as high as that in Southern Europe. The exception, however, is forest fires occurring in disturbed areas (windthrow and bark beetle outbreak areas), which are comparable in severity and danger to the most serious forest fires. In this study, we describe the current situation in Central European countries in terms of fire protection for disturbed areas in managed forests and forest stands left to spontaneously develop (secondary succession). If a country has regulations and strategies in this area, they are often only published in the local language. In this review, we combine information from all Central European countries and summarize it in a unified international language, provide an opportunity for local authorities to express their own experiences, and integrate data from worldwide scientific research. Thus, this paper may be considered a universal guide for managing fire protection and preparedness in disturbed areas and can serve as a reference for the establishment of strict legislative rules at the state level. These laws must be obligatory for all stakeholders in individual countries. The motivation for this study was two large forest fires in an area left to spontaneously develop in the Bohemian Switzerland National Park in the Czech Republic and Harz Mountains in Germany in the summer of 2022. These incidents revealed that fire prevention legislation was inadequate or nonexistent in these areas. The strategy of the European Union is to increase the size of protected areas and spontaneous development areas. Therefore, we consider it necessary to provide governments with relevant information on this topic to create conditions for better management of these destructive events.
Journal Article
Operating the 200 Gbps IRIS-HEP Demonstrator for ATLAS
by
Golnaraghi, Farnaz
,
Rind, Ofer
,
Vukotic, Ilija
in
Communications traffic
,
Configuration management
,
Data science
2025
The ATLAS experiment is currently developing columnar analysis frameworks which leverage the Python data science ecosystem. We describe the construction and operation of the infrastructure necessary to support demonstrations of these frameworks, with a focus on those from IRIS-HEP. One such demonstrator aims to process the compact ATLAS data format PHYSLITE at rates exceeding 200 Gbps. Various access configurations and setups on different sites are explored, including direct access to a dCache storage system via Xrootd, the use of ServiceX, and the use of multiple XCache servers equipped with NVMe storage devices. Integral to this study was the analysis of network traffic and bottlenecks, worker node scheduling and disk configurations, and the performance of an S3 object store. The system’s overall performance was measured as the number of processing cores scaled to over 2,000 and the volume of data accessed in an interactive session approached 200 TB. The presentation will delve into the operational details and findings related to the physical infrastructure that underpins these demonstrators.
Journal Article