@jjlmoya/utils-science 1.10.0 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/package.json +2 -1
  2. package/src/category/i18n/de.ts +96 -0
  3. package/src/category/i18n/id.ts +96 -0
  4. package/src/category/i18n/it.ts +96 -0
  5. package/src/category/i18n/ja.ts +96 -0
  6. package/src/category/i18n/ko.ts +96 -0
  7. package/src/category/i18n/nl.ts +96 -0
  8. package/src/category/i18n/pl.ts +96 -0
  9. package/src/category/i18n/pt.ts +96 -0
  10. package/src/category/i18n/ru.ts +96 -0
  11. package/src/category/i18n/sv.ts +96 -0
  12. package/src/category/i18n/tr.ts +96 -0
  13. package/src/category/i18n/zh.ts +96 -0
  14. package/src/category/index.ts +12 -0
  15. package/src/tests/i18n_coverage.test.ts +36 -0
  16. package/src/tests/locale_completeness.test.ts +2 -2
  17. package/src/tests/schemas_fulfillment.test.ts +1 -1
  18. package/src/tests/slug_uniqueness.test.ts +81 -0
  19. package/src/tool/asteroid-impact/i18n/de.ts +194 -0
  20. package/src/tool/asteroid-impact/i18n/en.ts +75 -38
  21. package/src/tool/asteroid-impact/i18n/es.ts +75 -38
  22. package/src/tool/asteroid-impact/i18n/fr.ts +75 -38
  23. package/src/tool/asteroid-impact/i18n/id.ts +194 -0
  24. package/src/tool/asteroid-impact/i18n/it.ts +194 -0
  25. package/src/tool/asteroid-impact/i18n/ja.ts +194 -0
  26. package/src/tool/asteroid-impact/i18n/ko.ts +194 -0
  27. package/src/tool/asteroid-impact/i18n/nl.ts +194 -0
  28. package/src/tool/asteroid-impact/i18n/pl.ts +194 -0
  29. package/src/tool/asteroid-impact/i18n/pt.ts +194 -0
  30. package/src/tool/asteroid-impact/i18n/ru.ts +194 -0
  31. package/src/tool/asteroid-impact/i18n/sv.ts +194 -0
  32. package/src/tool/asteroid-impact/i18n/tr.ts +194 -0
  33. package/src/tool/asteroid-impact/i18n/zh.ts +194 -0
  34. package/src/tool/asteroid-impact/index.ts +13 -1
  35. package/src/tool/cellular-renewal/i18n/de.ts +207 -0
  36. package/src/tool/cellular-renewal/i18n/en.ts +83 -46
  37. package/src/tool/cellular-renewal/i18n/es.ts +83 -46
  38. package/src/tool/cellular-renewal/i18n/fr.ts +83 -46
  39. package/src/tool/cellular-renewal/i18n/id.ts +207 -0
  40. package/src/tool/cellular-renewal/i18n/it.ts +207 -0
  41. package/src/tool/cellular-renewal/i18n/ja.ts +207 -0
  42. package/src/tool/cellular-renewal/i18n/ko.ts +207 -0
  43. package/src/tool/cellular-renewal/i18n/nl.ts +207 -0
  44. package/src/tool/cellular-renewal/i18n/pl.ts +207 -0
  45. package/src/tool/cellular-renewal/i18n/pt.ts +207 -0
  46. package/src/tool/cellular-renewal/i18n/ru.ts +207 -0
  47. package/src/tool/cellular-renewal/i18n/sv.ts +207 -0
  48. package/src/tool/cellular-renewal/i18n/tr.ts +207 -0
  49. package/src/tool/cellular-renewal/i18n/zh.ts +207 -0
  50. package/src/tool/cellular-renewal/index.ts +13 -1
  51. package/src/tool/colony-counter/i18n/de.ts +185 -0
  52. package/src/tool/colony-counter/i18n/en.ts +69 -35
  53. package/src/tool/colony-counter/i18n/es.ts +69 -35
  54. package/src/tool/colony-counter/i18n/fr.ts +69 -35
  55. package/src/tool/colony-counter/i18n/id.ts +185 -0
  56. package/src/tool/colony-counter/i18n/it.ts +185 -0
  57. package/src/tool/colony-counter/i18n/ja.ts +185 -0
  58. package/src/tool/colony-counter/i18n/ko.ts +185 -0
  59. package/src/tool/colony-counter/i18n/nl.ts +185 -0
  60. package/src/tool/colony-counter/i18n/pl.ts +185 -0
  61. package/src/tool/colony-counter/i18n/pt.ts +185 -0
  62. package/src/tool/colony-counter/i18n/ru.ts +185 -0
  63. package/src/tool/colony-counter/i18n/sv.ts +185 -0
  64. package/src/tool/colony-counter/i18n/tr.ts +185 -0
  65. package/src/tool/colony-counter/i18n/zh.ts +185 -0
  66. package/src/tool/colony-counter/index.ts +12 -0
  67. package/src/tool/microwave-detector/i18n/de.ts +204 -0
  68. package/src/tool/microwave-detector/i18n/en.ts +75 -38
  69. package/src/tool/microwave-detector/i18n/es.ts +75 -38
  70. package/src/tool/microwave-detector/i18n/fr.ts +75 -38
  71. package/src/tool/microwave-detector/i18n/id.ts +204 -0
  72. package/src/tool/microwave-detector/i18n/it.ts +204 -0
  73. package/src/tool/microwave-detector/i18n/ja.ts +204 -0
  74. package/src/tool/microwave-detector/i18n/ko.ts +204 -0
  75. package/src/tool/microwave-detector/i18n/nl.ts +204 -0
  76. package/src/tool/microwave-detector/i18n/pl.ts +204 -0
  77. package/src/tool/microwave-detector/i18n/pt.ts +204 -0
  78. package/src/tool/microwave-detector/i18n/ru.ts +204 -0
  79. package/src/tool/microwave-detector/i18n/sv.ts +204 -0
  80. package/src/tool/microwave-detector/i18n/tr.ts +204 -0
  81. package/src/tool/microwave-detector/i18n/zh.ts +204 -0
  82. package/src/tool/microwave-detector/index.ts +13 -1
  83. package/src/tool/simulation-probability/i18n/de.ts +226 -0
  84. package/src/tool/simulation-probability/i18n/en.ts +79 -42
  85. package/src/tool/simulation-probability/i18n/es.ts +79 -42
  86. package/src/tool/simulation-probability/i18n/fr.ts +79 -42
  87. package/src/tool/simulation-probability/i18n/id.ts +226 -0
  88. package/src/tool/simulation-probability/i18n/it.ts +226 -0
  89. package/src/tool/simulation-probability/i18n/ja.ts +226 -0
  90. package/src/tool/simulation-probability/i18n/ko.ts +226 -0
  91. package/src/tool/simulation-probability/i18n/nl.ts +226 -0
  92. package/src/tool/simulation-probability/i18n/pl.ts +226 -0
  93. package/src/tool/simulation-probability/i18n/pt.ts +226 -0
  94. package/src/tool/simulation-probability/i18n/ru.ts +226 -0
  95. package/src/tool/simulation-probability/i18n/sv.ts +226 -0
  96. package/src/tool/simulation-probability/i18n/tr.ts +226 -0
  97. package/src/tool/simulation-probability/i18n/zh.ts +227 -0
  98. package/src/tool/simulation-probability/index.ts +13 -1
