@jjlmoya/utils-science 1.18.0 → 1.20.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 (99) hide show
  1. package/package.json +1 -1
  2. package/src/pages/[locale]/[slug].astro +30 -14
  3. package/src/tests/locale_completeness.test.ts +3 -20
  4. package/src/tests/shared-test-helpers.ts +56 -0
  5. package/src/tests/tool_exports.test.ts +34 -0
  6. package/src/tool/asteroid-impact/asteroid-impact-simulator.css +2 -2
  7. package/src/tool/asteroid-impact/bibliography.astro +1 -1
  8. package/src/tool/asteroid-impact/bibliography.ts +24 -0
  9. package/src/tool/asteroid-impact/i18n/de.ts +4 -24
  10. package/src/tool/asteroid-impact/i18n/en.ts +4 -24
  11. package/src/tool/asteroid-impact/i18n/es.ts +4 -24
  12. package/src/tool/asteroid-impact/i18n/fr.ts +4 -24
  13. package/src/tool/asteroid-impact/i18n/id.ts +4 -24
  14. package/src/tool/asteroid-impact/i18n/it.ts +4 -24
  15. package/src/tool/asteroid-impact/i18n/ja.ts +4 -24
  16. package/src/tool/asteroid-impact/i18n/ko.ts +4 -24
  17. package/src/tool/asteroid-impact/i18n/nl.ts +4 -24
  18. package/src/tool/asteroid-impact/i18n/pl.ts +4 -24
  19. package/src/tool/asteroid-impact/i18n/pt.ts +4 -24
  20. package/src/tool/asteroid-impact/i18n/ru.ts +4 -24
  21. package/src/tool/asteroid-impact/i18n/sv.ts +4 -24
  22. package/src/tool/asteroid-impact/i18n/tr.ts +4 -24
  23. package/src/tool/asteroid-impact/i18n/zh.ts +4 -24
  24. package/src/tool/asteroid-impact/seo.astro +1 -1
  25. package/src/tool/cellular-renewal/bibliography.astro +1 -1
  26. package/src/tool/cellular-renewal/bibliography.ts +24 -0
  27. package/src/tool/cellular-renewal/i18n/de.ts +3 -24
  28. package/src/tool/cellular-renewal/i18n/en.ts +3 -24
  29. package/src/tool/cellular-renewal/i18n/es.ts +3 -24
  30. package/src/tool/cellular-renewal/i18n/fr.ts +3 -24
  31. package/src/tool/cellular-renewal/i18n/id.ts +3 -24
  32. package/src/tool/cellular-renewal/i18n/it.ts +3 -24
  33. package/src/tool/cellular-renewal/i18n/ja.ts +3 -24
  34. package/src/tool/cellular-renewal/i18n/ko.ts +3 -24
  35. package/src/tool/cellular-renewal/i18n/nl.ts +3 -24
  36. package/src/tool/cellular-renewal/i18n/pl.ts +3 -24
  37. package/src/tool/cellular-renewal/i18n/pt.ts +3 -24
  38. package/src/tool/cellular-renewal/i18n/ru.ts +3 -24
  39. package/src/tool/cellular-renewal/i18n/sv.ts +3 -24
  40. package/src/tool/cellular-renewal/i18n/tr.ts +3 -24
  41. package/src/tool/cellular-renewal/i18n/zh.ts +3 -24
  42. package/src/tool/cellular-renewal/seo.astro +2 -1
  43. package/src/tool/colony-counter/bibliography.astro +1 -1
  44. package/src/tool/colony-counter/bibliography.ts +12 -0
  45. package/src/tool/colony-counter/colony-counter.css +3 -3
  46. package/src/tool/colony-counter/i18n/de.ts +3 -12
  47. package/src/tool/colony-counter/i18n/en.ts +3 -12
  48. package/src/tool/colony-counter/i18n/es.ts +3 -12
  49. package/src/tool/colony-counter/i18n/fr.ts +3 -12
  50. package/src/tool/colony-counter/i18n/id.ts +3 -12
  51. package/src/tool/colony-counter/i18n/it.ts +3 -12
  52. package/src/tool/colony-counter/i18n/ja.ts +3 -12
  53. package/src/tool/colony-counter/i18n/ko.ts +3 -12
  54. package/src/tool/colony-counter/i18n/nl.ts +3 -12
  55. package/src/tool/colony-counter/i18n/pl.ts +3 -12
  56. package/src/tool/colony-counter/i18n/pt.ts +3 -12
  57. package/src/tool/colony-counter/i18n/ru.ts +3 -12
  58. package/src/tool/colony-counter/i18n/sv.ts +3 -12
  59. package/src/tool/colony-counter/i18n/tr.ts +3 -12
  60. package/src/tool/colony-counter/i18n/zh.ts +3 -12
  61. package/src/tool/colony-counter/seo.astro +1 -1
  62. package/src/tool/microwave-detector/bibliography.astro +1 -1
  63. package/src/tool/microwave-detector/bibliography.ts +16 -0
  64. package/src/tool/microwave-detector/i18n/de.ts +3 -16
  65. package/src/tool/microwave-detector/i18n/en.ts +3 -16
  66. package/src/tool/microwave-detector/i18n/es.ts +3 -16
  67. package/src/tool/microwave-detector/i18n/fr.ts +3 -16
  68. package/src/tool/microwave-detector/i18n/id.ts +3 -16
  69. package/src/tool/microwave-detector/i18n/it.ts +3 -16
  70. package/src/tool/microwave-detector/i18n/ja.ts +3 -16
  71. package/src/tool/microwave-detector/i18n/ko.ts +3 -16
  72. package/src/tool/microwave-detector/i18n/nl.ts +3 -16
  73. package/src/tool/microwave-detector/i18n/pl.ts +3 -16
  74. package/src/tool/microwave-detector/i18n/pt.ts +3 -16
  75. package/src/tool/microwave-detector/i18n/ru.ts +3 -16
  76. package/src/tool/microwave-detector/i18n/sv.ts +3 -16
  77. package/src/tool/microwave-detector/i18n/tr.ts +3 -16
  78. package/src/tool/microwave-detector/i18n/zh.ts +3 -16
  79. package/src/tool/microwave-detector/microwave-leak-detector.css +22 -25
  80. package/src/tool/microwave-detector/seo.astro +2 -1
  81. package/src/tool/simulation-probability/bibliography.astro +1 -1
  82. package/src/tool/simulation-probability/bibliography.ts +24 -0
  83. package/src/tool/simulation-probability/i18n/de.ts +3 -24
  84. package/src/tool/simulation-probability/i18n/en.ts +3 -24
  85. package/src/tool/simulation-probability/i18n/es.ts +3 -24
  86. package/src/tool/simulation-probability/i18n/fr.ts +3 -24
  87. package/src/tool/simulation-probability/i18n/id.ts +3 -24
  88. package/src/tool/simulation-probability/i18n/it.ts +3 -24
  89. package/src/tool/simulation-probability/i18n/ja.ts +3 -24
  90. package/src/tool/simulation-probability/i18n/ko.ts +3 -24
  91. package/src/tool/simulation-probability/i18n/nl.ts +3 -24
  92. package/src/tool/simulation-probability/i18n/pl.ts +3 -24
  93. package/src/tool/simulation-probability/i18n/pt.ts +3 -24
  94. package/src/tool/simulation-probability/i18n/ru.ts +3 -24
  95. package/src/tool/simulation-probability/i18n/sv.ts +3 -24
  96. package/src/tool/simulation-probability/i18n/tr.ts +3 -24
  97. package/src/tool/simulation-probability/i18n/zh.ts +3 -24
  98. package/src/tool/simulation-probability/seo.astro +2 -1
  99. package/src/types.ts +0 -2
