@jjlmoya/utils-science 1.10.0 → 1.12.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 +2 -1
- package/src/category/i18n/de.ts +96 -0
- package/src/category/i18n/id.ts +96 -0
- package/src/category/i18n/it.ts +96 -0
- package/src/category/i18n/ja.ts +96 -0
- package/src/category/i18n/ko.ts +96 -0
- package/src/category/i18n/nl.ts +96 -0
- package/src/category/i18n/pl.ts +96 -0
- package/src/category/i18n/pt.ts +96 -0
- package/src/category/i18n/ru.ts +96 -0
- package/src/category/i18n/sv.ts +96 -0
- package/src/category/i18n/tr.ts +96 -0
- package/src/category/i18n/zh.ts +96 -0
- package/src/category/index.ts +12 -0
- package/src/index.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/schemas_fulfillment.test.ts +1 -1
- package/src/tests/slug_language_code_format.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tool/asteroid-impact/i18n/de.ts +194 -0
- package/src/tool/asteroid-impact/i18n/en.ts +75 -38
- package/src/tool/asteroid-impact/i18n/es.ts +75 -38
- package/src/tool/asteroid-impact/i18n/fr.ts +75 -38
- package/src/tool/asteroid-impact/i18n/id.ts +194 -0
- package/src/tool/asteroid-impact/i18n/it.ts +194 -0
- package/src/tool/asteroid-impact/i18n/ja.ts +194 -0
- package/src/tool/asteroid-impact/i18n/ko.ts +194 -0
- package/src/tool/asteroid-impact/i18n/nl.ts +194 -0
- package/src/tool/asteroid-impact/i18n/pl.ts +194 -0
- package/src/tool/asteroid-impact/i18n/pt.ts +194 -0
- package/src/tool/asteroid-impact/i18n/ru.ts +194 -0
- package/src/tool/asteroid-impact/i18n/sv.ts +194 -0
- package/src/tool/asteroid-impact/i18n/tr.ts +194 -0
- package/src/tool/asteroid-impact/i18n/zh.ts +194 -0
- package/src/tool/asteroid-impact/index.ts +13 -1
- package/src/tool/cellular-renewal/i18n/de.ts +207 -0
- package/src/tool/cellular-renewal/i18n/en.ts +83 -46
- package/src/tool/cellular-renewal/i18n/es.ts +83 -46
- package/src/tool/cellular-renewal/i18n/fr.ts +83 -46
- package/src/tool/cellular-renewal/i18n/id.ts +207 -0
- package/src/tool/cellular-renewal/i18n/it.ts +207 -0
- package/src/tool/cellular-renewal/i18n/ja.ts +207 -0
- package/src/tool/cellular-renewal/i18n/ko.ts +207 -0
- package/src/tool/cellular-renewal/i18n/nl.ts +207 -0
- package/src/tool/cellular-renewal/i18n/pl.ts +207 -0
- package/src/tool/cellular-renewal/i18n/pt.ts +207 -0
- package/src/tool/cellular-renewal/i18n/ru.ts +207 -0
- package/src/tool/cellular-renewal/i18n/sv.ts +207 -0
- package/src/tool/cellular-renewal/i18n/tr.ts +207 -0
- package/src/tool/cellular-renewal/i18n/zh.ts +207 -0
- package/src/tool/cellular-renewal/index.ts +13 -1
- package/src/tool/colony-counter/i18n/de.ts +185 -0
- package/src/tool/colony-counter/i18n/en.ts +69 -35
- package/src/tool/colony-counter/i18n/es.ts +69 -35
- package/src/tool/colony-counter/i18n/fr.ts +69 -35
- package/src/tool/colony-counter/i18n/id.ts +185 -0
- package/src/tool/colony-counter/i18n/it.ts +185 -0
- package/src/tool/colony-counter/i18n/ja.ts +185 -0
- package/src/tool/colony-counter/i18n/ko.ts +185 -0
- package/src/tool/colony-counter/i18n/nl.ts +185 -0
- package/src/tool/colony-counter/i18n/pl.ts +185 -0
- package/src/tool/colony-counter/i18n/pt.ts +185 -0
- package/src/tool/colony-counter/i18n/ru.ts +185 -0
- package/src/tool/colony-counter/i18n/sv.ts +185 -0
- package/src/tool/colony-counter/i18n/tr.ts +185 -0
- package/src/tool/colony-counter/i18n/zh.ts +185 -0
- package/src/tool/colony-counter/index.ts +12 -0
- package/src/tool/microwave-detector/i18n/de.ts +204 -0
- package/src/tool/microwave-detector/i18n/en.ts +75 -38
- package/src/tool/microwave-detector/i18n/es.ts +75 -38
- package/src/tool/microwave-detector/i18n/fr.ts +75 -38
- package/src/tool/microwave-detector/i18n/id.ts +204 -0
- package/src/tool/microwave-detector/i18n/it.ts +204 -0
- package/src/tool/microwave-detector/i18n/ja.ts +204 -0
- package/src/tool/microwave-detector/i18n/ko.ts +204 -0
- package/src/tool/microwave-detector/i18n/nl.ts +204 -0
- package/src/tool/microwave-detector/i18n/pl.ts +204 -0
- package/src/tool/microwave-detector/i18n/pt.ts +204 -0
- package/src/tool/microwave-detector/i18n/ru.ts +204 -0
- package/src/tool/microwave-detector/i18n/sv.ts +204 -0
- package/src/tool/microwave-detector/i18n/tr.ts +204 -0
- package/src/tool/microwave-detector/i18n/zh.ts +204 -0
- package/src/tool/microwave-detector/index.ts +13 -1
- package/src/tool/simulation-probability/i18n/de.ts +226 -0
- package/src/tool/simulation-probability/i18n/en.ts +79 -42
- package/src/tool/simulation-probability/i18n/es.ts +79 -42
- package/src/tool/simulation-probability/i18n/fr.ts +79 -42
- package/src/tool/simulation-probability/i18n/id.ts +226 -0
- package/src/tool/simulation-probability/i18n/it.ts +226 -0
- package/src/tool/simulation-probability/i18n/ja.ts +226 -0
- package/src/tool/simulation-probability/i18n/ko.ts +226 -0
- package/src/tool/simulation-probability/i18n/nl.ts +226 -0
- package/src/tool/simulation-probability/i18n/pl.ts +226 -0
- package/src/tool/simulation-probability/i18n/pt.ts +226 -0
- package/src/tool/simulation-probability/i18n/ru.ts +226 -0
- package/src/tool/simulation-probability/i18n/sv.ts +226 -0
- package/src/tool/simulation-probability/i18n/tr.ts +226 -0
- package/src/tool/simulation-probability/i18n/zh.ts +227 -0
- package/src/tool/simulation-probability/index.ts +13 -1
- package/src/tools.ts +2 -0
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
const howTo = [
|
|
2
|
+
{
|
|
3
|
+
name: 'Kap görüntüsünü hazırlayın',
|
|
4
|
+
text: 'Kolonilerin net bir şekilde kontrast oluşturması için Petri kabınızı karanlık bir arka plana yerleştirin veya bir transilüminatör kullanın.',
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
name: 'Koloni tiplerini belirleyin',
|
|
8
|
+
text: 'Kolonileri morfoloji, renk veya boyuta göre gruplandırmak için farklı markör renkleri kullanın.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
name: 'Her koloniyi işaretleyin',
|
|
12
|
+
text: 'Görünür her koloniye tıklayın. Araç, tekrarları veya gözden kaçan kolonileri önlemek için her tıklamayı otomatik olarak numaralandırır.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
name: 'Final konsantrasyonu hesaplayın',
|
|
16
|
+
text: 'KOB/ml veya KOB/g cinsinden final sonucunu elde etmek için ekim hacmini ve dilüsyon faktörünü girin.',
|
|
17
|
+
},
|
|
18
|
+
];
|
|
19
|
+
const faq = [
|
|
20
|
+
{
|
|
21
|
+
question: 'KOB sayımı nedir?',
|
|
22
|
+
answer: 'Koloni Oluşturan Birimler (KOB), bir numunedeki canlı bakteri veya mantar hücrelerinin sayısını tahmin eden bir ölçümdür. Her görünür koloninin tek bir hücreden veya hücre grubundan kaynaklandığı varsayılır.',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: 'Dijital sayıcı neden manuel sayımdan daha iyidir?',
|
|
26
|
+
answer: 'Dijital sayım, kolonileri görsel olarak işaretlerken "takibi kaybetme" gibi insan hatalarını önler. Aracımız ayrıca koloni tiplerinin renklerle ayırt edilmesini sağlayarak karma plakların analizini kolaylaştırır.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
question: 'Mililitre başına KOB nasıl hesaplanır?',
|
|
30
|
+
answer: 'Sayılan koloni sayısı, ters dilüsyon faktörü ile çarpılır. Örneğin, 1:100 dilüsyonda 30 koloni sayarsanız, orijinal numune 3000 KOB/ml içerir.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: 'Bir kap ne zaman "sayılamaz" kabul edilir?',
|
|
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
|
+
},
|
|
36
|
+
];
|
|
37
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
38
|
+
|
|
39
|
+
const slug = 'koloni-sayaci';
|
|
40
|
+
const title = 'Koloni Sayacı: Petri Kapları için Dijital KOB Sayım Aracı';
|
|
41
|
+
const description = 'Petri kaplarındaki bakteri kolonilerini saymak için dijital araç. Türleri ayırt edin, hataları önleyin ve KOB\'u hassasiyetle hesaplayın.';
|
|
42
|
+
|
|
43
|
+
export const content: ToolLocaleContent = {
|
|
44
|
+
slug,
|
|
45
|
+
title,
|
|
46
|
+
description,
|
|
47
|
+
faqTitle: 'Sıkça Sorulan Sorular',
|
|
48
|
+
bibliographyTitle: 'Bibliyografik Kaynaklar',
|
|
49
|
+
ui: {
|
|
50
|
+
uploadTitle: 'Petri kabınızı yüklemek için tıklayın',
|
|
51
|
+
uploadSubtitle: 'Kabınızın fotoğrafını yükleyin ve kolonileri saymaya başlayın',
|
|
52
|
+
currentModeLabel: 'Mevcut Mod',
|
|
53
|
+
typeA: 'Tip A',
|
|
54
|
+
typeB: 'Tip B',
|
|
55
|
+
colonyType: 'Koloni Tipi',
|
|
56
|
+
counting: 'Sayılıyor',
|
|
57
|
+
totalCFU: 'Toplam KOB',
|
|
58
|
+
undo: 'Sonuncuyu Geri Al',
|
|
59
|
+
clearAll: 'Tümünü Temizle',
|
|
60
|
+
infoClick: 'Kolonileri işaretlemek için kaba tıklayın',
|
|
61
|
+
infoChange: 'İşaretlemeden önce tipi değiştirin',
|
|
62
|
+
confirmClear: 'Tüm işaretli kolonileri temizlemek istediğinizden emin misiniz?',
|
|
63
|
+
},
|
|
64
|
+
seo: [
|
|
65
|
+
{
|
|
66
|
+
type: 'title',
|
|
67
|
+
text: 'Dijital Mikrobiyoloji: Hassas Koloni Sayımı',
|
|
68
|
+
level: 2,
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
type: 'paragraph',
|
|
72
|
+
html: 'Petri kaplarındaki bakteri kolonilerini saymak, mikrobiyolojide temel bir tekniktir. Geleneksel olarak manuel bir sayıcı ve markör kalemle yapılan bu işlemde, sayının karıştırılması veya aynı koloninin iki kez işaretlenmesi kolaydır. Bu dijital araç bu hataları ortadan kaldırır ve koloni tipleri arasında görsel ayrım yapılmasını sağlar.',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
type: 'title',
|
|
76
|
+
text: 'Koloni Sayımı Neden Önemlidir',
|
|
77
|
+
level: 3,
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
type: 'paragraph',
|
|
81
|
+
html: 'Bir kaptaki koloni sayısı, orijinal numunedeki canlı mikroorganizma konsantrasyonu ile doğru orantılıdır. Bu veriler şu alanlarda kritiktir:',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'list',
|
|
85
|
+
items: [
|
|
86
|
+
'<strong>Gıda Kalite Kontrolü:</strong> Bakteriyel kontaminasyonun tespiti.',
|
|
87
|
+
'<strong>İlaç Araştırmaları:</strong> Antibiyotik etkinliğinin değerlendirilmesi.',
|
|
88
|
+
'<strong>Klinik Teşhis:</strong> Hasta numunelerindeki enfeksiyonların miktarının belirlenmesi.',
|
|
89
|
+
'<strong>Biyoteknoloji:</strong> Rekombinant proteinler için üretim kültürlerinin optimize edilmesi.',
|
|
90
|
+
],
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'title',
|
|
94
|
+
text: 'Koloni Oluşturan Birimler (KOB)',
|
|
95
|
+
level: 3,
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'paragraph',
|
|
99
|
+
html: 'Bir kaptaki her görünür koloninin tek bir canlı hücreden kaynaklandığı varsayılır. Bu yüzden bunlara <strong>KOB</strong> (Koloni Oluşturan Birimler) denir.',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: '<strong>Konsantrasyon Formülü:</strong><br><code>KOB/mL = (Sayılan Koloniler × Dilüsyon Faktörü) / Ekim Hacmi</code>',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Sayım İçin En İyi Uygulamalar',
|
|
108
|
+
level: 3,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'title',
|
|
112
|
+
text: 'Sayılabilir Aralık',
|
|
113
|
+
level: 4,
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: 'Manuel sayım için ideal aralık, kap başına <strong>30 ila 300 koloni</strong>dir. 30\'un altında istatistiksel hata çok yüksektir. 300\'ün üzerinde koloniler birleşmeye başlar ve bireysel ayrım imkansız hale gelir.',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'title',
|
|
121
|
+
text: 'Koloni Tipleri',
|
|
122
|
+
level: 4,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: 'Seçici veya diferansiyel besiyerlerinde, birden fazla koloni morfolojisi görmek yaygındır:',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>Tip A (Turkuaz/Yeşil):</strong> Büyük, mukoid koloniler, laktoz fermente eden Gram-negatif bakteriler için tipiktir.',
|
|
132
|
+
'<strong>Tip B (Pembe/Mor):</strong> Küçük, yarı saydam koloniler, fermente etmeyenler.',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'paragraph',
|
|
137
|
+
html: 'Aracımız, farklı renklerle iki koloni tipine kadar ayrım yapılmasına olanak tanıyarak fiziksel markörlere gerek kalmadan diferansiyel sayımı kolaylaştırır.',
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
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
|
+
],
|
|
151
|
+
howTo,
|
|
152
|
+
|
|
153
|
+
schemas: [
|
|
154
|
+
{
|
|
155
|
+
'@context': 'https://schema.org',
|
|
156
|
+
'@type': 'SoftwareApplication',
|
|
157
|
+
name: title,
|
|
158
|
+
description: description,
|
|
159
|
+
applicationCategory: 'ScientificApplication',
|
|
160
|
+
operatingSystem: 'Any',
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
'@context': 'https://schema.org',
|
|
164
|
+
'@type': 'FAQPage',
|
|
165
|
+
mainEntity: faq.map((item) => ({
|
|
166
|
+
'@type': 'Question',
|
|
167
|
+
name: item.question,
|
|
168
|
+
acceptedAnswer: {
|
|
169
|
+
'@type': 'Answer',
|
|
170
|
+
text: item.answer,
|
|
171
|
+
},
|
|
172
|
+
})),
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
'@context': 'https://schema.org',
|
|
176
|
+
'@type': 'HowTo',
|
|
177
|
+
name: title,
|
|
178
|
+
step: howTo.map((step) => ({
|
|
179
|
+
'@type': 'HowToStep',
|
|
180
|
+
name: step.name,
|
|
181
|
+
text: step.text,
|
|
182
|
+
})),
|
|
183
|
+
},
|
|
184
|
+
],
|
|
185
|
+
};
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
const howTo = [
|
|
2
|
+
{
|
|
3
|
+
name: '准备培养皿图像',
|
|
4
|
+
text: '将培养皿放在深色背景下或使用透射照明器,使菌落形成鲜明对比。',
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
name: '识别菌落类型',
|
|
8
|
+
text: '使用不同的标记颜色,根据形态、颜色或大小对菌落进行分组。',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
name: '标记每个菌落',
|
|
12
|
+
text: '点击每个可见菌落。工具会自动为每次点击编号,以防止重复或遗漏。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
name: '计算最终浓度',
|
|
16
|
+
text: '输入接种体积和稀释倍数,即可获得以 CFU/ml 或 CFU/g 为单位的最终结果。',
|
|
17
|
+
},
|
|
18
|
+
];
|
|
19
|
+
const faq = [
|
|
20
|
+
{
|
|
21
|
+
question: '什么是 CFU 计数?',
|
|
22
|
+
answer: '菌落形成单位 (CFU) 是一种估算样本中活细菌或真菌细胞数量的测量方法。假设每个可见菌落都起源于单个细胞或细胞群。',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: '为什么数字计数器比手动计数更好?',
|
|
26
|
+
answer: '数字计数避免了在视觉标记菌落过程中“跟丢进度”的人为错误。此外,我们的工具允许按颜色区分菌落类型,从而简化了混合培养皿的分析。',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
question: '如何计算每毫升的 CFU?',
|
|
30
|
+
answer: '将计得的菌落数乘以稀释倍数。例如,如果您在 1:100 稀释液中数得 30 个菌落,则原始样品含有 3000 CFU/ml。',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: '什么时候培养皿被认为是“不可计数的”?',
|
|
34
|
+
answer: '在标准微生物学中,如果菌落超过 250-300 个,则认为培养皿过于拥挤(多不可计,TNTC),且由于菌落竞争,数据不可靠。',
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
38
|
+
|
|
39
|
+
const slug = 'colony-counter';
|
|
40
|
+
const title = '菌落计数器:培养皿 CFU 数字计数工具';
|
|
41
|
+
const description = '用于培养皿细菌菌落计数的数字工具。区分类型,避免错误,并精确计算 CFU。';
|
|
42
|
+
|
|
43
|
+
export const content: ToolLocaleContent = {
|
|
44
|
+
slug,
|
|
45
|
+
title,
|
|
46
|
+
description,
|
|
47
|
+
faqTitle: '常见问题',
|
|
48
|
+
bibliographyTitle: '参考文献',
|
|
49
|
+
ui: {
|
|
50
|
+
uploadTitle: '点击上传培养皿图像',
|
|
51
|
+
uploadSubtitle: '上传培养皿照片并开始计数菌落',
|
|
52
|
+
currentModeLabel: '当前模式',
|
|
53
|
+
typeA: '类型 A',
|
|
54
|
+
typeB: '类型 B',
|
|
55
|
+
colonyType: '菌落类型',
|
|
56
|
+
counting: '计数中',
|
|
57
|
+
totalCFU: '总 CFU',
|
|
58
|
+
undo: '撤销上一步',
|
|
59
|
+
clearAll: '清除全部',
|
|
60
|
+
infoClick: '点击培养皿以标记菌落',
|
|
61
|
+
infoChange: '在标记前更改类型',
|
|
62
|
+
confirmClear: '确定要清除所有已标记的菌落吗?',
|
|
63
|
+
},
|
|
64
|
+
seo: [
|
|
65
|
+
{
|
|
66
|
+
type: 'title',
|
|
67
|
+
text: '数字微生物学:精确菌落计数',
|
|
68
|
+
level: 2,
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
type: 'paragraph',
|
|
72
|
+
html: '在培养皿上计数细菌菌落是微生物学中的一项基本技术。传统上使用手动计数器和记号笔进行,很容易漏计或重复标记同一个菌落。该数字工具消除了这些错误,并允许在菌落类型之间进行视觉区分。',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
type: 'title',
|
|
76
|
+
text: '为什么菌落计数很重要',
|
|
77
|
+
level: 3,
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
type: 'paragraph',
|
|
81
|
+
html: '培养皿上的菌落数量与原始样品中活微生物的浓度成正比。这些数据在以下方面至关重要:',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'list',
|
|
85
|
+
items: [
|
|
86
|
+
'<strong>食品质量控制:</strong> 检测细菌污染。',
|
|
87
|
+
'<strong>药物研究:</strong> 评估抗生素功效。',
|
|
88
|
+
'<strong>临床诊断:</strong> 定性分析患者样本中的感染。',
|
|
89
|
+
'<strong>生物技术:</strong> 优化重组蛋白的生产培养。',
|
|
90
|
+
],
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
type: 'title',
|
|
94
|
+
text: '菌落形成单位 (CFU)',
|
|
95
|
+
level: 3,
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'paragraph',
|
|
99
|
+
html: '培养皿上每个肉眼可见的菌落都被认为起源于单个活细胞。这就是为什么它们被称为 <strong>CFU</strong>(菌落形成单位)。',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'paragraph',
|
|
103
|
+
html: '<strong>浓度公式:</strong><br><code>CFU/mL = (计得的菌落数 × 稀释倍数) / 接种体积</code>',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: '计数的最佳实践',
|
|
108
|
+
level: 3,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'title',
|
|
112
|
+
text: '可计数范围',
|
|
113
|
+
level: 4,
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'paragraph',
|
|
117
|
+
html: '手动计数的理想范围是每皿 <strong>30 到 300 个菌落</strong>。低于 30,统计误差太大;高于 300,菌落开始融合成片,无法进行个体区分。',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'title',
|
|
121
|
+
text: '菌落类型',
|
|
122
|
+
level: 4,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: '在选择性或鉴别培养基上,通常会看到多种菌落形态:',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>类型 A (青色/绿色):</strong> 大而粘稠的菌落,典型的革兰氏阴性乳糖发酵细菌。',
|
|
132
|
+
'<strong>类型 B (粉色/紫色):</strong> 小而透明的菌落,非发酵菌。',
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'paragraph',
|
|
137
|
+
html: '我们的工具允许区分多达两种具有不同颜色的菌落类型,在不需要物理标记的情况下简化了鉴别计数过程。',
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
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
|
+
],
|
|
151
|
+
howTo,
|
|
152
|
+
|
|
153
|
+
schemas: [
|
|
154
|
+
{
|
|
155
|
+
'@context': 'https://schema.org',
|
|
156
|
+
'@type': 'SoftwareApplication',
|
|
157
|
+
name: title,
|
|
158
|
+
description: description,
|
|
159
|
+
applicationCategory: 'ScientificApplication',
|
|
160
|
+
operatingSystem: 'Any',
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
'@context': 'https://schema.org',
|
|
164
|
+
'@type': 'FAQPage',
|
|
165
|
+
mainEntity: faq.map((item) => ({
|
|
166
|
+
'@type': 'Question',
|
|
167
|
+
name: item.question,
|
|
168
|
+
acceptedAnswer: {
|
|
169
|
+
'@type': 'Answer',
|
|
170
|
+
text: item.answer,
|
|
171
|
+
},
|
|
172
|
+
})),
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
'@context': 'https://schema.org',
|
|
176
|
+
'@type': 'HowTo',
|
|
177
|
+
name: title,
|
|
178
|
+
step: howTo.map((step) => ({
|
|
179
|
+
'@type': 'HowToStep',
|
|
180
|
+
name: step.name,
|
|
181
|
+
text: step.text,
|
|
182
|
+
})),
|
|
183
|
+
},
|
|
184
|
+
],
|
|
185
|
+
};
|
|
@@ -16,6 +16,18 @@ export const colonyCounter: ScienceToolEntry<ColonyCounterUI> = {
|
|
|
16
16
|
es: () => import('./i18n/es').then((m) => m.content),
|
|
17
17
|
en: () => import('./i18n/en').then((m) => m.content),
|
|
18
18
|
fr: () => import('./i18n/fr').then((m) => m.content),
|
|
19
|
+
de: () => import('./i18n/de').then((m) => m.content),
|
|
20
|
+
it: () => import('./i18n/it').then((m) => m.content),
|
|
21
|
+
pt: () => import('./i18n/pt').then((m) => m.content),
|
|
22
|
+
id: () => import('./i18n/id').then((m) => m.content),
|
|
23
|
+
ja: () => import('./i18n/ja').then((m) => m.content),
|
|
24
|
+
ko: () => import('./i18n/ko').then((m) => m.content),
|
|
25
|
+
nl: () => import('./i18n/nl').then((m) => m.content),
|
|
26
|
+
pl: () => import('./i18n/pl').then((m) => m.content),
|
|
27
|
+
ru: () => import('./i18n/ru').then((m) => m.content),
|
|
28
|
+
sv: () => import('./i18n/sv').then((m) => m.content),
|
|
29
|
+
tr: () => import('./i18n/tr').then((m) => m.content),
|
|
30
|
+
zh: () => import('./i18n/zh').then((m) => m.content),
|
|
19
31
|
},
|
|
20
32
|
};
|
|
21
33
|
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
const slug = 'mikrowellen-leck-detektor';
|
|
2
|
+
const description = 'Analysieren Sie, ob Ihre Mikrowelle Strahlung verliert, indem Sie Echtzeit-Interferenzen in Ihrem WLAN-Netzwerk messen. Ein wissenschaftliches Sicherheitswerkzeug.';
|
|
3
|
+
const title = 'Mikrowellen Leck Detektor: WLAN Interferenz Visualisierer';
|
|
4
|
+
const howTo = [
|
|
5
|
+
{
|
|
6
|
+
name: 'Mit 2,4-GHz-WLAN verbinden',
|
|
7
|
+
text: 'Stellen Sie sicher, dass Ihr Handy oder Laptop NICHT mit dem 5-GHz-Band verbunden ist, damit die Interferenz messbar ist.',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: 'Basis-Latenztest starten',
|
|
11
|
+
text: 'Drücken Sie die Starttaste bei ausgeschalteter Mikrowelle, um eine stabile Verbindungsgrundlinie zu erstellen.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Mikrowelle einschalten',
|
|
15
|
+
text: 'Erhitzen Sie ein Glas Wasser für 30-60 Sekunden und stellen Sie sich mit Ihrem Gerät in die Nähe des Geräts.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Echtzeit-Grafik analysieren',
|
|
19
|
+
text: 'Beobachten Sie, ob die Latenz über 100-200 ms steigt oder ob Paketverluste auftreten, während das Gerät läuft.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
const faq = [
|
|
23
|
+
{
|
|
24
|
+
question: 'Wie kann eine Website meine Mikrowelle erkennen?',
|
|
25
|
+
answer: 'Wir verwenden keine magischen Sensoren, sondern die Netzwerklatenz. Sowohl 2,4-GHz-WLAN als auch Mikrowellenherde arbeiten auf der gleichen Frequenz (ca. 2450 MHz). Wenn die Abschirmung der Mikrowelle versagt, erzeugt sie ein "Rauschen", das mit dem WLAN kollidiert und die Latenz (Ping) drastisch erhöht.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Ist es gefährlich, wenn meine Mikrowelle undicht ist?',
|
|
29
|
+
answer: 'Geringe WLAN-Interferenzen sind normal und stellen kein unmittelbares Gesundheitsrisiko dar, da die Leistung mit der Entfernung schnell abnimmt. Ein massives Leck deutet jedoch auf eine schlechte Abdichtung der Tür oder des Gitters hin, was aus Gründen der technischen Sicherheit überprüft werden sollte.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'Warum funktioniert der Test nicht mit 5-GHz-WLAN?',
|
|
33
|
+
answer: 'Weil 5-GHz-WLAN auf einem viel höheren Frequenzband arbeitet als eine Mikrowelle. Damit der Test effektiv ist, muss Ihr Gerät mit dem 2,4-GHz-Netzwerk des Routers verbunden sein.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
question: 'Was bedeuten die Latenzspitzen in der Grafik?',
|
|
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
|
+
},
|
|
39
|
+
];
|
|
40
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
41
|
+
|
|
42
|
+
export const content: ToolLocaleContent = {
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
46
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
47
|
+
bibliographyTitle: 'Bibliografie',
|
|
48
|
+
ui: {
|
|
49
|
+
copied: 'Kopiert',
|
|
50
|
+
noHistory: 'Kein Verlauf',
|
|
51
|
+
load: 'Laden',
|
|
52
|
+
delete: 'Löschen',
|
|
53
|
+
microwaveDetection: 'Mikrowellenerkennung',
|
|
54
|
+
shieldingAnalysis: 'Abschirmungsanalyse',
|
|
55
|
+
startTest: 'Test starten',
|
|
56
|
+
stopTest: 'Test stoppen',
|
|
57
|
+
waitingForStart: 'Warten auf Start...',
|
|
58
|
+
detectingInterference: 'Interferenz wird erkannt...',
|
|
59
|
+
baseLevel: 'Basispegel',
|
|
60
|
+
activeLevel: 'Aktiver Pegel',
|
|
61
|
+
leakProbability: 'Leckwahrscheinlichkeit',
|
|
62
|
+
lowLeak: 'Niedrig',
|
|
63
|
+
mediumLeak: 'Mittel',
|
|
64
|
+
highLeak: 'Hoch',
|
|
65
|
+
pingLabel: 'Latenz (ms)',
|
|
66
|
+
packetLossLabel: 'Paketverlust (%)',
|
|
67
|
+
rfInterferenceMonitor: 'HF-Interferenz-Monitor',
|
|
68
|
+
mwLeakDetector: 'MW LEAK DETECTOR v2.0',
|
|
69
|
+
jitterUnit: 'ms / Jitter',
|
|
70
|
+
systemReady: 'System bereit',
|
|
71
|
+
physicalRequirement: 'Physikalische Voraussetzung',
|
|
72
|
+
physicalDesc: 'Dieser Detektor nutzt Interferenzen im 2,4-GHz-Band (der Mikrowellenfrequenz). Um ordnungsgemäß zu funktionieren, stellen Sie sicher, dass Sie mit einem 2,4-GHz-WLAN-Netzwerk verbunden sind (nicht 5 GHz/6 GHz) oder verwenden Sie Ihr Telefon in der Nähe des Geräts.',
|
|
73
|
+
understandStart: 'Verstanden, Scan starten',
|
|
74
|
+
rfInterferenceTitle: 'Interferenz-Monitor',
|
|
75
|
+
connectToAnalyze: 'Verbinden Sie sich, um die thermische Interferenzanalyse zu starten.',
|
|
76
|
+
audioFeedback: 'Audio-Feedback',
|
|
77
|
+
muteUnmute: 'STUMM / LAUT',
|
|
78
|
+
static: 'Statisch',
|
|
79
|
+
},
|
|
80
|
+
seo: [
|
|
81
|
+
{
|
|
82
|
+
type: 'title',
|
|
83
|
+
text: 'WELLENPHYSIK: Verliert Ihre Mikrowelle wirklich Strahlung?',
|
|
84
|
+
level: 2,
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'paragraph',
|
|
88
|
+
html: 'Die Mikrowelle ist das am meisten missverstandene Gerät in der modernen Küche. Von Puristen gehasst und von Pragmatikern geliebt, verbirgt sie einen ständigen Kampf zwischen eingeschlossener Energie und der Außenwelt.',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: 'Aus rein physikalischer Sicht ist ein Mikrowellenherd ein <strong>Hohlraumresonator</strong>, der darauf ausgelegt ist, Wassermoleküle mit elektromagnetischer Strahlung bei einer ganz bestimmten Frequenz zu bombardieren: <strong>2,45 GHz</strong>. Diese Frequenz ist nicht willkürlich; sie ist notwendig, um die Dipolschwingung von Wasserpartikeln zu bewirken und durch Reibung Wärme zu erzeugen. Das Problem ist, dass dies genau die gleiche Frequenz ist, die vom WLAN-Standard 802.11b/g/n verwendet wird.',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
type: 'title',
|
|
96
|
+
text: 'Elektromagnetische Interferenz (EMI)',
|
|
97
|
+
level: 3,
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'paragraph',
|
|
101
|
+
html: 'Jedes WLAN-Gerät, das im 2,4-GHz-Band betrieben wird, konkurriert mit Ihrer Mikrowelle um die gleiche "Luft". In einem perfekten Ofen sollte der <strong>Faradaysche Käfig</strong> (das Metallgitter, das Sie an der Tür und den Innenwänden sehen) 100% der Energie einschließen.',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Kein Käfig ist jedoch auf Dauer perfekt. Türdichtungen, Magnetverschlüsse und Metallabnutzung können dazu führen, dass kleine Mengen Energie entweichen. Obwohl diese Werte normalerweise weit unter den Sicherheitsgrenzwerten für Menschen liegen, sind sie für eine WLAN-Netzwerkkarte <strong>gigantisch</strong> und verursachen Latenz, Paketverlust und den charakteristischen "Jitter", den unser Werkzeug misst.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'title',
|
|
109
|
+
text: 'Der hausgemachte Faradaysche Käfigtest',
|
|
110
|
+
level: 3,
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: 'Es gibt eine sehr einfache analoge Möglichkeit, den Grundzustand der Abschirmung Ihres Ofens zu überprüfen, obwohl dies weniger genau ist als unsere digitale Jitter-Messung:',
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'list',
|
|
118
|
+
items: [
|
|
119
|
+
'<strong>Schritt 1 - Das Telefon:</strong> Legen Sie Ihr Mobiltelefon in die Mikrowelle (<strong>SCHALTEN SIE DEN OFEN UNTER KEINEN UMSTÄNDEN EIN!</strong> Schließen Sie nur die Tür).',
|
|
120
|
+
'<strong>Schritt 2 - Der Anruf:</strong> Versuchen Sie, dieses Telefon von einem anderen Gerät aus anzurufen. Wenn das Telefon klingelt, ist der Faradaysche Käfig defekt oder nicht auf Mobilfunkfrequenzen abgestimmt. Wenn es "außer Reichweite" anzeigt, funktioniert die Abschirmung ordnungsgemäß.',
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'title',
|
|
125
|
+
text: 'Mythen vs. wissenschaftliche Realität',
|
|
126
|
+
level: 3,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>"Mikrowellen verändern die molekulare Struktur von Wasser"</strong> - FALSCH. Mikrowellenstrahlung ist <em>nicht-ionisierend</em>. Sie hat nicht genug Energie, um chemische Bindungen aufzubrechen oder die DNA zu verändern. Sie bringt lediglich Wassermoleküle zum Schwingen und erhöht so deren kinetische Energie (Temperatur).',
|
|
132
|
+
'<strong>"Strahlung reichert sich in Lebensmitteln an"</strong> - FALSCH. Mikrowellen sind wie Licht: Sobald man den Schalter ausschaltet, sind sie weg. Heiße Lebensmittel senden keine Mikrowellenstrahlung aus, sondern nur Infrarotstrahlung (Wärme), genau wie ein Lagerfeuer oder eine Pfanne.',
|
|
133
|
+
'<strong>"Das Beobachten der rotierenden Platte schadet den Augen"</strong> - TEILWEISE WAHR. Das Türglas ist mit einem Gitter versehen, das 2,45-GHz-Wellenlängen blockiert. Wenn das Gitter jedoch beschädigt ist, hält das Glas die Mikrowellen nicht auf. Die Augenlinse ist sehr hitzeempfindlich und schlecht durchblutet, sodass eine längere direkte Bestrahlung (in der Nähe eines Lecks) thermischen Katarakt verursachen könnte.',
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'title',
|
|
138
|
+
text: 'Wie funktioniert dieser digitale Detektor?',
|
|
139
|
+
level: 3,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: 'Unser Werkzeug misst die Strahlung nicht direkt (Smartphones haben dafür keine Sensoren), sondern das <strong>Hauptsymptom</strong>. Wenn ein 2,45-GHz-Strahlungsmolekül aus dem Ofen entweicht, "kollidiert" es mit dem WLAN-Signal Ihres Geräts. Dies verursacht:',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
items: [
|
|
148
|
+
'<strong>Paket-Neuübertragungen:</strong> Der Router erkennt, dass die Nachricht beschädigt angekommen ist und muss sie erneut senden, was die Latenz erhöht.',
|
|
149
|
+
'<strong>Jitter-Variation:</strong> Dies ist das Maß für die Instabilität der Antwortzeit. Hoher Jitter ist ein eindeutiges Zeichen für massiv externe Interferenzen.',
|
|
150
|
+
'<strong>Leistungsabfall:</strong> Die Übertragungsgeschwindigkeit sinkt aufgrund der Sättigung des Funkspektrums drastisch.',
|
|
151
|
+
'<strong>Hintergrundrauschen:</strong> Die Mikrowelle speist Rauschen ein, das den "Rauschteppich" erhöht, was es dem Gerät erschwert, zwischen echten Daten und radioaktivem Chaos zu unterscheiden.',
|
|
152
|
+
],
|
|
153
|
+
},
|
|
154
|
+
],
|
|
155
|
+
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
|
+
],
|
|
170
|
+
howTo,
|
|
171
|
+
|
|
172
|
+
schemas: [
|
|
173
|
+
{
|
|
174
|
+
'@context': 'https://schema.org',
|
|
175
|
+
'@type': 'SoftwareApplication',
|
|
176
|
+
name: title,
|
|
177
|
+
description: description,
|
|
178
|
+
applicationCategory: 'ScientificApplication',
|
|
179
|
+
operatingSystem: 'Any',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
'@context': 'https://schema.org',
|
|
183
|
+
'@type': 'FAQPage',
|
|
184
|
+
mainEntity: faq.map((item) => ({
|
|
185
|
+
'@type': 'Question',
|
|
186
|
+
name: item.question,
|
|
187
|
+
acceptedAnswer: {
|
|
188
|
+
'@type': 'Answer',
|
|
189
|
+
text: item.answer,
|
|
190
|
+
},
|
|
191
|
+
})),
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
'@context': 'https://schema.org',
|
|
195
|
+
'@type': 'HowTo',
|
|
196
|
+
name: title,
|
|
197
|
+
step: howTo.map((step) => ({
|
|
198
|
+
'@type': 'HowToStep',
|
|
199
|
+
name: step.name,
|
|
200
|
+
text: step.text,
|
|
201
|
+
})),
|
|
202
|
+
},
|
|
203
|
+
],
|
|
204
|
+
};
|