共找到 20 条结果
The detection of low surface brightness galaxies beyond the Local Group poses significant observational challenges, yet these faint systems are fundamental to our understanding of dark matter, hierarchical galaxy formation, and cosmic structure. Their abundance and distribution provide crucial tests for cosmological models, particularly regarding the small-scale predictions of $Λ$CDM. We present a systematic detection framework for dwarf galaxy candidates in Ultraviolet Near Infrared Optical Northern Survey (UNIONS) data covering 4,861 deg$^{2}$. Our pipeline preprocesses UNIONS gri-band data through binning, artifact removal, and stellar masking, then employs MTObjects (MTO) for low surface brightness detection. After parameter cuts and cross-matching, we obtain $\sim$360 candidates per deg$^{2}$, totaling $\sim$1.5 million candidates forming our GOBLIN (Galaxies OBserved as Low-luminosity Identified Nebulae) catalog. We fine-tuned the deep learning model Zoobot, pre-trained on Galaxy Zoo labels, for classification. Training data came from visual inspection of literature candidates with probability labels from expert assessments, capturing consensus and uncertainty. Applied to all
It is of broad interest for galaxy formation theory to carry out a full inventory of the numbers and properties of dwarf galaxies in the Local Volume, both satellites and isolated ones. Ultra-deep imaging in wide areas of the sky with small amateur telescopes can help to complete the census of these hitherto unknown low surface brightness galaxies, which cannot be detected by the current resolved stellar population and HI surveys. We report the discovery of Donatiello I, a dwarf spheroidal galaxy located one degree from the star Mirach (Beta And) in a deep image taken with an amateur telescope. The color--magnitude diagram obtained from follow-up observations obtained with the Gran Telescopio Canarias (La Palma, Spain) reveals that this system is beyond the Local Group and is mainly composed of old stars. The absence of young stars and HI emission in the ALFALFA survey are typical of quenched dwarf galaxies. Our photometry suggests a distance modulus for this galaxy of (m-M)=27.6 +/- 0.2 (3.3 Mpc), although this distance cannot yet be established securely owing to the crowding effects in our color--magnitude diagram. At this distance, Donatiello I's absolute magnitude (M_v =-8.3),
Gringotts Wizarding Bank is well known as the only financial institution in all of the Wizarding UK as documented in the works recounting the heroics of Harry Potter. The concentration of power and wealth in this single bank needs to be weighed against the financial stability of the entire Wizarding economy. This study will consider the impact to financial risk of breaking up Gringotts Wizarding Bank into five component pieces, along the lines of the Glass-Steagall Act in the United States. The emphasis of this work is to calibrate and simulate a model of the banking and financial systems within Wizarding UK under varying stress test scenarios simulating rumors of Lord Voldemort's return or the release of magical creatures into an unsuspecting muggle populace. We conclude by comparing the economic fallout from financial crises under the two systems: (i) Gringotts Wizarding Bank as a monopoly and (ii) the split-up financial system. We do this comparison on the level of minimal system-wide capital injections that would be needed to prevent the financial crisis from surpassing the damage caused by Lord Voldemort.
This Letter reports on measurements of dijet transverse momentum ($p_\mathrm{T}$) imbalance and azimuthal acoplanarity in proton-proton collisions at $\sqrt{s} = 200$~GeV, using data recorded by the sPHENIX detector at the Relativistic Heavy Ion Collider corresponding to an integrated luminosity of $41$~pb$^{-1}$. Jets are reconstructed using the anti-$k_t$ algorithm with radius parameters $R = 0.3$ to $0.8$ from electromagnetic and hadronic calorimeter energy deposits. The jet $p_\mathrm{T}$ resolution is determined directly in data using two independent methods. The dijet $p_\mathrm{T}$ imbalance is characterized by the ratio $x_\mathrm{J} = p_\mathrm{T,2}/p_\mathrm{T,1}$ where $p_\mathrm{T,1(2)}$ is the highest (second-highest) jet $p_\mathrm{T}$ in the event. The dijet azimuthal acoplanarity $Δφ= |φ_1 - φ_2|$ is also reported. Results are reported for different $p_\mathrm{T,1}$ selections and jet radius parameters, normalized per dijet pair, and compared to the results of \textsc{Pythia} and \textsc{Herwig} Monte Carlo event generators. These measurements provide a stringent quantitative test of the modeling of QCD parton shower and hadronization dynamics, place important const
Understanding the structural characteristics and connectivity patterns of large-scale software ecosystems is critical for enhancing software reuse, improving ecosystem resilience, and mitigating security risks. In this paper, we investigate the Maven Central ecosystem, one of the largest repositories of Java libraries, by applying network science techniques to its dependency graph. Leveraging the Goblin framework, we extracted a sample consisting of the top 5,000 highly connected artifacts based on their degree centrality and then performed breadth-first search (BFS) expansion from each selected artifact as a seed node, traversing the graph outward to capture all libraries and releases reachable those seed nodes. This sampling strategy captured the immediate structural context surrounding these libraries resulted in a curated graph comprising of 1.3 million nodes and 20.9 million edges. We conducted a comprehensive analysis of this graph, computing degree distributions, betweenness centrality, PageRank centrality, and connected components graph-theoretic metrics. Our results reveal that Maven Central exhibits a highly interconnected, scale-free, and small-world topology, characteri
As modern software development increasingly relies on reusable libraries and components, managing dependencies has become critical for ensuring software stability and security. However, challenges such as outdated dependencies, missed releases, and the complexity of interdependent libraries can significantly impact project maintenance. In this paper, we present a quantitative analysis of the Neo4j dataset using the Goblin framework to uncover patterns of freshness in projects with different numbers of dependencies. Our analysis reveals that releases with fewer dependencies have a higher number of missed releases. Additionally, our study shows that the dependencies in the latest releases have positive freshness scores, indicating better software management efficacy. These results can encourage better management practices and contribute to the overall health of software ecosystems.
Log4j has become a widely adopted logging library for Java programs due to its long history and high reliability. Its widespread use is notable not only because of its maturity but also due to the complexity and depth of its features, which have made it an essential tool for many developers. However, Log4j 1.x, which reached its end of support (deprecated), poses significant security risks and has numerous deprecated features that can be exploited by attackers. Despite this, some clients may still rely on this library. We aim to understand whether clients are still using Log4j 1.x despite its official support ending. We utilized the Mining Software Repositories 2025 challenge dataset, which provides a large and representative sample of open-source software projects. We analyzed over 10,000 log entries from the Mining Software Repositories 2025 challenge dataset using the Goblin framework to identify trends in usage rates for both Log4j 1.x and Log4j-core 2.x. Specifically, our study addressed two key issues: (1) We examined the usage rates and trends for these two libraries, highlighting any notable differences or patterns in their adoption. (2) We demonstrate that projects initiat
Software Bills of Materials (SBOMs) are essential to ensure the transparency and integrity of the software supply chain. There is a growing body of work that investigates the accuracy of SBOM generation tools and the challenges for producing complete SBOMs. Yet, there is little knowledge about how developers distribute SBOMs. In this work, we mine SBOMs from Maven Central to assess the extent to which developers publish SBOMs along with the artifacts. We develop our work on top of the Goblin framework, which consists of a Maven Central dependency graph and a Weaver that allows augmenting the dependency graph with additional data. For this study, we select a sample of 10% of release nodes from the Maven Central dependency graph and collected 14,071 SBOMs from 7,290 package releases. We then augment the Maven Central dependency graph with the collected SBOMs. We present our methodology to mine SBOMs, as well as novel insights about SBOM publication. Our dataset is the first set of SBOMs collected from a package registry. We make it available as a standalone dataset, which can be used for future research about SBOMs and package distribution.
Vulnerabilities in software libraries and reusable components cause major security challenges, particularly in dependency-heavy ecosystems such as Maven. This paper presents a large-scale analysis of vulnerabilities in the Maven ecosystem using the Goblin framework. Our analysis focuses on the aspects and implications of vulnerability types, documentation delays, and resolution timelines. We identify 77,393 vulnerable releases with 226 unique CWEs. On average, vulnerabilities take nearly half a decade to be documented and 4.4 years to be resolved, with some remaining unresolved for even over a decade. The delays in documenting and fixing vulnerabilities incur security risks for the library users emphasizing the need for more careful and efficient vulnerability management in the Maven ecosystem.
Regular dependency updates protect dependent software components from upstream bugs, security vulnerabilities, and poor code quality. Measures of dependency updates across software ecosystems involve two key dimensions: the time span during which a release is being newly adopted (adoption lifespan) and the extent of adoption across the ecosystem (adoption reach). We examine correlations between adoption patterns in the Maven software ecosystem and two factors: the magnitude of code modifications (extent of modifications affecting the meaning or behavior of the code, henceforth called ``semantic change") in an upstream dependency and the relative maintenance rate of upstream packages. Using the Goblin Weaver framework, we find adoption latency in the Maven ecosystem follows a log-normal distribution while adoption reach exhibits an exponential decay distribution.
The pseudorapidity distribution of charged hadrons produced in Au+Au collisions at a center-of-mass energy of $\sqrt{s_\mathrm{NN}} = 200$ GeV is measured using data collected by the sPHENIX detector. Charged hadron yields are extracted by counting cluster pairs in the inner and outer layers of the Intermediate Silicon Tracker, with corrections applied for detector acceptance, reconstruction efficiency, combinatorial pairs, and contributions from secondary decays. The measured distributions cover $|η| < 1.1$ across various centralities, and the average pseudorapidity density of charged hadrons at mid-rapidity is compared to predictions from Monte Carlo heavy-ion event generators. This result, featuring full azimuthal coverage at mid-rapidity, is consistent with previous experimental measurements at the Relativistic Heavy Ion Collider, thereby supporting the broader sPHENIX physics program.
This study investigates the software vulnerability resolution time in the Maven ecosystem, focusing on the influence of CVE severity, library popularity as measured by the number of dependents, and version release frequency. The results suggest that critical vulnerabilities are addressed slightly faster compared to lower-severity ones. Library popularity shows a positive impact on resolution times, while frequent version updates are associated with faster vulnerability fixes. These statistically significant findings are based on a thorough evaluation of over 14 million versions from 658,078 libraries using the dependency graph database of Goblin framework. These results emphasize the need for proactive maintenance strategies to improve vulnerability management in open-source ecosystems.
Software ecosystems rely on centralized package registries, such as Maven, to enable code reuse and collaboration. However, the interconnected nature of these ecosystems amplifies the risks posed by security vulnerabilities in direct and transitive dependencies. While numerous studies have examined vulnerabilities in Maven and other ecosystems, there remains a gap in understanding the behavior of vulnerabilities across parent and dependent packages, and the response times of maintainers in addressing vulnerabilities. This study analyzes the lifecycle of 3,362 CVEs in Maven to uncover patterns in vulnerability mitigation and identify factors influencing at-risk packages. We conducted a comprehensive study integrating temporal analyses of CVE lifecycles, correlation analyses of GitHub repository metrics, and assessments of library maintainers' response times to patch vulnerabilities, utilizing a package dependency graph for Maven. A key finding reveals a trend in "Publish-Before-Patch" scenarios: maintainers prioritize patching severe vulnerabilities more quickly after public disclosure, reducing response time by 48.3% from low (151 days) to critical severity (78 days). Additionally,
The International Axion Observatory (IAXO) is a next-generation axion helioscope designed to search for solar axions with unprecedented sensitivity. IAXO holds a unique position in the global landscape of axion searches, as it will probe a region of the axion parameter space inaccessible to any other experiment. In particular, it will explore QCD axion models in the mass range from meV to eV, covering scenarios motivated by astrophysical observations and potentially extending to axion dark matter models. Several studies in recent years have demonstrated that IAXO has the potential to probe a wide range of new physics beyond solar axions, including dark photons, chameleons, gravitational waves, and axions from nearby supernovae. IAXO will build upon the two-decade experience gained with CAST, the detailed studies for BabyIAXO, which is currently under construction, as well as new technologies. If, in contrast to expectations, solar axion searches with IAXO ``only'' result in limits on new physics in presently uncharted parameter territory, these exclusions would be very robust and provide significant constraints on models, as they would not depend on untestable cosmological assumpti
This paper reports measurements of the transverse energy per unit pseudorapidity ($dE_{T}/dη$) produced in Au+Au collisions at $\sqrt{s_{NN}} = 200$ GeV, performed with the sPHENIX detector at the Relativistic Heavy Ion Collider (RHIC). The results cover the pseudorapidity range $\left|η\right| < 1.1$ and constitute the first such measurement performed using a hadronic calorimeter at RHIC. Measurements of $dE_{T}/dη$ are presented for a range of centrality intervals and the average $dE_{T}/dη$ as a function of the number of participating nucleons, $N_{\mathrm{part}}$, is compared to a variety of Monte Carlo heavy-ion event generators. The results are in agreement with previous measurements at RHIC, and feature an improved granularity in $η$ and improved precision in low-$N_{\mathrm{part}}$ events.
Enterprises often maintain multiple databases for storing critical business data in siloed systems, resulting in inefficiencies and challenges with data interoperability. A key to overcoming these challenges lies in integrating disparate data sources, enabling businesses to unlock the full potential of their data. Our work presents a novel approach for integrating multiple databases using knowledge graphs, focusing on the application of large language models as semantic agents for mapping and connecting structured data across systems by leveraging existing vocabularies. The proposed methodology introduces a semantic layer above tables in relational databases, utilizing a system comprising multiple LLM agents that map tables and columns to Schema.org terms. Our approach achieves a mapping accuracy of over 90% in multiple domains.
The rapid expansion of e-commerce platforms generates vast amounts of unstructured product data, creating significant challenges for information retrieval, recommendation systems, and data analytics. Knowledge Graphs (KGs) offer a structured, interpretable format to organize such data, yet constructing product-specific KGs remains a complex and manual process. This paper introduces a fully automated, AI agent-driven framework for constructing product knowledge graphs directly from unstructured product descriptions. Leveraging Large Language Models (LLMs), our method operates in three stages using dedicated agents: ontology creation and expansion, ontology refinement, and knowledge graph population. This agent-based approach ensures semantic coherence, scalability, and high-quality output without relying on predefined schemas or handcrafted extraction rules. We evaluate the system on a real-world dataset of air conditioner product descriptions, demonstrating strong performance in both ontology generation and KG population. The framework achieves over 97\% property coverage and minimal redundancy, validating its effectiveness and practical applicability. Our work highlights the poten
The spatial resolution of the Micromegas prototype developed for the BabyIAXO experiment was evaluated using a low-energy X-ray beam at the SOLEIL synchrotron facility. BabyIAXO, currently under construction, aims to search for hypothetical solar axions. A key component of the experiment is a low-background X-ray detector with high efficiency in the 1-10 keV energy range and stringent background rejection capabilities. Achieving a spatial resolution on the order of, or better than, 1 mm is critical for accurately reconstructing signal shapes and positions, and for effectively discriminating between signal and background events. Therefore, a precise characterization of the detector's spatial resolution is essential to validate its suitability for the experiment. This study involved scanning the IAXO-D1 Micromegas detector under various beam energies, positions, and drift field configurations to evaluate their influence on spatial resolution. A resolution of approximately 100 $μ$m at 6 keV was achieved, confirming the strong potential of this technology for application in the final BabyIAXO setup.
In this paper we present measurements performed with a Micromegas X-ray detector setup. The detector is a prototype in the context of the BabyIAXO helioscope, which is under construction to search for an emission of the hypothetical axion particle from the sun. An important component of such a helioscope is a low background X-ray detector with a high efficiency in the 1-10 keV energy range. The goal of the measurement was to study techniques for background discrimination. In addition to common techniques we used a multi-layer veto system designed to tag cosmogenic neutron background. Over an effective time of 52 days, a background level of $8.6 \times 10^{-7}\,\text{counts keV}^{-1}\,\text{cm}^{-2} \, \text{s}^{-1}$ was reached in a laboratory at above ground level. This is the lowest background level achieved at surface level. In this paper we present the experimental setup, show simulations of the neutron-induced background, and demonstrate the process to identify background signals in the data. Finally, prospects to reach lower background levels down to $10^{-7} \, \text{counts keV}^{-1} \, \text{cm}^{-2} \, \text{s}^{-1}$ will be discussed.
BabyIAXO is the intermediate stage of the International Axion Observatory (IAXO) to be hosted at DESY. Its primary goal is the detection of solar axions following the axion helioscope technique. Axions are converted into photons in a large magnet that is pointing to the sun. The resulting X-rays are focused by appropriate X-ray optics and detected by sensitive low-background detectors placed at the focal spot. The aim of this article is to provide an accurate quantitative description of the different components (such as the magnet, optics, and X-ray detectors) involved in the detection of axions. Our efforts have focused on developing robust and integrated software tools to model these helioscope components, enabling future assessments of modifications or upgrades to any part of the IAXO axion helioscope and evaluating the potential impact on the experiment's sensitivity. In this manuscript, we demonstrate the application of these tools by presenting a precise signal calculation and response analysis of BabyIAXO's sensitivity to the axion-photon coupling. Though focusing on the Primakoff solar flux component, our virtual helioscope model can be used to test different production mec