@jjlmoya/utils-science 1.41.0 → 1.43.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/scripts/crystal-lattice-catalog-translations.mjs +459 -0
- package/scripts/sync-crystal-lattice-i18n.mjs +50 -0
- package/src/category/index.ts +3 -1
- package/src/entries.ts +5 -1
- package/src/index.ts +2 -0
- package/src/tests/diacritics_density.test.ts +140 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/tool_validation.test.ts +2 -3
- package/src/tool/conway-life-rule-lab/i18n/de.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/es.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/fr.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/id.ts +102 -45
- package/src/tool/conway-life-rule-lab/i18n/it.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/ja.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/ko.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/nl.ts +102 -45
- package/src/tool/conway-life-rule-lab/i18n/pl.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/pt.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/ru.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/sv.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/tr.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/zh.ts +62 -5
- package/src/tool/cosmic-inflation/i18n/es.ts +5 -5
- package/src/tool/cosmic-inflation/i18n/it.ts +51 -51
- package/src/tool/cosmic-inflation/i18n/ru.ts +42 -150
- package/src/tool/crystal-lattice-structure-finder/component.astro +120 -39
- package/src/tool/crystal-lattice-structure-finder/crystal-lattice-structure-finder.css +204 -56
- package/src/tool/crystal-lattice-structure-finder/data.ts +107 -133
- package/src/tool/crystal-lattice-structure-finder/i18n/de.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/en.ts +45 -6
- package/src/tool/crystal-lattice-structure-finder/i18n/es.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/fr.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/id.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/it.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/ja.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/ko.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/nl.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/pl.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/pt.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/ru.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/sv.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/tr.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/zh.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/logic.ts +7 -3
- package/src/tool/crystal-lattice-structure-finder/structures/README.md +26 -0
- package/src/tool/crystal-lattice-structure-finder/structures/body-centered-cubic.ts +19 -0
- package/src/tool/crystal-lattice-structure-finder/structures/cesium-chloride.ts +19 -0
- package/src/tool/crystal-lattice-structure-finder/structures/diamond-cubic.ts +23 -0
- package/src/tool/crystal-lattice-structure-finder/structures/face-centered-cubic.ts +16 -0
- package/src/tool/crystal-lattice-structure-finder/structures/hexagonal-close-packed.ts +30 -0
- package/src/tool/crystal-lattice-structure-finder/structures/index.ts +25 -0
- package/src/tool/crystal-lattice-structure-finder/structures/perovskite.ts +20 -0
- package/src/tool/crystal-lattice-structure-finder/structures/rock-salt.ts +23 -0
- package/src/tool/crystal-lattice-structure-finder/structures/rutile.ts +25 -0
- package/src/tool/crystal-lattice-structure-finder/structures/shared.ts +86 -0
- package/src/tool/crystal-lattice-structure-finder/structures/simple-cubic.ts +16 -0
- package/src/tool/crystal-lattice-structure-finder/structures/wurtzite.ts +22 -0
- package/src/tool/crystal-lattice-structure-finder/structures/zinc-blende.ts +23 -0
- package/src/tool/double-slit-decoherence/i18n/fr.ts +42 -86
- package/src/tool/double-slit-decoherence/i18n/it.ts +28 -72
- package/src/tool/double-slit-decoherence/i18n/pt.ts +35 -79
- package/src/tool/double-slit-decoherence/i18n/ru.ts +59 -59
- package/src/tool/double-slit-decoherence/i18n/sv.ts +33 -81
- package/src/tool/double-slit-decoherence/i18n/tr.ts +55 -55
- package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +42 -123
- package/src/tool/dyson-sphere-energy-capture/i18n/es.ts +6 -6
- package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +63 -131
- package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +36 -113
- package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +66 -42
- package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +66 -42
- package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +50 -133
- package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +51 -132
- package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +61 -98
- package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +56 -137
- package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +61 -142
- package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +67 -43
- package/src/tool/epidemic-sir-simulator/bibliography.astro +15 -0
- package/src/tool/epidemic-sir-simulator/bibliography.ts +37 -0
- package/src/tool/epidemic-sir-simulator/component.astro +384 -0
- package/src/tool/epidemic-sir-simulator/entry.ts +30 -0
- package/src/tool/epidemic-sir-simulator/epidemic-sir-simulator.css +624 -0
- package/src/tool/epidemic-sir-simulator/i18n/de.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/en.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/es.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/fr.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/id.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/it.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/ja.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/ko.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/nl.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/pl.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/pt.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/ru.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/sv.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/tr.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/zh.ts +347 -0
- package/src/tool/epidemic-sir-simulator/index.ts +12 -0
- package/src/tool/epidemic-sir-simulator/logic.ts +163 -0
- package/src/tool/epidemic-sir-simulator/seo.astro +16 -0
- package/src/tool/fermi-paradox-filter-lab/bibliography.astro +14 -0
- package/src/tool/fermi-paradox-filter-lab/bibliography.ts +24 -0
- package/src/tool/fermi-paradox-filter-lab/component.astro +257 -0
- package/src/tool/fermi-paradox-filter-lab/entry.ts +26 -0
- package/src/tool/fermi-paradox-filter-lab/fermi-paradox-filter-lab.css +228 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/de.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/en.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/es.ts +193 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/fr.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/id.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/it.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/ja.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/ko.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/nl.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/pl.ts +193 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/pt.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/ru.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/sv.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/tr.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/zh.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/index.ts +11 -0
- package/src/tool/fermi-paradox-filter-lab/logic.ts +125 -0
- package/src/tool/fermi-paradox-filter-lab/seo.astro +15 -0
- package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +50 -63
- package/src/tool/lorenz-attractor/i18n/de.ts +52 -78
- package/src/tool/lorenz-attractor/i18n/es.ts +5 -5
- package/src/tool/lorenz-attractor/i18n/fr.ts +51 -77
- package/src/tool/lorenz-attractor/i18n/it.ts +36 -36
- package/src/tool/lorenz-attractor/i18n/pt.ts +51 -75
- package/src/tool/mandelbrot-fractal/i18n/de.ts +31 -58
- package/src/tool/mandelbrot-fractal/i18n/es.ts +5 -5
- package/src/tool/mandelbrot-fractal/i18n/fr.ts +39 -57
- package/src/tool/mandelbrot-fractal/i18n/it.ts +30 -48
- package/src/tool/mandelbrot-fractal/i18n/pl.ts +34 -52
- package/src/tool/mandelbrot-fractal/i18n/pt.ts +30 -30
- package/src/tool/mandelbrot-fractal/i18n/ru.ts +42 -60
- package/src/tool/mandelbrot-fractal/i18n/sv.ts +38 -65
- package/src/tool/natural-selection-drift/i18n/it.ts +18 -95
- package/src/tool/natural-selection-drift/i18n/pt.ts +76 -19
- package/src/tool/natural-selection-drift/i18n/ru.ts +27 -24
- package/src/tool/natural-selection-drift/i18n/sv.ts +9 -6
- package/src/tool/phase-diagram-critical-points/i18n/de.ts +30 -68
- package/src/tool/phase-diagram-critical-points/i18n/es.ts +4 -4
- package/src/tool/phase-diagram-critical-points/i18n/fr.ts +37 -75
- package/src/tool/phase-diagram-critical-points/i18n/it.ts +8 -8
- package/src/tool/planet-atmosphere-survival/i18n/ru.ts +49 -192
- package/src/tool/radioactive-decay/i18n/de.ts +16 -32
- package/src/tool/radioactive-decay/i18n/es.ts +5 -5
- package/src/tool/radioactive-decay/i18n/fr.ts +24 -40
- package/src/tool/radioactive-decay/i18n/it.ts +18 -35
- package/src/tool/radioactive-decay/i18n/pt.ts +34 -34
- package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +52 -128
- package/src/tool/temperature-timeline/i18n/de.ts +46 -174
- package/src/tool/temperature-timeline/i18n/es.ts +5 -5
- package/src/tool/temperature-timeline/i18n/fr.ts +69 -144
- package/src/tool/temperature-timeline/i18n/it.ts +34 -133
- package/src/tool/temperature-timeline/i18n/pt.ts +35 -174
- package/src/tool/temperature-timeline/i18n/ru.ts +48 -174
- package/src/tool/twin-paradox-visualizer/i18n/es.ts +5 -5
- package/src/tool/twin-paradox-visualizer/i18n/fr.ts +34 -34
- package/src/tool/twin-paradox-visualizer/i18n/pt.ts +31 -71
- package/src/tools.ts +4 -0
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
import { bibliography } from '../bibliography';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
|
|
4
|
-
const slug = 'dyson-
|
|
5
|
-
const title = 'Dyson
|
|
6
|
-
const description = '
|
|
4
|
+
const slug = 'dyson-kuresi-enerji-yakalama-simulatoru';
|
|
5
|
+
const title = 'Dyson Küresi Enerji Yakalama Simülatörü';
|
|
6
|
+
const description = 'Farklı yıldızlar için Dyson sürüsü, halkası, kabuğu ve statit toplayıcı tasarımlarını tahmin edin. Yakalama gücünü, yörünge yarıçapını, malzeme kütlesini ve hedef Kardashev ölçeğine ulaşmak için gereken kapsamayı hesaplayın.';
|
|
7
7
|
|
|
8
8
|
const howTo = [
|
|
9
9
|
{
|
|
10
|
-
name: 'Bir
|
|
11
|
-
text: 'Bir M
|
|
10
|
+
name: 'Bir yıldız türü seçin',
|
|
11
|
+
text: 'Bir M cücesi, Güneş benzeri yıldız, A-tipi yıldız, kırmızı dev veya mavi dev ile başlayın. Simülatör, toplayıcı yarıçapı ve yörünge periyodunu tahmin etmek için temsili parlaklık ve kütle değerlerini kullanır.',
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
name: 'Mega
|
|
15
|
-
text: 'Bir Dyson
|
|
14
|
+
name: 'Mega yapı mimarisini seçin',
|
|
15
|
+
text: 'Bir Dyson sürüsü, ekvatoral halka, rijit kabuk veya statit ayna bulutunu karşılaştırın. Her tasarımın farklı yakalama verimliliği, malzeme yoğunluğu ve kararlılık varsayımları vardır.',
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
name: 'Kapsama ve
|
|
19
|
-
text: 'Daha fazla
|
|
18
|
+
name: 'Kapsama ve çalışma sıcaklığını ayarlayın',
|
|
19
|
+
text: 'Daha fazla yıldız gücü yakalamak için kapsamayı artırın, ardından toplayıcıları yıldıza yaklaştırmak veya uzaklaştırmak için çalışma sıcaklığını ayarlayın.',
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
name: 'Bir Kardashev hedefi belirleyin',
|
|
23
|
-
text: 'Hedef
|
|
23
|
+
text: 'Hedef kaydırıcısını kullanarak bir uygarlık ölçeğindeki güç hedefine ulaşmak için yıldızın ne kadarının kapsanması gerektiğini görün.',
|
|
24
24
|
},
|
|
25
25
|
];
|
|
26
26
|
|
|
27
27
|
const faq = [
|
|
28
28
|
{
|
|
29
|
-
question: 'Dyson
|
|
30
|
-
answer: 'Rijit bir Dyson
|
|
29
|
+
question: 'Dyson küresi ile Dyson sürüsü arasındaki fark nedir?',
|
|
30
|
+
answer: 'Rijit bir Dyson küresi, bir yıldızın etrafında sürekli bir kabukken, Dyson sürüsü bağımsız yörüngedeki toplayıcılardan oluşan büyük bir koleksiyondur. Mühendislik tartışmalarının çoğu sürüleri tercih eder, çünkü katı bir kabuk yapısal olarak kararsız ve son derece malzeme yoğun olurdu.',
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
question: '
|
|
34
|
-
answer: '
|
|
33
|
+
question: 'Simülatör en uygun yarıçapı nasıl seçer?',
|
|
34
|
+
answer: 'Seçilen yıldız parlaklığı altında her iki tarafından ışın yayan toplayıcıların seçilen çalışma sıcaklığına ulaştığı mesafeyi tahmin eder. Daha sıcak toplayıcılar daha yakın yörüngeye girebilirken, daha soğuk toplayıcılar daha büyük yarıçap gerektirir.',
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
question: 'Burada Kardashev derecesi ne anlama geliyor?',
|
|
38
|
-
answer: 'Kardashev
|
|
38
|
+
answer: 'Kardashev değeri, yakalanan güçten logaritmik formül K = (log10(P) - 6) / 10 kullanılarak hesaplanır, burada P watt cinsinden güçtür. K1\'e yakın bir değer gezegen ölçeğinde enerji kullanımını temsil ederken, K2 tam yıldız çıktısına yaklaşır.',
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
question: 'Malzeme
|
|
42
|
-
answer: '
|
|
41
|
+
question: 'Malzeme kütlesi gerçekçi mi?',
|
|
42
|
+
answer: 'Toplayıcı alanı, yüzey yoğunluğu ve bir kararlılık faktörüne dayalı eğitsel birinci dereceden bir tahmindir. Gerçek tasarımlar durak bakımı, güç iletimi, madencilik kayıpları, yedeklilik, ısı atımı ve üretim altyapısı gerektirirdi.',
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
question: 'Parlak
|
|
46
|
-
answer: '
|
|
45
|
+
question: 'Parlak yıldızlar neden bu kadar büyük toplayıcı sistemleri gerektiriyor?',
|
|
46
|
+
answer: 'Yüksek parlaklıktaki yıldızlar güvenli termal yarıçapı dışarı iter. Bu, belirli bir kapsama oranı için gereken yüzey alanını artırır, bu nedenle malzeme talebi, yakalanan gücün sezgisel hissettirdiğinden daha hızlı yükselebilir.',
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
question: 'Bir
|
|
50
|
-
answer: 'Evet, ana
|
|
49
|
+
question: 'Bir uygarlık kısmi kapsama ile Kardashev Tip II\'ye ulaşabilir mi?',
|
|
50
|
+
answer: 'Evet, ana yıldız yeterince parlaksa ve toplayıcılar verimliyse. Güneş benzeri bir yıldızın etrafında Tip II\'ye yaklaşmak, güneş parlaklığının büyük bir kısmını yakalamayı gerektirir, ancak daha parlak yıldızların etrafında aynı güç hedefine daha düşük kapsama oranıyla ulaşılabilir.',
|
|
51
51
|
},
|
|
52
52
|
];
|
|
53
53
|
|
|
@@ -56,140 +56,59 @@ export const content: ToolLocaleContent = {
|
|
|
56
56
|
title,
|
|
57
57
|
description,
|
|
58
58
|
ui: {
|
|
59
|
-
visualization: 'Dyson
|
|
60
|
-
starType: '
|
|
61
|
-
structureType: '
|
|
62
|
-
coverage: '
|
|
63
|
-
operatingTemp: '
|
|
59
|
+
visualization: 'Dyson toplayıcı görüntülemesi',
|
|
60
|
+
starType: 'Yıldız türü',
|
|
61
|
+
structureType: 'Yapı',
|
|
62
|
+
coverage: 'Toplayıcı kapsaması',
|
|
63
|
+
operatingTemp: 'Çalışma sıcaklığı',
|
|
64
64
|
kardashevTarget: 'Kardashev hedefi',
|
|
65
65
|
kardashevRating: 'Mevcut derece',
|
|
66
|
-
capturedPower: 'Yakalanan
|
|
67
|
-
optimalRadius: 'En uygun
|
|
66
|
+
capturedPower: 'Yakalanan güç',
|
|
67
|
+
optimalRadius: 'En uygun yarıçap',
|
|
68
68
|
targetCoverage: 'Hedef kapsama',
|
|
69
|
-
materialMass: 'Malzeme
|
|
70
|
-
captureMeter: 'Hedefe
|
|
71
|
-
statusReady: '
|
|
72
|
-
statusUnderbuilt: 'Kapsama
|
|
73
|
-
statusBalanced: 'Kapsama ve
|
|
74
|
-
statusExtreme: 'Bu
|
|
75
|
-
orbitalPeriod: '
|
|
76
|
-
collectorArea: '
|
|
77
|
-
mercuryMasses: '{value}
|
|
69
|
+
materialMass: 'Malzeme kütlesi',
|
|
70
|
+
captureMeter: 'Hedefe doğru ilerleme',
|
|
71
|
+
statusReady: 'Toplayıcı talebini tahmin etmek için sistemi ayarlayın.',
|
|
72
|
+
statusUnderbuilt: 'Kapsama seçilen Kardashev hedefinin altında. Toplayıcı ekleyin veya daha parlak bir yıldız seçin.',
|
|
73
|
+
statusBalanced: 'Kapsama ve yıldız çıkışı seçilen uygarlık ölçeği hedefine yakın.',
|
|
74
|
+
statusExtreme: 'Bu yapılandırma hedefi aşıyor. Çok büyük güç yakalar, ancak malzeme talebi hızla artar.',
|
|
75
|
+
orbitalPeriod: 'Yörünge periyodu',
|
|
76
|
+
collectorArea: 'Toplayıcı alanı',
|
|
77
|
+
mercuryMasses: '{value} Merkür kütlesi',
|
|
78
78
|
kilograms: '{value} kg',
|
|
79
|
-
daysUnit: '{value}
|
|
80
|
-
starMDwarf: 'M
|
|
81
|
-
starSun: 'G tipi
|
|
82
|
-
starA: 'A tipi
|
|
83
|
-
starRedGiant: '
|
|
79
|
+
daysUnit: '{value} gün',
|
|
80
|
+
starMDwarf: 'M cücesi',
|
|
81
|
+
starSun: 'G tipi Güneş benzeri',
|
|
82
|
+
starA: 'A tipi yıldız',
|
|
83
|
+
starRedGiant: 'Kırmızı dev',
|
|
84
84
|
starBlueGiant: 'Mavi dev',
|
|
85
|
-
structureSwarm: 'Dyson
|
|
85
|
+
structureSwarm: 'Dyson sürüsü',
|
|
86
86
|
structureRing: 'Ekvatoral halka',
|
|
87
87
|
structureShell: 'Rijit kabuk',
|
|
88
88
|
structureStatite: 'Statit ayna bulutu',
|
|
89
89
|
},
|
|
90
90
|
seo: [
|
|
91
|
-
{
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
type: 'title',
|
|
106
|
-
text: 'Dyson Yaricapi Nasil Tahmin Edilir',
|
|
107
|
-
level: 3,
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
type: 'paragraph',
|
|
111
|
-
html: 'En uygun yaricap, yildiz parlakligi ve toplayici calisma sicakligindan hesaplanir. Parlak bir yildizin yakinindaki bir toplayici yogun bir akis alir ve sicak calismali veya buyuk miktarda isiyi atmalidir. Disari dogru hareket etmek termal stresi azaltir, ancak gereken toplayici alani mesafenin karesiyle artar. Bu denge, ayni kapsama oraninin zayif bir M cucesi etrafinda mutevazi ve mavi bir dev etrafinda devasa olmasini aciklar.',
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
type: 'title',
|
|
115
|
-
text: 'Dyson Surusu, Halka, Kabuk ve Statit Bulutu Karsilastirmasi',
|
|
116
|
-
level: 3,
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
type: 'list',
|
|
120
|
-
items: [
|
|
121
|
-
'<strong>Dyson surusu:</strong> bircok bagimsiz yorungedeki toplayici. Kademeli olarak insa edilebildigi ve rijit bir yildiz kabugu gerektirmedigi icin en olasi buyuk olcekli mimaridir.',
|
|
122
|
-
'<strong>Ekvatoral halka:</strong> dusuk kapsama verimliligine sahip daha dar bir toplayici bandi. Ilk mega yapi olarak hayal etmesi daha kolaydir, ancak daha genis bir suru haline gelmeden tam yildiz cikisini yakalayamaz.',
|
|
123
|
-
'<strong>Rijit kabuk:</strong> gorsel olarak ikonik ancak mekanik olarak elverissiz. Bir yildizin etrafindaki kabuk ciddi kararlilik ve malzeme sorunlarina sahiptir, bu nedenle simulator ona yuksek kutle ve dusuk kararlilik atar.',
|
|
124
|
-
'<strong>Statit ayna bulutu:</strong> kismen isinim basinciyla tutulan ultra hafif yansiticilar. Malzeme talebini azaltir ancak dusuk isi toleransina ve zorlu kontrol gereksinimlerine sahiptir.',
|
|
125
|
-
],
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
type: 'title',
|
|
129
|
-
text: 'Kardashev Olcegi icin Gereken Kapsama',
|
|
130
|
-
level: 3,
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
type: 'paragraph',
|
|
134
|
-
html: 'Kardashev olcegi, uygarlik guc kullanimini logaritmik olarak ifade eder. Bu aracta, yakalanan watt, K = (log10(P) - 6) / 10 kullanilarak K derecesine donusturulur. Gunes etrafindaki kismi bir Dyson surusu, tam Tip II durumuna ulasmadan cok once mevcut insan enerji kullanimini bircok buyukluk sirasiyla asabilir. Hedef kapsama sonucu, secilen hedef icin yildiz parlakliginin ne kadarinin yakalanmasi gerektigini gosterir.',
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
type: 'table',
|
|
138
|
-
headers: ['Tasarim secimi', 'Ana avantaj', 'Ana dar bogaz'],
|
|
139
|
-
rows: [
|
|
140
|
-
['Dyson surusu', 'Bagimsiz yorungelerle asamali insa', 'Trafik kontrolu ve guc iletimi'],
|
|
141
|
-
['Ekvatoral halka', 'Daha dusuk baslangic alani ve basit geometri', 'Sinirli kapsama'],
|
|
142
|
-
['Rijit kabuk', 'Basit bir diyagramda maksimum yakalama', 'Yapisal kararsizlik ve devasa kutle'],
|
|
143
|
-
['Statit bulutu', 'Cok dusuk yuzey yogunlugu', 'Hassas durak bakimi ve isi sinirlari'],
|
|
144
|
-
],
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
type: 'title',
|
|
148
|
-
text: 'Malzeme Kutlesi ve Madencilik Gerceklik Kontrolu',
|
|
149
|
-
level: 3,
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
type: 'paragraph',
|
|
153
|
-
html: 'Malzeme tahmini, toplayici alanini varsayilan bir yuzey yogunlugu ve tasarim kararlilik faktoruyle carpar. Rakamlar astronomik hale geldiginde kutleyi bilerek Merkur kutlesi cinsinden bildirir, cunku bircok Dyson surusu tartismasi hammadde icin kucuk gezegenlerin veya asteroitlerin sokulmesini hayal eder. Ince toplayicilar bile astronomik birim olceklerine yayildiklarinda kutlesel hale gelir.',
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
type: 'paragraph',
|
|
157
|
-
html: 'Sonucu bir plan yerine bir buyukluk sirasi rehberi olarak kullanin. Gercek mega yapi muhendisligi, radyasyon hasari modelleri, termal donguler, carpisma onleme, tutum kontrolu, guc iletimi, uretim verimi ve uzun vadeli yorunge evrimi gerektirirdi. Simulatorun degeri, ilk kisitlamalari hemen gorunur hale getirmesidir.',
|
|
158
|
-
},
|
|
91
|
+
{ type: 'title', text: 'Dyson Küresi Enerji Yakalama Simülatörü', level: 2 },
|
|
92
|
+
{ type: 'paragraph', html: 'Bir Dyson küresi, bir kabuğun içindeki bir yıldızın bilim kurgu görüntüsünden ibaret değildir. Yıldız parlaklığını yakalamak için olası mega yapı kavramlarından oluşan bir ailedir: uydu sürüleri, ekvatoral halkalar, ince ayna bulutları ve ünlü ancak sorunlu rijit kabuk. Bu simülatör bu fikirleri sayılara dönüştürerek yıldız türü, toplayıcı sıcaklığı, kapsama ve yapı tasarımının enerji bütçesini nasıl değiştirdiğini karşılaştırmanızı sağlar.' },
|
|
93
|
+
{ type: 'paragraph', html: 'Hesaplayıcı; yakalanan gücü, termal yörünge yarıçapını, toplayıcı alanını, yörünge periyodunu, malzeme kütlesini ve seçilen bir Kardashev ölçeği hedefi için gereken kapsamayı tahmin eder. Öğrenciler, dünya kurucuları, bilim iletişimcileri ve Tip II uygarlıklarının neden zor olduğunu anlamaya çalışan herkes için tasarlanmıştır.' },
|
|
94
|
+
{ type: 'title', text: 'Dyson Yarıçapı Nasıl Tahmin Edilir', level: 3 },
|
|
95
|
+
{ type: 'paragraph', html: 'En uygun yarıçap, yıldız parlaklığı ve toplayıcı çalışma sıcaklığından hesaplanır. Parlak bir yıldızın yakınındaki bir toplayıcı yoğun bir akış alır ve sıcak çalışmalı veya büyük miktarda ısıyı atmalıdır. Dışarı doğru hareket etmek termal stresi azaltır, ancak gereken toplayıcı alanı mesafenin karesiyle artar.' },
|
|
96
|
+
{ type: 'title', text: 'Dyson Sürüsü, Halka, Kabuk ve Statit Bulutu Karşılaştırması', level: 3 },
|
|
97
|
+
{
|
|
98
|
+
type: 'list', items: [
|
|
99
|
+
'<strong>Dyson sürüsü:</strong> Birçok bağımsız yörüngedeki toplayıcı. Kademeli olarak inşa edilebildiği ve rijit bir yıldız kabuğu gerektirmediği için en olası büyük ölçekli mimaridir.',
|
|
100
|
+
'<strong>Ekvatoral halka:</strong> Düşük kapsama verimliliğine sahip daha dar bir toplayıcı bandı. İlk mega yapı olarak hayal etmesi daha kolaydır.',
|
|
101
|
+
'<strong>Rijit kabuk:</strong> Görsel olarak ikonik ancak mekanik olarak elverişsiz. Bir yıldızın etrafındaki kabuk ciddi kararlılık ve malzeme sorunlarına sahiptir.',
|
|
102
|
+
'<strong>Statit ayna bulutu:</strong> Kısmen ışınım basıncıyla tutulan ultra hafif yansıtıcılar. Malzeme talebini azaltır ancak düşük ısı toleransına ve zorlu kontrol gereksinimlerine sahiptir.'
|
|
103
|
+
]
|
|
104
|
+
}
|
|
159
105
|
],
|
|
160
106
|
faq,
|
|
161
107
|
bibliography,
|
|
162
108
|
howTo,
|
|
163
109
|
schemas: [
|
|
164
|
-
{
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
name: title,
|
|
168
|
-
description,
|
|
169
|
-
applicationCategory: 'ScientificApplication',
|
|
170
|
-
operatingSystem: 'Any',
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
'@context': 'https://schema.org',
|
|
174
|
-
'@type': 'FAQPage',
|
|
175
|
-
mainEntity: faq.map((item) => ({
|
|
176
|
-
'@type': 'Question',
|
|
177
|
-
name: item.question,
|
|
178
|
-
acceptedAnswer: {
|
|
179
|
-
'@type': 'Answer',
|
|
180
|
-
text: item.answer,
|
|
181
|
-
},
|
|
182
|
-
})),
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
'@context': 'https://schema.org',
|
|
186
|
-
'@type': 'HowTo',
|
|
187
|
-
name: title,
|
|
188
|
-
step: howTo.map((step) => ({
|
|
189
|
-
'@type': 'HowToStep',
|
|
190
|
-
name: step.name,
|
|
191
|
-
text: step.text,
|
|
192
|
-
})),
|
|
193
|
-
},
|
|
110
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
|
|
111
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
112
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
|
|
194
113
|
],
|
|
195
|
-
};
|
|
114
|
+
};
|
|
@@ -2,21 +2,45 @@ import { bibliography } from '../bibliography';
|
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
|
|
4
4
|
const slug = 'dyson-sphere-energy-capture';
|
|
5
|
-
const title = '
|
|
6
|
-
const description = '
|
|
5
|
+
const title = '戴森球能量捕获模拟器';
|
|
6
|
+
const description = '通过捕获功率、轨道半径、材料质量和卡尔达肖夫尺度覆盖率,比较戴森群、环形、刚性壳和静态镜云等巨型结构设计。';
|
|
7
7
|
|
|
8
8
|
const howTo = [
|
|
9
|
-
{
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
{
|
|
10
|
+
name: '选择恒星类型',
|
|
11
|
+
text: '选择M型矮星、类太阳G型星、A型星、红巨星或蓝巨星,以设定光度和质量。',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: '选择收集器结构',
|
|
15
|
+
text: '比较戴森群、赤道环、刚性壳和静态镜云的不同捕获假设。',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: '调整覆盖率和温度',
|
|
19
|
+
text: '改变覆盖率和工作温度,观察捕获功率和安全轨道半径如何变化。',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: '查看卡尔达肖夫目标',
|
|
23
|
+
text: '使用卡尔达肖夫目标滑块估算达到所选文明能量等级所需的恒星输出比例。',
|
|
24
|
+
},
|
|
13
25
|
];
|
|
14
26
|
|
|
15
27
|
const faq = [
|
|
16
|
-
{
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
28
|
+
{
|
|
29
|
+
question: '戴森群是什么?',
|
|
30
|
+
answer: '戴森群是围绕恒星运行的大量独立收集器的集合,通常比刚性壳更具可行性。',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: '为什么轨道半径会变化?',
|
|
34
|
+
answer: '轨道半径由收集器的工作温度和恒星光度共同决定。温度越高的收集器可以在更近的轨道上运行。',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: '卡尔达肖夫评级是什么意思?',
|
|
38
|
+
answer: '它将捕获的瓦特数转换为对数制的文明能量等级。',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: '材料质量精确吗?',
|
|
42
|
+
answer: '不精确。这是基于面积、面密度和稳定性假设的教育性估算。',
|
|
43
|
+
},
|
|
20
44
|
];
|
|
21
45
|
|
|
22
46
|
export const content: ToolLocaleContent = {
|
|
@@ -24,41 +48,41 @@ export const content: ToolLocaleContent = {
|
|
|
24
48
|
title,
|
|
25
49
|
description,
|
|
26
50
|
ui: {
|
|
27
|
-
visualization: '
|
|
28
|
-
starType: '
|
|
29
|
-
structureType: '
|
|
30
|
-
coverage: '
|
|
31
|
-
operatingTemp: '
|
|
32
|
-
kardashevTarget: '
|
|
33
|
-
kardashevRating: '
|
|
34
|
-
capturedPower: '
|
|
35
|
-
optimalRadius: '
|
|
36
|
-
targetCoverage: '
|
|
37
|
-
materialMass: '
|
|
38
|
-
captureMeter: '
|
|
39
|
-
statusReady: '
|
|
40
|
-
statusUnderbuilt: '
|
|
41
|
-
statusBalanced: '
|
|
42
|
-
statusExtreme: '
|
|
43
|
-
orbitalPeriod: '
|
|
44
|
-
collectorArea: '
|
|
45
|
-
mercuryMasses: '{value}
|
|
46
|
-
kilograms: '{value}
|
|
47
|
-
daysUnit: '{value}
|
|
48
|
-
starMDwarf: 'M
|
|
49
|
-
starSun: '
|
|
50
|
-
starA: 'A
|
|
51
|
-
starRedGiant: '
|
|
52
|
-
starBlueGiant: '
|
|
53
|
-
structureSwarm: '
|
|
54
|
-
structureRing: '
|
|
55
|
-
structureShell: '
|
|
56
|
-
structureStatite: '
|
|
51
|
+
visualization: '戴森收集器可视化',
|
|
52
|
+
starType: '恒星类型',
|
|
53
|
+
structureType: '结构',
|
|
54
|
+
coverage: '收集器覆盖率',
|
|
55
|
+
operatingTemp: '工作温度',
|
|
56
|
+
kardashevTarget: '卡尔达肖夫目标',
|
|
57
|
+
kardashevRating: '当前评级',
|
|
58
|
+
capturedPower: '捕获功率',
|
|
59
|
+
optimalRadius: '最优半径',
|
|
60
|
+
targetCoverage: '目标覆盖率',
|
|
61
|
+
materialMass: '材料质量',
|
|
62
|
+
captureMeter: '目标捕获进度',
|
|
63
|
+
statusReady: '调整系统以估算收集器需求。',
|
|
64
|
+
statusUnderbuilt: '覆盖率低于所选目标。',
|
|
65
|
+
statusBalanced: '覆盖率接近所选目标。',
|
|
66
|
+
statusExtreme: '此配置大幅超过目标。',
|
|
67
|
+
orbitalPeriod: '轨道周期',
|
|
68
|
+
collectorArea: '收集器面积',
|
|
69
|
+
mercuryMasses: '{value} 水星质量',
|
|
70
|
+
kilograms: '{value} 千克',
|
|
71
|
+
daysUnit: '{value} 天',
|
|
72
|
+
starMDwarf: 'M型矮星',
|
|
73
|
+
starSun: '类太阳G型星',
|
|
74
|
+
starA: 'A型星',
|
|
75
|
+
starRedGiant: '红巨星',
|
|
76
|
+
starBlueGiant: '蓝巨星',
|
|
77
|
+
structureSwarm: '戴森群',
|
|
78
|
+
structureRing: '赤道环',
|
|
79
|
+
structureShell: '刚性壳',
|
|
80
|
+
structureStatite: '静态镜云',
|
|
57
81
|
},
|
|
58
82
|
seo: [
|
|
59
|
-
{ type: 'title', text: '
|
|
60
|
-
{ type: 'paragraph', html: '
|
|
61
|
-
{ type: 'paragraph', html: '
|
|
83
|
+
{ type: 'title', text: '戴森球能量捕获模拟器', level: 2 },
|
|
84
|
+
{ type: 'paragraph', html: '本模拟器使用一阶恒星能量计算,比较戴森群、环形、壳体和静态云等概念。' },
|
|
85
|
+
{ type: 'paragraph', html: '估算捕获功率、热轨道半径、收集器面积、轨道周期、材料质量以及达到卡尔达肖夫目标所需的覆盖率。' },
|
|
62
86
|
],
|
|
63
87
|
faq,
|
|
64
88
|
bibliography,
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
+
import { epidemicSirSimulator } from './index';
|
|
4
|
+
import type { KnownLocale } from '../../types';
|
|
5
|
+
|
|
6
|
+
interface Props {
|
|
7
|
+
locale?: KnownLocale;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const { locale = 'en' } = Astro.props;
|
|
11
|
+
const content = await epidemicSirSimulator.i18n[locale]?.();
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
{content && <SharedBibliography links={content.bibliography} />}
|
|
15
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'Kermack and McKendrick, A contribution to the mathematical theory of epidemics',
|
|
6
|
+
url: 'https://royalsocietypublishing.org/doi/10.1098/rspa.1927.0118',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Centers for Disease Control and Prevention, Principles of Epidemiology',
|
|
10
|
+
url: 'https://www.cdc.gov/csels/dsepd/ss1978/index.html',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: 'World Health Organization, Vaccines and immunization',
|
|
14
|
+
url: 'https://www.who.int/health-topics/vaccines-and-immunization',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
name: 'Anderson and May, Infectious Diseases of Humans: Dynamics and Control',
|
|
18
|
+
url: 'https://global.oup.com/academic/product/infectious-diseases-of-humans-9780198540403',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
name: 'Keeling and Rohani, Modeling Infectious Diseases in Humans and Animals',
|
|
22
|
+
url: 'https://press.princeton.edu/books/hardcover/9780691116174/modeling-infectious-diseases-in-humans-and-animals',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
name: 'WHO, Estimating mortality from COVID-19',
|
|
26
|
+
url: 'https://www.who.int/news-room/commentaries/detail/estimating-mortality-from-covid-19',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'Fine, Herd immunity: history, theory, practice',
|
|
30
|
+
url: 'https://pmc.ncbi.nlm.nih.gov/articles/PMC1447608/',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Delamater et al., Complexity of the Basic Reproduction Number (R0)',
|
|
34
|
+
url: 'https://pmc.ncbi.nlm.nih.gov/articles/PMC6537322/',
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
|