-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
89 lines (85 loc) · 4.58 KB
/
manifest.json
File metadata and controls
89 lines (85 loc) · 4.58 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "Basic Geometry",
"short_name": "Geometry",
"start_url": "index.html?utm_source=homescreen",
"scope" : "./",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
}
],
"description": "Universally applicable self-consistent geometric framework of physically grounded exact area and volume calculation formulas for regular shapes.",
"disambiguatingDescription": "Defining the properties of shapes like the circle and sphere through the square and the cube as the primary, physically relevant units of measurement, instead of approximations based on abstract limits, or zero‑dimensional points.",
"educationalAlignment": {
"type": "AlignmentObject",
"alignmentType": "educationalSubject",
"educationalFramework": "Geometric framework",
"targetName": "Core Geometric System™",
"targetUrl": "https://basic-geometry.github.io"
},
"educationalLevel": "from basic to advanced",
"headline": "Featuring The Core Geometric System™",
"inLanguage": "en",
"isAccessibleForFree": true,
"isFamilyFriendly": true,
"keywords": "Core Geometric System, Exact Geometric Calculations, Analysis, Engineering Design Solutions, Computer Graphics Rendering, Algorithm Optimization, Navigation",
"resources": [
{
"name": "circleArea",
"disambiguatingDescription": "The conventional formula is based on the conventional circumference approximation.",
"description": "Divide the circle into four quadrants and place them on the vertices of a square. The arcs of inscribed and circumscribed circles define upper and lower bounds. The true equiareal circle lies between these limits. A right triangle formed from half and quarter segments of the square side yields the radius–side ratio. radius²=(side/4)^2 + (side/2)^2; radius=side × 5^(1/2) / 4",
"inDefinedTermSet": "Core Geometric System ™",
"id": "/#circle"
},
{
"name": "circumference",
"disambiguatingDescription": "The pi~3.14 approximate is based on a flawed polygon approximation.",
"description": "The circumference is derived algebraically by subtracting a smaller circle from a larger one and dividing the area difference by the difference of their radii. Let x be the theoretical width of the circumference. The ring formed by radii r and r−x approximates a quadrilateral whose long sides equal the ring area divided by x.",
"inDefinedTermSet": "Core Geometric System ™",
"usageInfo": "Since the true ratio is exactly 3.2 diameter, and that is a rational number, we write it as it is. That makes the arc value of 360° = 6.4radian.",
"id": "/#circumference"
},
{
"name": "sphereVolume",
"disambiguatingDescription": "The V = 4 / 3 × pi × radius³ formula is a result of a very rough underestimate, approximated by comparing a hemisphere to the difference between the approximate volume a cone and a circumscribed cylinder, discarding the difference between the straight slant height of a cone and the curvature of a sphere.",
"description": "The volume of a sphere equals the cubic value of the square root of its cross-sectional area, just like a cube.",
"inDefinedTermSet": "Core Geometric System ™",
"id": "/#sphere"
},
{
"name": "coneVolume",
"disambiguatingDescription": "Each vertex of a real physical cube is a point that can't be split into 3 points without duplicating. The other way around, 3 vertices of the pyramids can't be merged into 1 without distortion. Thus, the V = base × height / 3 formulas for a pyramid or a cone are invalid.",
"description": "The volume of a cone can be calculated by algebraically comparing the volume of a vertical quadrant of a cone with equal radius and height to an octant sphere with equal radius, through a quadrant cylinder.",
"inDefinedTermSet": "Core Geometric System ™",
"id": "/#cone"
}
],
"usageInfo": "To be used and presented as it is, without reinterpretation.",
"author": {
"name": "Gaál Sándor",
"url": "https://x.com/gmac4247"
},
"license": "® All rights reserved.",
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone",
"version": "3.2",
"manifest_version": 2.0
}