This document provides detailed documentation of the nine personal data categories contained within the #personal-data table in index.html Each category organizes specific types of biographical information using semantic HTML table rows with standardized structure.
For documentation of the overall HTML structure and table schema, see Content Structure and Data Model. For information about external platform links and navigation, see Social Media Integration.
The personal data table in index.html47-293 organizes biographical information into nine distinct categories. Each category uses HTML table rows (<tr>) with header cells (<th scope="row">) and data cells (<td>). Categories are distinguished by their semantic grouping, use of rowspan attributes for multi-value fields, and temporal encoding using <time> elements.
The following table summarizes all nine data categories and their structural characteristics:
| Category | Line Range | Row Count | Multi-Value Fields | Temporal Data |
|---|---|---|---|---|
| Identity | 48-77 | 5 | None | Date of birth |
| Location | 79-94 | 3 | None | None |
| Demographics | 96-106 | 3 | None | None |
| Work/Finance | 108-135 | 4 | Occupation (2) | Occupation timelines |
| Physical | 137-155 | 5 | None | None |
| Preferences | 157-163 | 2 | None | None |
| Skills | 165-184 | 5 | Languages (2), Programming languages (3) | None |
| Medical | 186-231 | 7 | Medical conditions (7) | Condition onset dates |
| Education | 233-292 | 5 | Education (5) | Institution date ranges |
Sources: index.html47-293
Sources: index.html47-293
The identity category contains five fundamental identification fields that establish personal identity. This is the first category in the table.
| Field | Line Range | HTML Structure | Data Type |
|---|---|---|---|
| Professional name | 48-54 | th + td with lang="ja" | Text with Japanese annotation |
| Birth name | 56-63 | th + td with <ruby> | Structured multilingual name |
| Date of birth | 65-69 | th + td with <time> | ISO 8601 datetime with timezone |
| Pronouns | 71-73 | th + td | Text |
| Gender | 75-77 | th + td | Text |
The professional name field index.html48-54 uses a simple bilingual format:
<span lang="ja">ゆうき</span> (hiragana)The birth name field index.html56-63 demonstrates complex multilingual encoding:
<ruby>: <span lang="ja">金野 裕希</span> with reading <rt lang="ja-Hira">こんの ゆうき</rt><i lang="ja-Latn">Konno Yūki</i>The date of birth index.html67 uses semantic <time> element:
<time datetime="1994-05-17T01:56+09:00">May 17, 1994 1:56 AM JST</time>
Sources: index.html48-77
The location category contains three geographic fields describing current and historical locations.
| Field | Line Range | Content |
|---|---|---|
| Residence | 79-81 | Karumai, Iwate, Japan |
| Hometown | 83-85 | Esashi, Iwate, Japan |
| Place of birth | 87-94 | Iwate Prefectural Fukuoka Hospital, Ninohe, Iwate, Japan |
The place of birth field index.html87-94 includes:
<small>(<span lang="ja">岩手県立福岡病院</span>)</small><br> separating hospital from citySources: index.html79-94
The demographics category contains three sociocultural classification fields.
| Field | Line Range | Value |
|---|---|---|
| Nationality | 96-98 | Japan |
| Ethnicity | 100-102 | Japanese |
| Religion | 104-106 | Atheist |
All three fields use identical HTML structure: <th scope="row"> followed by simple <td> with plain text.
Sources: index.html96-106
The work/finance category contains four fields describing economic activity and status. This category uses rowspan to represent multiple concurrent occupations.
The occupation field index.html108-127 uses rowspan="2" to represent two concurrent values:
<th scope="row" rowspan="2">Occupation</th>
Occupation 1 - Unemployed index.html110-116:
<time datetime="2010-04-01">April 2010</time>Occupation 2 - Wikid index.html119-126:
<time datetime="2005-09-01">September 2005</time>| Field | Line Range | Value | Format |
|---|---|---|---|
| Income | 129-131 | 70,000 JPY/month (from parents) | Number with currency and source |
| Net worth | 133-135 | 300 USD | Number with currency |
Sources: index.html108-135
The physical category contains five anthropometric and biological measurements.
| Field | Line Range | Value | Format |
|---|---|---|---|
| Height | 137-139 | 163.3 cm (5 ft 4.29 in) | Metric with imperial conversion |
| Weight | 141-143 | 51.3 kg (113 lb) | Metric with imperial conversion |
| BMI | 145-147 | 19.2 | Calculated value |
| Blood type | 149-151 | A+ | ABO classification with Rh factor |
| Handedness | 153-155 | Right-handed | Text description |
All measurements provide dual unit systems where applicable. The BMI value appears to be calculated from height and weight (51.3 / (1.633)² ≈ 19.2).
Sources: index.html137-155
The preferences category contains two personal preference fields.
| Field | Line Range | Value |
|---|---|---|
| Favorite color | 157-159 | White |
| Favorite food | 161-163 | Ōtoro sushi |
Both fields use simple text values. The food preference uses macron diacritical mark (ō) for accurate romanization.
Sources: index.html157-163
The skills category contains five fields describing abilities and proficiencies. This category makes extensive use of rowspan for multi-value fields.
| Field | Line Range | Value |
|---|---|---|
| Game | 165-167 | Shogi (1-dan) |
The languages field index.html169-174 uses rowspan="2":
<th scope="row" rowspan="2">Languages</th>
| Language | Line Range | Proficiency |
|---|---|---|
| Japanese | 170 | native |
| English | 173 | B2 |
The English proficiency uses CEFR (Common European Framework of Reference) level notation.
The programming languages field index.html176-184 uses rowspan="3":
<th scope="row" rowspan="3">Programming languages</th>
| Language | Line Range |
|---|---|
| Python | 177 |
| JavaScript | 180 |
| C++ | 183 |
Each programming language occupies its own <td> row without proficiency levels specified.
Sources: index.html165-184
The medical conditions category contains seven distinct conditions using rowspan="7" index.html186-231 This is the largest multi-value field in the table.
Sources: index.html186-231
| Condition | Line Range | Diagnosis Source | Temporal Data | Ongoing |
|---|---|---|---|---|
| Stuttering | 188-190 | Self-diagnosed | None | N/A |
| Color vision deficiency | 193-196 | Self-diagnosed | None | N/A |
| Allergic rhinitis | 199 | Professional (implied) | None | N/A |
| Varicocele | 203-209 | Professional (implied) | <time datetime="2005">2005</time> - | Yes |
| Non-24-hour sleep-wake disorder | 213-215 | Self-diagnosed | None | N/A |
| Aerophagia | 219-221 | Self-diagnosed | None | N/A |
| COVID-19 | 225-229 | Professional (implied) | <time datetime="2023-08-30">August 2023</time> | No |
Diagnosis annotation pattern: Four conditions (57%) include <small>(self-diagnosed)</small> annotation. Three conditions lack this annotation, implying professional diagnosis.
Temporal encoding pattern: Two conditions include <time> elements:
Sources: index.html186-231
The education category contains five educational institutions listed in reverse chronological order (most recent first), using rowspan="5" index.html233-292 This is the most complex category with extensive temporal and multilingual data.
Sources: index.html233-292
| Institution | Line Range | Period | Status | Japanese Name |
|---|---|---|---|---|
| Ōshū Municipal Esashi First Junior High School | 235-244 | April 2007 - March 2010 | Enrolled, never attended | 奥州市立江刺第一中学校 |
| Wikinder | 248-254 | September 2005 - present | Ongoing | N/A |
| Ōshū Municipal Iwayadō Elementary School | 258-267 | April 2001 - March 2007 Dropped out October 2005 | Incomplete | 奥州市立岩谷堂小学校 |
| Social Welfare Corporation Gyōsenkai Akatsuki Gakuen Akatsuki Gakuen | 271-279 | April 1998 - March 2001 | Completed | 社会福祉法人暁泉会暁学園 暁学園 |
| Iwate Prefectural Esashi Hospital In-Hospital Nursery Center Ayumi Nursery Center | 283-291 | 1994 - March 1998 | Completed | 岩手県立江刺病院院内保育所 あゆみ保育所 |
Each institution uses multiple <time> elements:
Junior High School index.html239-242:
<time datetime="2007-04-01">April 2007</time> - <time datetime="2010-03-31">March 2010</time> (never attended)
Elementary School index.html262-265:
<time datetime="2001-04-01">April 2001</time> - <time datetime="2007-03-31">March 2007</time> (dropped out in <time datetime="2005-10-17">October 2005</time>)
This institution uses three <time> elements: enrollment start, formal end, and actual departure date.
Wikinder index.html251-253:
<time datetime="2005-09-01">September 2005</time> -
Uses single start date with hyphen indicating ongoing status.
All institutions except Wikinder include:
<small>(<span lang="ja">...</span>)</small>The longest institution name is "Social Welfare Corporation Gyōsenkai Akatsuki Gakuen Akatsuki Gakuen" index.html271-272 which contains the parent organization, subsidiary, and facility name.
Sources: index.html233-292
Several data values appear in multiple categories, creating semantic relationships:
| Value | Appears In | Purpose |
|---|---|---|
| Wikinder | Occupation (line 120), Education (line 248) | Simultaneous occupation and education |
| September 2005 | Wikinder occupation start, Wikinder education start | Same entity, same start date |
| October 2005 | Elementary dropout date | Near-coincident with Wikinder start (1 month later) |
| 2005 | Varicocele onset | Same year as educational transition |
The dual appearance of "Wikinder" with identical temporal encoding suggests it functions as both educational institution and occupation simultaneously from September 2005 onward.
Sources: index.html108-292
The following data relationships can be mathematically validated:
BMI Calculation index.html145-147:
Age Calculation (as of document creation):
datetime attributeTimeline Continuity:
Sources: index.html67-265
This wiki is featured in the repository
Refresh this wiki
This wiki was recently refreshed. Please wait 7 days to refresh again.