From e8aa62d508b64468d357ea075f981696f53121b3 Mon Sep 17 00:00:00 2001 From: John Arban Lewis Date: Fri, 15 Dec 2023 12:18:21 -0500 Subject: [PATCH 1/3] intial text --- radwave/src/Radwave.vue | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/radwave/src/Radwave.vue b/radwave/src/Radwave.vue index 9e61f3a1..e2f80429 100644 --- a/radwave/src/Radwave.vue +++ b/radwave/src/Radwave.vue @@ -258,7 +258,28 @@ - Information goes here +

General

+

+ The night sky is littered with stars; however, for thousands of years we did not know how far these stars were. + It wasn’t until the 20th century that we developed the tools to measure the distances to stars. + By studying the distances to stars astronomers have learned a great deal about the structure of our galaxy. + In and amongst the stars are star forming regions - clouds of gas and dust where stars form. + Because dust is between us and the stars we can also measure the distance to these star forming regions. + It was by looking at the distances to nearby star forming regions that astronomers discovered that large structure which they called + the Radcliffe Wave. + However, at this point the question remained - Was the wave actually waving? +

+

After a great deal of work, the answer is yes. + By analyzing the velocities of young star clusters associated with the star forming regions, + they determined that their motions match what one would expect if they were riding on a wave as it travels through the galaxy. + The wave goes up and down every 95 million years or so! This is actually commensurate with the lifetime of star forming cloud, + so these clouds will likely dissipate before the wave completes a full cycle. 

+

The Radcliffe Wave

+

The Radcliffe Wave is a structure 1000+ lightyears away with a length of about 9000 lightyears. + The wave is composed of ~100 star forming regions. + Star forming regions are regions filled with dense gas and dust where stars are forming. + On the sky, the Radcliffe wave spans from the constellation of Cygnus to just past Orion (approximately 100°). +

From d2094c72f9794a5919dadc934209bb4c555375bd Mon Sep 17 00:00:00 2001 From: John Arban Lewis Date: Mon, 18 Dec 2023 11:41:57 -0500 Subject: [PATCH 2/3] update text and add gif --- radwave/src/GifPlayPause.vue | 177 ++++++++++++++++++++++++++ radwave/src/Radwave.vue | 88 ++++++++++--- radwave/src/assets/traveling_wave.gif | Bin 0 -> 9877 bytes radwave/src/main.ts | 3 + 4 files changed, 252 insertions(+), 16 deletions(-) create mode 100644 radwave/src/GifPlayPause.vue create mode 100644 radwave/src/assets/traveling_wave.gif diff --git a/radwave/src/GifPlayPause.vue b/radwave/src/GifPlayPause.vue new file mode 100644 index 00000000..2856b2de --- /dev/null +++ b/radwave/src/GifPlayPause.vue @@ -0,0 +1,177 @@ + + + + + diff --git a/radwave/src/Radwave.vue b/radwave/src/Radwave.vue index e2f80429..04ff7367 100644 --- a/radwave/src/Radwave.vue +++ b/radwave/src/Radwave.vue @@ -257,29 +257,45 @@ - -

General

+ +

Seeing a Wave in the Milky Way

+

+ For most of human history, we have not known how far the stars are from us. + It wasn't until the 20th century that we developed the tools to measure distances to stars. + By studying the distances to stars astronomers can learn a great deal about the structure of our galaxy. +

- The night sky is littered with stars; however, for thousands of years we did not know how far these stars were. - It wasn’t until the 20th century that we developed the tools to measure the distances to stars. - By studying the distances to stars astronomers have learned a great deal about the structure of our galaxy. In and amongst the stars are star forming regions - clouds of gas and dust where stars form. - Because dust is between us and the stars we can also measure the distance to these star forming regions. - It was by looking at the distances to nearby star forming regions that astronomers discovered that large structure which they called - the Radcliffe Wave. - However, at this point the question remained - Was the wave actually waving? + Because dust is between us and the stars, astronomers can also measure the distances to these star forming regions. + It was by looking at the distances to nearby star forming regions that astronomers discovered a large structure which they called + the Radcliffe Wave. + While shaped like a wave, the question remained…phot

+

Is the “wave” actually waving?

+

After a great deal of work, the answer is yes. By analyzing the velocities of young star clusters associated with the star forming regions, they determined that their motions match what one would expect if they were riding on a wave as it travels through the galaxy. - The wave goes up and down every 95 million years or so! This is actually commensurate with the lifetime of star forming cloud, - so these clouds will likely dissipate before the wave completes a full cycle. 

-

The Radcliffe Wave

-

