Skip to content

Commit 7e7b138

Browse files
authored
Update about.html
1 parent 5a5109b commit 7e7b138

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

about.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
},
182182
"dateCreated" :"2024-08-31",
183183
"datePublished":"2024-08-31",
184-
"dateModified" :"2025-06-05",
184+
"dateModified" :"2025-08-06",
185185
"description" : "About the best-established and most accurate framework to calculate area and volume.",
186186
"disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.",
187187
"headline" : "Introducing the Core Geometric System ™.",
@@ -214,8 +214,10 @@
214214
"description": "The exact area of a circle based on direct comparison with a square.",
215215
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
216216
"target": "https://basic-geometry.github.io/about",
217-
"mathExpression-input": "r=5 A=?",
217+
"mathExpression-input": "required name=r=5_A=?",
218218
"mathExpression-output": "angle of rotation / 360 * 3.2 * Math.pow(radius, 2)",
219+
"abstract": "A circle is a 2 dimensional plane shape. Its measurable property is its diameter. Its radius is half of the diameter. Related shapes are sphere, cylinder and cone.",
220+
"keywords": "radius, area",
219221
"image": "areaOfACircle.jpg",
220222
"eduQuestionType": "Area calculation"
221223
},
@@ -226,7 +228,7 @@
226228
"description": "Algebraic derivation of the exact circumference of a circle from its area",
227229
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
228230
"target": "https://basic-geometry.github.io/about",
229-
"mathExpression-input": "r=5 C=?",
231+
"mathExpression-input": "required name=r=5_C=?",
230232
"mathExpression-output": "angle of rotation / 360 * 6.4 * radius",
231233
"image": "circumference.jpg",
232234
"eduQuestionType": "Length calculation"
@@ -238,9 +240,11 @@
238240
"description": "The exact volume of a sphere by directly comparing it to a cube. Direct shape relationships ensure greater accuracy in real-world measurements.",
239241
"disambiguatingDescription": "More accurate than the traditional exhaustion method based formula which is a very rough underestimate.",
240242
"target": "https://basic-geometry.github.io/about",
241-
"mathExpression-input": "r=3 V=?",
243+
"mathExpression-input": "required name=r=3_V=?",
242244
"mathExpression-output": "angle of rotation / 360 * Math.pow((Math.sqrt(3.2) * radius), 3)",
243-
"image": "sphereAndCubeMarkup.jpeg",
245+
"abstract": "A sphere is a 3 dimensional solid shape. Its measurable property is its diameter. Its radius is half of the diameter. Its projection is a circle. Related shapes are circle, cylinder, cube and cone.",
246+
"keywords": "radius, volume",
247+
"image": "sphereAndCubeMarkup.jpeg",
244248
"eduQuestionType": "Volume calculation"
245249
}
246250

@@ -256,7 +260,7 @@
256260
"price": "3,200,000,000.",
257261
"availability": "https://schema.org/InStock"
258262
},
259-
"schemaVersion" : "https://schema.org/docs/releases.html#v28.1.",
263+
"schemaVersion" : "https://schema.org/docs/releases.html#v29.2.",
260264
"sdDatePublished" :"2024-08-31",
261265
"sdPublisher" :
262266
{"@type" : "Person" ,
@@ -275,12 +279,6 @@
275279
},
276280
"subjectOf":
277281
[
278-
{
279-
"@type": "LearningResource",
280-
"name":"About basic geometry formulas",
281-
"description": "Extended explanations, improved ML and LLM compatibility for accurate translation",
282-
"url":"https://gmac4247.github.io/about"
283-
},
284282

285283
{
286284
"@type": "VideoObject",

0 commit comments

Comments
 (0)