fix
This commit is contained in:
parent
f9fd2d3fcb
commit
1733bbfb69
25
content/blog/2024-04-28-nasa.md
Normal file
25
content/blog/2024-04-28-nasa.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
+++
|
||||||
|
date = "2024-04-28"
|
||||||
|
tags = ["nasa"]
|
||||||
|
title = "solar-system"
|
||||||
|
slug = "nasa"
|
||||||
|
+++
|
||||||
|
|
||||||
|
この前、nasaのvoyager-1の不具合が修正された話がありました。
|
||||||
|
|
||||||
|
私もニュース媒体でそれを知り、最もわかりやすかったのは[gigazine.net](https://gigazine.net/news/20240423-voyager-1-resumes-sending-signal/)の記事だったと思います。
|
||||||
|
|
||||||
|
`nasa`には`solar-system`があって、そこではvoyagerのstoryも公開されています。
|
||||||
|
|
||||||
|
<iframe src="https://eyes.nasa.gov/apps/solar-system/#/story/voyager_grand_tour?slide=slide_2" allowfullscreen frameborder="0" style="width:100%;height:500px;"></iframe>
|
||||||
|
|
||||||
|
[yui.syui.ai](https://yui.syui.ai)のレイアウトを考えてて、あれも宇宙に関係した話なので`solar-system`を自前で作りたいなと思い作ってみました。
|
||||||
|
|
||||||
|
- host : https://yui.syui.ai/pkg/solar
|
||||||
|
|
||||||
|
<iframe src="https://yui.syui.ai/pkg/solar" allowfullscreen frameborder="0" style="width:100%;height:500px;"></iframe>
|
||||||
|
|
||||||
|
例えば、`camera:earth`にしてみてください。
|
||||||
|
|
||||||
|
参考にしたのは[solarcg/SolarSys](https://github.com/solarcg/SolarSys)です。
|
||||||
|
|
Loading…
Reference in New Issue
Block a user