-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (88 loc) · 4.27 KB
/
index.html
File metadata and controls
104 lines (88 loc) · 4.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>future AI x dignity</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: #333;
}
h1 {
color: #2c3e50;
border-bottom: 2px solid #eee;
padding-bottom: 10px;
}
h2 {
color: #34495e;
margin-top: 30px;
}
h3 {
color: #555;
}
a {
color: #3498db;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.subtitle {
font-weight: bold;
font-size: 1.1em;
margin-bottom: 20px;
}
.section {
margin-bottom: 25px;
}
.link-list {
margin-left: 20px;
}
</style>
</head>
<body>
<h1>future AI x dignity</h1>
<div class="subtitle">Subtitle: Two-Year Zero-Incident Report and Primary Sources</div>
<div class="section">
<h2>Project Overview and Essence</h2>
<p>This project is a record of the support philosophy "translation of dignity through technology" born from 14 years of practical technology support for my 77-year-old mother.</p>
<p>From 2023 to 2025, over two years, we achieved zero fraud incidents, minimized technical troubles, and enhanced my mother's autonomy simultaneously. This demonstrates the effectiveness of the design philosophy "translation, not management" and "suggestions, not commands."</p>
<p>While conventional elderly support tends toward "management" or "simplification," undermining the dignity of those being supported, my approach supports technology utilization while maximizing respect for my mother's intelligence and judgment.</p>
<p>By publishing this practical record under MIT License, we provide concrete solutions for those facing similar challenges.</p>
</div>
<div class="section">
<h2>Academic Paper</h2>
<p>The theoretical background of this project is explained in detail in the paper published on Academia.edu. Please use the link below.</p>
<p><strong>Paper Title</strong>: "<a href="https://www.academia.edu/130269659/future_AI_x_dignity_Two_Year_Zero_Incident_Report_and_Primary_Sources
">future AI x dignity</a>" <br>
<strong>Subtitle: Two-Year Zero-Incident Report and Primary Sources</strong></p>
</div>
<div class="section">
<h2>Project Materials</h2>
<div class="link-list">
<h3><a href="photos.html">1. Mother's "Windows to the Heart" Photo Collection</a></h3>
<p>17 photos of flowers and grass taken by my mother, who has mobility limitations, while avoiding buildings and signs. They reflect her aesthetic sense grounded in the fundamentals of flower arranging.</p>
<h3><a href="note-translation.html">2. Mother's Notes - A Collection of Life Stories</a></h3>
<p>Translation of mother's note, followed by a link to the relevant article for fact-checking that there was mention of a 77-year-old applicant, though she did not win.</p>
<h3><a href="faq.html">3. FAQ (Frequently Asked Questions)</a></h3>
<p>Details about the project, implementation methods, and applicability. Covering a wide range from proof of my mother's existence to technical questions.</p>
</div>
</div>
<div class="section">
<h2>License</h2>
<p>This project is published under MIT License. Please feel free to use, modify, and redistribute within the scope of the MIT License.</p>
</div>
<div class="section">
<h2>About</h2>
<p>For more projects and code repositories, visit <a href="https://github.com/trgr-karasutoragara">https://github.com/trgr-karasutoragara</a></p>
</div>
<footer style="margin-top: 50px; padding-top: 20px; border-top: 1px solid #eee; text-align: center; color: #666; font-size: 0.9em;">
<p>© 2025 Trgr KarasuToragara. All rights reserved.</p>
</footer>
</body>
</html>