@@ -0,0 +1,207 @@
1
+ const slug = 'zellverjuengungs-rechner';
2
+ const description = 'Berechnen Sie, wie viel Prozent Ihres Körpers sich seit Ihrer Geburt erneuert hat. Schätzungen basierend auf der Zellteilungsrate von Organen, Knochen und Geweben. Das Schiff des Theseus greifbar gemacht.';
3
+ const title = 'Zellvorgangs Rechner: Wie viel vom ursprünglichen "Ich" ist noch übrig?';
4
+ const howTo = [
5
+ {
6
+ name: 'Alter anpassen',
7
+ text: 'Schieben Sie den Regler von 1 auf 105 Jahre. Dies ist die wichtigste Variable für die Erneuerungsberechnungen.',
8
+ },
9
+ {
10
+ name: 'Hauptprozentsatz beobachten',
11
+ text: 'Die große Zahl in der Mitte zeigt, wie viel Prozent Ihrer aktuellen Materie "neu" ist (seit der Geburt erneuert).',
12
+ },
13
+ {
14
+ name: 'Fortschrittsbalken analysieren',
15
+ text: 'Jeder Balken steht für ein anderes Gewebe: Haut/Blut, Knochen, Organe und Gehirn. Beachten Sie, wie sich das Gehirn kaum verändert, während sich die Haut ständig erneuert.',
16
+ },
17
+ {
18
+ name: 'Über die eigene Identität nachdenken',
19
+ text: 'Wenn 99% von Ihnen aus neuer Materie bestehen, wer sind Sie dann wirklich? Nutzen Sie dieses Tool als Ausgangspunkt für Überlegungen zur persönlichen Kontinuität und dem Schiff-des-Theseus-Paradoxon.',
20
+ },
21
+ ];
22
+ const faq = [
23
+ {
24
+ question: 'Was genau ist "Zellerneuerung"?',
25
+ answer: 'Es ist der natürliche Prozess, bei dem gealterte oder beschädigte Zellen absterben (Apoptose) und durch neue Zellen ersetzt werden, die durch Mitose (Zellteilung) entstehen. Dieser Zyklus ist wichtig für den Erhalt von funktionsfähigem Gewebe und die Reparatur von Schäden.',
26
+ },
27
+ {
28
+ question: 'Warum erneuert sich das Gehirn so langsam?',
29
+ answer: 'Neuronen in der Großhirnrinde werden vor der Geburt gebildet und teilen sich in der Regel nicht mehr. Dies sorgt für neurologische Stabilität: Ihre grundlegende "Verkabelung" bleibt konstant. Gliazellen erneuern sich jedoch. Erinnerungen werden in Verbindungen gespeichert, nicht in Atomen.',
30
+ },
31
+ {
32
+ question: 'Stimmt es, dass wir alle sieben Jahre "neue Menschen" sind?',
33
+ answer: 'Das ist eine Vereinfachung und nicht ganz korrekt. Ihr Blut erneuert sich in 4 Monaten, Ihre Haut in einem Monat, Ihr Skelett in 10 Jahren. Ihr Gehirn bleibt weitgehend unverändert. Die Zahl 7 Jahre ist historisch (Aristoteles erwähnte sie), aber biologisch gesehen ein ungenauer Durchschnitt.',
34
+ },
35
+ {
36
+ question: 'Wenn mein Körper zu 99% neu ist, bin ich dann noch dieselbe Person?',
37
+ answer: 'Ja. Identität ist eine Kontinuität von Information, Bewusstsein und Erinnerung, nicht von Atomen. Sie sind wie ein Fluss: Das Wasser ändert sich ständig, aber der Fluss bleibt bestehen. Das Schiff-des-Theseus-Paradoxon legt nahe, dass die Identität im Muster liegt, nicht in der Materie.',
38
+ },
39
+ {
40
+ question: 'Welche Gewebe erneuern sich am schnellsten?',
41
+ answer: 'Blut und Haut führen die Liste an. Ihr Knochenmark produziert täglich 200 Milliarden Blutzellen. Sie verlieren ca. 30.000 Hautzellen pro Minute. Deshalb heilen sie so gut und altern so sichtbar: Sie sind in Bezug auf das Zellalter jung.',
42
+ },
43
+ {
44
+ question: 'Erneuert sich die Augenlinse wirklich nicht?',
45
+ answer: 'Korrekt. Die Linsenzellen werden während der Embryonalentwicklung angelegt und bleiben lebenslang erhalten. Mit 100 Jahren könnten die zentralen Zellen Ihrer Linse noch dieselben sein wie im Mutterleib. Es ist eine biologische Zeitkapsel.',
46
+ },
47
+ ];
48
+ import type { ToolLocaleContent } from '../../../types';
49
+
50
+ export const content: ToolLocaleContent = {
51
+ slug,
52
+ title,
53
+ description,
54
+ faqTitle: 'Häufig gestellte Fragen',
55
+ bibliographyTitle: 'Bibliografie',
56
+ ui: {
57
+ copied: 'Kopiert',
58
+ noHistory: 'Kein Verlauf',
59
+ load: 'Laden',
60
+ delete: 'Löschen',
61
+ biologicalTimeline: 'Biologische Zeitachse',
62
+ ageUnit: 'Jahre der Evolution',
63
+ matterNewPercent: 'Ihre Materie ist neu zu',
64
+ atomicRenewal: 'Atomare Erneuerung',
65
+ skinAndBlood: 'Haut und Blut',
66
+ boneRemodeling: 'Knochenumbau',
67
+ organicMatrix: 'Organische Matrix',
68
+ perennialCells: 'Dauerhafte Zellen',
69
+ disclaimerText: 'Berechnungen basieren auf der mittleren Lebensdauer von Zellen gemäß Isotopenstudien. Während sich Blut und Haut in Wochen erneuern, bleiben die Proteine der Augenlinse und große Teile Ihrer Großhirnrinde seit der Embryonalentwicklung erhalten. Physisch sind Sie eine dynamische Struktur in ständigem Fluss.',
70
+ },
71
+ seo: [
72
+ {
73
+ type: 'title',
74
+ text: 'Wie viel von dir ist wirklich "du"? Die Wissenschaft der Zellerneuerung',
75
+ level: 2,
76
+ },
77
+ {
78
+ type: 'paragraph',
79
+ html: 'Ihr Körper ist wie ein Fluss in ständiger Bewegung. Jede Sekunde sterben Millionen von Zellen ab und werden durch neue ersetzt. In sieben Jahren wird praktisch jedes Atom in Ihrem Körper ausgetauscht worden sein. Diese Statistik ist jedoch zutiefst irreführend, da sich verschiedene Teile Ihres Organismus mit radikal unterschiedlichen Geschwindigkeiten erneuern.',
80
+ },
81
+ {
82
+ type: 'paragraph',
83
+ html: 'Dieses Paradoxon, bekannt als das <strong>Schiff-des-Theseus-Paradoxon</strong>, stellt eine uralte Frage: Wenn man alle Teile einer Sache ersetzt, ist es dann immer noch dieselbe Sache? In Ihrem Fall ist dies eine buchstäbliche Frage. Die Atome, aus denen Ihr Körper heute besteht, sind nicht dieselben wie vor zehn Jahren, aber <em>Sie</em> sind immer noch Sie.',
84
+ },
85
+ {
86
+ type: 'title',
87
+ text: 'Zellumschlag: Eine Karte Ihres dynamischen Körpers',
88
+ level: 3,
89
+ },
90
+ {
91
+ type: 'paragraph',
92
+ html: 'Die Erneuerungsgeschwindigkeit variiert je nach Gewebe drastisch:',
93
+ },
94
+ {
95
+ type: 'table',
96
+ headers: ['Gewebe', 'Mittlere Lebensdauer der Zellen', 'Vollständige Erneuerung', 'Beschreibung'],
97
+ rows: [
98
+ ['<strong>Blut</strong>', '120 Tage', '4 Monate', 'Rote Blutkörperchen gehören zu den schnellsten. Ihr Knochenmark produziert täglich 200 Milliarden.'],
99
+ ['<strong>Haut</strong>', '2-4 Wochen', '1 Monat', 'Extrem schnelle Erneuerung. Sie verlieren ca. 30.000 Hautzellen pro Minute.'],
100
+ ['<strong>Knochen</strong>', '10 Jahre', 'Ein Jahrzehnt', 'Das Skelett ist konservativer. Dennoch haben Sie nach 10 Jahren praktisch Ihr gesamtes Skelett ausgetauscht.'],
101
+ ['<strong>Organe</strong>', '15 Jahre', '1,5 Jahrzehnte', 'Die Leber erneuert sich in Monaten. Das Herz in Jahren. Ein Mosaik aus Rhythmen.'],
102
+ ['<strong>Gehirn</strong>', '80+ Jahre (Neuronen)', 'Fast nie', 'Ihre kortikalen Neuronen stammen von der Geburt. Aber Gliazellen (Stützzellen) erneuern sich.'],
103
+ ],
104
+ },
105
+ {
106
+ type: 'title',
107
+ text: 'Die Augenlinse: Der älteste Teil von dir',
108
+ level: 3,
109
+ },
110
+ {
111
+ type: 'paragraph',
112
+ html: 'Es gibt eine Struktur in Ihrem Körper, die besonders ist: die <strong>Augenlinse</strong>. Die Zellen, aus denen die Linse besteht, werden während der fötalen Entwicklung angelegt und nie ersetzt. Wenn Sie 100 Jahre alt werden, sind die zentralen Zellen Ihrer Linse immer noch dieselben wie im Mutterleib. Sie sind buchstäblich der älteste Teil von Ihnen.',
113
+ },
114
+ {
115
+ type: 'title',
116
+ text: 'Berechnung der Gesamterneuerung: Das Paradox der Gewichte',
117
+ level: 3,
118
+ },
119
+ {
120
+ type: 'paragraph',
121
+ html: 'Dieser Rechner verwendet einen gewichteten Durchschnitt verschiedener Gewebe:',
122
+ },
123
+ {
124
+ type: 'list',
125
+ items: [
126
+ '<strong>30% Haut und Blut:</strong> Nahezu vollständige Erneuerung in jungen Jahren.',
127
+ '<strong>35% Skelett:</strong> Progressive Erneuerung, die nach 10 Jahren 100% erreicht.',
128
+ '<strong>25% Organe:</strong> Langsamere Erneuerung, je nach Organ variabel.',
129
+ '<strong>10% Gehirn:</strong> Minimale Veränderung der Neuronen, maximale in den Stützstrukturen.',
130
+ ],
131
+ },
132
+ {
133
+ type: 'paragraph',
134
+ html: 'Das Ergebnis ist, dass im Alter von 25 Jahren etwa <strong>93% Ihrer aktuellen Materie neu</strong> ist. Mit 80 Jahren könnten Sie aus mehr als 99% anderen Atomen bestehen als bei Ihrer Geburt.',
135
+ },
136
+ {
137
+ type: 'title',
138
+ text: 'Philosophische Implikationen: Identität ist Information, nicht Materie',
139
+ level: 3,
140
+ },
141
+ {
142
+ type: 'paragraph',
143
+ html: 'Wenn Ihr Körper jedes Jahrzehnt komplett neu ist, warum sind es dann "Sie"? Die Antwort ist, dass die Identität nicht in spezifischen Atomen liegt, sondern im <strong>Informationsmuster</strong>, das diese Atome halten. Sie sind wie ein Lied: Es ist nicht dieselbe Luft, die vibriert, aber das Muster bleibt bestehen.',
144
+ },
145
+ {
146
+ type: 'paragraph',
147
+ html: 'Dies hat tiefgreifende Auswirkungen: Ihr Körper ist ein Prozess, kein Ding. Sie sind ein selbstorganisierendes Muster, das durch Veränderung hindurch besteht. Sie besitzen keine Atome; Sie sind eine Struktur, die sie vorübergehend kanalisiert.',
148
+ },
149
+ ],
150
+ faq,
151
+ bibliography: [
152
+ {
153
+ name: 'Sender, R., & Milo, R. (2021). The distribution of cellular turnover in the human body. Nature Medicine, 27(1), 45-48.',
154
+ url: 'https://www.nature.com/articles/s41591-020-01182-9',
155
+ },
156
+ {
157
+ name: 'Spalding, K. L., et al. (2005). Retrospective birth dating of cells in humans. Cell, 122(1), 133-143.',
158
+ url: 'https://pubmed.ncbi.nlm.nih.gov/16023133/',
159
+ },
160
+ {
161
+ name: 'Bianconi, E., et al. (2013). An estimation of the number of cells in the human body. Annals of Human Biology, 40(6), 463-471.',
162
+ url: 'https://pubmed.ncbi.nlm.nih.gov/23829164/',
163
+ },
164
+ {
165
+ name: 'Stanford Encyclopedia of Philosophy: The Ship of Theseus and Personal Identity.',
166
+ url: 'https://plato.stanford.edu/entries/identity-relative/',
167
+ },
168
+ {
169
+ name: 'Leblond, C. P. (1964). Classification of cell and tissue by the rate of their division. In Renewal of Life.',
170
+ url: 'https://en.wikipedia.org/wiki/Cellular_renewal',
171
+ },
172
+ ],
173
+ howTo,
174
+
175
+ schemas: [
176
+ {
177
+ '@context': 'https://schema.org',
178
+ '@type': 'SoftwareApplication',
179
+ name: title,
180
+ description: description,
181
+ applicationCategory: 'ScientificApplication',
182
+ operatingSystem: 'Any',
183
+ },
184
+ {
185
+ '@context': 'https://schema.org',
186
+ '@type': 'FAQPage',
187
+ mainEntity: faq.map((item) => ({
188
+ '@type': 'Question',
189
+ name: item.question,
190
+ acceptedAnswer: {
191
+ '@type': 'Answer',
192
+ text: item.answer,
193
+ },
194
+ })),
195
+ },
196
+ {
197
+ '@context': 'https://schema.org',
198
+ '@type': 'HowTo',
199
+ name: title,
200
+ step: howTo.map((step) => ({
201
+ '@type': 'HowToStep',
202
+ name: step.name,
203
+ text: step.text,
204
+ })),
205
+ },
206
+ ],
207
+ };
@@ -1,9 +1,56 @@
1
+ const slug = 'cellular-renewal-calculator';
2
+ const description = 'Calculate the percentage of your body that has renewed since birth. Estimates based on the cell division rate of organs, bones, and tissues. The Paradox of Theseus made tangible.';
3
+ const title = 'Cellular Renewal Calculator: How Much is Left of the Original "You"?';
4
+ const howTo = [
5
+ {
6
+ name: 'Adjust your age',
7
+ text: 'Slide the selector from 1 to 105 years. This is the most important variable for renewal calculations.',
8
+ },
9
+ {
10
+ name: 'Observe the main percentage',
11
+ text: 'The large number in the center shows what percentage of your current matter is "new" (renewed since birth).',
12
+ },
13
+ {
14
+ name: 'Analyze the progress bars',
15
+ text: 'Each bar represents a different tissue: skin/blood, bone, organs, and brain. Notice how the brain barely changes while skin constantly renews.',
16
+ },
17
+ {
18
+ name: 'Reflect on your identity',
19
+ text: 'If 99% of you is new matter, who are you really? Use this tool as a starting point for reflections on personal continuity and the Paradox of Theseus.',
20
+ },
21
+ ];
22
+ const faq = [
23
+ {
24
+ question: 'What exactly is "cellular renewal"?',
25
+ answer: 'It is the natural process by which aged or damaged cells die (apoptosis) and are replaced by new cells generated by mitotic division. This cycle is essential for maintaining functional tissues and repairing damage.',
26
+ },
27
+ {
28
+ question: 'Why does the brain renew so slowly?',
29
+ answer: 'Neurons in the cerebral cortex are generated before birth and generally do not divide further. This provides neurological stability: your fundamental "wiring" remains constant. However, glial (support) cells do renew. Memory is stored in connections, not in atoms.',
30
+ },
31
+ {
32
+ question: 'Is it true that every 7 years we are "new people"?',
33
+ answer: 'It is a simplification. It is not accurate. Your blood renews in 4 months, your skin in a month, your skeleton in 10 years. Your brain remains largely unchanged. The number 7 years is historical (Aristotle mentioned it) but biologically it is an imprecise average.',
34
+ },
35
+ {
36
+ question: 'If my body is 99% new, am I still the same person?',
37
+ answer: 'Yes. Identity is a continuity of information, consciousness, and memory, not of atoms. You are like a river: the water changes constantly, but the river persists. The Paradox of Theseus suggests that identity resides in the pattern, not the matter.',
38
+ },
39
+ {
40
+ question: 'Which tissues renew the fastest?',
41
+ answer: 'Blood and skin lead the way. Your bone marrow produces 200 billion blood cells daily. You lose ~30,000 skin cells per minute. This is why they heal so well and age so visibly: they are young in terms of cellular age.',
42
+ },
43
+ {
44
+ question: 'Does the eye lens really not renew?',
45
+ answer: 'Correct. Lens cells are deposited during embryonic development and are kept for life. At 100 years old, the central cells of your lens could be the same as when you were in the womb. It is a biological time capsule.',
46
+ },
47
+ ];
1
48
  import type { ToolLocaleContent } from '../../../types';