@@ -45,14 +45,13 @@ const faq = [
45
45
  answer: 'Benar. Sel-sel lensa disimpan selama perkembangan embrio dan disimpan seumur hidup. Pada usia 100 tahun, sel-sel pusat lensa Anda bisa sama seperti saat Anda berada di dalam rahim. Ini adalah kapsul waktu biologis.',
46
46
  },
47
47
  ];
48
+ import { bibliography } from '../bibliography';
48
49
  import type { ToolLocaleContent } from '../../../types';
49
50
 
50
51
  export const content: ToolLocaleContent = {
51
52
  slug,
52
53
  title,
53
54
  description,
54
- faqTitle: 'Pertanyaan yang Sering Diajukan',
55
- bibliographyTitle: 'Bibliografi',
56
55
  ui: {
57
56
  copied: 'Disalin',
58
57
  noHistory: 'Tidak ada riwayat',
@@ -148,28 +147,7 @@ export const content: ToolLocaleContent = {
148
147
  },
149
148
  ],
150
149
  faq,
151
- bibliography: [
152
- {
153
- name: 'Sender, R., & Milo, R. (2021). Distribusi pergantian seluler dalam tubuh manusia. Nature Medicine, 27(1), 45-48.',
154
- url: 'https://www.nature.com/articles/s41591-020-01182-9',
155
- },
156
- {
157
- name: 'Spalding, K. L., dkk. (2005). Penentuan tanggal lahir retrospektif sel pada manusia. Cell, 122(1), 133-143.',
158
- url: 'https://pubmed.ncbi.nlm.nih.gov/16023133/',
159
- },
160
- {
161
- name: 'Bianconi, E., dkk. (2013). Estimasi jumlah sel dalam tubuh manusia. 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: Kapal Theseus dan Identitas Pribadi.',
166
- url: 'https://plato.stanford.edu/entries/identity-relative/',
167
- },
168
- {
169
- name: 'Leblond, C. P. (1964). Klasifikasi sel dan jaringan berdasarkan tingkat pembelahannya. Dalam Pembaruan Kehidupan.',
170
- url: 'https://en.wikipedia.org/wiki/Cellular_renewal',
171
- },
172
- ],
150
+ bibliography,
173
151
  howTo,
174
152
 
175
153
  schemas: [
@@ -205,3 +183,4 @@ export const content: ToolLocaleContent = {
205
183
  },
206
184
  ],
207
185
  };
