The Astronomical Hub: A Unified Ecosystem for Modern Astronomical Research †
Abstract
1. Introduction
2. The Astronomical Hub
2.1. The Concept—A Unified Ecosystem
- Platform—The observatory and its associated infrastructure;
- Operator—The service provider;
- Client—Individual researchers, research teams, or research institutions.
2.2. Integration Levels
- Full integration;
- Partial integration;
- No integration (full autonomy).
- Level 1: Full Integration.
- Concept: A full partnership model. The client’s integrated telescope becomes a fully fledged node in the AstroHub network.
- Give/Get: The client shares their telescope time with the network and, in return, gains access to observing time on all other integrated telescopes. This is the full realisation of the unified ecosystem that is our essential basis.
- Impact: Full integration maximises the use of AstroHub resources as a client obtains access to all services and infrastructure, including data storage, the processing platform, the library of algorithms and catalogues, and technical support. The client can share their data and algorithms with other participants and actively participate in community joint projects. When data and algorithms are fully integrated with the AstroHub system, it ensures maximum efficiency and provides a high level of interoperability.
- Level 2: Partial Integration.
- Concept: A flexible, hybrid, or “à la carte” model. This is for clients who want some benefits of the ecosystem without full commitment.
- Give/Get: The client and the operator come to a custom agreement. This could involve sharing specific types of data (e.g., only transient alerts), offering a certain percentage of telescope time, or using specific AstroHub services (such as data processing or archiving) while maintaining autonomy in other areas. At the same time, the client will have the opportunity to equip the installed telescope with its own storage, communication, or software solutions. The operator, in turn, has the right to integrate part of its observing time on this telescope as part of a network-wide AstroHub system, providing other clients with the opportunity to utilise the full resources, including this telescope.
- Impact: Partial integration implies a selective use of services. The client can limit access to its data and algorithms, which results in limited participation in the community. The client can use its data formats and algorithms while also having the ability to integrate with the AstroHub system as needed, which still keeps a moderate level of interoperability.
- Level 3: No Integration (Full Autonomy).
- Concept: A hosting model. The client is physically present but operationally independent.
- Give/Get: The client receives basic, essential resources (power supply, dome, connectivity, weather information, etc.) but does not share data or telescope time with the AstroHub community, nor do they use the Hub’s integrated services. Therefore, their participation in the ecosystem is minimal.
- Impact: The client rents a site, a pavilion, receives energy services, and receives information on weather conditions entirely on a commercial basis. All other aspects related to observations, data processing, and storage are provided by the client independently; i.e., the client will have the opportunity to equip the installed telescope with its own storage, communication, or software solutions. At the same time, the AstroHub platform can additionally provide services for observations, equipment repair, data storage, and processing. All these ensure minimal interaction: the client contacts the operator only regarding issues related to the infrastructure. While the client does not integrate with the AstroHub system and uses its own solutions for all aspects of work, there is a lack of proper interoperability.
2.3. Integration Strategy
2.4. Interoperability of the Telescope Network
- Object identification and correlation with catalogues;
- Detection of transient events;
- Ephemeris computation and Initial Orbit Determination;
- Observation planning and task distribution;
- Observations using various instruments: target spectroscopy, target photometry, follow-up observations, and surveys;
- Orbit refinement;
- Updating the NEO catalogue and target object data.
2.5. FAIR Principles and VO Standards
- 1.
- Uniform software and technologies for building the FAIR infrastructure.
- Metadata Management and Database. The central metadata catalogue is a powerful, open-source (preferably), and reliable relational database. It should support various data types for storing flexible, instrument-specific metadata alongside the core, standardised metadata.
- Data Processing and Pipelines. Today, Python is the standard for astronomical data processing. Astropy [24] is a core Python library that provides fundamental tools for astronomy, including robust FITS [25] file handling, WCS (World Coordinate System) [26] transformations, and unit conversions. Containerisation ensures that every time a piece of data is processed, it is performed in the exact same software environment, which is crucial for reproducibility.
- Data Access and APIs. The most standard and well-understood way to provide data is to build web services. Use of International Virtual Observatory Alliance (IVOA) standards [27] makes data become truly interoperable with the global astronomy community: Table Access Protocol (TAP) [28], Simple Image Access (SIA) [29], etc.
- 2.
- The challenges of implementing FAIR in a multi-user environment.
- Technical Challenge: Heterogeneity. The biggest technical hurdle is the sheer diversity of instruments. Each new telescope from a “full” or “partial” integration client comes with its own unique hardware, software, and data quirks. There is a need for a single, mandatory pipeline together with a “validator” service that can ensure that the incoming data meets the Hub’s minimum standards before it enters the main pipeline.
- 3.
- Drafting a more detailed data policy for a specific participation level.
- Policy Challenge: Agreements. A single data policy is a major challenge. Data proprietary period conditions should be negotiated and the term “public” data defined. “Partial integration” clients should integrate in a custom mode. This requires a balance between the Hub’s need for standardisation and the client’s need for flexibility.
- Enabling Synergistic Science. An agreement is needed that unlocks the option for telescopes to work together as a single, more powerful instrument.
- Fusion of Data. An agreement is needed to confidently combine data from different instruments.
3. Assy-Turgen AstroHub Development Status
3.1. Assy-Turgen Observatory Location, Area, and Astroclimate
3.2. Prerequisites for AstroHub at ATO
- The idea behind the first project (KazVO, for short) was to advance astronomical research to a new technological level, integrating instrumental capabilities and observational data into the international astronomical environment through the development of a national Virtual Observatory as part of the IVOA.8 The latter project (Telescopes Network, for short) is intended to develop a multifunctional optical observatory with flexible scheduling, designed for research in near-Earth space. As a result, favourable conditions were developed at the ATO.
3.3. Instruments
Computing and Data Storage Cluster
3.4. AstroHub Interoperability at ATO
- Standardisation of data formats. Adoption of a single format for storing observational data: At this stage, it was decided to continue to use the FITS (Flexible Image Transport System) format, which remains the most common standard in astronomy. At the same time, the HDF5 format is also promising, especially for large volumes of data. The main criterion for the data format was defined as support for metadata describing the observation conditions.Development of a metadata standard will ensure convenient searching, filtering, and comparison of data from different telescopes and instruments. At this stage, it was decided to use and develop the existing IVOA standards, given the international scale of AstroHub operations.
- Centralised data storage. The AstroHub operator will provide clients with centralised storage with high bandwidth and reliable backup. This will ensure the safety of data and facilitate access to it for all clients. The existing infrastructure (fiber-optic cables) already provides high bandwidth for data transmission from the observatory instruments. At this stage, it was decided to deploy a centralised storage with a backup system.Development of a data management system. The centralised system should allow clients to upload, store, search, access, and process data. Following the integration levels, access and rights will be differentiated and data sharing will be possible.
- Data Processing Platform: By design, the local platform will provide access to a wide range of tools for processing astronomical data, including calibration, reduction, analysis, and visualisation (see also Appendix B).
- Development of a library of algorithms: The operator on the platform provides the opportunity for clients to share their processing algorithms with other participants, which facilitates collaboration and accelerates scientific research.
- Development of mechanisms for calling and using algorithms: This solution can be implemented through an API (Application Programming Interface) or other integration tools.
- Ensuring compatibility of algorithms with the data format and processing platform: The developed algorithms will be integrated into the platform with subsequent debugging for use on the central server, with subsequent output of the task file and observation commands to each telescope.
- Use of virtual machines or containers (Docker): This solution will allow clients to run their algorithms in an isolated environment with the necessary dependencies, ensuring portability and reproducibility of results.
- Documentation and support: The main regulations, standards, and protocols for the operator (FAI) to develop within the framework of information and communication interaction have been defined, including (but not limited to) the following:
- Creation of detailed documentation on data formats, the API, the processing platform, and other aspects of interoperability.
- Provision of technical support to clients for issues of integrating existing and new tools and using the system.
- Repair and routine maintenance of equipment and tools; provision of additional memory service in storage, expansion of the communication channel, data processing service, etc.
Documents under development for the current period include the following: (1) protocol for ordering and distributing observation time; (2) protocols for storing, moving, and publishing data obtained by AstroHub clients; (3) protocol for access to primary and reduced observational data; (4) data provision policy; (5) privacy policy and protection of personal information of AstroHub clients; and (6) policy of interaction between clients and the AstroHub operator. - Additional aspects include the following:
- Data security. An important aspect is to ensure the security and privacy of customer data.
- Scalability. The system must be scalable to cope with the growing volume of data and number of customers.
- Usability. Interfaces must be intuitive and easy to use.
4. Joint Research and International Campaigns
4.1. NEO Research
4.1.1. Asteroid Observation Campaigns
4.1.2. On LEO Observation Capabilities
4.1.3. Spectral Observation of Asteroids
4.1.4. Participation in DART Mission
4.1.5. Asteroid Taxonomy
4.1.6. Spectral Observation of GEO
4.2. Deep Space Research
4.2.1. Morphology of Dust Around White Dwarfs
4.2.2. Optical Afterglow of Gamma-Ray Bursts
5. Future Prospects of the AstroHub
5.1. Development of the Software Platform for NEO
The Orbit Quality Score Method for the Ground-Based Observation Strategy
- T is the number of bins in which the object is actually observed (passes all site/instrument constraints);
- C and R are, respectively, the counts of complementary (first) detections and redundant (resighting) detections within those T bins; by construction when ;
- is the time coverage fraction, .
- Coverage P captures for how much of the window the site actually observes the object; weather, horizon masking, sky brightness, phase angle, and tracking limits are all reflected through .
- Normalising by T for C and R asks the following: of the times the object could be seen, what fraction were first vs. repeat detections? This treats short-visibility and long-visibility objects fairly; scarcity is already penalised via P.
- Collapse property. Because , the unweighted score reduces to . This yields a bounded, interpretable range: for , , reaching when . The constant “” term reflects the fact that, once observable, the mix of first vs. repeat detections is fully accounted for within the observed time.
- Prioritises observation tasks by ranking objects and time bins via ;
- Compares instrument configurations (aperture, FOV, exposure, and tracking policy) using aggregated OrQS across target sets;
- Informs scheduling by highlighting bins with high expected coverage P and by quantifying trade-offs between alert, follow-up, and program time;
- Standardises reporting across clients at different integration levels with a single, observer-agnostic score.
- Discretise the simulation into N time bins; apply line-of-sight, photometric, and tracking constraints per bin.
- For each object, mark observable bins and set T.
- If , set and proceed to the next object.
- Within the T observable bins, label first detections as complementary (C) and revisits as redundant (R), noting .
- Aggregate scores by orbit class and instrument configuration (e.g., distributions and means/medians) to support planning and design.
5.2. Collaborations
5.2.1. Developing SSA Capabilities
5.2.2. Pulkovo Observatory
6. Conclusive Remarks
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
Abbreviations
ATO | Academician Omarov Assy-Turgen Observatory |
AZT-20 | Astronomical Reflecting Telescope with 1.5 m aperture |
CDK-700 (NUTTelA-TAO) | Nazarbayev University Transient Telescope with 70 cm aperture |
DART | Double Asteroid Redirection Test |
DIMM | Differential Image Motion Monitor |
FAI | Fesenkov Astrophysical Institute |
FAIR | Findable, Accessible, Interoperable, Reusable (principles) |
GEO | Geostationary Earth Orbit |
GRB | Gamma-Ray Burst |
IOTA/EA | International Occultation Timing Association—East Asia |
INASAN | Institute of Astronomy of the Russian Academy of Sciences |
ISRO | Indian Space Research Organisation |
IVOA | International Virtual Observatory Alliance |
KPO | Kamenskoye Plateau Observatory |
LEO | Low-Earth Orbit |
MEO | Medium-Earth Orbit |
MCDA | Multi-Criteria Decision Analysis |
NEO | Near-Earth Object |
OrQS | Orbit Quality Score (method) |
RC-500 | Ritchey–Chretien optical telescope with 50 cm aperture |
RSSA | Regional Space Sustainability Agreement |
SSA | Space Situational Awareness |
SST | Space Surveillance and Tracking |
SROs | Space Resident Objects |
TSHAO | Tien-Shan Astronomical Observatory |
VPHG | Volume-Phased Holographic Grating |
WFOS-40 | Wide-Field-of-View Optical System with 40 cm aperture |
WFOS-70 | Wide-Field-of-View Optical System with 70 cm aperture |
Zeiss-1000 | Carl Zeiss Optical Telescope with 1 m aperture |
Zeiss-800M | Modernised Carl Zeiss Optical Telescope with 80 cm aperture |
Appendix A. Telescope Hosting Scheme
- The Initial Proposal and Scientific Case. It almost always begins with a formal proposal from the prospective client (the telescope owner) to the host observatory’s management. This proposal typically needs to address the following: 1. Scientific Justification: What is the scientific purpose of the telescope? What unique research will it conduct? 2. Technical Specifications: A detailed description of the telescope, mount, camera, and all auxiliary equipment. This includes its physical size, weight, power requirements, and operational software. 3. Benefit to the Host (if any): For professional collaborations, the proposal might outline benefits to the host observatory, such as offering a percentage of observing time to the host’s community, sharing data, or collaborating on research.
- The Hosting Agreement (The Contract). Once a proposal is accepted in principle, a formal hosting agreement is negotiated and signed. This is the central legal document that governs the entire relationship. Key clauses in a typical agreement include the following.
- A. Definition of Services and Infrastructure Provided by the Host, namely the following:
- (a)
- Physical Space: A specific pier or pad within an existing dome or a plot of land for constructing a new pavilion.
- (b)
- Infrastructure: Guaranteed access to reliable electricity (often with UPS backup), high-speed Internet (specifying bandwidth), and physical security (fencing, surveillance).
- (c)
- On-Site Support: This is a critical point of the contract. It can range from basic “emergency hands” support (an operator physically checking on the equipment if it fails) to more comprehensive technical support for installation and maintenance.
- (d)
- Environmental Monitoring: Access to the observatory’s real-time weather data (seeing, wind speed, and humidity) is standard, which is crucial for robotic operation.
- B. Responsibilities of the Client (Telescope Owner): This outlines the client’s obligations, namely the following:
- (a)
- Equipment: The client is responsible for providing, shipping, and insuring their own fully functional and tested telescope system. Many hosting sites emphasise that equipment should be thoroughly tested for remote operation before it arrives.
- (b)
- Installation and Decommissioning: The client is responsible for the costs and logistics of installing the equipment. Crucially, the agreement will state that the client is also responsible for removing all equipment and clearing the site at the end of the contract term.
- (c)
- Compliance: The client and their personnel must adhere to all of the host observatory’s site safety regulations, operational procedures, and policies.
- C. Financial Terms include the following:
- (a)
- Hosting Fee: This is the core cost. It can be structured as a recurring monthly or annual fee. The price often depends on the size of the telescope and the level of support required. For purely commercial hosting, this is the primary financial transaction.
- (b)
- Additional Costs: The agreement will specify costs for any services beyond the basic package, such as dedicated technical support (billed at an hourly rate), use of machine shops, or specialised shipping and handling.
- D. Data Rights and Ownership. This is a fundamental clause, especially for professional instruments. It regulates the following:
- (a)
- Default Position: Typically, the data collected by a client’s telescope belongs exclusively to the client. The host observatory has no inherent rights to it.
- (b)
- Negotiated Sharing: In collaborative or scientific hosting agreements, this clause would be heavily modified. It would detail the specifics of data sharing, proprietary periods on how long the client has exclusive access before data becomes public or shared, and publication policies.
- E. Term and Termination. The agreement specifies the duration of the hosting period. It outlines the conditions under which either party can terminate the agreement, including notice periods and responsibilities for decommissioning.
- Installation and Commissioning. This is the logistical phase where the client’s plans are physically realised. There are few stages to maintain:
- (a)
- Pre-Installation Checks: The host observatory staff will review the client’s final installation plan to ensure it is safe and compatible with the site infrastructure.
- (b)
- On-Site Work: The client’s team travels to the observatory to install the telescope. The host’s role here is defined by the agreement—it could be as simple as providing access and power, or it could involve active assistance from staff astronomers and technicians.
- (c)
- Commissioning and Checkout: Once installed, the telescope undergoes a commissioning phase to ensure it is operating correctly in its new environment. This includes pointing tests, focus calibration, and remote connectivity checks and sometimes can include very formalised procedures.
- Routine Operations. Once operational, the management of the telescope depends on the agreement model and can consist of the following:
- (a)
- Remote Operation. The vast majority of hosted telescopes are operated remotely by the client via the Internet. The client is responsible for scheduling observations, monitoring the system, and retrieving their data.
- (b)
- Fault Resolution. When something goes wrong, the process is dictated by the agreed-upon support level. The client first attempts to diagnose and fix the issue remotely. If physical intervention is needed, the client might use on-site cameras to inspect the equipment. If hands-on work is required, they will contact the host observatory’s on-site support team, which would then be governed by the terms of the support contract.
Appendix B. Patents
Appendix B.1. Star Finder. Astroclimate Monitoring
Appendix B.2. Planner for Astronomical Observations
Appendix B.3. Astronomical Calendar
1 | International Astronomical Center: http://www.astronomycenter.net/ (accessed on 15 July 2025). Centre of Excellence for All-Sky Astrophysics (CAASTRO): https://rsaa.anu.edu.au/about/partnerships/caastro-centre-excellence-all-sky-astrophysics/ (accessed on 15 July 2025). |
2 | Sierra Remote Observatories: https://www.sierra-remote.com. Starfront Observatories: https://starfront.space. |
3 | Assy-Turgen Observatory: https://fai.kz/observatories/assy-turgen (accessed on 15 July 2025). |
4 | Sky Quality Meter: https://www.unihedron.com/projects/darksky (accessed on 15 July 2025). |
5 | Light-pollution map: https://www.lightpollutionmap.info (accessed on 10 June 2025). |
6 | Kazakhstani Virtual Observatory: https://fai.kz/projects/virtobs (accessed on 15 July 2025). |
7 | Telescopes Network project: https://fai.kz/projects/telnet (accessed on 15 July 2025). |
8 | International Virtual Observatory Alliance: https://www.ivoa.net (accessed on 15 July 2025). |
9 | FAI’s computer cluster: https://fai.kz/instruments/computer-cluster (accessed on 15 July 2025). |
10 | International Asteroid Warning Network (IAWN): https://iawn.net/index.shtml (accessed on 15 July 2025). |
11 | International Occultation Timing Association—ast Asia (IOTA/EA): https://www.perc.it-chiba.ac.jp/iota-ea/wp/about-iota-ea/ (accessed on 15 July 2025). |
12 | Results of Asteroidal occultation. The Summary of East Asia Results (Observation #969. 624 Hektor): http://hal-astro-lab.com/data/occult-e/occult-e.html (accessed on 15 July 2025). |
13 | Celestrack’s satellites catalogues with orbital data: https://celestrak.org/satcat/boxscore.php (accessed on 15 July 2025). |
14 | AstroTech: https://astrotech.kz/ (accessed on 15 July 2025). |
15 | The philosophical roots of the idea that “the whole is something besides (or more than) the sum of its parts” trace back to Aristotle, the ancient Greek philosopher. He emphasised that the arrangement, form, and essence of a whole give it properties not found in its constituent parts alone. This concept is fundamental to the idea of synergy, where combined action produces a total effect that is greater than (or different from) the sum of its individual effects. Similar conclusions, though in a slightly different context, were also made in Holism and Gestalt psychology. |
References
- Sánchez, F. The Rise of Astrophysics in Modern Spain. From Dictatorship to Democracy; Springer: Berlin/Heidelberg, Germany, 2021. [Google Scholar] [CrossRef]
- Council, N.R. New Worlds, New Horizons in Astronomy and Astrophysics; The National Academies Press: Washington, DC, USA, 2010. [Google Scholar] [CrossRef]
- National Academies of Sciences, Engineering, and Medicine. Pathways to Discovery in Astronomy and Astrophysics for the 2020s; The National Academies Press: Washington, DC, USA, 2021. [Google Scholar] [CrossRef]
- Reitze, D.; Duffy, A.R.; Gilbert, J.; Casali, M.; Barberio, E.; Liyanage, S. The Evolution of Astrophysics towards Big Science: Insights from the Innovation Landscape. In Big Science, Innovation, and Societal Contributions: The Organisations and Collaborations in Big Science Experiments; Oxford University Press: Oxford, UK, 2024. [Google Scholar] [CrossRef]
- Cenko, S.B.; Whitelock, P.A.; Cadonati, L.; Connaughton, V.; Davies, R.; Fender, R.; Groot, P.J.; Kasliwal, M.M.; Murphy, T.; Nissanke, S.; et al. International Coordination of Multi-Messenger Transient Observations in the 2020s and Beyond: Kavli-IAU White Paper. arXiv 2020, arXiv:2007.05546. [Google Scholar] [CrossRef]
- Kyba, C.C.M.; Kuester, T.; Sánchez de Miguel, A.; Baugh, K.; Jechow, A.; Hölker, F.; Bennie, J.; Elvidge, C.D.; Gaston, K.J.; Guanter, L. Artificially lit surface of Earth at night increasing in radiance and extent. Sci. Adv. 2017, 3, e1701528. [Google Scholar] [CrossRef] [PubMed]
- Kyba, C.C.M.; Altıntaş, Y.Ö.; Walker, C.E.; Newhouse, M. Citizen scientists report global rapid reductions in the visibility of stars from 2011 to 2022. Science 2023, 379, 265–268. [Google Scholar] [CrossRef] [PubMed]
- Shustov, B.M.; Prokhorov, M.E. The Dark and Quiet Sky Problem. Astron. Rep. 2024, 68, S236–S248. [Google Scholar] [CrossRef]
- Cantalloube, F.; Milli, J.; Böhm, C.; Crewell, S.; Navarrete, J.; Rehfeld, K.; Sarazin, M.; Sommani, A. The impact of climate change on astronomical observations. Nat. Astron. 2020, 4, 826–829. [Google Scholar] [CrossRef]
- Knödlseder, J. The carbon footprint of astronomical observatories. arXiv 2024, arXiv:2409.04054. [Google Scholar] [CrossRef]
- Kocifaj, M.; Kundracik, F.; Wallner, S. Low Earth Orbit satellite fragmentation rates are critically disrupting the natural night sky background. Mon. Not. R. Astron. Soc. 2025, 541, L47–L51. [Google Scholar] [CrossRef]
- McDowell, J.C. The Low Earth Orbit Satellite Population and Impacts of the SpaceX Starlink Constellation. Astrophys. J. Lett. 2020, 892, L36. [Google Scholar] [CrossRef]
- Walker, C.; Hall, J.; Allen, L.; Green, R.; Seitzer, P.; Tyson, T.; Bauer, A.; Krafton, K.; Lowenthal, J.; Parriott, J.; et al. Impact of Satellite Constellations on Optical Astronomy and Recommendations Toward Mitigations. Proc. Bull. Am. Astron. Soc. 2020, 52, 0206. [Google Scholar] [CrossRef]
- Hainaut, O.R.; Williams, A.P. Impact of satellite constellations on astronomical observations with ESO telescopes in the visible and infrared domains. Astron. Astrophys. 2020, 636, A121. [Google Scholar] [CrossRef]
- Peel, M.; Eggl, S.; Rawls, M.L.; Qiu, H.; Clements, D.L. Understanding the impact of satellites on radio astronomy observations. arXiv 2025, arXiv:2504.11561. [Google Scholar] [CrossRef]
- Sybilski, P.W.; Pawłaszek, R.; Kozłowski, S.K.; Konacki, M.; Ratajczak, M.; Hełminiak, K.G. Software for autonomous astronomical observatories: Challenges and opportunities in the age of big data. In Proceedings of the Software and Cyberinfrastructure for Astronomy III, Montréal, QC, Canada, 22–27 June 2014; Chiozzi, G., Radziwill, N.M., Eds.; Society of Photo-Optical Instrumentation Engineers (SPIE) Conference Series. SPIE: Bellingham, WA, USA, 2014; Volume 9152, p. 91521C. [Google Scholar] [CrossRef]
- Brown, T.M.; Baliber, N.; Bianco, F.B.; Bowman, M.; Burleson, B.; Conway, P.; Crellin, M.; Depagne, É.; De Vera, J.; Dilday, B.; et al. Las Cumbres Observatory Global Telescope Network. Publ. Astron. Soc. Pac. 2013, 125, 1031. [Google Scholar] [CrossRef]
- Wilkinson, M.D.; Dumontier, M.; Aalbersberg, I.J.; Appleton, G.; Axton, M.; Baak, A.; Blomberg, N.; Boiten, J.W.; da Silva Santos, L.B.; Bourne, P.E.; et al. The FAIR Guiding Principles for scientific data management and stewardship. Sci. Data 2016, 3, 160018. [Google Scholar] [CrossRef] [PubMed]
- Lamprecht, A.L.; Garcia, L.; Kuzak, M.; Martinez, C.; Arcila, R.; Martin Del Pico, E.; Dominguez Del Angel, V.; Van De Sandt, S.; Ison, J.; Martinez, P.A.; et al. Towards FAIR principles for research software. Data Sci. 2020, 3, 37–59. [Google Scholar] [CrossRef]
- O’Toole, S.; Tocknell, J. FAIR standards for astronomical data. arXiv 2022, arXiv:2203.10710. [Google Scholar] [CrossRef]
- Wenger, M.; Ochsenbein, F.; Egret, D.; Dubois, P.; Bonnarel, F.; Borde, S.; Genova, F.; Jasniewicz, G.; Laloë, S.; Lesteven, S.; et al. The SIMBAD astronomical database. The CDS reference database for astronomical objects. Astron. Astrophys. Suppl. 2000, 143, 9–22. [Google Scholar] [CrossRef]
- Taylor, M.B. TOPCAT & STIL: Starlink Table/VOTable Processing Software. In Proceedings of the Astronomical Data Analysis Software and Systems XIV, Pasadena, CA, USA, 24–27 October 2004; Shopbell, P., Britton, M., Ebert, R., Eds.; Astronomical Society of the Pacific Conference Series. The Astronomical Society of the Pacific: San Francisco, CA, USA, 2005; Volume 347, p. 29. [Google Scholar]
- Macmillan, D. The SAO/NASA Astrophysics Data Service. Ref. Rev. 2012, 26, 45. [Google Scholar] [CrossRef]
- Robitaille, T.P.; Tollerud, E.J.; Greenfield, P.; Droettboom, M.; Bray, E.; Aldcroft, T.; Davis, M.; Ginsburg, A.; Price-Whelan, A.M.; Kerzendorf, W.E.; et al. Astropy: A community Python package for astronomy. Astron. Astrophys. 2013, 558, A33. [Google Scholar] [CrossRef]
- Grosbøl, P. The FITS data format. In Databases & On-line Data in Astronomy; Springer: Berlin/Heidelberg, Germany, 1991; pp. 253–257. [Google Scholar]
- Greisen, E.W.; Calabretta, M.R. Representations of world coordinates in FITS. Astron. Astrophys. 2002, 395, 1061–1075. [Google Scholar] [CrossRef]
- Berriman, G.B.; Cui, C. The International Virtual Observatory Alliance (IVOA) in 2021. In Proceedings of the Astronomical Data Analysis Software and Systems XXXI, Cape Town, South Africa, 24–28 October 2021; Hugo, B.V., Van Rooyen, R., Smirnov, O.M., Eds.; Astronomical Society of the Pacific Conference Series. The Astronomical Society of the Pacific: San Francisco, CA, USA, 2024; Volume 535, p. 287. [Google Scholar]
- Nandrekar-Heinis, D.; Michel, L.; Louys, M.; Bonnarel, F. The table access protocol: Providing standard access to astronomical data. Astron. Comput. 2014, 7, 37–44. [Google Scholar] [CrossRef]
- Dowler, P.; Tody, D.; Bonnarel, F. IVOA Simple Image Access. arXiv 2016, arXiv:1601.00519. [Google Scholar] [CrossRef]
- Sánchez de Miguel, A.; Aubé, M.; Zamorano, J.; Kocifaj, M.; Roby, J.; Tapia, C. Sky Quality Meter measurements in a colour-changing world. Mon. Not. R. Astron. Soc. 2017, 467, 2966–2979. [Google Scholar] [CrossRef]
- Tokovinin, A.; Kornilov, V. Accurate seeing measurements with MASS and DIMM. Mon. Not. R. Astron. Soc. 2007, 381, 1179–1189. [Google Scholar] [CrossRef]
- Ishizaka, A.; Nemery, P. Multi-Criteria Decision Analysis: Methods and Software; John Wiley & Sons: Hoboken, NJ, USA, 2013. [Google Scholar]
- Aksaker, N.; Yerli, S.K.; Erdoǧan, M.A.; Kurt, Z.; Kaba, K.; Bayazit, M.; Yesilyaprak, C. Global Site Selection for Astronomy. Mon. Not. R. Astron. Soc. 2020, 493, 1204–1216. [Google Scholar] [CrossRef]
- Bibossinov, A.; Jurin, D.; Omarov, C. Numerical studies of astrophysical objects at Fesenkov Astrophysical Institute. Commun. Byurakan Astrophys. Obs. 2018, 65, 124–134. [Google Scholar] [CrossRef]
- Reddy, V.; Kelley, M.S.; Dotson, J.; Farnocchia, D.; Erasmus, N.; Polishook, D.; Masiero, J.; Benner, L.A.M.; Bauer, J.; Alarcon, M.R.; et al. Apophis Planetary Defense Campaign. Planet. Sci. J. 2022, 3, 123. [Google Scholar] [CrossRef]
- Marshall, S.; Devogele, M.; Taylor, P.; Magri, C.; Beniyama, J.; Sekiguchi, T.; Kuroda, D.; Urakawa, S.; Yoshida, F.; Arai, T.; et al. The changing rotation period of 3200 Phaethon. Bull. Am. Astron. Soc. 2022, 3, 514.07. [Google Scholar]
- Troianskyi, V.; Godunova, V.; Serebryanskiy, A.; Aimanova, G.; Franco, L.; Marchini, A.; Bacci, P.; Maestripieri, M.; Berezin, D.; Ivanova, O.; et al. Optical observations of the potentially hazardous asteroid (4660) Nereus at opposition 2021. Icarus 2024, 420, 116146. [Google Scholar] [CrossRef]
- Tanga, P.; Delbo, M. Asteroid occultations today and tomorrow: Toward the GAIA era. Astron. Astrophys. 2007, 474, 1015–1022. [Google Scholar] [CrossRef]
- Bombardelli, C.; Falco, G.; Amato, D.; Rosengren, A.J. Space Occupancy in Low-Earth Orbit. J. Guid. Control Dyn. 2021, 44, 684–700. [Google Scholar] [CrossRef]
- Bonnal, C.; McKnight, D.; Phipps, C.; Dupont, C.; Missonnier, S.; Lequette, L.; Merle, M.; Rommelaere, S. Just in time collision avoidance—A review. Acta Astronaut. 2020, 170, 637–651. [Google Scholar] [CrossRef]
- Canoy, J.C.; Bettinger, R.A. Preliminary Debris Risk Analysis for Mega-Constellation Architectures After Orbit-Raising Fragmentation Event. J. Spacecr. Rocket. 2024, 61, 622–629. [Google Scholar] [CrossRef]
- Sorge, M.; Harris, T.; Colombo, C.; Hejduk, M.; Fitz-Coy, N.; Sheppard, R.; Kerr, E.; Dasgupta, U.; Berend, N.; Escobar, D.; et al. Space traffic management: Improvements to spacecraft collision avoidance (COLA). Acta Astronaut. 2025, 229, 600–605. [Google Scholar] [CrossRef]
- Lawrence, A.; Rawls, M.L.; Jah, M.; Boley, A.; Di Vruno, F.; Garrington, S.; Kramer, M.; Lawler, S.; Lowenthal, J.; McDowell, J.; et al. The case for space environmentalism. Nat. Astron. 2022, 6, 428–435. [Google Scholar] [CrossRef]
- Busarev, V.V. Spectrophotometry and Other Remote-Sensing Methods to Study Asteroids: Achievements and New Approaches. Sol. Syst. Res. 2023, 57, 61–75. [Google Scholar] [CrossRef]
- Cheng, A.F.; Rivkin, A.S.; Michel, P.; Atchison, J.; Barnouin, O.; Benner, L.; Chabot, N.L.; Ernst, C.; Fahnestock, E.G.; Kueppers, M.; et al. AIDA DART asteroid deflection test: Planetary defense and science objectives. Planet. Space Sci. 2018, 157, 104–115. [Google Scholar] [CrossRef]
- Cheng, A.F.; Michel, P.; Jutzi, M.; Rivkin, A.S.; Stickle, A.; Barnouin, O.; Ernst, C.; Atchison, J.; Pravec, P.; Richardson, D.C.; et al. Asteroid Impact & Deflection Assessment mission: Kinetic impactor. Planet. Space Sci. 2016, 121, 27–35. [Google Scholar] [CrossRef]
- Rivkin, A.S.; Chabot, N.L.; Stickle, A.M.; Thomas, C.A.; Richardson, D.C.; Barnouin, O.; Fahnestock, E.G.; Ernst, C.M.; Cheng, A.F.; Chesley, S.; et al. The Double Asteroid Redirection Test (DART): Planetary Defense Investigations and Requirements. Planet. Sci. J. 2021, 2, 173. [Google Scholar] [CrossRef]
- Tancredi, G.; Liu, P.Y.; Campo-Bagatin, A.; Moreno, F.; Domínguez, B. Lofting of low speed ejecta produced in the DART experiment and production of a dust cloud. Mon. Not. R. Astron. Soc. 2022, 522, 2403–2414. [Google Scholar] [CrossRef]
- Fahnestock, E.G.; Cheng, A.F.; Ivanovski, S.; Michel, P.; Raducan, S.D.; Rossi, A.; Abell, P.A.; Chesley, S.; Dotto, E.; Ferrari, F.; et al. Pre-encounter Predictions of DART Impact Ejecta Behavior and Observability. Planet. Sci. J. Vol. 2022, 3, 206. [Google Scholar] [CrossRef]
- Zubko, E.; Videen, G.; Zheltobryukhov, M.; Chornaya, E.; Kochergin, A.; Wada, K. Expected Brightness of Ejecta Caused by the DART Impact. Res. Notes Am. Astron. Soc. 2022, 6, 186. [Google Scholar] [CrossRef]
- Moreno, F.; Campo Bagatin, A.; Tancredi, G.; Liu, P.Y.; Domínguez, B. Ground-based observability of Dimorphos DART impact ejecta: Photometric predictions. Mon. Not. R. Astron. Soc. 2022, 515, 2178–2187. [Google Scholar] [CrossRef]
- Shestakova, L.I.; Serebryanskiy, A.V.; Krugov, M.A.; Aimanova, G.K.; Omarov, C.T. Signs of Emissions of Alkali Metals Na I, Li I, and K I During First Minutes After DART Probe Crash on Dimorphos. Res. Notes Am. Astron. Soc. 2022, 6, 223. [Google Scholar] [CrossRef]
- Shestakova, L.; Serebryanskiy, A.; Aimanova, G. Observations of alkaline emissions NaI, KI and LiI during first minutes after DART probe impact on Dimorphos. Icarus 2023, 401, 115595. [Google Scholar] [CrossRef]
- Asplund, M.; Grevesse, N.; Sauval, A.J.; Scott, P. The Chemical Composition of the Sun. Annu. Rev. Astron. Astrophys. 2009, 47, 481–522. [Google Scholar] [CrossRef]
- Monroe, T.R.; Meléndez, J.; Ramírez, I.; Yong, D.; Bergemann, M.; Asplund, M.; Bedell, M.; Tucci Maia, M.; Bean, J.; Lind, K.; et al. High Precision Abundances of the Old Solar Twin HIP 102152: Insights on Li Depletion from the Oldest Sun. Astrophys. J. Lett. 2013, 774, L32. [Google Scholar] [CrossRef]
- National Research Council. Defending Planet Earth: Near-Earth Object Surveys and Hazard Mitigation Strategies; National Academies Press: Washington, DC, USA, 2010. [Google Scholar] [CrossRef]
- Lewis, J. Mining the Sky: Untold Riches from the Asteroids, Comets, and Planets; Basic Books: New York, NY, USA, 1996. [Google Scholar]
- Hein, A.M.; Matheson, R.; Fries, D. A techno-economic analysis of asteroid mining. Acta Astronaut. 2020, 168, 104–115. [Google Scholar] [CrossRef]
- McCord, T.B.; Gaffey, M.J. Asteroids: Surface Composition from Reflection Spectroscopy. Science 1974, 186, 352–355. [Google Scholar] [CrossRef]
- Hiroi, T.; Vilas, F.; Sunshine, J.M. Discovery and Analysis of Minor Absorption Bands in S-Asteroid Visible Reflectance Spectra. Icarus 1996, 119, 202–208. [Google Scholar] [CrossRef]
- Eschrig, J.; Bonal, L.; Beck, P.; Prestgard, T.J. Spectral reflectance analysis of type 3 carbonaceous chondrites and search for their asteroidal parent bodies. Icarus 2021, 354, 114034. [Google Scholar] [CrossRef]
- Savelova, A.A.; Busarev, V.V.; Shcherbina, M.P.; Barabanov, S.I. Usage of “templates” of spectral types of asteroids for clarification of their mineralogy and detection of signs of sublimation, dust and solar activities. INASAN Sci. Rep. 2022, 7, 143–148. [Google Scholar] [CrossRef]
- Vananti, A.; Schidknecht, T.; Krag, H.; Erd, C. Preliminary Results from Reflectance Spectroscopy Observations of Space Debris in GEO. In Proceedings of the Fifth European Conference on Space Debris, Darmstadt, Germany, 30 March–2 April 2009; Lacoste, H., Ed.; ESA Special Publication. European Space Agency: Paris, France, 2009; Volume 672, p. 41. [Google Scholar]
- Cowardin, H.; Seitzer, P.; Abercromby, K.; Barker, E.; Schildknecht, T. Characterization of Orbital Debris Photometric Properties Derived from Laboratory-Based Measurements. In Proceedings of the Advanced Maui Optical and Space Surveillance Technologies Conference, Maui, HI, USA, 14–17 September 2010; Ryan, S., Ed.; Maui Economic Development Board: Kihei, HI, USA, 2010. id. E47. [Google Scholar]
- Hejduk, M.; Cowardin, H.; Stansbery, E. Satellite Material Type and Phase Function Determination in Support of Orbital Debris Size Estimation. In Proceedings of the Advanced Maui Optical and Space Surveillance Technologies Conference, Maui, HI, USA, 11–14 September 2012; Ryan, S., Ed.; Maui Economic Development Board: Kihei, HI, USA, 2012. id. 14. [Google Scholar]
- Vananti, A.; Schildknecht, T.; Krag, H. Reflectance spectroscopy characterization of space debris. Adv. Space Res. 2017, 59, 2488–2500. [Google Scholar] [CrossRef]
- Zigo, M.; Šilha, J.; Sabolová, K.; Hrobár, T. Investigation of the space weathering rate of the geostationary satellites’ surface materials using BVRI photometry. Adv. Space Res. 2025, 75, 7365–7376. [Google Scholar] [CrossRef]
- Zigo, M.; Žilková, D.; Šilha, J.; Tóth, J.; Matlovič, P. Combined effort of reflectance spectroscopy and BVRI photometry in the field of space debris characterization. In Proceedings of the 8th European Conference on Space Debris, Darmstadt, Germany, 20–23 April 2021; ESA Space Debris Office: Darmstadt, Germany, 2021. id. 140. Available online: https://conference.sdo.esoc.esa.int/proceedings/packages (accessed on 19 August 2025).
- von Hippel, T.; Farihi, J.; Provencal, J.L.; Kleinman, S.J.; Pringle, J.E.; Swan, A.; Fontaine, G.; Hermes, J.J.; Sargent, J.; Savery, Z.; et al. The Morphology of the Asteroidal Dust around White Dwarf Stars: Optical and Near-infrared Pulsations in G29-38. Astrophys. J. 2024, 963, 113. [Google Scholar] [CrossRef]
- Zhang, B. The Physics of Gamma-Ray Bursts; Cambridge University Press: Cambridge, UK, 2018. [Google Scholar] [CrossRef]
- Vigliano, A.A.; Longo, F. Gamma-ray Bursts: 50 Years and Counting! Universe 2024, 10, 57. [Google Scholar] [CrossRef]
- Maksut, Z.; Grossan, B. Automating the Alert Response of the NU Transient Telescope at AssyTurgen Astrophysical Observatory (NUTTelA-TAO). RMxAC 2021, 53, 169–173. [Google Scholar] [CrossRef]
- Grossan, B.; Maksut, Z.; Komesh, T.; Krugov, M. Performance of the NUTTelA-TAO instrument system after two years of operation. In Proceedings of the Ground-Based and Airborne Instrumentation for Astronomy IX, Montréal, QB, Canada, 17–22 July 2022; Evans, C.J., Bryant, J.J., Motohara, K., Eds.; Society of Photo-Optical Instrumentation Engineers (SPIE) Conference Series. SPIE: Bellingham, WA, USA, 2022; Volume 12184, p. 121848A. [Google Scholar] [CrossRef]
- Komesh, T.; Grossan, B.; Maksut, Z.; Abdikamalov, E.; Krugov, M.; Smoot, G.F. Evolution of the afterglow optical spectral shape of GRB 201015A in the first hour: Evidence for dust destruction. Mon. Not. R. Astron. Soc. 2023, 520, 6104–6110. [Google Scholar] [CrossRef]
- Akniyazov, C.; Armellin, R.; Pirovano, L.; Serebryanskiy, A. The watchman route problem for cislunar space domain awareness. In Proceedings of the 76th International Astronautical Congress, Sydney, NSW, Australia, 29 September–3 October 2025; The International Astronautical Federation (IAF): Paris, France, 2025. id. 96799. Available online: https://iafastro.directory/iac/paper/id/96799/abstract-pdf/IAC-25,A5,1,2,x96799.brief.pdf?2025-06-11.12:07:49 (accessed on 19 August 2025).
- Schildknecht, T. Optical astrometry of fast moving objects using CCD detectors. Geod.-Geophys. Arb. Der Schweiz 1994, 49. Available online: https://www.sgc.ethz.ch/sgc-volumes/sgk-49.pdf (accessed on 19 August 2025).
- Coder, R.D.; Holzinger, M.J. Multi-objective design of optical systems for space situational awareness. Acta Astronaut. 2016, 128, 669–684. [Google Scholar] [CrossRef]
- Bikulova, D.A. Pulkovo observations of apparent close approaches between near-Earth asteroids and the Gaia stars in 2019–2020. Planet. Space Sci. 2021, 204, 105245. [Google Scholar] [CrossRef]
- Khovritchev, M.; Laznevoi, S.; Lunchenko, A.; Osetrova, A. The results of the NEA astrometric observations with the Pulkovo 40-cm telescope at the Assy-Turgen observatory. Publ. Pulkovo Obs. 2023, 231, 9–20. [Google Scholar] [CrossRef]
- Khovritchev, M.Y.; Arkharov, A.A.; Kim, V.Y.; Izmailov, I.S. The prospects for the implementation of the Pulkovo Observatory observational program at the Assy-Turgen observatory. Publ. Pulkovo Obs. 2022, 227, 58–76. [Google Scholar] [CrossRef]
Principles | No Integration | Partial Integration | Full Integration |
---|---|---|---|
Findable | Client’s responsibility. AstroHub only knows the telescope exists. | Shared data is indexed in the AstroHub catalogue. Private data is not. | Mandatory and automated. All data is indexed in the central catalogue with a maximal set of metadata. |
Accessible | Client’s responsibility. Data is private, behind the client’s firewall. | Custom Access Control. The AstroHub API enforces custom rules (e.g., project-based access and longer proprietary periods). | Standardised Access Control. The AstroHub API enforces the standard policy (e.g., 12-month proprietary, then public). |
Interoperable | Client’s responsibility. Any data format is accessible. | Conditional. Data must meet AstroHub standards if it is to be processed by AstroHub pipelines or shared. An option of a “Validator Service” to check new data. | Mandatory and enforced. All data must pass through the standardising pipeline. |
Reusable | Client’s responsibility. | Custom. Shared data must have a clear license and basic provenance. | Mandatory and automated. The pipeline generates detailed provenance. Standard licenses are automatically applied. |
Long. deg | Lat. deg | CC % | DEM m | AL W cm−2 sr−1 | PWV mm | AOD | WS m s−1 | LULC | SIAS A | SIAS B | SIAS C | SIAS D | Observ. |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
77.87 | 43.23 | 0.42 | 2662.00 | 5.72 | 0.00 | 0.12 | 2.54 | 10 | 0.79 | 0.63 | 0.61 | 0.56 | Assah |
76.97 | 43.06 | 0.40 | 2581.00 | 4.26 | 0.45 | 0.20 | 1.73 | 10 | 0.78 | 0.61 | 0.60 | 0.54 | TSHAO |
76.96 | 43.19 | 0.47 | 1189.00 | 6.01 | 5.05 | 0.25 | 0.86 | 10 | 0.66 | 0.37 | 0.41 | 0.32 | Alma-Ata |
Telescope | D | f | Obs. | Gratings/Filters | Detector | FoV/Slit | Obs. | Client 2/ |
---|---|---|---|---|---|---|---|---|
[mm] | [mm] | Type 1 | [lines/mm] | [°/′/′′] | Mode | Commis. 3 | ||
AZT-20 | 1560 | 5720 | Spec/Phot | 360/1800/2400 g’r’i’z’ | EMCCD Andor/CMOS Kepler KL400 | Follow-up/Program | FAI/2017 | |
Zeiss-1000 4 | 1016 | 13,300 | Polar | — | — | — | Follow-up/Program | FAI/2027 |
Zeiss-800M | 800 | 2096 | Phot | g’r’i’ | CMOS QHY-6060 Pro | 1.3° × 1.0° | Follow-up/Program | FAI/2024 |
CDK-700 | 700 | 4540 | Phot | g’r’i’ | 3 × EMCCD Nüvü | Alert/Follow-up | NU/2019 | |
WFOS-70 | 660 | 900 | Phot | clear | CMOS QHY-6060 Pro | 3.8° × 3.8° | Follow-up | FAI/2025 |
RC-500 | 508 | 1400 | Phot | clear | CMOS QHY-600 | 1.3° × 1.0° | Alert/Follow-up | FAI/2019 |
LX-200 | 406 | 4064 | Phot | BVR, Hα, OIII | CCD ATIK 16200 | Program/Astrometry | Pulkovo/2022 | |
WFOS-40 | 400 | 550 | Phot | clear | CMOS QHY-600 | 3.8° × 2.5° | Survey | FAI/2024 |
DIMM 5 | 280 | 2240 | Phot | clear | CMOS Point Grey High-Speed | — | Program | FAI/2024 |
Client 1 | Country | Level 2 | Instruments | Observation Type 3 | Observation Mode | Target 4 | Commis. 5 |
---|---|---|---|---|---|---|---|
Ariane | France | No | 1 | Phot | Follow-up/Program | NEO | 2026 |
Digantara | India | Decision | Decision | Phot | Survey | Decision | 202x |
FAI | Kazakhstan | Full | 7 | Phot/Spec/Polar | Alert/Follow-up/Program | Deep/NEO/LEO | 2025 |
China | China | Partial | >1 | Phot | Survey | Decision | 202x |
KazNU | Kazakhstan | Decision | Decision | Phot | Program | Deep | 202x |
NU | Kazakhstan | Partial | 1 | Phot | Alert/Follow-up | Deep | 2019 |
POLSA | Poland | No | 1 | Phot | Survey | Decision | 202x |
Pulkovo | Russia | Partial | 1 | Phot | Program/Astrometry | Deep/NEO | 2022 |
Sybilla | Poland | Decision | Decision | Phot | Survey | NEO | 202x |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Aimuratov, Y.; Kim, V.; Serebryanskiy, A.; Yurin, D.; Krugov, M.; Akniyazov, C.; Shomshekova, S.; Makukov, M.; Aimanova, G.; Valiullin, R.; et al. The Astronomical Hub: A Unified Ecosystem for Modern Astronomical Research. Galaxies 2025, 13, 99. https://doi.org/10.3390/galaxies13050099
Aimuratov Y, Kim V, Serebryanskiy A, Yurin D, Krugov M, Akniyazov C, Shomshekova S, Makukov M, Aimanova G, Valiullin R, et al. The Astronomical Hub: A Unified Ecosystem for Modern Astronomical Research. Galaxies. 2025; 13(5):99. https://doi.org/10.3390/galaxies13050099
Chicago/Turabian StyleAimuratov, Yerlan, Vitaliy Kim, Aleksander Serebryanskiy, Denis Yurin, Maxim Krugov, Chingiz Akniyazov, Saule Shomshekova, Maxim Makukov, Gaukhar Aimanova, Rashit Valiullin, and et al. 2025. "The Astronomical Hub: A Unified Ecosystem for Modern Astronomical Research" Galaxies 13, no. 5: 99. https://doi.org/10.3390/galaxies13050099
APA StyleAimuratov, Y., Kim, V., Serebryanskiy, A., Yurin, D., Krugov, M., Akniyazov, C., Shomshekova, S., Makukov, M., Aimanova, G., Valiullin, R., Kokumbaeva, R., Kazkenov, A., & Omarov, C. (2025). The Astronomical Hub: A Unified Ecosystem for Modern Astronomical Research. Galaxies, 13(5), 99. https://doi.org/10.3390/galaxies13050099