2
49
 
3
50
  export const content: ToolLocaleContent = {
4
- slug: 'cellular-renewal-calculator',
5
- title: 'Cellular Renewal Calculator: How Much is Left of the Original "You"?',
6
- description: 'Calculate the percentage of your body that has renewed since birth. Estimates based on the cell division rate of organs, bones, and tissues. The Paradox of Theseus made tangible.',
51
+ slug,
52
+ title,
53
+ description,
7
54
  faqTitle: 'Frequently Asked Questions',
8
55
  bibliographyTitle: 'Bibliography',
9
56
  ui: {
@@ -100,32 +147,7 @@ export const content: ToolLocaleContent = {
100
147
  html: 'This has profound implications: your body is a process, not a thing. You are a self-organizing pattern that persists through change. You don\'t own atoms; you are a structure that channels them temporarily.',
101
148
  },
102
149
  ],
103
- faq: [
104
- {
105
- question: 'What exactly is "cellular renewal"?',
106
- answer: 'It is the natural process by which aged or damaged cells die (apoptosis) and are replaced by new cells generated by mitotic division. This cycle is essential for maintaining functional tissues and repairing damage.',
107
- },
108
- {
109
- question: 'Why does the brain renew so slowly?',
110
- answer: 'Neurons in the cerebral cortex are generated before birth and generally do not divide further. This provides neurological stability: your fundamental "wiring" remains constant. However, glial (support) cells do renew. Memory is stored in connections, not in atoms.',
111
- },
112
- {
113
- question: 'Is it true that every 7 years we are "new people"?',
114
- answer: 'It is a simplification. It is not accurate. Your blood renews in 4 months, your skin in a month, your skeleton in 10 years. Your brain remains largely unchanged. The number 7 years is historical (Aristotle mentioned it) but biologically it is an imprecise average.',
115
- },
116
- {
117
- question: 'If my body is 99% new, am I still the same person?',
118
- answer: 'Yes. Identity is a continuity of information, consciousness, and memory, not of atoms. You are like a river: the water changes constantly, but the river persists. The Paradox of Theseus suggests that identity resides in the pattern, not the matter.',
119
- },
120
- {
121
- question: 'Which tissues renew the fastest?',
122
- answer: 'Blood and skin lead the way. Your bone marrow produces 200 billion blood cells daily. You lose ~30,000 skin cells per minute. This is why they heal so well and age so visibly: they are young in terms of cellular age.',
123
- },
124
- {
125
- question: 'Does the eye lens really not renew?',
126
- answer: 'Correct. Lens cells are deposited during embryonic development and are kept for life. At 100 years old, the central cells of your lens could be the same as when you were in the womb. It is a biological time capsule.',
127
- },
128
- ],
150
+ faq,
129
151
  bibliography: [
130
152
  {
131
153
  name: 'Sender, R., & Milo, R. (2021). The distribution of cellular turnover in the human body. Nature Medicine, 27(1), 45-48.',
@@ -148,23 +170,38 @@ export const content: ToolLocaleContent = {
148
170
  url: 'https://en.wikipedia.org/wiki/Cellular_renewal',
149
171
  },
150
172
  ],
151
- howTo: [
152
- {
153
- name: 'Adjust your age',
154
- text: 'Slide the selector from 1 to 105 years. This is the most important variable for renewal calculations.',
155
- },
156
- {
157
- name: 'Observe the main percentage',
158
- text: 'The large number in the center shows what percentage of your current matter is "new" (renewed since birth).',
159
- },
160
- {
161
- name: 'Analyze the progress bars',
162
- text: 'Each bar represents a different tissue: skin/blood, bone, organs, and brain. Notice how the brain barely changes while skin constantly renews.',
163
- },
164
- {
165
- name: 'Reflect on your identity',
166
- text: 'If 99% of you is new matter, who are you really? Use this tool as a starting point for reflections on personal continuity and the Paradox of Theseus.',
173
+ howTo,
174
+
175
+ schemas: [
176
+ {
177
+ '@context': 'https://schema.org',
178
+ '@type': 'SoftwareApplication',
179
+ name: title,
180
+ description: description,
181
+ applicationCategory: 'ScientificApplication',
182
+ operatingSystem: 'Any',
183
+ },
184
+ {
185
+ '@context': 'https://schema.org',
186
+ '@type': 'FAQPage',
187
+ mainEntity: faq.map((item) => ({
188
+ '@type': 'Question',
189
+ name: item.question,
190
+ acceptedAnswer: {
191
+ '@type': 'Answer',
192
+ text: item.answer,
193
+ },
194
+ })),
195
+ },
196
+ {
197
+ '@context': 'https://schema.org',
198
+ '@type': 'HowTo',
199
+ name: title,
200
+ step: howTo.map((step) => ({
201
+ '@type': 'HowToStep',
202
+ name: step.name,
203
+ text: step.text,
204
+ })),
167
205
  },
168
206
  ],
169
- schemas: [],
170
207
  };
@@ -1,9 +1,56 @@
1
+ const slug = 'calculadora-renovacion-celular';
2
+ const description = 'Calcula el porcentaje de tu cuerpo que se ha renovado desde tu nacimiento. Estimación basada en la tasa de división celular de órganos, huesos y tejidos. La paradoja de Teseo hecha tangible.';
3
+ const title = 'Calculadora de Renovación Celular: ¿Cuánto Queda del "Tú" Original?';
4
+ const howTo = [
5
+ {
6
+ name: 'Ajusta tu edad',
7
+ text: 'Desliza el selector desde 1 hasta 105 años. Esta es la variable más importante para los cálculos de renovación.',
8
+ },
9
+ {
10
+ name: 'Observa el porcentaje principal',
11
+ text: 'El número grande en el centro muestra qué porcentaje de tu materia actual es "nueva" (renovada desde tu nacimiento).',
12
+ },
13
+ {
14
+ name: 'Analiza las barras de progreso',
15
+ text: 'Cada barra representa un tejido diferente: piel/sangre, hueso, órganos y cerebro. Nota cómo el cerebro apenas cambia mientras la piel se renueva constantemente.',
16
+ },
17
+ {
18
+ name: 'Reflexiona sobre tu identidad',
19
+ text: 'Si el 99% de ti es materia nueva, ¿quién eres realmente? Usa esta herramienta como punto de partida para reflexiones sobre la continuidad personal y la paradoja de Teseo.',
20
+ },
21
+ ];
22
+ const faq = [
23
+ {
24
+ question: '¿Qué es exactamente la "renovación celular"?',
25
+ answer: 'Es el proceso natural por el cual las células envejecidas o dañadas mueren (apoptosis) y son reemplazadas por nuevas células generadas por división mitótica. Este ciclo es esencial para mantener los tejidos funcionales y reparar daños.',
26
+ },
27
+ {
28
+ question: '¿Por qué el cerebro se renueva tan lentamente?',
29
+ answer: 'Las neuronas de la corteza cerebral se generan antes del nacimiento y generalmente no se dividen más. Esto proporciona estabilidad neurológica: tus "cables" fundamentales permanecen constantes. Sin embargo, las células gliales (de soporte) sí se renuevan. La memoria se almacena en las conexiones, no en los átomos.',
30
+ },
31
+ {
32
+ question: '¿Es cierto que cada 7 años somos "nuevas personas"?',
33
+ answer: 'Es una simplificación. No es exacta. Tu sangre se renueva en 4 meses, tu piel en un mes, tu esqueleto en 10 años. Tu cerebro permanece en gran parte sin cambios. El número 7 años es histórico (Aristóteles lo mencionó) pero biológicamente es un promedio impreciso.',
34
+ },
35
+ {
36
+ question: '¿Si mi cuerpo es 99% nuevo, sigo siendo la misma persona?',
37
+ answer: 'Sí. La identidad es una continuidad de información, conciencia y memoria, no de átomos. Eres como un río: el agua cambia constantemente, pero el río persiste. La paradoja de Teseo sugiere que la identidad reside en la pauta, no en la materia.',
38
+ },
39
+ {
40
+ question: '¿Qué tejidos se renuevan más rápido?',
41
+ answer: 'La sangre y la piel lideran. Tu médula ósea produce 200,000 millones de células sanguíneas diarias. Pierdes ~30,000 células de piel por minuto. Por eso sanan tan bien y envejecen tan visiblemente: son jóvenes en términos de edad celular.',
42
+ },
43
+ {
44
+ question: '¿El cristalino del ojo realmente no se renueva?',
45
+ answer: 'Correcto. Las células del cristalino se depositan durante el desarrollo embrionario y se mantienen de por vida. A los 100 años, las células centrales de tu cristalino podrían ser las mismas que cuando estabas en el útero. Es una cápsula de tiempo biológica.',
46
+ },
47
+ ];
1
48
  import type { ToolLocaleContent } from '../../../types';
2
49
 
3
50
  export const content: ToolLocaleContent = {
4
- slug: 'calculadora-renovacion-celular',
5
- title: 'Calculadora de Renovación Celular: ¿Cuánto Queda del "Tú" Original?',
6
- description: 'Calcula el porcentaje de tu cuerpo que se ha renovado desde tu nacimiento. Estimación basada en la tasa de división celular de órganos, huesos y tejidos. La paradoja de Teseo hecha tangible.',
51
+ slug,
52
+ title,
53
+ description,
7
54
  faqTitle: 'Preguntas Frecuentes',
8
55
  bibliographyTitle: 'Bibliografía',
9
56
  ui: {
@@ -100,32 +147,7 @@ export const content: ToolLocaleContent = {
100
147
  html: 'Esto tiene implicaciones profundas: tu cuerpo es un proceso, no una cosa. Eres un patrón autoorganizado que persiste a través del cambio. No posees átomos; eres una estructura que los canaliza temporalmente.',
101
148
  },
102
149
  ],
103
- faq: [
104
- {
105
- question: '¿Qué es exactamente la "renovación celular"?',
106
- answer: 'Es el proceso natural por el cual las células envejecidas o dañadas mueren (apoptosis) y son reemplazadas por nuevas células generadas por división mitótica. Este ciclo es esencial para mantener los tejidos funcionales y reparar daños.',
107
- },
108
- {
109
- question: '¿Por qué el cerebro se renueva tan lentamente?',
110
- answer: 'Las neuronas de la corteza cerebral se generan antes del nacimiento y generalmente no se dividen más. Esto proporciona estabilidad neurológica: tus "cables" fundamentales permanecen constantes. Sin embargo, las células gliales (de soporte) sí se renuevan. La memoria se almacena en las conexiones, no en los átomos.',
111
- },
112
- {
113
- question: '¿Es cierto que cada 7 años somos "nuevas personas"?',
114
- answer: 'Es una simplificación. No es exacta. Tu sangre se renueva en 4 meses, tu piel en un mes, tu esqueleto en 10 años. Tu cerebro permanece en gran parte sin cambios. El número 7 años es histórico (Aristóteles lo mencionó) pero biológicamente es un promedio impreciso.',
115
- },
116
- {
117
- question: '¿Si mi cuerpo es 99% nuevo, sigo siendo la misma persona?',
118
- answer: 'Sí. La identidad es una continuidad de información, conciencia y memoria, no de átomos. Eres como un río: el agua cambia constantemente, pero el río persiste. La paradoja de Teseo sugiere que la identidad reside en la pauta, no en la materia.',
119
- },
120
- {
121
- question: '¿Qué tejidos se renuevan más rápido?',
122
- answer: 'La sangre y la piel lideran. Tu médula ósea produce 200,000 millones de células sanguíneas diarias. Pierdes ~30,000 células de piel por minuto. Por eso sanan tan bien y envejecen tan visiblemente: son jóvenes en términos de edad celular.',
123
- },
124
- {
125
- question: '¿El cristalino del ojo realmente no se renueva?',
126
- answer: 'Correcto. Las células del cristalino se depositan durante el desarrollo embrionario y se mantienen de por vida. A los 100 años, las células centrales de tu cristalino podrían ser las mismas que cuando estabas en el útero. Es una cápsula de tiempo biológica.',
127
- },
128
- ],
150
+ faq,
129
151
  bibliography: [
130
152
  {
131
153
  name: 'Sender, R., & Milo, R. (2021). The distribution of cellular turnover in the human body. Nature Medicine, 27(1), 45-48.',
@@ -148,23 +170,38 @@ export const content: ToolLocaleContent = {
148
170
  url: 'https://en.wikipedia.org/wiki/Cellular_renewal',
149
171
  },
150
172
  ],
151
- howTo: [
152
- {
153
- name: 'Ajusta tu edad',
154
- text: 'Desliza el selector desde 1 hasta 105 años. Esta es la variable más importante para los cálculos de renovación.',
155
- },
156
- {
157
- name: 'Observa el porcentaje principal',
158
- text: 'El número grande en el centro muestra qué porcentaje de tu materia actual es "nueva" (renovada desde tu nacimiento).',
159
- },
160
- {
161
- name: 'Analiza las barras de progreso',
162
- text: 'Cada barra representa un tejido diferente: piel/sangre, hueso, órganos y cerebro. Nota cómo el cerebro apenas cambia mientras la piel se renueva constantemente.',
163
- },
164
- {
165
- name: 'Reflexiona sobre tu identidad',
166
- text: 'Si el 99% de ti es materia nueva, ¿quién eres realmente? Usa esta herramienta como punto de partida para reflexiones sobre la continuidad personal y la paradoja de Teseo.',
173
+ howTo,
174
+
175
+ schemas: [
176
+ {
177
+ '@context': 'https://schema.org',
178
+ '@type': 'SoftwareApplication',
179
+ name: title,
180
+ description: description,
181
+ applicationCategory: 'ScientificApplication',
182
+ operatingSystem: 'Any',
183
+ },
184
+ {
185
+ '@context': 'https://schema.org',
186
+ '@type': 'FAQPage',
187
+ mainEntity: faq.map((item) => ({
188
+ '@type': 'Question',
189
+ name: item.question,
190
+ acceptedAnswer: {
191
+ '@type': 'Answer',
192
+ text: item.answer,
193
+ },
194
+ })),
195
+ },
196
+ {
197
+ '@context': 'https://schema.org',
198
+ '@type': 'HowTo',
199
+ name: title,
200
+ step: howTo.map((step) => ({
201
+ '@type': 'HowToStep',
202
+ name: step.name,
203
+ text: step.text,
204
+ })),
167
205
  },
168
206
  ],
169
- schemas: [],
170
207
  };