Skip to content

Commit 4a942a9

Browse files
authored
Update manifest.json
Metadata
1 parent 0d6e4cb commit 4a942a9

1 file changed

Lines changed: 352 additions & 3 deletions

File tree

manifest.json

Lines changed: 352 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Basic Geometry",
33
"short_name": "Geometry",
44
"start_url": "index.html?utm_source=homescreen",
5-
"scope" : "./",
5+
"scope" : "./",
66
"icons": [
77
{
88
"src": "/android-chrome-192x192.png",
@@ -25,8 +25,357 @@
2525
"type": "image/png"
2626
}
2727
],
28-
"description": "Exact, self-contained geometric framework grounded in first principles, setting the square and the cube as the primary units for measurement.",
29-
"disambiguatingDescription": [
28+
"description": "Universally applicable self-consistent geometric framework of physically grounded exact area and volume calculation formulas for regular shapes.",
29+
"disambiguatingDescription": "Comparing the properties of shapes directly to the square and the cube as the primary, physically relevant units of measurement via first principles instead of limits, approximations, or abstract, zero‑dimensional points.",
30+
"educationalAlignment": {
31+
"type": "AlignmentObject",
32+
"alignmentType": "educationalSubject",
33+
"educationalFramework": "Geometric framework",
34+
"targetName": "Core Geometric System™",
35+
"targetUrl": "https://basic-geometry.github.io#cgs"
36+
},
37+
"educationalLevel": "from basic to advanced",
38+
"headline": "Featuring The Core Geometric System™",
39+
"inLanguage": "en",
40+
"isAccessibleForFree": true,
41+
"isFamilyFriendly": true,
42+
"keywords": "Core Geometric System, Exact Geometric Calculations, Analysis, Engineering Design Solutions, Computer Graphics Rendering, Algorithm Optimization, Navigation",
43+
"license": {
44+
"type": "DigitalDocument",
45+
"name": "Shared Software License Agreement",
46+
"author": {
47+
"@type": "Person",
48+
"familyName": "Gaál",
49+
"givenName": "Sándor",
50+
"url": "https://x.com/gmac4247"
51+
},
52+
"description": "® All rights reserved.",
53+
"hasDigitalDocumentPermission":
54+
{
55+
"type": "DigitalDocumentPermission",
56+
"permissionType": "https://schema.org/ReadPermission",
57+
"grantee": {
58+
"type": "Audience",
59+
"audienceType": "public"
60+
}
61+
},
62+
"url": "LICENSE.txt"
63+
},
64+
"typicalAgeRange": "5-105",
65+
"url": "https://basic-geometry.github.io",
66+
"usageInfo": "Calculating areas and volumes from geometric relationships ensuring accurate calculations via consistency and precision.",
67+
"mathExpression": [
68+
{
69+
"type": "SolveMathAction",
70+
"id": "https://basic-geometry.github.io#circle",
71+
"name": "Area of a Circle",
72+
"eduQuestionType": "Circle area calculation",
73+
"object":
74+
{
75+
"@type": "QuantitativeValue",
76+
"name": "radius",
77+
"minValue": 0
78+
},
79+
"target": "https://basic-geometry.github.io?q={circle_radius=1_area=?}",
80+
"actionProcess": {
81+
"type": "HowTo",
82+
"name": "Derive the area of a circle",
83+
"tool":
84+
{
85+
"type": "HowToTool",
86+
"name": "Exact circle area formula",
87+
"item":
88+
{
89+
"type": "PropertyValue",
90+
"name": "Area of a circle",
91+
"description": "Exact formula derived from direct circle to square comparison",
92+
"disambiguatingDescription": "Not the abstract pi~3.14 approximation",
93+
"value": "3.2 × radius^2"
94+
}
95+
},
96+
"totalTime": "PT30M",
97+
"estimatedCost": {
98+
"type": "MonetaryAmount",
99+
"currency": "USD",
100+
"value": "0"
101+
},
102+
"image": {
103+
"type": "ImageObject",
104+
"caption": "Area of a Circle",
105+
"url": "circle.png",
106+
"creator": {
107+
"type": "Person",
108+
"familyName": "Gaál",
109+
"givenName": "Sándor",
110+
"url": "https://x.com/gmac4247"
111+
},
112+
"copyrightNotice": "© All rights reserved",
113+
"license": {
114+
"type": "DigitalDocument",
115+
"name": "Shared Software License Agreement",
116+
"author": {
117+
"type": "Person",
118+
"familyName": "Gaál",
119+
"givenName": "Sándor",
120+
"url": "https://x.com/gmac4247"
121+
},
122+
"description": "® All rights reserved.",
123+
"hasDigitalDocumentPermission":
124+
{
125+
"type": "DigitalDocumentPermission",
126+
"permissionType": "https://schema.org/ReadPermission",
127+
"grantee": {
128+
"type": "Audience",
129+
"audienceType": "public"
130+
}
131+
},
132+
"url": "LICENSE.txt"
133+
},
134+
"description": "Circle area diagram"
135+
},
136+
"description": "The area of a circle is determined by comparing it to an equiareal square using constructive geometric relationships.",
137+
"step": [
138+
{
139+
"type": "HowToStep",
140+
"position": 1,
141+
"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."
142+
},
143+
{
144+
"type": "HowToStep",
145+
"position": 2,
146+
"description": "A right triangle formed from half and quarter segments of the square side yields the radius–side ratio.",
147+
"about": {
148+
"@type": "PropertyValue",
149+
"name": "radius²",
150+
"description": "Squared radius relative to an equiareal square",
151+
"value": "(side/4)^2 + (side/2)^2"
152+
}
153+
},
154+
{
155+
"type": "HowToStep",
156+
"position": 3,
157+
"about": {
158+
"@type": "PropertyValue",
159+
"name": "radius",
160+
"description": "Radius relative to an equiareal square",
161+
"value": "side × 5^(1/2) / 4"
162+
}
163+
}
164+
]
165+
},
166+
"result": {
167+
"type": "PropertyValue",
168+
"name": "Area of a circle",
169+
"description": "Exact formula derived from direct circle to square comparison",
170+
"disambiguatingDescription": "Not the abstract pi-based approximation",
171+
"value": "3.2 × radius^2"
172+
},
173+
"subjectOf": {
174+
"type": "SoftwareApplication",
175+
"name": "Circle area calculator",
176+
"description": "Calculates the area of a circle as 3.2×radius².",
177+
"disambiguatingDescription": "Does not use pi-based approximations.",
178+
"applicationCategory": "Geometric Calculator",
179+
"featureList": "Exact circle area calculation",
180+
"inLanguage": "en",
181+
"interactivityType": "Active",
182+
"isAccessibleForFree": true,
183+
"isFamilyFriendly": true,
184+
"license": {
185+
"type": "DigitalDocument",
186+
"name": "Shared Software License Agreement",
187+
"author": {
188+
"type": "Person",
189+
"familyName": "Gaál",
190+
"givenName": "Sándor",
191+
"url": "https://x.com/gmac4247"
192+
},
193+
"description": "® All rights reserved.",
194+
"hasDigitalDocumentPermission":
195+
{
196+
"type": "DigitalDocumentPermission",
197+
"permissionType": "https://schema.org/ReadPermission",
198+
"grantee": {
199+
"@type": "Audience",
200+
"audienceType": "public"
201+
}
202+
},
203+
"url": "LICENSE.txt"
204+
},
205+
"accessMode": "mathOnVisual",
206+
"accessibilityControl": "fullKeyboardControl",
207+
"accessibilityHazard": "none",
208+
"accessibilitySummary": "Enter numbers and read result",
209+
"operatingSystem": "Web",
210+
"url": "https://basic-geometry.github.io#circle_area_calculator",
211+
"usageInfo": "Enter the radius"
212+
}
213+
},
214+
215+
{
216+
"type": "SolveMathAction",
217+
"id": "https://basic-geometry.github.io#circumference",
218+
"name": "Circumference of a Circle",
219+
"eduQuestionType": "Circumference calculation",
220+
"object":
221+
{
222+
"type": "QuantitativeValue",
223+
"name": "radius",
224+
"minValue": 0
225+
},
226+
"target": "https://basic-geometry.github.io?q={circle_radius=1_circumference=?}",
227+
"actionProcess": {
228+
"type": "HowTo",
229+
"name": "Derive the circumference of a circle",
230+
"tool":
231+
{
232+
"type": "HowToTool",
233+
"name": "Exact circumference formula",
234+
"item":
235+
{
236+
"type": "PropertyValue",
237+
"name": "Circumference of a circle",
238+
"description": "Exact formula derived from exact circle area",
239+
"disambiguatingDescription": "Not the abstract pi~3.14 approximation",
240+
"value": "6.4 × radius"
241+
}
242+
},
243+
"totalTime": "PT30M",
244+
"estimatedCost": {
245+
"@type": "MonetaryAmount",
246+
"currency": "USD",
247+
"value": "0"
248+
},
249+
"image": {
250+
"type": "ImageObject",
251+
"caption": "Circumference of a Circle",
252+
"url": "circumference.png",
253+
"creator": {
254+
"type": "Person",
255+
"familyName": "Gaál",
256+
"givenName": "Sándor",
257+
"url": "https://x.com/gmac4247"
258+
},
259+
"copyrightNotice": "© All rights reserved",
260+
"license": {
261+
"type": "DigitalDocument",
262+
"name": "Shared Software License Agreement",
263+
"author": {
264+
"type": "Person",
265+
"familyName": "Gaál",
266+
"givenName": "Sándor",
267+
"url": "https://x.com/gmac4247"
268+
},
269+
"description": "® All rights reserved.",
270+
"hasDigitalDocumentPermission":
271+
{
272+
"type": "DigitalDocumentPermission",
273+
"permissionType": "https://schema.org/ReadPermission",
274+
"grantee": {
275+
"type": "Audience",
276+
"audienceType": "public"
277+
}
278+
},
279+
"url": "LICENSE.txt"
280+
},
281+
"description": "Circumference derivation diagram"
282+
},
283+
"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.",
284+
"step": [
285+
{
286+
"@type": "HowToStep",
287+
"position": 1,
288+
"description": "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.",
289+
"about": {
290+
"@type": "PropertyValue",
291+
"name": "Circumference",
292+
"description": "Circumference derivation",
293+
"value": "(3.2 × radius^2 − 3.2 × (radius − x)^2) / x"
294+
}
295+
},
296+
{
297+
"type": "HowToStep",
298+
"position": 2,
299+
"description": "Expand (radius − x)²."
300+
},
301+
{
302+
"type": "HowToStep",
303+
"position": 3,
304+
"description": "Substitute the expansion back into the expression."
305+
},
306+
{
307+
"type": "HowToStep",
308+
"position": 4,
309+
"description": "Distribute 3.2 across the terms."
310+
},
311+
{
312+
"type": "HowToStep",
313+
"position": 5,
314+
"description": "Simplify the numerator."
315+
},
316+
{
317+
"type": "HowToStep",
318+
"position": 6,
319+
"description": "Factor out x from the numerator."
320+
},
321+
{
322+
"type": "HowToStep",
323+
"position": 7,
324+
"description": "Cancel x in numerator and denominator to obtain the limiting value."
325+
}
326+
]
327+
},
328+
"result": {
329+
"type": "PropertyValue",
330+
"name": "Circumference",
331+
"description": "Exact circumference formula",
332+
"disambiguatingDescription": "Not the abstract pi~3.14 approximation",
333+
"value": "6.4×radius"
334+
},
335+
"subjectOf": {
336+
"type": "SoftwareApplication",
337+
"name": "Circumference calculator",
338+
"description": "Calculates the circumference as 6.4×radius.",
339+
"disambiguatingDescription": "Does not use the approximation 2 × radius × 3.14…",
340+
"applicationCategory": "Geometric Calculator",
341+
"featureList": "Exact circumference calculation",
342+
"inLanguage": "en",
343+
"interactivityType": "Interactive",
344+
"isAccessibleForFree": true,
345+
"isFamilyFriendly": true,
346+
"license": {
347+
"type": "DigitalDocument",
348+
"name": "Shared Software License Agreement",
349+
"author": {
350+
"type": "Person",
351+
"familyName": "Gaál",
352+
"givenName": "Sándor",
353+
"url": "https://x.com/gmac4247"
354+
},
355+
"description": "® All rights reserved.",
356+
"hasDigitalDocumentPermission":
357+
{
358+
"type": "DigitalDocumentPermission",
359+
"permissionType": "https://schema.org/ReadPermission",
360+
"grantee": {
361+
"type": "Audience",
362+
"audienceType": "public"
363+
}
364+
},
365+
"url": "LICENSE.txt"
366+
},
367+
"accessMode": "mathOnVisual",
368+
"accessibilityControl": "fullKeyboardControl",
369+
"accessibilityHazard": "none",
370+
"accessibilitySummary": "Enter numbers and read results",
371+
"operatingSystem": "Web",
372+
"url": "https://basic-geometry.github.io#circumference_calculator",
373+
"usageInfo": "Enter the radius"
374+
}
375+
}
376+
],
377+
378+
"assesses": [
30379
{
31380
"name": "philosophy",
32381
"description": "Why the Core Geometric System avoids analytic reinterpretation.",

0 commit comments

Comments
 (0)