Why Publicly Funded Scientfc Data Should be Accessible in the Public Domain - Without Barriers or Paywalls and how it's Possible.
Abstract
Scientific data has historically been mediated by institutional control, technical barriers, and paywalls, despite being funded largely through public taxation. In fields such as planetary defense, where near-Earth object (NEO) information directly concerns global safety, these barriers carry ethical as well as practical costs. This paper argues that publicly funded scientific data should be free, verifiable, and accessible without downloads, installations, coding knowledge, or registration requirements. Drawing on the FAIR data principles, public-access research policy, and the literature on reproducibility, it examines the historical exclusivity of scientific information, the obligations attached to public funding, and the practical case for browser-native tools. Astrophyzix, an automated near-Earth-object reporting platform, is presented as an illustrative case study of these principles in practice, with a disclosure of the author's role in its development. The paper closes by considering the limitations of this model and outlining principles for future open-science infrastructure.
Keywords: open science; FAIR data principles; reproducibility; planetary defense; near-Earth objects; browser-native tools; public data access
Introduction
For most of modern scientific history, access to data has been mediated by institutions, specialized software, and technical expertise. Even when research is publicly funded, the public often encounters barriers that prevent meaningful engagement with the underlying information. Scientific literacy is therefore constrained not by curiosity but by infrastructure. In planetary defense, this problem is magnified: the public is frequently exposed to sensationalized media coverage of asteroid events while lacking access to the raw, verifiable data that would allow independent assessment.
This paper argues that true public access to scientific data requires not only legal openness but practical usability: the ability for any person, regardless of technical background, to explore scientific information directly through a web browser. Section 2 grounds this claim in the ethics and policy of publicly funded research; Section 3 addresses verifiability and reproducibility; Section 4 examines the practical barriers that browser-native tools remove; Section 5 turns to the specific case of planetary-defense communication; Section 6 presents Astrophyzix as a case study; Section 7 considers the limitations of this model; and Sections 8 and 9 discuss institutional implications and recommendations.
Public Ownership of Publicly Funded Science
The ethical foundation of open science is straightforward: when research is funded by taxpayers, the resulting data should be accessible to those taxpayers. This principle has been formally recognized in science policy. The 2013 U.S. Office of Science and Technology Policy
memorandum, Increasing Access to the Results of Federally Funded Scientific Research, directed federal agencies with substantial research budgets to develop plans ensuring public access to the publications and digital data arising from taxpayer-funded research (Holdren, 2013), a mandate later strengthened by a 2022 OSTP policy requiring immediate, embargo- free access. At the level of data infrastructure, the FAIR principles — that data should be Findable, Accessible, Interoperable, and Reusable — provide a widely endorsed technical framework for what ‘open’ should mean in practice (Wilkinson et al., 2016).
In planetary defense, the stakes attached to this principle are unusually high: information about asteroid trajectories, close approaches, and potential hazards concerns every person on Earth. Restricting access to such data creates an unnecessary divide between institutions and the public, fostering misunderstanding rather than informed judgment. Open access is therefore not merely a convenience but an extension of an already-recognized policy obligation.
Verifiability and Reproducibility
Open data must be more than visible; it must be verifiable. Scientific integrity depends on reproducibility — the ability of independent observers to confirm results using the same inputs and methods. Concerns about the reliability of published research have prompted calls across disciplines for changes to how methods, data, and results are reported and shared (Munafò et al., 2017). Traditional scientific tools often obscure the reproducibility process behind proprietary software, undocumented pipelines, or interfaces that assume specialist knowledge.
Browser-native systems can address part of this problem by allowing users to inspect raw data sources, timestamps, and processing logic directly. When a system retrieves data from a public API, processes it deterministically, and presents the results transparently, reproducibility becomes a property of the design rather than an added feature. Automated reporting pipelines that regenerate their output from source data — the approach taken by Astrophyzix, discussed in Section 6 — illustrate one way this can work in practice: every user draws on the same source data at the time of access, which limits, though does not eliminate, ambiguity about what is being shown.
Removing Technical Barriers: Scientific and Educational Value
Most scientific tools require specialized environments: programming languages, command- line interfaces, library dependencies, or institutional logins. These requirements exclude much of the public regardless of interest or motivation — a system that demands technical expertise is not fully accessible even when the underlying data is nominally open. Browser- native platforms address this by removing technical prerequisites: if a person can open a web browser, they can access the data, with no downloads, installations, coding, or registration required on their end.
This shift has both scientific and educational value. Nielsen (2011) argues that networked, low-friction tools can restructure who is able to participate in scientific inquiry, not only who can read its results. When complex data — orbital mechanics, miss distances, hazard classification — is presented through an intuitive interface, users can explore these concepts without formal training, which supports self-directed learning and gives experts a way to share data with non-experts without sacrificing accuracy. Teachers can incorporate real-time
data into lessons rather than relying solely on static textbook examples, and individuals outside formal education can explore the same material at their own pace. Lowering the barrier to entry in this way expands the audience capable of engaging with, rather than merely consuming, scientific information.
Planetary-Defense Communication and Public Trust
Planetary-defense data is unusually vulnerable to misinformation. Media coverage of asteroid close approaches often exaggerates risk or misapplies scientific terminology, producing public concern disproportionate to the actual hazard. Institutionally, this risk is managed through coordinated bodies such as the International Asteroid Warning Network (IAWN), which links observatories and space agencies worldwide and maintains formal protocols for assessing and communicating near-Earth object threats to governments and the public (Koschny et al., 2024). NASA's Near Earth Object Web Service (NeoWs) makes the underlying data — close- approach dates, velocities, estimated sizes, and hazard classifications — available through a public API sourced from the NASA/JPL asteroid-tracking program (NASA, n.d.).
Browser-native tools sit between these two layers: they can draw on the same authoritative data that institutional networks rely on and present it in a form the public can inspect directly, without needing to interpret a press release or a news segment secondhand. When a system clearly states miss distances, velocities, sizes, and hazard classifications — and explicitly notes when no impact trajectory exists — it offers a degree of clarity that secondary media coverage often lacks, which can reduce speculation and support more accurate public understanding of these events.
Astrophyzix: A Case Study
Astrophyzix is presented here as an illustrative case study rather than an independently evaluated system (see the Author Disclosure below). Beyond the NeoWs feed described in Section 5, the platform combines several public NASA/JPL data services within a single console: confirmed close approaches from the JPL Close-Approach Data (CAD) API, newly discovered and as-yet-unconfirmed candidates from the CNEOS Scout API, officially monitored impact-risk objects from the Sentry system, and orbital elements from the Small- Body Database (SBDB). These are combined into browser-native modules that require no installation, account creation, or coding knowledge to use, and that refresh automatically on a several-minute cycle.
The platform's orbital computations rely on standard, published numerical methods rather than an undocumented internal solver. Its close-approach tracker for asteroid 99942 Apophis, for example, propagates the object's orbit with an adaptive Dormand–Prince 5(4) Runge– Kutta integrator (Dormand & Prince, 1980), perturbed by 26 bodies — the eight major planets, seeded from the Simon et al. (1994) analytical planetary elements; the Earth–Moon system resolved separately via the Brown–Meeus lunar series (Meeus, 1998); and the sixteen most massive main-belt asteroids — together with a Schwarzschild general-relativistic correction and a Yarkovsky thermal-drag term, computed throughout in IEEE-754 double-precision arithmetic and checked against a JPL Horizons solution (Park et al., 2021) as a baseline. A separate 3D orbital-refinement tool allows any object in the SBDB to be looked up and propagated with either a fast two-body Kepler approximation or full gravitational N-body refinement, reporting the refinement's sample count, step count, and run time directly in the interface.
The interface also reports its own internal self-test — for instance, the round-trip error from integrating a known orbit forward and then backward over a five-year span — as a running diagnostic. This kind of built-in, quantified self-check is a genuine verifiability feature, though it is worth being precise about what it establishes: it shows the code is internally consistent with the method it claims to use, not that an outside party has independently audited the result, and the specific figures displayed depend on when the interface is viewed. A similar caveat applies to the platform's proprietary ‘Astrophyzix Risk Index,’ a composite score derived from the underlying orbital and size data: unlike the integrators and ephemerides above, its formula is not, to this author's knowledge, published in a form that would let an outside reviewer reproduce it from the same inputs. A proprietary metric layered on top of open methods and open data does not automatically inherit their verifiability; that requires the metric's construction to be published as well.
The same design pattern extends beyond planetary defense elsewhere on the platform: a restricted N-body simulation of a galaxy merger uses a Leapfrog kick-drift-kick integrator, a standard symplectic method (Yoshida, 1990), and separate modules cover planetary interiors and wave-optics simulation. This suggests the browser-native, published-method approach argued for in this paper is not specific to near-Earth-object tracking, though the present paper's scope and case study remain focused on the planetary-defense application.
Taken together, this design demonstrates one practical route to the principles argued for above: public, taxpayer-funded datasets (Section 2), computed through methods that are themselves published and can be checked (Section 3), via an interface with no technical prerequisites (Section 4), covering a domain — planetary defense — where clear public communication matters (Section 5). It is offered as one working example of the model, not as proof that the model is sufficient on its own; the limitations of drawing general conclusions from a single, self-documented platform are addressed in Section 7.
Limitations and Counterarguments
The argument above is subject to several important limitations.
Sustainability. A browser-native platform still depends on infrastructure — hosting, maintenance, and continued developer attention — that an individual or small team may not be able to guarantee indefinitely. Unlike a funded institutional archive, an independent platform has no obligation or resourcing to persist, which is a genuine disadvantage relative to the institutional systems this paper otherwise critiques.
Upstream dependency. Removing registration and technical barriers for the end user does not eliminate them from the system entirely; it relocates them to the operator, who typically depends on an upstream API (such as NASA's) that may itself require a registered key, be subject to rate limits, or change its terms of access. A browser-native tool is only as reliable, and as open, as the data source it wraps.
Interpretability is not accuracy of understanding. Making raw figures such as miss distance and hazard classification available without technical barriers does not guarantee that a non- expert will interpret them correctly; a tool that displays authoritative numbers without context could, in principle, produce new forms of misunderstanding rather than resolve existing ones. Accessible presentation should be paired with explanatory context, not treated as a substitute for it.
Generalizability. This paper draws its case study from a single platform built by its author, which is a narrow evidentiary base. Broader claims about the effectiveness of browser-native scientific tools — for education, trust, or public understanding — would benefit from independent evaluation, user studies, or comparison across multiple platforms, none of which are presented here.
These limitations do not undermine the underlying argument that publicly funded data should be open, verifiable, and technically unencumbered; they indicate where the argument needs further evidence and where independent, adequately resourced infrastructure remains necessary alongside individual efforts.
Institutional Implications
Open, browser-native scientific tools are best understood as complementary to institutional systems rather than competitive with them. Agencies such as NASA and ESA produce large volumes of high-quality data, but their primary interfaces are often designed for specialists rather than the general public. Public-facing platforms can translate this data into more accessible formats, which may reduce the communication burden on institutions and expand public engagement — provided the limitations noted in Section 7 are taken seriously, particularly around sustainability and accuracy of interpretation. Collaboration between institutions and independent platforms, including data-sharing agreements, endorsement, or joint development, could address the sustainability concern directly while preserving the accessibility benefits described above.
Recommendations for Future Systems
Several practical principles follow from the discussion above:
Expose raw data through public, well-documented APIs.
Support browser-native access alongside any specialist tools, so no technical prerequisite gates the public version of the data.
Document data-processing methods openly, so results can be independently checked.
Minimize registration barriers for end users, while being transparent about any registration or licensing required upstream.
Publish analyses and datasets with persistent identifiers such as DOIs, to support citation and long-term reference.
Pair raw data with explanatory context, particularly in domains such as planetary defense where misinterpretation carries public-communication risk.
Pursue institutional partnerships or funding where possible, to address the sustainability limitations of independently operated platforms.
Planetary-defense data in particular should be presented through interfaces that favor accuracy over sensationalism, in line with the communication protocols already used by bodies such as IAWN.
Conclusion
Science becomes public in a meaningful sense only when the data behind it is free, verifiable, and accessible without unnecessary technical barriers. Browser-native scientific platforms are one demonstrated route toward that goal, and Astrophyzix — considered here as a single, disclosed case study — illustrates how a taxpayer-funded dataset can be presented in verifiable, technically unencumbered form. Realizing this model at scale, however, will depend on addressing the sustainability, dependency, and interpretability limitations discussed above, most plausibly through partnership between independent developers and the institutions that fund and maintain the underlying data. Open science is not a finished achievement but an ongoing design problem, and browser-native, verifiable access is one piece of how that problem can be addressed.
Author Disclosure
The author is the developer of Astrophyzix, the platform discussed as a case study in Section 6. This is disclosed here in the interest of transparency. The description of Astrophyzix in this paper is the author's own account of the platform's design and is not the product of independent evaluation; readers should weigh the case study in Section 6 accordingly.
References
Dormand, J. R., & Prince, P. J. (1980). A family of embedded Runge-Kutta formulae. Journal of Computational and Applied Mathematics, 6(1), 19–26. https://doi.org/10.1016/0771- 050X(80)90013-3
Holdren, J. P. (2013). Increasing access to the results of federally funded scientific research [Memorandum]. White House Office of Science and Technology Policy.
Koschny, D. V., Fast, K. E., & Kofler, R. (2024). About the International Asteroid Warning Network (IAWN) and the Space Mission Planning Advisory Group (SMPAG). Nature Communications. https://doi.org/10.1038/s41467-024-48600-x
Meeus, J. (1998). Astronomical algorithms (2nd ed.). Willmann-Bell.
Munafò, M. R., Nosek, B. A., Bishop, D. V. M., Button, K. S., Chambers, C. D., Percie du Sert, N., Simonsohn, U., Wagenmakers, E.-J., Ware, J. J., & Ioannidis, J. P. A. (2017). A manifesto for reproducible science. Nature Human Behaviour, 1, Article 0021. https://doi.org/10.1038/s41562-016-0021
NASA. (n.d.). Near Earth Object Web Service (NeoWs) [API documentation]. Retrieved September 2026, from https://api.nasa.gov/
Nielsen, M. (2011). Reinventing discovery: The new era of networked science. Princeton University Press.
Park, R. S., Folkner, W. M., Williams, J. G., & Boggs, D. H. (2021). The JPL planetary and lunar ephemerides DE440 and DE441. The Astronomical Journal, 161(3), 105. https://doi.org/10.3847/1538-3881/abd414
Simon, J. L., Bretagnon, P., Chapront, J., Chapront-Touzé, M., Francou, G., & Laskar, J. (1994). Numerical expressions for precession formulae and mean elements for the Moon and the planets. Astronomy & Astrophysics, 282, 663–683.
Wilkinson, M. D., Dumontier, M., Aalbersberg, I. J., Appleton, G., Axton, M., Baak, A., Blomberg, N., et al. (2016). The FAIR Guiding Principles for scientific data management and stewardship. Scientific Data, 3, Article 160018. https://doi.org/10.1038/sdata.2016.18
Yoshida, H. (1990). Construction of higher order symplectic integrators. Physics Letters A, 150(5–7), 262–268. https://doi.org/10.1016/0375-9601(90)90092-3
Download this file as PDF from Zenodo.org