The Radcliffe Wave is a structure 1000+ lightyears away with a length of about 9000 lightyears. - The wave is composed of ~100 star forming regions. - Star forming regions are regions filled with dense gas and dust where stars are forming. - On the sky, the Radcliffe wave spans from the constellation of Cygnus to just past Orion (approximately 100°). + The wave goes up and down every 95 million years or so! + However, the clusters and star forming clouds we see surfing the wave right now will dispers before a full cycle is complete

+ The clusters follow a "damped traveling wave" pattern. This type of wave motion is practically visualized below by two of the astronomers involved in this discovery, + Catherine Zucker and Ralf Konietzka. +
+ +
+

Where is the Radcliffe Wave

+

+ The Radcliffe Wave spans about 100° of the sky between the constellations of Cygnus (The Swan) and Orion (The Hunter). + It is about 1000 lightyears away at it's closest point, with a length of about 9000 lightyears. + Despite ~100 clusters and star forming regions being associated with the wave, their connection is not obvious from the view point on Earth. + It was not until astronomers looked at the positions and distances in 3D that the structure became apparent. +

+

 

@@ -1044,6 +1060,46 @@ export default defineComponent({ gap: 5px; } +#text-bottom-sheet { + + overflow-y: scroll; + + h2 { + font-size: 1.25rem; + font-weight: bold; + margin-top: 1rem; + margin-bottom: 0.5rem; + font-style: italic; + } + + h2 { + font-weight: bold; + margin-inline: auto; + width: fit-content; + + } + + + figure { + position: relative; + padding-top: 1rem; + width: fit-content; + margin-inline: auto; + + #wcag-gif { + width: fit-content; + + img { + max-height: 400px; + width: 50vw; + } + + } + + } + +} + #left-buttons, #right-buttons { display: flex; flex-direction: column; diff --git a/radwave/src/assets/traveling_wave.gif b/radwave/src/assets/traveling_wave.gif new file mode 100644 index 0000000000000000000000000000000000000000..dddb73d29d3f5e2fa45a83f27ae1c43780b14fa3 GIT binary patch literal 9877 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 Ris~<$>@QaeAp`)i{{;rE_f-G@ literal 0 HcmV?d00001 diff --git a/radwave/src/main.ts b/radwave/src/main.ts index 3f0ebf36..adaac683 100644 --- a/radwave/src/main.ts +++ b/radwave/src/main.ts @@ -4,6 +4,8 @@ import { FundingAcknowledgment, IconButton, CreditLogos, wwtHUD } from "@minids/ import Radwave from "./Radwave.vue"; import "../../assets/common.less"; +import GifPlayPause from "./GifPlayPause.vue"; + import vuetify from "../plugins/vuetify"; import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; @@ -60,6 +62,7 @@ createApp(Radwave, { .component('funding-acknowledgement', FundingAcknowledgment) .component('credit-logos', CreditLogos) .component('wwt-hud', wwtHUD) + .component('gif-play-pause', GifPlayPause) // Mount .mount("#app"); From c4a80d7f138b231165ff49bb97a53a3d337925eb Mon Sep 17 00:00:00 2001 From: John Arban Lewis Date: Mon, 18 Dec 2023 12:08:20 -0500 Subject: [PATCH 3/3] update video formatting --- assets/common.less | 34 +++++++++++++++++++++++++++++++--- radwave/src/Radwave.vue | 4 +++- 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/assets/common.less b/assets/common.less index 17bbe0f9..cd897d55 100644 --- a/assets/common.less +++ b/assets/common.less @@ -336,18 +336,24 @@ body { } /* Video and text dialogs */ -.video-wrapper { + +.video-wrapper { + display: flex; height: 100%; - background: black; + background: rgba(0, 0, 0, 0.5); + backdrop-filter: blur(2px); text-align: center; z-index: 1000; } video { - height: 100%; + margin: auto; + height: 85%; width: auto; max-width: 100%; object-fit: contain; + // aspect-ratio: 9/17; + border: 5px solid white; } #video-container { @@ -360,6 +366,28 @@ video { overflow: hidden; padding: 0px; z-index: 1000; + + #video-close-icon { + top: 2rem; + right: 2rem; + transform: scale(2); + } +} + +.close-icon { + position: absolute; + top: 10px; + right: 10px; + z-index: 15; + + &:hover { + cursor: pointer; + } + + &:focus { + color: white; + border: 2px solid white; + } } .bottom-sheet { diff --git a/radwave/src/Radwave.vue b/radwave/src/Radwave.vue index 04ff7367..14848688 100644 --- a/radwave/src/Radwave.vue +++ b/radwave/src/Radwave.vue @@ -195,6 +195,8 @@ id="video-container" v-model="showVideoSheet" transition="slide-y-transition" + close-on-back + close-on-content-click fullscreen >
@@ -202,7 +204,7 @@ id="video-close-icon" class="close-icon" icon="times" - size="lg" + size="xlg" @click="showVideoSheet = false" @keyup.enter="showVideoSheet = false" tabindex="0"