186
+
@@ -45,14 +45,13 @@ const faq = [
45
45
  answer: 'Corretto. Le cellule del cristallino vengono depositate durante lo sviluppo embrionale e conservate per tutta la vita. A 100 anni, le cellule centrali del tuo cristallino potrebbero essere le stesse di quando eri nel grembo materno. È una capsula del tempo biologica.',
46
46
  },
47
47
  ];
48
+ import { bibliography } from '../bibliography';
48
49
  import type { ToolLocaleContent } from '../../../types';
49
50
 
50
51
  export const content: ToolLocaleContent = {
51
52
  slug,
52
53
  title,
53
54
  description,
54
- faqTitle: 'Domande Frequenti',
55
- bibliographyTitle: 'Bibliografia',
56
55
  ui: {
57
56
  copied: 'Copiato',
58
57
  noHistory: 'Nessuna cronologia',
@@ -148,28 +147,7 @@ export const content: ToolLocaleContent = {
148
147
  },
149
148
  ],
150
149
  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
- ],
150
+ bibliography,
173
151
  howTo,
174
152
 
175
153
  schemas: [
@@ -205,3 +183,4 @@ export const content: ToolLocaleContent = {
205
183
  },
206
184
  ],
207
185
  };
186
+
@@ -45,14 +45,13 @@ const faq = [
45
45
  answer: 'その通りです。水晶体細胞は胚発生時に蓄積され、生涯維持されます。100歳になっても、水晶体の中央の細胞は胎内にいたときと同じである可能性があります。それは生物学的なタイムカプセルです。',
46
46
  },
47
47
  ];
48
+ import { bibliography } from '../bibliography';
48
49
  import type { ToolLocaleContent } from '../../../types';
49
50
 
50
51
  export const content: ToolLocaleContent = {
51
52
  slug,
52
53
  title,
53
54
  description,
54
- faqTitle: 'よくある質問',
55
- bibliographyTitle: '参考文献',
56
55
  ui: {
57
56
  copied: 'コピー済み',
58
57
  noHistory: '履歴なし',
@@ -148,28 +147,7 @@ export const content: ToolLocaleContent = {
148
147
  },
149
148
  ],
150
149
  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: 'スタンフォード哲学百科事典:テセウスの船と個人的同一性。',
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
- ],
150
+ bibliography,
173
151
  howTo,
174
152
 
175
153
  schemas: [
@@ -205,3 +183,4 @@ export const content: ToolLocaleContent = {
205
183
  },
206
184
  ],
207
185
  };
186
+
@@ -45,14 +45,13 @@ const faq = [
45
45
  answer: '맞습니다. 수정체 세포는 배아 발달 단계에서 형성되어 평생 유지됩니다. 100세가 되었을 때 수정체 중심 세포는 태중에 있을 때와 같을 수 있습니다. 일종의 생물학적 타임캡슐입니다.',
46
46
  },
