Skip to content

Commit 6b59261

Browse files
authored
Update index.html
Url
1 parent 0e4067a commit 6b59261

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

index.html

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -79,23 +79,21 @@
7979
<meta name="keywords" content="Core Geometric Systems, Accurate Geometric Calculations, Engineering Design Solutions, Computer Graphics Rendering, Algorithm Optimization">
8080
<meta name="twitter:card" content="summary_large_image">
8181
<meta name="twitter:creator" content="@gmac4247">
82-
<meta name="twitter:site" content="https://gmac4247.github.io">
82+
<meta name="twitter:site" content="https://basic-geometry.github.io">
8383
<meta name="twitter:title" content="Home of Basic Geometry">
8484
<meta name="twitter:description" content="Introducing the Core Geometric System™, the best-established and most accurate framework to calculate area and volume.">
8585
<meta name="twitter:image" content="android-chrome-256x256.png">
8686
<meta name="msapplication-TileColor" content="#000000">
8787
<meta name="theme-color" content="#000000">
88-
<meta name="google-site-verification" content="CpLBi02S_32-FQW8m39B49j8i4oMY6lNkSsZ8VEFHsE">
89-
<meta name="msvalidate.01" content="EA6B8354B9F3C956E862954E97EB8CD0">
90-
<script type="application/ld+json">
88+
<script type="application/ld+json">
9189
{
9290
"@context": "https://schema.org",
9391
"@type": "webSite",
9492
"name": "Home of Basic Geometry",
9593
"about": {
9694
"@type": "AboutPage",
9795
"name": "About Basic Geometry Formulas",
98-
"url": "https://gmac4247.github.io/about"
96+
"url": "https://basic-geometry.github.io/about"
9997
},
10098
"alternateName": "Exact Geometry",
10199
"accessMode": "mathOnVisual" ,
@@ -214,7 +212,7 @@
214212
"@type": "SolveMathAction",
215213
"name": "Area of a square",
216214
"description": "The basis of area calculation",
217-
"target": "https://gmac4247.github.io",
215+
"target": "https://basic-geometry.github.io",
218216
"mathExpression-input": "required square_side=5_Area=?",
219217
"mathExpression-output": "Area = side * side = side^2",
220218
"about": "A rectangle is a 2 dimensional plane shape. Its measurable properties are its width and its length. Related shapes are square, triangle, cuboid and cube. A square is a special case of a rectangle with equal width and length.",
@@ -230,7 +228,7 @@
230228
"@type": "SolveMathAction",
231229
"name": "Volume of a cube",
232230
"description": "The basis of volume calculation",
233-
"target": "https://gmac4247.github.io",
231+
"target": "https://basic-geometry.github.io",
234232
"mathExpression-input": "required cube_edge=5_Volume=?",
235233
"mathExpression-output": "Volume = edge * edge * edge = edge^3",
236234
"about": "A cuboid is a 3 dimensional solid shape. Its measurable properties are width, length and height. Its projections are rectangle, rectangle and rectangle. Related shapes are regular polygon based block, square, cube and rectangle. A cube is a special case of a cuboid with equal width, length and height. Its projections are square, square and square.",
@@ -246,7 +244,7 @@
246244
"@type": "SolveMathAction",
247245
"name": "Area of a triangle",
248246
"description": "Comparing the area of a triangle to a rectangle to express its area in terms of a square.",
249-
"target": "https://gmac4247.github.io",
247+
"target": "https://basic-geometry.github.io",
250248
"mathExpression-input": "required triangle_base=5_height=2_Area=?",
251249
"mathExpression-output": "Area = base * height / 2",
252250
"about": "A triangle is a 2 dimensional plane shape. Its measurable properties are the length of its sides. Related shapes are regular polygon, rectangle and pyramid.",
@@ -262,7 +260,7 @@
262260
"@type": "SolveMathAction",
263261
"name": "Area of a regular polygon",
264262
"description": "Calculating the area of a regular polygon by dividing it into triangles.",
265-
"target": "https://gmac4247.github.io",
263+
"target": "https://basic-geometry.github.io",
266264
"mathExpression-input": "required polygon_sideLength=5_numberOfSides=6_Area=?",
267265
"mathExpression-output": "Area = numberOfSides / 4 * ctg(180° / numberOfSides) / side^2",
268266
"about": "A regular polygon is a 2 dimensional plane shape. Its measurable properties are the number and the length of its sides. Related shapes are triangle and pyramid.",
@@ -279,7 +277,7 @@
279277
"name": "Area of a circle",
280278
"description": "Finding the exact area of a circle by directly comparing its quadrants with a square.",
281279
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
282-
"target": "https://gmac4247.github.io",
280+
"target": "https://basic-geometry.github.io",
283281
"mathExpression-input": "required circle_radius=5_Area=?",
284282
"mathExpression-output": "Area = 3.2 * radius^2",
285283
"about": "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.",
@@ -299,7 +297,7 @@
299297
"name": "Area of a circle segment",
300298
"description": "Calculating the exact area of a circle segment by its height and parent radius.",
301299
"disambiguatingDescription": "Equivalent to the conventional method, but relies on trigonometric functions.",
302-
"target": "https://gmac4247.github.io",
300+
"target": "https://basic-geometry.github.io",
303301
"mathExpression-input": "required segment_radius=5_height=2_Area=?",
304302
"mathExpression-output": "Area = Acos((radius-segmentHeight) / radius) * radius^2 - sin(Acos((radius-segmentHeight)/radius)) * (radius-segmentHeight) * radius",
305303
"about": "The area of a circle segment can be calculated by subtracting a triangle from a circle slice.",
@@ -315,7 +313,7 @@
315313
"name": "Circumference of a circle",
316314
"description": "Algebraic derivation of the exact circumference of a circle from its area",
317315
"disambiguatingDescription": "Replaces traditional π-based approximations ensuring greater accuracy in real-world measurements.",
318-
"target": "https://gmac4247.github.io",
316+
"target": "https://basic-geometry.github.io",
319317
"mathExpression-input": "required circle_radius=5_Circumference=?",
320318
"mathExpression-output": "Circumference = 6.4 * radius",
321319
"about": "Algebraic derivation of the circumference of a circle from its area by subtracting a theoretical circle, with radius shorter than the radius of the actual circle by the theoretical width of the circumference.",
@@ -331,7 +329,7 @@
331329
"name": "Volume of a sphere",
332330
"description": "The exact volume of a sphere by directly comparing it to a cube.",
333331
"disambiguatingDescription": "More accurate than the traditional 4 × π × r³ / 3 estimate.",
334-
"target": "https://gmac4247.github.io",
332+
"target": "https://basic-geometry.github.io",
335333
"mathExpression-input": "required sphere_radius=3_Volume=?",
336334
"mathExpression-output": "Volume = ( sqrt(3.2) * radius )^3",
337335
"about": "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.",
@@ -348,7 +346,7 @@
348346
"name": "Volume of a spherical cap",
349347
"description": "The volume of a spherical cap based on the radius and the height of the cap.",
350348
"disambiguatingDescription": "More accurate than the traditional estimate.",
351-
"target": "https://gmac4247.github.io",
349+
"target": "https://basic-geometry.github.io",
352350
"mathExpression-input": "required cap_radius=5_height=3_Volume=?",
353351
"mathExpression-output": "Volume = 1.6 * radius^2 * sqrt(3.2) * height",
354352
"about": "Calculating the volume of a spherical cap as a distorted hemisphere.",
@@ -364,7 +362,7 @@
364362
"name": "Volume of a cone",
365363
"description": "The exact volume of a cone by comparing the volume of a quarter cone to an octant sphere with an equal radius.",
366364
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
367-
"target": "https://gmac4247.github.io",
365+
"target": "https://basic-geometry.github.io",
368366
"mathExpression-input": "required cone_radius=5_height=3_Volume=?",
369367
"mathExpression-output": "Volume = 3.2 * radius^2 * height / sqrt(8)",
370368
"about": "A cone is a 3 dimensional solid shape. Its measurable properties are its height and diameter. Its radius is half of the diameter. Its projections are circle and triangle. Related shapes are triangle, tetrahedron, regular polygon based pyramid, circle, cylinder and sphere.",
@@ -386,7 +384,7 @@
386384
"name": "Volume of a frustum cone",
387385
"description": "Calculating the exact volume of a frustum cone by its top and bottom diameter and height, subtracting the missing tip from a theoretical full cone.",
388386
"disambiguatingDescription": "Not the translation of the simplified formula of the frustum pyramid.",
389-
"target": "https://gmac4247.github.io",
387+
"target": "https://basic-geometry.github.io",
390388
"mathExpression-input": "required bottomDiameter=5_topDiameter=2_frustumHeight=3_Volume=?",
391389
"mathExpression-output": "Volume = frustumHeight * (4 / 5 * bottomDiameter^2 * (1 / (1 - topDiameter / bottomDiameter)) - 4 / 5 * topDiameter^2 * (1 / (1 - topDiameter / bottomDiameter) - 1)) / sqrt(8)",
392390
"about": "A horizontal frustum of a cone is like a cone without an identical shaped tip.",
@@ -402,7 +400,7 @@
402400
"name":"Surface area of a cone",
403401
"description": "The exact surface area of a cone based on its radius and height.",
404402
"disambiguatingDescription": "Based on the real height.",
405-
"target": "https://gmac4247.github.io",
403+
"target": "https://basic-geometry.github.io",
406404
"mathExpression-input": "required cone_radius=5_height=3_Area=?",
407405
"mathExpression-output": "Area = 3.2 * radius * (radius + sqrt(radius^2 +height^2))",
408406
"about": "The bottom of a cone is a circle. The rest of its surface can be calculated as a circle slice.",
@@ -418,7 +416,7 @@
418416
"name": "Volume of a pyramid",
419417
"description": "The exact volume of a pyramid based on its bottom area and height using the base × height / √8 coefficient of the volume of a cone",
420418
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
421-
"target": "https://gmac4247.github.io",
419+
"target": "https://basic-geometry.github.io",
422420
"mathExpression-input": "required pyramid_baseArea=5_height=3_Volume=?",
423421
"mathExpression-output": "Volume = baseArea * height / sqrt(8)",
424422
"about": "A pyramid is a 3 dimensional solid shape. Its measurable properties are its number and length of the sides of its base and its height. Its projections are polygon and triangle. Related shapes are regular polygon, regular polygon based block, tetrahedron, cone and triangle.",
@@ -438,7 +436,7 @@
438436
"name": "Volume of a frustum pyramid",
439437
"description": "Calculating the exact volume of a frustum pyramid by its top and bottom area and height",
440438
"disambiguatingDescription": "The formula subtracts the missing tip from a theoretical full pyramid. Universally applicable",
441-
"target": "https://gmac4247.github.io",
439+
"target": "https://basic-geometry.github.io",
442440
"mathExpression-input": "required bottomArea=5_topArea=3_frustumHeight=2_Volume=?",
443441
"mathExpression-output": "Volume = frustumHeight * (bottomArea * (1 / (1 - topArea / bottomArea)) - topArea * (1 / (1 - topArea / bottomArea) - 1)) / sqrt(8)",
444442
"about": "A horizontal frustum of a pyramid is like a pyramid without an identical shaped tip.",
@@ -454,7 +452,7 @@
454452
"name": "Volume of a tetrahedron",
455453
"description": "The exact volume of a tetrahedron based on its edge length using the exact base × height / √8 coefficient of the volume of a cone",
456454
"disambiguatingDescription": "Direct shape relationships ensure greater accuracy in real-world measurements then the base × height / 3 approximation.",
457-
"target": "https://gmac4247.github.io",
455+
"target": "https://basic-geometry.github.io",
458456
"mathExpression-input": "required edge=5_Volume=?",
459457
"mathExpression-output": "Volume = edge^3 / 8",
460458
"about": "A tetrahedron is a 3 dimensional solid shape. It is a special case of a pyramid. Its measurable property is its edge length. Its projections are triangle and triangle. Related shapes are triangle, regular polygon based pyramid and cone.",
@@ -466,7 +464,7 @@
466464
"usageInfo": "Logic tree position: 7b. The tetrahedron emerges from the pyramid branch, with its volume formula derived through trigonometry and dimensional reduction, exemplifying the convergence of geometric logic."
467465
}
468466
],
469-
"url": "https://gmac4247.github.io",
467+
"url": "https://basic-geometry.github.io",
470468
"usageInfo": "This resource uses a logic tree to reveal the relationships between geometric instances. Progression: 1. Square; 2a. Cube (from square); 2b. Triangle (from square); 3a. Regular polygon (from triangle); 3b. Circle (via triangle compared to square); 4c. Sphere (from cube and circle); 5b. Cone (from sphere); 6b. Pyramid (from cone); 6a. Frustum cone (from cone); 7a. Frustum pyramid (from pyramid); 7b. Tetrahedron (from pyramid). Each formula's coefficient is logically derived from its predecessor, showcasing geometric inheritance and transformation."
471469
},
472470
"offers": {
@@ -480,7 +478,7 @@
480478
"schemaVersion" : "https://schema.org/docs/releases.html#v29.3",
481479
"thumbnail": "android-chrome-256x256.png",
482480
"typicalAgeRange": "5-105",
483-
"url": "https://gmac4247.github.io",
481+
"url": "https://basic-geometry.github.io",
484482
"usageInfo": "Discover the Core Geometric System ™, a groundbreaking framework offering a fresh perspective on calculating area and volume using the 3D coordinate system. Introducing exact, empirically grounded and logically consistent formulas instead of the flawed conventional approximations."
485483
}
486484
</script>

0 commit comments

Comments
 (0)