Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 7 additions & 28 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,15 @@
{
"title": "universums-sim: Complete Cosmic Emergence Simulation for GenesisAeon",
"description": "universums-sim provides a complete PyPI package for cosmic emergence simulation with self-reflective observation and live visualization. Includes an extended Unified Lagrangian for N-body + field-theory dynamics, a symplectic leapfrog integrator, emergence event engine, entropy governance, live mandala visualization, 3D particle rendering, sonification, and a Dash GUI.",
"title": "GenesisAeon/universums-sim: v0.1.0 – Full cosmic emergence simulation with Unified Lagrangian, live Mandala + Dash GUI",
"version": "0.1.0",
"doi": "10.5281/zenodo.19161241",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove the fixed release DOI from .zenodo.json

.zenodo.json is reused for every GitHub-triggered Zenodo archive, so hardcoding the v0.1.0 DOI here will break the next tagged release. When v0.1.1 or later is archived, Zenodo will be asked to create a new deposition whose metadata already claims DOI 10.5281/zenodo.19161241, which is the existing identifier for this version; that field is only meant for pre-existing externally assigned DOIs. In practice this causes future Zenodo publishing to fail or attach the wrong DOI to later releases.

Useful? React with 👍 / 👎.

"creators": [
{
"name": "GenesisAeon",
"affiliation": "GenesisAeon Research",
"orcid": ""
"name": "GenesisAeon Project"
}
],
"description": "Complete discrete cosmic emergence simulator: UniverseSimulator with symplectic integration, Unified Lagrangian L = T + V_grav + V_scalar + V_entropy + V_topo, real-time EmergenceEngine, EntropyGovernor and live MandalaRenderer + Dash GUI for the GenesisAeon stack.",
"keywords": ["UniversumsSim", "cosmic-emergence", "Unified-Lagrangian", "CosmicMoment", "EmergenceEngine", "Dash-GUI", "GenesisAeon"],
"license": "MIT",
"version": "0.1.0",
"upload_type": "software",
"access_right": "open",
"keywords": [
"cosmology",
"simulation",
"emergence",
"quantum field theory",
"lagrangian mechanics",
"entropy",
"visualization",
"mandala",
"python",
"GenesisAeon"
],
"related_identifiers": [
{
"identifier": "https://github.com/GenesisAeon/universums-sim",
"relation": "isSupplementTo",
"scheme": "url"
}
],
"language": "eng",
"notes": "Built with the diamond-setup --template genesis pattern. Integrates genesis-os, aeon-ai, cosmic-web, fieldtheory, mirror-machine, advanced-weighting-systems, sigillin, entropy-governance, utac-core, mandala-visualizer, sonification, climate-dashboard, implosive-genesis, and entropy-table as optional [full-stack] dependencies."
"access_right": "open"
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<p align="center">
<a href="https://pypi.org/project/universums-sim/"><img src="https://img.shields.io/pypi/v/universums-sim.svg" alt="PyPI"></a>
<a href="https://pypi.org/project/universums-sim/"><img src="https://img.shields.io/pypi/pyversions/universums-sim.svg" alt="Python"></a>
<a href="https://doi.org/10.5281/zenodo.PLACEHOLDER"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.PLACEHOLDER.svg" alt="DOI"></a>
<a href="https://doi.org/10.5281/zenodo.19161241"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.19161241.svg" alt="DOI"></a>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the package metadata when publishing the new DOI

This README change advertises 10.5281/zenodo.19161241, but the installed package still exposes 10.5281/zenodo.PLACEHOLDER from src/universums_sim/__init__.py:18, src/universums_sim/cli/main.py:240, and pyproject.toml:102. After shipping this commit, users who install 0.1.0 and run universums-sim info or inspect the PyPI project URLs will still get an invalid citation even though the docs say the DOI is registered.

Useful? React with 👍 / 👎.

<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green.svg" alt="License"></a>
<a href="https://github.com/GenesisAeon/universums-sim/actions"><img src="https://github.com/GenesisAeon/universums-sim/workflows/CI/badge.svg" alt="CI"></a>
</p>
Expand Down Expand Up @@ -212,8 +212,8 @@ mkdocs serve
year = 2024,
publisher = {Zenodo},
version = {0.1.0},
doi = {10.5281/zenodo.PLACEHOLDER},
url = {https://doi.org/10.5281/zenodo.PLACEHOLDER}
doi = {10.5281/zenodo.19161241},
url = {https://doi.org/10.5281/zenodo.19161241}
}
```

Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# universums-sim

**DOI**: [10.5281/zenodo.19161241](https://doi.org/10.5281/zenodo.19161241)
**Zenodo**: [https://zenodo.org/records/19161241](https://zenodo.org/records/19161241)

Complete cosmic emergence simulation with self-reflective observation
and live visualization for GenesisAeon.

Expand Down
Loading