47
47
  ];
48
+ import { bibliography } from '../bibliography';
48
49
  import type { ToolLocaleContent } from '../../../types';
49
50
 
50
51
  export const content: ToolLocaleContent = {
51
52
  slug,
52
53
  title,
53
54
  description,
54
- faqTitle: '자주 묻는 질문',
55
- bibliographyTitle: '참고 문헌',
56
55
  ui: {
57
56
  copied: '복사됨',
58
57
  noHistory: '내역 없음',
@@ -148,28 +147,7 @@ export const content: ToolLocaleContent = {
148
147
  },
149
148
  ],
150
149
  faq,
151
- bibliography: [
152
- {
153
- name: 'Sender, R., & Milo, R. (2021). 인체의 세포 회전율 분포. 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). 인간 세포의 회고적 탄생 연도 측정. Cell, 122(1), 133-143.',
158
- url: 'https://pubmed.ncbi.nlm.nih.gov/16023133/',
159
- },
160
- {
161
- name: 'Bianconi, E., et al. (2013). 인체 세포 수 추정. Annals of Human Biology, 40(6), 463-471.',
162
- url: 'https://pubmed.ncbi.nlm.nih.gov/23829164/',
163
- },
164
- {
165
- name: '스탠퍼드 철학 백과사전: 테세우스의 배와 개인적 정체성.',
166
- url: 'https://plato.stanford.edu/entries/identity-relative/',
167
- },
168
- {
169
- name: 'Leblond, C. P. (1964). 분열 속도에 따른 세포 및 조직 분류. In Renewal of Life.',
170
- url: 'https://en.wikipedia.org/wiki/Cellular_renewal',
171
- },
172
- ],
150
+ bibliography,
173
151
  howTo,
174
152
 
175
153
  schemas: [
@@ -205,3 +183,4 @@ export const content: ToolLocaleContent = {
205
183
  },
206
184
  ],
207
185
  };
186
+
@@ -45,14 +45,13 @@ const faq = [
45
45
  answer: 'Klopt. Lenscellen worden aangemaakt tijdens de embryonale ontwikkeling en gaan een leven lang mee. Als je 100 bent, kunnen de centrale cellen van je lens nog steeds dezelfde zijn als toen je in de baarmoeder zat. Het is een biologische tijdcapsule.',
46
46
  },
47
47
  ];
48
+ import { bibliography } from '../bibliography';
48
49
  import type { ToolLocaleContent } from '../../../types';
49
50
 
50
51
  export const content: ToolLocaleContent = {
51
52
  slug,
52
53
  title,
53
54
  description,
54
- faqTitle: 'Veelgestelde Vragen',
55
- bibliographyTitle: 'Bibliografie',
56
55
  ui: {
57
56
  copied: 'Gekopieerd',
58
57
  noHistory: 'Geen geschiedenis',
@@ -148,28 +147,7 @@ export const content: ToolLocaleContent = {
148
147
  },
149
148
  ],
150
149
  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
- ],
150
+ bibliography,
173
151
  howTo,
174
152
 
175
153
  schemas: [
@@ -205,3 +183,4 @@ export const content: ToolLocaleContent = {
205
183
  },
206
184
  ],
207
185
  };
186
+
@@ -45,14 +45,13 @@ const faq = [
45
45
  answer: 'Zgadza się. Komórki soczewki powstają w trakcie rozwoju embrionalnego i pozostają na całe życie. W wieku 100 lat centralne komórki Twojej soczewki mogą być tymi samymi, które miałeś w łonie matki. To biologiczna kapsuła czasu.',
46
46
  },
47
47
  ];
48
+ import { bibliography } from '../bibliography';
48
49
  import type { ToolLocaleContent } from '../../../types';
49
50
 
