Skip to content

Commit 950957d

Browse files
authored
Update about.html
1 parent a0764f6 commit 950957d

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

about.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ <h1 style="font-size:160%;margin:7px">About the Core Geometric System ™</h1>
9696
<br>
9797
<br>
9898
<article>
99-
<section itemscope itemtype="http://schema.org/Article">
100-
<h2 itemprop="about" style="margin:12px">Once around 2018 I was wondering how to calculate the area of a circle.</h2>
99+
<h2 style="margin:12px">Once around 2018 I was wondering how to calculate the area of a circle.</h2>
101100
<br>
102-
<section><h2 itemprop="disambiguatingDescription" style="margin:12px">I remembered the number 3.14 called the pi, but I was interested in the logic of comparing the circle to a square.</h2>
101+
<section itemscope itemtype="http://schema.org/Article">
102+
<h2 itemprop="disambiguatingDescription" style="margin:12px">I remembered the number 3.14 called the pi, but I was interested in the logic of comparing the circle to a square.</h2>
103103
<p style="margin:12px">Because the square is the basis of area calculation. That is why we use square units.
104104
<br>
105105
The only problem with that was that the circle is not square. I have figured that the circle can be cut into four and then I get four right angles that can be aligned with the vertices of a square.
@@ -137,7 +137,7 @@ <h2 itemprop="about" style="margin:12px">Once around 2018 I was wondering how to
137137
</section>
138138
<br>
139139
<br>
140-
<section>
140+
<section itemscope itemtype="http://schema.org/Article">
141141
<h2 itemprop="description" style="margin:12px">Meanwhile I figured that by extending the area of a circle to 3D, the volume of a sphere equals the cubed value of the square root of its cross-sectional area, just like a cube.</h2>
142142
<p style="margin:12px">It's quite hard to physically accurately measure the volume of a ball, but there's a significant difference between the result of my V=(√(3.2)r)³ formula and the conventional " 4 / 3 × pi × r³ ".
143143
<br>
@@ -164,14 +164,14 @@ <h2 itemprop="description" style="margin:12px">Meanwhile I figured that by exten
164164
</section>
165165
<br>
166166
<br>
167-
<section>
167+
<section itemscope itemtype="http://schema.org/Article">
168168
<h2 itemprop="description" style="margin:12px">I have derived the volume of a cone by comparing a vertical quadrant of a cone to an octant of a sphere.</h2>
169169
<p style="margin:12px">First I made a mistake in that. I knew that the height has to be divided by 2, not 3 as they usually do it, but I confused the vertical height with the slant height and I divided it by 2 only once, instead of twice. That resulted in an error.
170170
</p>
171171
</section>
172172
<br>
173173
<br>
174-
<section>
174+
<section itemscope itemtype="http://schema.org/Article">
175175
<h2 itemprop="description" style="margin:12px">In early 2020 there were news about that online education was introduced because of the pandemic.</h2>
176176
<p style="margin:12px">I thought it was time to share my discoveries online, so I went to the local public library to publish them on a webpage. My volume formula for a cone and a pyramid was undeveloped and I didn't have much web development skills but I had to start somewhere. My attention was divided by lots of details in both geometry and IT.
177177
<br>
@@ -213,7 +213,7 @@ <h2 itemprop="description" style="margin:12px">In early 2020 there were news abo
213213
<p itemprop="description" style="margin:12px">Exactly determining the properties of different shapes is in the scope.</p>
214214
<br>
215215
<br>
216-
<h2 style="margin:12px">I named my framework the Core Geometric System ™ and put the trademark symbol on it to indicate that this not just another abstract geometric system.</h2>
216+
<h2 itemprop="description" style="margin:12px">I named my framework the Core Geometric System ™ and put the trademark symbol on it to indicate that this not just another abstract geometric system.</h2>
217217
<p style="margin:12px">The name reflects that my logic is built in accordance with the core principles of elementary mathematics. That is something that people assume of the conventional one and they have no idea how badly it deviated from that.
218218
<br>
219219
<br>
@@ -225,7 +225,7 @@ <h2 style="margin:12px">I named my framework the Core Geometric System ™ and p
225225
</section>
226226
<br>
227227
<br>
228-
<section>
228+
<section itemscope itemtype="http://schema.org/Article">
229229
<h2 itemprop="description" style="margin:12px">In 2024 I fixed the numeric value for my cone and pyramid volume formula. </h2>
230230
<p style="margin:12px">I'm sorry about that I had presented a wrong number for such a long time, but at least my logic was closer to reality.
231231
<br>
@@ -246,7 +246,7 @@ <h2 itemprop="description" style="margin:12px">In 2024 I fixed the numeric value
246246
</section>
247247
<br>
248248
<br>
249-
<section>
249+
<section itemscope itemtype="http://schema.org/Article">
250250
<h2 itemprop="usageInfo" style="margin:12px">While trying to explain it to others, I have found that different people have different levels of education.</h2>
251251
<p style="margin:12px">I thought I can't just start the explanation with the numbers and basic operations.
252252
<br>
@@ -268,7 +268,6 @@ <h2 itemprop="usageInfo" style="margin:12px">While trying to explain it to other
268268
Thank you for reading this and thanks to everyone making it possible.
269269
</p>
270270
</section>
271-
</section>
272271
</article>
273272
<br>
274273
<br>

0 commit comments

Comments
 (0)