@jjlmoya/utils-science 1.19.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.
- package/package.json +1 -1
- package/src/pages/[locale]/[slug].astro +30 -14
- package/src/tests/locale_completeness.test.ts +3 -20
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/asteroid-impact/bibliography.astro +1 -1
- package/src/tool/asteroid-impact/bibliography.ts +24 -0
- package/src/tool/asteroid-impact/i18n/de.ts +4 -24
- package/src/tool/asteroid-impact/i18n/en.ts +4 -24
- package/src/tool/asteroid-impact/i18n/es.ts +4 -24
- package/src/tool/asteroid-impact/i18n/fr.ts +4 -24
- package/src/tool/asteroid-impact/i18n/id.ts +4 -24
- package/src/tool/asteroid-impact/i18n/it.ts +4 -24
- package/src/tool/asteroid-impact/i18n/ja.ts +4 -24
- package/src/tool/asteroid-impact/i18n/ko.ts +4 -24
- package/src/tool/asteroid-impact/i18n/nl.ts +4 -24
- package/src/tool/asteroid-impact/i18n/pl.ts +4 -24
- package/src/tool/asteroid-impact/i18n/pt.ts +4 -24
- package/src/tool/asteroid-impact/i18n/ru.ts +4 -24
- package/src/tool/asteroid-impact/i18n/sv.ts +4 -24
- package/src/tool/asteroid-impact/i18n/tr.ts +4 -24
- package/src/tool/asteroid-impact/i18n/zh.ts +4 -24
- package/src/tool/asteroid-impact/seo.astro +1 -1
- package/src/tool/cellular-renewal/bibliography.astro +1 -1
- package/src/tool/cellular-renewal/bibliography.ts +24 -0
- package/src/tool/cellular-renewal/i18n/de.ts +3 -24
- package/src/tool/cellular-renewal/i18n/en.ts +3 -24
- package/src/tool/cellular-renewal/i18n/es.ts +3 -24
- package/src/tool/cellular-renewal/i18n/fr.ts +3 -24
- package/src/tool/cellular-renewal/i18n/id.ts +3 -24
- package/src/tool/cellular-renewal/i18n/it.ts +3 -24
- package/src/tool/cellular-renewal/i18n/ja.ts +3 -24
- package/src/tool/cellular-renewal/i18n/ko.ts +3 -24
- package/src/tool/cellular-renewal/i18n/nl.ts +3 -24
- package/src/tool/cellular-renewal/i18n/pl.ts +3 -24
- package/src/tool/cellular-renewal/i18n/pt.ts +3 -24
- package/src/tool/cellular-renewal/i18n/ru.ts +3 -24
- package/src/tool/cellular-renewal/i18n/sv.ts +3 -24
- package/src/tool/cellular-renewal/i18n/tr.ts +3 -24
- package/src/tool/cellular-renewal/i18n/zh.ts +3 -24
- package/src/tool/cellular-renewal/seo.astro +2 -1
- package/src/tool/colony-counter/bibliography.astro +1 -1
- package/src/tool/colony-counter/bibliography.ts +12 -0
- package/src/tool/colony-counter/i18n/de.ts +3 -12
- package/src/tool/colony-counter/i18n/en.ts +3 -12
- package/src/tool/colony-counter/i18n/es.ts +3 -12
- package/src/tool/colony-counter/i18n/fr.ts +3 -12
- package/src/tool/colony-counter/i18n/id.ts +3 -12
- package/src/tool/colony-counter/i18n/it.ts +3 -12
- package/src/tool/colony-counter/i18n/ja.ts +3 -12
- package/src/tool/colony-counter/i18n/ko.ts +3 -12
- package/src/tool/colony-counter/i18n/nl.ts +3 -12
- package/src/tool/colony-counter/i18n/pl.ts +3 -12
- package/src/tool/colony-counter/i18n/pt.ts +3 -12
- package/src/tool/colony-counter/i18n/ru.ts +3 -12
- package/src/tool/colony-counter/i18n/sv.ts +3 -12
- package/src/tool/colony-counter/i18n/tr.ts +3 -12
- package/src/tool/colony-counter/i18n/zh.ts +3 -12
- package/src/tool/colony-counter/seo.astro +1 -1
- package/src/tool/microwave-detector/bibliography.astro +1 -1
- package/src/tool/microwave-detector/bibliography.ts +16 -0
- package/src/tool/microwave-detector/i18n/de.ts +3 -16
- package/src/tool/microwave-detector/i18n/en.ts +3 -16
- package/src/tool/microwave-detector/i18n/es.ts +3 -16
- package/src/tool/microwave-detector/i18n/fr.ts +3 -16
- package/src/tool/microwave-detector/i18n/id.ts +3 -16
- package/src/tool/microwave-detector/i18n/it.ts +3 -16
- package/src/tool/microwave-detector/i18n/ja.ts +3 -16
- package/src/tool/microwave-detector/i18n/ko.ts +3 -16
- package/src/tool/microwave-detector/i18n/nl.ts +3 -16
- package/src/tool/microwave-detector/i18n/pl.ts +3 -16
- package/src/tool/microwave-detector/i18n/pt.ts +3 -16
- package/src/tool/microwave-detector/i18n/ru.ts +3 -16
- package/src/tool/microwave-detector/i18n/sv.ts +3 -16
- package/src/tool/microwave-detector/i18n/tr.ts +3 -16
- package/src/tool/microwave-detector/i18n/zh.ts +3 -16
- package/src/tool/microwave-detector/microwave-leak-detector.css +22 -25
- package/src/tool/microwave-detector/seo.astro +2 -1
- package/src/tool/simulation-probability/bibliography.astro +1 -1
- package/src/tool/simulation-probability/bibliography.ts +24 -0
- package/src/tool/simulation-probability/i18n/de.ts +3 -24
- package/src/tool/simulation-probability/i18n/en.ts +3 -24
- package/src/tool/simulation-probability/i18n/es.ts +3 -24
- package/src/tool/simulation-probability/i18n/fr.ts +3 -24
- package/src/tool/simulation-probability/i18n/id.ts +3 -24
- package/src/tool/simulation-probability/i18n/it.ts +3 -24
- package/src/tool/simulation-probability/i18n/ja.ts +3 -24
- package/src/tool/simulation-probability/i18n/ko.ts +3 -24
- package/src/tool/simulation-probability/i18n/nl.ts +3 -24
- package/src/tool/simulation-probability/i18n/pl.ts +3 -24
- package/src/tool/simulation-probability/i18n/pt.ts +3 -24
- package/src/tool/simulation-probability/i18n/ru.ts +3 -24
- package/src/tool/simulation-probability/i18n/sv.ts +3 -24
- package/src/tool/simulation-probability/i18n/tr.ts +3 -24
- package/src/tool/simulation-probability/i18n/zh.ts +3 -24
- package/src/tool/simulation-probability/seo.astro +2 -1
- package/src/types.ts +0 -2
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Kleine inslagen (zoals in Rusland in 2013) gebeuren elk decennium. Catastrofale inslagen (à la Toengoeska) elke paar eeuwen. Een wereldwijde uitsterving zoals bij Chicxulub gebeurt ongeveer elke 100 miljoen jaar.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
47
|
-
bibliographyTitle: 'Bibliografie',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Gekopieerd',
|
|
50
49
|
noHistory: 'Geen geschiedenis',
|
|
@@ -135,28 +134,7 @@ export const content: ToolLocaleContent = {
|
|
|
135
134
|
},
|
|
136
135
|
],
|
|
137
136
|
faq,
|
|
138
|
-
bibliography
|
|
139
|
-
{
|
|
140
|
-
name: 'Collins, G. S., et al. (2005). Earth Impact Effects Program: Een web-gebaseerd computerprogramma voor het berekenen van de regionale gevolgen voor het milieu van een meteorietinslag op de aarde.',
|
|
141
|
-
url: 'https://impact.ese.ic.ac.uk/ImpactEarth/',
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
name: 'Toon, O. B., et al. (1997). Environmental perturbations caused by the impacts of asteroids and comets. Reviews of Geophysics.',
|
|
145
|
-
url: 'https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/96RG03038',
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
name: 'Chapman, C. R., & Morrison, D. (1994). Impacts on the Earth by asteroids and comets: assessing the hazard. Nature.',
|
|
149
|
-
url: 'https://www.nature.com/articles/367033a0',
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
name: 'Schulte, P., et al. (2010). The Chicxulub Asteroid Impact and Mass Extinction at the Cretaceous-Paleogene Boundary. Science.',
|
|
153
|
-
url: 'https://www.science.org/doi/10.1126/science.1177265',
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
name: 'Brown, P., et al. (2013). A 500-kiloton airburst over Chelyabinsk and an enhanced hazard from small impactors. Nature.',
|
|
157
|
-
url: 'https://www.nature.com/articles/nature12741',
|
|
158
|
-
},
|
|
159
|
-
],
|
|
137
|
+
bibliography,
|
|
160
138
|
howTo,
|
|
161
139
|
|
|
162
140
|
schemas: [
|
|
@@ -192,3 +170,5 @@ export const content: ToolLocaleContent = {
|
|
|
192
170
|
},
|
|
193
171
|
],
|
|
194
172
|
};
|
|
173
|
+
|
|
174
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Małe uderzenia (jak w Rosji w 2013 roku) zdarzają się co dekadę. Katastrofalne uderzenia (w stylu Tunguski) co kilka stuleci. Globalne wymieranie, takie jak po Chicxulub, zdarza się mniej więcej co 100 milionów lat.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Często Zadawane Pytania',
|
|
47
|
-
bibliographyTitle: 'Bibliografia',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Skopiowano',
|
|
50
49
|
noHistory: 'Brak historii',
|
|
@@ -135,28 +134,7 @@ export const content: ToolLocaleContent = {
|
|
|
135
134
|
},
|
|
136
135
|
],
|
|
137
136
|
faq,
|
|
138
|
-
bibliography
|
|
139
|
-
{
|
|
140
|
-
name: 'Collins, G. S., i in. (2005). Earth Impact Effects Program: Internetowy program komputerowy do obliczania regionalnych skutków środowiskowych uderzenia meteoroidu w Ziemię.',
|
|
141
|
-
url: 'https://impact.ese.ic.ac.uk/ImpactEarth/',
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
name: 'Toon, O. B., i in. (1997). Environmental perturbations caused by the impacts of asteroids and comets. Reviews of Geophysics.',
|
|
145
|
-
url: 'https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/96RG03038',
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
name: 'Chapman, C. R., i Morrison, D. (1994). Impacts on the Earth by asteroids and comets: assessing the hazard. Nature.',
|
|
149
|
-
url: 'https://www.nature.com/articles/367033a0',
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
name: 'Schulte, P., i in. (2010). The Chicxulub Asteroid Impact and Mass Extinction at the Cretaceous-Paleogene Boundary. Science.',
|
|
153
|
-
url: 'https://www.science.org/doi/10.1126/science.1177265',
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
name: 'Brown, P., i in. (2013). A 500-kiloton airburst over Chelyabinsk and an enhanced hazard from small impactors. Nature.',
|
|
157
|
-
url: 'https://www.nature.com/articles/nature12741',
|
|
158
|
-
},
|
|
159
|
-
],
|
|
137
|
+
bibliography,
|
|
160
138
|
howTo,
|
|
161
139
|
|
|
162
140
|
schemas: [
|
|
@@ -192,3 +170,5 @@ export const content: ToolLocaleContent = {
|
|
|
192
170
|
},
|
|
193
171
|
],
|
|
194
172
|
};
|
|
173
|
+
|
|
174
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Pequenos impactos (como na Rússia em 2013) acontecem a cada década. Impactos catastróficos (estilo Tunguska) a cada poucos séculos. Um evento de extinção global como Chicxulub acontece aproximadamente a cada 100 milhões de anos.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Perguntas Frequentes',
|
|
47
|
-
bibliographyTitle: 'Bibliografia',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Copiado',
|
|
50
49
|
noHistory: 'Sem histórico',
|
|
@@ -135,28 +134,7 @@ export const content: ToolLocaleContent = {
|
|
|
135
134
|
},
|
|
136
135
|
],
|
|
137
136
|
faq,
|
|
138
|
-
bibliography
|
|
139
|
-
{
|
|
140
|
-
name: 'Collins, G. S., et al. (2005). Earth Impact Effects Program: Um programa de computador baseado na web para calcular as consequências ambientais regionais de um impacto de meteorito na Terra.',
|
|
141
|
-
url: 'https://impact.ese.ic.ac.uk/ImpactEarth/',
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
name: 'Toon, O. B., et al. (1997). Environmental perturbations caused by the impacts of asteroids and comets. Reviews of Geophysics.',
|
|
145
|
-
url: 'https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/96RG03038',
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
name: 'Chapman, C. R., & Morrison, D. (1994). Impacts on the Earth by asteroids and comets: assessing the hazard. Nature.',
|
|
149
|
-
url: 'https://www.nature.com/articles/367033a0',
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
name: 'Schulte, P., et al. (2010). The Chicxulub Asteroid Impact and Mass Extinction at the Cretaceous-Paleogene Boundary. Science.',
|
|
153
|
-
url: 'https://www.science.org/doi/10.1126/science.1177265',
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
name: 'Brown, P., et al. (2013). A 500-kiloton airburst over Chelyabinsk and an enhanced hazard from small impactors. Nature.',
|
|
157
|
-
url: 'https://www.nature.com/articles/nature12741',
|
|
158
|
-
},
|
|
159
|
-
],
|
|
137
|
+
bibliography,
|
|
160
138
|
howTo,
|
|
161
139
|
|
|
162
140
|
schemas: [
|
|
@@ -192,3 +170,5 @@ export const content: ToolLocaleContent = {
|
|
|
192
170
|
},
|
|
193
171
|
],
|
|
194
172
|
};
|
|
173
|
+
|
|
174
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Небольшие столкновения (как в России в 2013 году) происходят каждое десятилетие. Катастрофические столкновения (типа Тунгусского) — каждые несколько столетий. Глобальное вымирание, подобное Чикшулубу, случается примерно раз в 100 миллионов лет.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
47
|
-
bibliographyTitle: 'Библиография',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Скопировано',
|
|
50
49
|
noHistory: 'История пуста',
|
|
@@ -135,28 +134,7 @@ export const content: ToolLocaleContent = {
|
|
|
135
134
|
},
|
|
136
135
|
],
|
|
137
136
|
faq,
|
|
138
|
-
bibliography
|
|
139
|
-
{
|
|
140
|
-
name: 'Collins, G. S., et al. (2005). Earth Impact Effects Program: веб-программа для расчета региональных экологических последствий падения метеороида на Землю.',
|
|
141
|
-
url: 'https://impact.ese.ic.ac.uk/ImpactEarth/',
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
name: 'Toon, O. B., et al. (1997). Environmental perturbations caused by the impacts of asteroids and comets. Reviews of Geophysics.',
|
|
145
|
-
url: 'https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/96RG03038',
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
name: 'Chapman, C. R., & Morrison, D. (1994). Impacts on the Earth by asteroids and comets: assessing the hazard. Nature.',
|
|
149
|
-
url: 'https://www.nature.com/articles/367033a0',
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
name: 'Schulte, P., et al. (2010). The Chicxulub Asteroid Impact and Mass Extinction at the Cretaceous-Paleogene Boundary. Science.',
|
|
153
|
-
url: 'https://www.science.org/doi/10.1126/science.1177265',
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
name: 'Brown, P., et al. (2013). A 500-kiloton airburst over Chelyabinsk and an enhanced hazard from small impactors. Nature.',
|
|
157
|
-
url: 'https://www.nature.com/articles/nature12741',
|
|
158
|
-
},
|
|
159
|
-
],
|
|
137
|
+
bibliography,
|
|
160
138
|
howTo,
|
|
161
139
|
|
|
162
140
|
schemas: [
|
|
@@ -192,3 +170,5 @@ export const content: ToolLocaleContent = {
|
|
|
192
170
|
},
|
|
193
171
|
],
|
|
194
172
|
};
|
|
173
|
+
|
|
174
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Små nedslag (som i Ryssland 2013) sker varje decennium. Katastrofala nedslag (Tunguska-stil) sker vartannat århundrade. En global utdöendehändelse som Chicxulub sker ungefär var 100 miljonte år.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Vanliga frågor',
|
|
47
|
-
bibliographyTitle: 'Bibliografi',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Kopierad',
|
|
50
49
|
noHistory: 'Ingen historik',
|
|
@@ -135,28 +134,7 @@ export const content: ToolLocaleContent = {
|
|
|
135
134
|
},
|
|
136
135
|
],
|
|
137
136
|
faq,
|
|
138
|
-
bibliography
|
|
139
|
-
{
|
|
140
|
-
name: 'Collins, G. S., et al. (2005). Earth Impact Effects Program: Ett webbaserat datorprogram för att beräkna de regionala miljökonsekvenserna av ett meteoritnedslag på jorden.',
|
|
141
|
-
url: 'https://impact.ese.ic.ac.uk/ImpactEarth/',
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
name: 'Toon, O. B., et al. (1997). Environmental perturbations caused by the impacts of asteroids and comets. Reviews of Geophysics.',
|
|
145
|
-
url: 'https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/96RG03038',
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
name: 'Chapman, C. R., & Morrison, D. (1994). Impacts on the Earth by asteroids and comets: assessing the hazard. Nature.',
|
|
149
|
-
url: 'https://www.nature.com/articles/367033a0',
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
name: 'Schulte, P., et al. (2010). The Chicxulub Asteroid Impact and Mass Extinction at the Cretaceous-Paleogene Boundary. Science.',
|
|
153
|
-
url: 'https://www.science.org/doi/10.1126/science.1177265',
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
name: 'Brown, P., et al. (2013). A 500-kiloton airburst over Chelyabinsk and an enhanced hazard from small impactors. Nature.',
|
|
157
|
-
url: 'https://www.nature.com/articles/nature12741',
|
|
158
|
-
},
|
|
159
|
-
],
|
|
137
|
+
bibliography,
|
|
160
138
|
howTo,
|
|
161
139
|
|
|
162
140
|
schemas: [
|
|
@@ -192,3 +170,5 @@ export const content: ToolLocaleContent = {
|
|
|
192
170
|
},
|
|
193
171
|
],
|
|
194
172
|
};
|
|
173
|
+
|
|
174
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Küçük çarpmalar (2013 Rusya gibi) her on yılda bir olur. Felaket düzeyindeki çarpmalar (Tunguska tarzı) her birkaç yüzyılda bir. Chicxulub gibi küresel bir yok oluş olayı yaklaşık her 100 milyon yılda bir gerçekleşir.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
47
|
-
bibliographyTitle: 'Kaynakça',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Kopyalandı',
|
|
50
49
|
noHistory: 'Geçmiş yok',
|
|
@@ -135,28 +134,7 @@ export const content: ToolLocaleContent = {
|
|
|
135
134
|
},
|
|
136
135
|
],
|
|
137
136
|
faq,
|
|
138
|
-
bibliography
|
|
139
|
-
{
|
|
140
|
-
name: 'Collins, G. S., ve ark. (2005). Earth Impact Effects Program: Bir meteorun Dünya\'ya çarpmasının bölgesel çevresel sonuçlarını hesaplamak için web tabanlı bir bilgisayar programı.',
|
|
141
|
-
url: 'https://impact.ese.ic.ac.uk/ImpactEarth/',
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
name: 'Toon, O. B., ve ark. (1997). Environmental perturbations caused by the impacts of asteroids and comets. Reviews of Geophysics.',
|
|
145
|
-
url: 'https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/96RG03038',
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
name: 'Chapman, C. R., & Morrison, D. (1994). Impacts on the Earth by asteroids and comets: assessing the hazard. Nature.',
|
|
149
|
-
url: 'https://www.nature.com/articles/367033a0',
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
name: 'Schulte, P., ve ark. (2010). The Chicxulub Asteroid Impact and Mass Extinction at the Cretaceous-Paleogene Boundary. Science.',
|
|
153
|
-
url: 'https://www.science.org/doi/10.1126/science.1177265',
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
name: 'Brown, P., ve ark. (2013). A 500-kiloton airburst over Chelyabinsk and an enhanced hazard from small impactors. Nature.',
|
|
157
|
-
url: 'https://www.nature.com/articles/nature12741',
|
|
158
|
-
},
|
|
159
|
-
],
|
|
137
|
+
bibliography,
|
|
160
138
|
howTo,
|
|
161
139
|
|
|
162
140
|
schemas: [
|
|
@@ -192,3 +170,5 @@ export const content: ToolLocaleContent = {
|
|
|
192
170
|
},
|
|
193
171
|
],
|
|
194
172
|
};
|
|
173
|
+
|
|
174
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: '小型撞击(如 2013 年在俄罗斯发生的)每十年发生一次。灾难性撞击(通古斯式)每隔几个世纪发生一次。全球性灭绝事件(如希克苏鲁伯)大约每 1 亿年发生一次。',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: '常见问题',
|
|
47
|
-
bibliographyTitle: '参考文献',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: '已复制',
|
|
50
49
|
noHistory: '无历史记录',
|
|
@@ -135,28 +134,7 @@ export const content: ToolLocaleContent = {
|
|
|
135
134
|
},
|
|
136
135
|
],
|
|
137
136
|
faq,
|
|
138
|
-
bibliography
|
|
139
|
-
{
|
|
140
|
-
name: 'Collins, G. S., 等 (2005). 地球撞击效应项目:一个基于 Web 的计算机程序,用于计算流星体撞击地球对区域环境产生的影响。',
|
|
141
|
-
url: 'https://impact.ese.ic.ac.uk/ImpactEarth/',
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
name: 'Toon, O. B., 等 (1997). Environmental perturbations caused by the impacts of asteroids and comets. Reviews of Geophysics.',
|
|
145
|
-
url: 'https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/96RG03038',
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
name: 'Chapman, C. R., & Morrison, D. (1994). Impacts on the Earth by asteroids and comets: assessing the hazard. Nature.',
|
|
149
|
-
url: 'https://www.nature.com/articles/367033a0',
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
name: 'Schulte, P., 等 (2010). The Chicxulub Asteroid Impact and Mass Extinction at the Cretaceous-Paleogene Boundary. Science.',
|
|
153
|
-
url: 'https://www.science.org/doi/10.1126/science.1177265',
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
name: 'Brown, P., 等 (2013). A 500-kiloton airburst over Chelyabinsk and an enhanced hazard from small impactors. Nature.',
|
|
157
|
-
url: 'https://www.nature.com/articles/nature12741',
|
|
158
|
-
},
|
|
159
|
-
],
|
|
137
|
+
bibliography,
|
|
160
138
|
howTo,
|
|
161
139
|
|
|
162
140
|
schemas: [
|
|
@@ -192,3 +170,5 @@ export const content: ToolLocaleContent = {
|
|
|
192
170
|
},
|
|
193
171
|
],
|
|
194
172
|
};
|
|
173
|
+
|
|
174
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'Sender, R., & Milo, R. (2021). The distribution of cellular turnover in the human body. Nature Medicine, 27(1), 45-48.',
|
|
6
|
+
url: 'https://www.nature.com/articles/s41591-020-01182-9',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Spalding, K. L., et al. (2005). Retrospective birth dating of cells in humans. Cell, 122(1), 133-143.',
|
|
10
|
+
url: 'https://pubmed.ncbi.nlm.nih.gov/16023133/',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
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.',
|
|
14
|
+
url: 'https://pubmed.ncbi.nlm.nih.gov/23829164/',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
name: 'Stanford Encyclopedia of Philosophy: The Ship of Theseus and Personal Identity.',
|
|
18
|
+
url: 'https://plato.stanford.edu/entries/identity-relative/',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
name: 'Leblond, C. P. (1964). Classification of cell and tissue by the rate of their division. In Renewal of Life.',
|
|
22
|
+
url: 'https://en.wikipedia.org/wiki/Cellular_renewal',
|
|
23
|
+
},
|
|
24
|
+
];
|
|
@@ -45,14 +45,13 @@ const faq = [
|
|
|
45
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
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: 'Häufig gestellte Fragen',
|
|
55
|
-
bibliographyTitle: 'Bibliografie',
|
|
56
55
|
ui: {
|
|
57
56
|
copied: 'Kopiert',
|
|
58
57
|
noHistory: 'Kein Verlauf',
|
|
@@ -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: '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
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: 'Frequently Asked Questions',
|
|
55
|
-
bibliographyTitle: 'Bibliography',
|
|
56
55
|
ui: {
|
|
57
56
|
copied: 'Copied',
|
|
58
57
|
noHistory: 'No history',
|
|
@@ -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: '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
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: 'Preguntas Frecuentes',
|
|
55
|
-
bibliographyTitle: 'Bibliografía',
|
|
56
55
|
ui: {
|
|
57
56
|
copied: 'Copiado',
|
|
58
57
|
noHistory: 'Sin historial',
|
|
@@ -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: 'C\'est exact. Les cellules du cristallin se déposent pendant le développement embryonnaire et sont conservées à vie. À 100 ans, les cellules centrales de votre cristallin pourraient être les mêmes que lorsque vous étiez dans l\'utérus. C\'est une capsule témoin biologique.',
|
|
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: 'Questions Fréquemment Posées',
|
|
55
|
-
bibliographyTitle: 'Bibliographie',
|
|
56
55
|
ui: {
|
|
57
56
|
copied: 'Copié',
|
|
58
57
|
noHistory: 'Pas d\'historique',
|
|
@@ -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: '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
|
+
|