50
51
  export const content: ToolLocaleContent = {
51
52
  slug,
52
53
  title,
53
54
  description,
54
- faqTitle: 'Często Zadawane Pytania',
55
- bibliographyTitle: 'Bibliografia',
56
55
  ui: {
57
56
  copied: 'Skopiowano',
58
57
  noHistory: 'Brak historii',
@@ -148,28 +147,7 @@ export const content: ToolLocaleContent = {
148
147
  },
149
148
  ],
150
149
  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., i in. (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., i in. (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
- ],
150
+ bibliography,
173
151
  howTo,
174
152
 
175
153
  schemas: [
@@ -205,3 +183,4 @@ export const content: ToolLocaleContent = {
205
183
  },
206
184
  ],
207
185
  };
186
+
@@ -45,14 +45,13 @@ const faq = [
45
45
  answer: 'Correto. As células do cristalino são depositadas durante o desenvolvimento embrionário e são mantidas para a vida toda. Aos 100 anos, as células centrais do seu cristalino podem ser as mesmas de quando estava no útero. É uma cápsula do tempo biológica.',
46
46
  },
47
47
  ];
48
+ import { bibliography } from '../bibliography';
48
49
  import type { ToolLocaleContent } from '../../../types';
49
50
 
50
51
  export const content: ToolLocaleContent = {
51
52
  slug,
52
53
  title,
53
54
  description,
54
- faqTitle: 'Perguntas Frequentes',
55
- bibliographyTitle: 'Bibliografia',
56
55
  ui: {
57
56
  copied: 'Copiado',
58
57
  noHistory: 'Sem histórico',
@@ -148,28 +147,7 @@ export const content: ToolLocaleContent = {
148
147
  },
149
148
  ],
150
149
  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
- ],
150
+ bibliography,
173
151
  howTo,
174
152
 
175
153
  schemas: [
@@ -205,3 +183,4 @@ export const content: ToolLocaleContent = {
205
183
  },
206
184
  ],
207
185
  };
186
+
@@ -45,14 +45,13 @@ const faq = [
45
45
  answer: 'Верно. Клетки хрусталика закладываются во время эмбрионального развития и сохраняются на всю жизнь. В 100 лет центральные клетки вашего хрусталика могут быть теми же, что и во время вашего пребывания в утробе. Это биологическая капсула времени.',
46
46
  },
47
47
  ];
48
+ import { bibliography } from '../bibliography';
48
49
  import type { ToolLocaleContent } from '../../../types';
49
50
 
50
51
  export const content: ToolLocaleContent = {
51
52
  slug,
52
53
  title,
53
54
  description,
54
- faqTitle: 'Часто задаваемые вопросы',
55
- bibliographyTitle: 'Библиография',
56
55
  ui: {
57
56
  copied: 'Скопировано',
58
57
  noHistory: 'История пуста',
@@ -148,28 +147,7 @@ export const content: ToolLocaleContent = {
148
147
  },
149
148
  ],
150
149
  faq,
151
- bibliography: [
152
- {
153
- name: 'Sender, R., & Milo, R. (2021). Распределение клеточного оборота в организме человека. 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). Ретроспективное определение даты рождения клеток у людей. Cell, 122(1), 133-143.',
158
- url: 'https://pubmed.ncbi.nlm.nih.gov/16023133/',
159
- },
160
- {
161
- name: 'Bianconi, E., et al. (2013). Оценка количества клеток в организме человека. Annals of Human Biology, 40(6), 463-471.',
162
- url: 'https://pubmed.ncbi.nlm.nih.gov/23829164/',
163
- },
164
- {
165
- name: 'Стэнфордская философская энциклопедия: Корабль Тесея и личная идентичность.',
166
- url: 'https://plato.stanford.edu/entries/identity-relative/',
167
- },
168
- {
169
- name: 'Leblond, C. P. (1964). Классификация клеток и тканей по скорости их деления. В Обновлении жизни.',
170
- url: 'https://en.wikipedia.org/wiki/Cellular_renewal',
171
- },
172
- ],
150
+ bibliography,
173
151
  howTo,
174
152
 
175
153
  schemas: [
@@ -205,3 +183,4 @@ export const content: ToolLocaleContent = {
205
183
  },
206
184
  ],
207
185
  };
186
+
@@ -45,14 +45,13 @@ const faq = [
45
45
  answer: 'Stämmer. Linsceller bildas under fosterutvecklingen och behålls livet ut. Vid 100 års ålder kan de centrala cellerna i din lins vara desamma som när du låg i livmodern. Det är en biologisk tidskapsel.',
46
46
  },
47
47
  ];
48
+ import { bibliography } from '../bibliography';
48
49
  import type { ToolLocaleContent } from '../../../types';
49
50
 
