-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zenodo.json
More file actions
60 lines (60 loc) · 1.76 KB
/
.zenodo.json
File metadata and controls
60 lines (60 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"title": "TNFR-Python-Engine: Resonant Fractal Nature Theory Implementation",
"description": "Canonical computational implementation of TNFR - a paradigm shift from modeling 'things' to modeling coherent patterns that persist through resonance. This Python package provides the complete TNFR physics engine including the 13 structural operators, unified grammar validation (U1-U6), and the four canonical structural fields (Φ_s, |∇φ|, K_φ, ξ_C). Features include: nodal equation dynamics (∂EPI/∂t = νf·ΔNFR), structural potential confinement, phase synchronization, and multi-scale coherence analysis.",
"version": "0.0.3.3",
"publication_date": "2026-03-07",
"doi": "10.5281/zenodo.17602860",
"creators": [
{
"name": "FMG",
"affiliation": "TNFR Research",
"orcid": "0009-0007-6116-0613"
}
],
"keywords": [
"TNFR",
"complex systems",
"fractals",
"resonance",
"networks",
"structural dynamics",
"structural analysis",
"nodal equation",
"coherence",
"phase synchronization"
],
"license": "MIT",
"upload_type": "software",
"access_right": "open",
"language": "eng",
"related_identifiers": [
{
"identifier": "https://github.com/fermga/TNFR-Python-Engine",
"relation": "isSupplementTo",
"resource_type": "software"
},
{
"identifier": "https://pypi.org/project/tnfr/",
"relation": "isIdenticalTo",
"resource_type": "software"
}
],
"subjects": [
{
"term": "Complex Systems",
"scheme": "keyword"
},
{
"term": "Network Theory",
"scheme": "keyword"
},
{
"term": "Fractal Dynamics",
"scheme": "keyword"
},
{
"term": "Structural Analysis",
"scheme": "keyword"
}
]
}