-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
29 lines (29 loc) · 943 Bytes
/
Copy pathcodemeta.json
File metadata and controls
29 lines (29 loc) · 943 Bytes
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
{
"@context": "https://schema.org",
"@type": [
"ScholarlyArticle",
"SoftwareSourceCode"
],
"url": "https://mlsmawfield.com/tep/theory/",
"title": "Temporal Equivalence Principle: Dynamic Time & Emergent Light Speed",
"author": {
"@type": "Person",
"name": "Matthew Lukin Smawfield",
"email": "matthew@mlsmawfield.com",
"orcid": "https://orcid.org/0009-0003-8219-3159"
},
"datePublished": "2025-08-18",
"dateModified": "2026-08-07",
"version": "v0.10 (Jakarta)",
"identifier": "https://doi.org/10.5281/zenodo.16921911",
"doi": "10.5281/zenodo.16921911",
"publisher": {
"@type": "Organization",
"name": "Temporal Equivalence Principle Research"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"codeRepository": "https://github.com/matthewsmawfield/TEP",
"developmentStatus": "active",
"runtimePlatform": "Python",
"applicationCategory": "Scientific/Research"
}