50
51
  export const content: ToolLocaleContent = {
51
52
  slug,
52
53
  title,
53
54
  description,
54
- faqTitle: 'Vanliga frågor',
55
- bibliographyTitle: 'Bibliografi',
56
55
  ui: {
57
56
  copied: 'Kopierad',
58
57
  noHistory: 'Ingen historik',
@@ -148,28 +147,7 @@ export const content: ToolLocaleContent = {
148
147
  },
149
148
  ],
150
149
  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
- ],
150
+ bibliography,
173
151
  howTo,
174
152
 
175
153
  schemas: [
@@ -205,3 +183,4 @@ export const content: ToolLocaleContent = {
205
183
  },
206
184
  ],
207
185
  };
186
+
@@ -45,14 +45,13 @@ const faq = [
45
45
  answer: 'Doğru. Mercek hücreleri embriyonik gelişim sırasında yerleşir ve ömür boyu korunur. 100 yaşında, merceğinizin merkezi hücreleri anne karnındakiyle aynı olabilir. Bu biyolojik bir zaman kapsülüdür.',
46
46
  },
47
47
  ];
48
+ import { bibliography } from '../bibliography';
48
49
  import type { ToolLocaleContent } from '../../../types';
49
50
 
50
51
  export const content: ToolLocaleContent = {
51
52
  slug,
52
53
  title,
53
54
  description,
54
- faqTitle: 'Sıkça Sorulan Sorular',
55
- bibliographyTitle: 'Kaynakça',
56
55
  ui: {
57
56
  copied: 'Kopyalandı',
58
57
  noHistory: 'Geçmiş yok',
@@ -148,28 +147,7 @@ export const content: ToolLocaleContent = {
148
147
  },
149
148
  ],
150
149
  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., ve ark. (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., ve ark. (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 Felsefe Ansiklopedisi: Theseus\'un Gemisi ve Kişisel Kimlik.',
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
- ],
150
+ bibliography,
173
151
  howTo,
174
152
 
175
153
  schemas: [
@@ -205,3 +183,4 @@ export const content: ToolLocaleContent = {
205
183
  },
206
184
  ],
207
185
  };
186
+
@@ -45,14 +45,13 @@ const faq = [
45
45
  answer: '正确。晶状体细胞是在胚胎发育期间沉积的并伴随终身。在 100 岁时,你晶状体中心的细胞可能和你还在子宫里时一样。它是一个生物时间胶囊。',
46
46
  },
47
47
  ];
48
+ import { bibliography } from '../bibliography';
48
49
  import type { ToolLocaleContent } from '../../../types';
49
50
 
50
51
  export const content: ToolLocaleContent = {
51
52
  slug,
52
53
  title,
53
54
  description,
54
- faqTitle: '常见问题',
55
- bibliographyTitle: '参考文献',
56
55
  ui: {
57
56
  copied: '已复制',
58
57
  noHistory: '无历史记录',
@@ -148,28 +147,7 @@ export const content: ToolLocaleContent = {
148
147
  },
149
148
  ],
150
149
  faq,
151
- bibliography: [
152
- {
153
- name: 'Sender, R., & Milo, R. (2021). 人体细胞周转的分布。Nature Medicine, 27(1), 45-48.',
154
- url: 'https://www.nature.com/articles/s41591-020-01182-9',
155
- },
156
- {
157
- name: 'Spalding, K. L., 等 (2005). 人类细胞的回溯性年龄测定。Cell, 122(1), 133-143.',
158
- url: 'https://pubmed.ncbi.nlm.nih.gov/16023133/',
159
- },
160
- {
161
- name: 'Bianconi, E., 等 (2013). 人体细胞数量的估算。Annals of Human Biology, 40(6), 463-471.',
162
- url: 'https://pubmed.ncbi.nlm.nih.gov/23829164/',
163
- },
164
- {
165
- name: '斯坦福哲学百科全书:忒修斯之船与个人身份。',
166
- url: 'https://plato.stanford.edu/entries/identity-relative/',
167
- },
168
- {
169
- name: 'Leblond, C. P. (1964). 根据分裂速度对细胞和组织进行分类。见《生命的更新》。',
170
- url: 'https://en.wikipedia.org/wiki/Cellular_renewal',
171
- },
172
- ],
150
+ bibliography,
173
151
  howTo,
174
152
 
175
153
  schemas: [
@@ -205,3 +183,4 @@ export const content: ToolLocaleContent = {
205
183
  },
206
184
  ],
207
185
  };
