@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
|
@@ -34,6 +34,7 @@ const faq = [
|
|
|
34
34
|
answer: 'En microbiologie standard, s\'il y a plus de 250-300 colonies, la boîte est considérée comme trop peuplée (Trop Nombreuses à Compter, TNTC) et les données ne sont pas fiables en raison de la concurrence entre colonies.',
|
|
35
35
|
},
|
|
36
36
|
];
|
|
37
|
+
import { bibliography } from '../bibliography';
|
|
37
38
|
import type { ToolLocaleContent } from '../../../types';
|
|
38
39
|
|
|
39
40
|
const slug = 'compteur-colonies';
|
|
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
|
|
|
44
45
|
slug,
|
|
45
46
|
title,
|
|
46
47
|
description,
|
|
47
|
-
faqTitle: 'Questions Fréquemment Posées',
|
|
48
|
-
bibliographyTitle: 'Références Bibliographiques',
|
|
49
48
|
ui: {
|
|
50
49
|
uploadTitle: 'Cliquez pour télécharger votre boîte de Pétri',
|
|
51
50
|
uploadSubtitle: 'Téléchargez une photo de votre boîte et commencez à compter les colonies',
|
|
@@ -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 - Technique de Comptage des Colonies',
|
|
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
|
+
|
|
@@ -34,6 +34,7 @@ const faq = [
|
|
|
34
34
|
answer: 'Dalam standar mikrobiologi, jika terdapat lebih dari 250-300 koloni, cawan tersebut dianggap terlalu padat (Too Numerous To Count, TNTC) dan datanya tidak dapat diandalkan karena adanya kompetisi koloni.',
|
|
35
35
|
},
|
|
36
36
|
];
|
|
37
|
+
import { bibliography } from '../bibliography';
|
|
37
38
|
import type { ToolLocaleContent } from '../../../types';
|
|
38
39
|
|
|
39
40
|
const slug = 'penghitung-koloni';
|
|
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
|
|
|
44
45
|
slug,
|
|
45
46
|
title,
|
|
46
47
|
description,
|
|
47
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
48
|
-
bibliographyTitle: 'Referensi Bibliografi',
|
|
49
48
|
ui: {
|
|
50
49
|
uploadTitle: 'Klik untuk mengunggah cawan Petri Anda',
|
|
51
50
|
uploadSubtitle: 'Unggah foto cawan Anda dan mulai menghitung koloni',
|
|
@@ -138,16 +137,7 @@ export const content: ToolLocaleContent = {
|
|
|
138
137
|
},
|
|
139
138
|
],
|
|
140
139
|
faq,
|
|
141
|
-
bibliography
|
|
142
|
-
{
|
|
143
|
-
name: 'FDA - Manual Analisis Bakteriologis',
|
|
144
|
-
url: 'https://www.fda.gov/food/laboratory-methods-food/bacteriological-analytical-manual-bam',
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
name: 'ISO 4833 - Teknik Penghitungan Koloni',
|
|
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
|
+
|
|
@@ -34,6 +34,7 @@ const faq = [
|
|
|
34
34
|
answer: 'Nella microbiologia standard, se ci sono più di 250-300 colonie, la piastra è considerata troppo affollata (Too Numerous To Count, TNTC) e i dati sono inattendibili a causa della competizione tra le colonie.',
|
|
35
35
|
},
|
|
36
36
|
];
|
|
37
|
+
import { bibliography } from '../bibliography';
|
|
37
38
|
import type { ToolLocaleContent } from '../../../types';
|
|
38
39
|
|
|
39
40
|
const slug = 'conta-colonie';
|
|
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
|
|
|
44
45
|
slug,
|
|
45
46
|
title,
|
|
46
47
|
description,
|
|
47
|
-
faqTitle: 'Domande Frequenti',
|
|
48
|
-
bibliographyTitle: 'Riferimenti Bibliografici',
|
|
49
48
|
ui: {
|
|
50
49
|
uploadTitle: 'Clicca per caricare la tua piastra Petri',
|
|
51
50
|
uploadSubtitle: 'Carica una foto della tua piastra e inizia a contare le colonie',
|
|
@@ -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
|
+
|
|
@@ -34,6 +34,7 @@ const faq = [
|
|
|
34
34
|
answer: '標準的な微生物学では、コロニーが250〜300個を超える場合、プレートは混みすぎている(Too Numerous To Count, TNTC)とみなされ、コロニー同士の競合によりデータは信頼できなくなります。',
|
|
35
35
|
},
|
|
36
36
|
];
|
|
37
|
+
import { bibliography } from '../bibliography';
|
|
37
38
|
import type { ToolLocaleContent } from '../../../types';
|
|
38
39
|
|
|
39
40
|
const slug = 'colony-counter';
|
|
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
|
|
|
44
45
|
slug,
|
|
45
46
|
title,
|
|
46
47
|
description,
|
|
47
|
-
faqTitle: 'よくある質問',
|
|
48
|
-
bibliographyTitle: '参考文献',
|
|
49
48
|
ui: {
|
|
50
49
|
uploadTitle: 'クリックしてシャーレの画像をアップロード',
|
|
51
50
|
uploadSubtitle: 'プレートの写真をアップロードしてコロニーのカウントを開始',
|
|
@@ -138,16 +137,7 @@ export const content: ToolLocaleContent = {
|
|
|
138
137
|
},
|
|
139
138
|
],
|
|
140
139
|
faq,
|
|
141
|
-
bibliography
|
|
142
|
-
{
|
|
143
|
-
name: 'FDA - 細菌学的分析マニュアル',
|
|
144
|
-
url: 'https://www.fda.gov/food/laboratory-methods-food/bacteriological-analytical-manual-bam',
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
name: 'ISO 4833 - コロニーカウント技術',
|
|
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
|
+
|
|
@@ -34,6 +34,7 @@ const faq = [
|
|
|
34
34
|
answer: '표준 미생물학에서 콜로니 수가 250~300개를 초과하면 접시가 너무 혼잡한 것(Too Numerous To Count, TNTC)으로 간주하며, 콜로니 간의 경쟁으로 인해 데이터의 신뢰성이 떨어집니다.',
|
|
35
35
|
},
|
|
36
36
|
];
|
|
37
|
+
import { bibliography } from '../bibliography';
|
|
37
38
|
import type { ToolLocaleContent } from '../../../types';
|
|
38
39
|
|
|
39
40
|
const slug = 'colony-counter';
|
|
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
|
|
|
44
45
|
slug,
|
|
45
46
|
title,
|
|
46
47
|
description,
|
|
47
|
-
faqTitle: '자주 묻는 질문',
|
|
48
|
-
bibliographyTitle: '참고 문헌',
|
|
49
48
|
ui: {
|
|
50
49
|
uploadTitle: '클릭하여 페트리 접시 이미지 업로드',
|
|
51
50
|
uploadSubtitle: '접시 사진을 업로드하고 콜로니 측정을 시작하세요',
|
|
@@ -138,16 +137,7 @@ export const content: ToolLocaleContent = {
|
|
|
138
137
|
},
|
|
139
138
|
],
|
|
140
139
|
faq,
|
|
141
|
-
bibliography
|
|
142
|
-
{
|
|
143
|
-
name: 'FDA - 세균학 분석 매뉴얼',
|
|
144
|
-
url: 'https://www.fda.gov/food/laboratory-methods-food/bacteriological-analytical-manual-bam',
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
name: 'ISO 4833 - 콜로니 측정 기술',
|
|
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
|
+
|
|
@@ -34,6 +34,7 @@ const faq = [
|
|
|
34
34
|
answer: 'In de standaard microbiologie wordt een plaat als te vol beschouwd (Too Numerous To Count, TNTC) als er meer dan 250-300 kolonies zijn, en zijn de gegevens onbetrouwbaar vanwege concurrentie tussen de kolonies.',
|
|
35
35
|
},
|
|
36
36
|
];
|
|
37
|
+
import { bibliography } from '../bibliography';
|
|
37
38
|
import type { ToolLocaleContent } from '../../../types';
|
|
38
39
|
|
|
39
40
|
const slug = 'kolonieteller';
|
|
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
|
|
|
44
45
|
slug,
|
|
45
46
|
title,
|
|
46
47
|
description,
|
|
47
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
48
|
-
bibliographyTitle: 'Bibliografische Referenties',
|
|
49
48
|
ui: {
|
|
50
49
|
uploadTitle: 'Klik om je petrischaal te uploaden',
|
|
51
50
|
uploadSubtitle: 'Upload een foto van je plaat en begin met het tellen van kolonies',
|
|
@@ -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
|
+
|
|
@@ -34,6 +34,7 @@ const faq = [
|
|
|
34
34
|
answer: 'W standardowej mikrobiologii, jeśli na szalce znajduje się więcej niż 250-300 kolonii, uważa się ją za zbyt zagęszczoną (Too Numerous To Count, TNTC), a dane są niewiarygodne z powodu konkurencji między koloniami.',
|
|
35
35
|
},
|
|
36
36
|
];
|
|
37
|
+
import { bibliography } from '../bibliography';
|
|
37
38
|
import type { ToolLocaleContent } from '../../../types';
|
|
38
39
|
|
|
39
40
|
const slug = 'licznik-kolonii';
|
|
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
|
|
|
44
45
|
slug,
|
|
45
46
|
title,
|
|
46
47
|
description,
|
|
47
|
-
faqTitle: 'Często Zadawane Pytania',
|
|
48
|
-
bibliographyTitle: 'Referencje Bibliograficzne',
|
|
49
48
|
ui: {
|
|
50
49
|
uploadTitle: 'Kliknij, aby przesłać zdjęcie swojej szalki Petriego',
|
|
51
50
|
uploadSubtitle: 'Prześlij zdjęcie szalki i zacznij liczyć kolonie',
|
|
@@ -138,16 +137,7 @@ export const content: ToolLocaleContent = {
|
|
|
138
137
|
},
|
|
139
138
|
],
|
|
140
139
|
faq,
|
|
141
|
-
bibliography
|
|
142
|
-
{
|
|
143
|
-
name: 'FDA - Przewodnik po Analizie Bakteriologicznej',
|
|
144
|
-
url: 'https://www.fda.gov/food/laboratory-methods-food/bacteriological-analytical-manual-bam',
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
name: 'ISO 4833 - Technika Liczenia Kolonii',
|
|
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
|
+
|
|
@@ -34,6 +34,7 @@ const faq = [
|
|
|
34
34
|
answer: 'Na microbiologia padrão, se houver mais de 250-300 colónias, a placa é considerada demasiado cheia (Too Numerous To Count, TNTC) e os dados não são fiáveis devido à competição entre as colónias.',
|
|
35
35
|
},
|
|
36
36
|
];
|
|
37
|
+
import { bibliography } from '../bibliography';
|
|
37
38
|
import type { ToolLocaleContent } from '../../../types';
|
|
38
39
|
|
|
39
40
|
const slug = 'contador-de-colonias';
|
|
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
|
|
|
44
45
|
slug,
|
|
45
46
|
title,
|
|
46
47
|
description,
|
|
47
|
-
faqTitle: 'Perguntas Frequentes',
|
|
48
|
-
bibliographyTitle: 'Referências Bibliográficas',
|
|
49
48
|
ui: {
|
|
50
49
|
uploadTitle: 'Clique para carregar a sua placa de Petri',
|
|
51
50
|
uploadSubtitle: 'Carregue uma foto da sua placa e comece a contar as colónias',
|
|
@@ -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
|
+
|
|
@@ -34,6 +34,7 @@ const faq = [
|
|
|
34
34
|
answer: 'В стандартной микробиологии, если на чашке более 250–300 колоний, она считается слишком плотно заселенной (TNTC — Too Numerous To Count), и данные считаются ненадежными из-за конкуренции между колониями.',
|
|
35
35
|
},
|
|
36
36
|
];
|
|
37
|
+
import { bibliography } from '../bibliography';
|
|
37
38
|
import type { ToolLocaleContent } from '../../../types';
|
|
38
39
|
|
|
39
40
|
const slug = 'schetchick-koloniy';
|
|
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
|
|
|
44
45
|
slug,
|
|
45
46
|
title,
|
|
46
47
|
description,
|
|
47
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
48
|
-
bibliographyTitle: 'Библиографические ссылки',
|
|
49
48
|
ui: {
|
|
50
49
|
uploadTitle: 'Нажмите, чтобы загрузить изображение чашки Петри',
|
|
51
50
|
uploadSubtitle: 'Загрузите фото вашей чашки и начните подсчет колоний',
|
|
@@ -138,16 +137,7 @@ export const content: ToolLocaleContent = {
|
|
|
138
137
|
},
|
|
139
138
|
],
|
|
140
139
|
faq,
|
|
141
|
-
bibliography
|
|
142
|
-
{
|
|
143
|
-
name: 'FDA — Руководство по бактериологическому анализу',
|
|
144
|
-
url: 'https://www.fda.gov/food/laboratory-methods-food/bacteriological-analytical-manual-bam',
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
name: 'ISO 4833 — Метод подсчета колоний',
|
|
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
|
+
|
|
@@ -34,6 +34,7 @@ const faq = [
|
|
|
34
34
|
answer: 'Inom standardmikrobiologi anses plattan vara för tät (Too Numerous To Count, TNTC) om det finns fler än 250-300 kolonier, och data blir otillförlitliga på grund av konkurrens mellan kolonierna.',
|
|
35
35
|
},
|
|
36
36
|
];
|
|
37
|
+
import { bibliography } from '../bibliography';
|
|
37
38
|
import type { ToolLocaleContent } from '../../../types';
|
|
38
39
|
|
|
39
40
|
const slug = 'koloniraknare';
|
|
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
|
|
|
44
45
|
slug,
|
|
45
46
|
title,
|
|
46
47
|
description,
|
|
47
|
-
faqTitle: 'Vanliga frågor',
|
|
48
|
-
bibliographyTitle: 'Bibliografiska referenser',
|
|
49
48
|
ui: {
|
|
50
49
|
uploadTitle: 'Klicka för att ladda upp din petriskål',
|
|
51
50
|
uploadSubtitle: 'Ladda upp ett foto av din platta och börja räkna kolonier',
|
|
@@ -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
|
+
|
|
@@ -34,6 +34,7 @@ const faq = [
|
|
|
34
34
|
answer: 'Standart mikrobiyolojide, 250-300\'den fazla koloni varsa, kap çok kalabalık (Too Numerous To Count, TNTC) kabul edilir ve koloni rekabeti nedeniyle veriler güvenilir değildir.',
|
|
35
35
|
},
|
|
36
36
|
];
|
|
37
|
+
import { bibliography } from '../bibliography';
|
|
37
38
|
import type { ToolLocaleContent } from '../../../types';
|
|
38
39
|
|
|
39
40
|
const slug = 'koloni-sayaci';
|
|
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
|
|
|
44
45
|
slug,
|
|
45
46
|
title,
|
|
46
47
|
description,
|
|
47
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
48
|
-
bibliographyTitle: 'Bibliyografik Kaynaklar',
|
|
49
48
|
ui: {
|
|
50
49
|
uploadTitle: 'Petri kabınızı yüklemek için tıklayın',
|
|
51
50
|
uploadSubtitle: 'Kabınızın fotoğrafını yükleyin ve kolonileri saymaya başlayın',
|
|
@@ -138,16 +137,7 @@ export const content: ToolLocaleContent = {
|
|
|
138
137
|
},
|
|
139
138
|
],
|
|
140
139
|
faq,
|
|
141
|
-
bibliography
|
|
142
|
-
{
|
|
143
|
-
name: 'FDA - Bakteriyolojik Analiz El Kitabı',
|
|
144
|
-
url: 'https://www.fda.gov/food/laboratory-methods-food/bacteriological-analytical-manual-bam',
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
name: 'ISO 4833 - Koloni Sayım Tekniği',
|
|
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
|
+
|
|
@@ -34,6 +34,7 @@ const faq = [
|
|
|
34
34
|
answer: '在标准微生物学中,如果菌落超过 250-300 个,则认为培养皿过于拥挤(多不可计,TNTC),且由于菌落竞争,数据不可靠。',
|
|
35
35
|
},
|
|
36
36
|
];
|
|
37
|
+
import { bibliography } from '../bibliography';
|
|
37
38
|
import type { ToolLocaleContent } from '../../../types';
|
|
38
39
|
|
|
39
40
|
const slug = 'colony-counter';
|
|
@@ -44,8 +45,6 @@ export const content: ToolLocaleContent = {
|
|
|
44
45
|
slug,
|
|
45
46
|
title,
|
|
46
47
|
description,
|
|
47
|
-
faqTitle: '常见问题',
|
|
48
|
-
bibliographyTitle: '参考文献',
|
|
49
48
|
ui: {
|
|
50
49
|
uploadTitle: '点击上传培养皿图像',
|
|
51
50
|
uploadSubtitle: '上传培养皿照片并开始计数菌落',
|
|
@@ -138,16 +137,7 @@ export const content: ToolLocaleContent = {
|
|
|
138
137
|
},
|
|
139
138
|
],
|
|
140
139
|
faq,
|
|
141
|
-
bibliography
|
|
142
|
-
{
|
|
143
|
-
name: 'FDA - 微生物分析手册',
|
|
144
|
-
url: 'https://www.fda.gov/food/laboratory-methods-food/bacteriological-analytical-manual-bam',
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
name: 'ISO 4833 - 菌落计数技术',
|
|
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
|
+
|
|
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
|
|
|
11
11
|
const content = await microwaveDetector.i18n[locale]?.();
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
{content && <Bibliography links={content.bibliography}
|
|
14
|
+
{content && <Bibliography links={content.bibliography} />}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
6
|
+
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
10
|
+
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
14
|
+
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
15
|
+
},
|
|
16
|
+
];
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Ständige Spitzen während des Mikrowellenbetriebs deuten darauf hin, dass das elektromagnetische Signal "entweicht" und die Luft sättigt, wodurch WLAN-Datenpakete nicht rechtzeitig ankommen können.',
|
|
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: 'Häufig gestellte Fragen',
|
|
47
|
-
bibliographyTitle: 'Bibliografie',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Kopiert',
|
|
50
49
|
noHistory: 'Kein Verlauf',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Constant spikes during microwave operation suggest that the electromagnetic signal is "escaping" and saturating the air, preventing WiFi data packets from arriving on time.',
|
|
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: 'Frequently Asked Questions',
|
|
47
|
-
bibliographyTitle: 'Bibliography',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Copied',
|
|
50
49
|
noHistory: 'No history',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Los picos constantes durante el funcionamiento del microondas sugieren que la señal electromagnética está "escapando" y saturando el aire, impidiendo que los paquetes de datos WiFi lleguen a tiempo.',
|
|
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: 'Preguntas Frecuentes',
|
|
47
|
-
bibliographyTitle: 'Bibliografía',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Copiado',
|
|
50
49
|
noHistory: 'No historial',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Des pics constants pendant le fonctionnement du micro-ondes suggèrent que le signal électromagnétique "s\'échappe" et sature l\'air, empêchant les paquets de données WiFi d\'arriver à temps.',
|
|
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: 'Questions Fréquemment Posées',
|
|
47
|
-
bibliographyTitle: 'Bibliographie',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Copié',
|
|
50
49
|
noHistory: 'Pas d\'historique',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|