186
+
@@ -9,6 +9,7 @@ interface Props {
9
9
 
10
10
  const { locale = 'es' } = Astro.props;
11
11
  const content = await cellularRenewal.i18n[locale]?.();
12
+ if (!content) return null;
12
13
  ---
13
14
 
14
- {content && <SEORenderer content={{ sections: content.seo, locale }} />}
15
+ {content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
11
11
  const content = await colonyCounter.i18n[locale]?.();
12
12
  ---
13
13
 
14
- {content && <Bibliography links={content.bibliography} title={content.ui.bibliographyTitle} />}
14
+ {content && <Bibliography links={content.bibliography} />}
@@ -0,0 +1,12 @@
1
+ import type { BibliographyEntry } from '../../types';
2
+
3
+ export const bibliography: BibliographyEntry[] = [
4
+ {
5
+ name: 'FDA - Bacteriological Analytical Manual',
6
+ url: 'https://www.fda.gov/food/laboratory-methods-food/bacteriological-analytical-manual-bam',
7
+ },
8
+ {
9
+ name: 'ISO 4833 - Colony Count Technique',
10
+ url: 'https://www.iso.org/standard/53728.html',
11
+ },
12
+ ];
@@ -16,7 +16,7 @@
16
16
  --colony-text-light: #f1f5f9;
17
17
  }
18
18
 
19
- :global(.theme-dark) {
19
+ .theme-dark {
20
20
  --colony-bg-light: #0f172a;
21
21
  --colony-bg-card: #1e293b;
22
22
  --colony-bg-modal: rgba(30, 41, 59, 0.9);
@@ -240,7 +240,7 @@
240
240
  color: var(--colony-primary);
241
241
  }
242
242
 
243
- :global(.theme-dark) .colony-mode-btn-active {
243
+ .theme-dark .colony-mode-btn-active {
244
244
  background: color-mix(in srgb, var(--colony-primary) 15%, var(--colony-bg-light));
245
245
  }
246
246
 
@@ -371,7 +371,7 @@
371
371
  border-color: color-mix(in srgb, var(--colony-danger) 40%, var(--colony-border-light));
372
372
  }
373
373
 
374
- :global(.theme-dark) .colony-clear-btn {
374
+ .theme-dark .colony-clear-btn {
375
375
  color: var(--colony-danger-light);
376
376
  }
377
377
 
@@ -34,6 +34,7 @@ const faq = [
34
34
  answer: 'In der Standardmikrobiologie gilt eine Platte als zu dicht besiedelt (Too Numerous To Count, TNTC), wenn sie mehr als 250-300 Kolonien aufweist. Die Daten sind dann aufgrund der Konkurrenz zwischen den Kolonien unzuverlässig.',
35
35
  },
36
36
  ];
37
+ import { bibliography } from '../bibliography';
37
38
  import type { ToolLocaleContent } from '../../../types';
38
39
 
39
40
  const slug = 'kolonienzaehler';
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
44
45
  slug,
45
46
  title,
46
47
  description,
47
- faqTitle: 'Häufig gestellte Fragen',
48
- bibliographyTitle: 'Literaturhinweise',
49
48
  ui: {
50
49
  uploadTitle: 'Klicken Sie hier, um Ihre Petri-Schale hochzuladen',
51
50
  uploadSubtitle: 'Laden Sie ein Foto Ihrer Schale hoch und beginnen Sie mit der Zählung der Kolonien',
@@ -138,16 +137,7 @@ export const content: ToolLocaleContent = {
138
137
  },
139
138
  ],
140
139
  faq,
141
- bibliography: [
142
- {
143
- name: 'FDA - Bacteriological Analytical Manual',
144
- url: 'https://www.fda.gov/food/laboratory-methods-food/bacteriological-analytical-manual-bam',
145
- },
146
- {
147
- name: 'ISO 4833 - Colony Count Technique',
148
- url: 'https://www.iso.org/standard/53728.html',
149
- },
150
- ],
140
+ bibliography,
151
141
  howTo,
152
142
 
153
143
  schemas: [
@@ -183,3 +173,4 @@ export const content: ToolLocaleContent = {
183
173
  },
184
174
  ],
185
175
  };
176
+