Skip to content

Commit

Permalink
Merge pull request #5 from patudom/remove-mini-language
Browse files Browse the repository at this point in the history
Remove mini language, update domain names, remove vestigial green comet content
  • Loading branch information
patudom authored Feb 13, 2024
2 parents fa7bf07 + c7272c9 commit 9ede6cc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 521 deletions.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta property="og:type" content="website">
<meta property="og:url" content="https://cosmicds.github.io/minids/pinwheel-supernova/">
<meta property="og:url" content="https://projects.cosmicds.cfa.harvard.edu/pinwheel-supernova/">
<meta property="og:title" content="A Supernova in the Pinwheel Galaxy over time">
<meta property="og:description"
content="View images of the the supernova in the Pinwheel galaxy using AAS WorldWide Telescope.">
<meta property="og:site_name" content="CosmicDS Pinwheel Supernova">
<meta property="og:image" content="https://cosmicds.github.io/minids/pinwheel-supernova/preview.png">
<meta property="og:image:secure_url" content="https://cosmicds.github.io/minids/pinwheel-supernova/preview.png">
<meta property="og:image" content="https://projects.cosmicds.cfa.harvard.edu/pinwheel-supernova/preview.png">
<meta property="og:image:secure_url" content="https://projects.cosmicds.cfa.harvard.edu/pinwheel-supernova/preview.png">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="596">
<meta property="og:image:height" content="886">
<meta property="og:image:alt" content="Image of Pinwheel Galaxy">
<meta name="twitter:site" content="@CosmicDataStory">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@CosmicDataStory">
<meta name="twitter:image" content="https://cosmicds.github.io/minids/pinwheel-supernova/preview.png">
<meta name="twitter:image" content="https://projects.cosmicds.cfa.harvard.edu/pinwheel-supernova/preview.png">
<link rel="icon" href="https://projects.cosmicds.cfa.harvard.edu/cds-website/cosmicds-favicon.png">
<title>See the Pinwheel Galaxy Supernova change over time!</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/FolderView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
>
<div class="wrapper">
<img
src="https://github.com/cosmicds/cds-website/raw/main/public/comet_c2022-e3/thumbnails/694_2022E3_14_01_23.jpg" v-if="!thumbnails"
src="https://johnarban.github.io/wwt_interactives/images/m101/hubble_m101/thumb.jpg" v-if="!thumbnails"
/>
<div class="thumbnail-header" v-if="expanded">
Click <span v-if="thumbnails">thumbnail</span><span v-else>date</span> to see image in sky
Expand Down
16 changes: 8 additions & 8 deletions src/M101SN.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
</div>

<div id="splash-screen-acknowledgements">
This Mini Data Story is brought to you by <a href="https://www.cosmicds.cfa.harvard.edu/" target="_blank" rel="noopener noreferrer">Cosmic Data Stories</a> and <a href="https://www.worldwidetelescope.org/home/" target="_blank" rel="noopener noreferrer">WorldWide Telescope</a>.
Brought to you by <a href="https://www.cosmicds.cfa.harvard.edu/" target="_blank" rel="noopener noreferrer">Cosmic Data Stories</a> and <a href="https://www.worldwidetelescope.org/home/" target="_blank" rel="noopener noreferrer">WorldWide Telescope</a>.

<div id="splash-screen-icons">
<mini-credits/>
<story-credits/>
</div>
</div>
</div>
Expand Down Expand Up @@ -392,7 +392,7 @@
</vue-slider>
</div>

<mini-credits class="bottom-credits"></mini-credits>
<story-credits class="bottom-credits"></story-credits>

<v-dialog
id="video-container"
Expand Down Expand Up @@ -548,7 +548,7 @@
<p>Martin Fowler (<a href="https://solarsystem.nasa.gov/people/647/martin-fowler/" target="_blank" rel="noopener noreferrer">NASA Citizen Scientist</a>)</p>
<br/>

<h4><a href="https://www.cosmicds.cfa.harvard.edu/" target="_blank" rel="noopener noreferrer">CosmicDS</a> Mini Stories Team:</h4>
<h4><a href="https://www.cosmicds.cfa.harvard.edu/" target="_blank" rel="noopener noreferrer">CosmicDS</a> Team:</h4>
John Lewis<br>
Jon Carifio<br>
Pat Udomprasert<br>
Expand Down Expand Up @@ -636,7 +636,7 @@
</li>
</ul>
<br>
This Mini Data Story is powered by WorldWide Telescope (WWT).
This Data Story is powered by WorldWide Telescope (WWT).

</div>
</v-col>
Expand All @@ -645,7 +645,7 @@
<v-col cols="12">
<div class="credits">
<h3>Credits:</h3>
<h4><a href="https://www.cosmicds.cfa.harvard.edu/" target="_blank" rel="noopener noreferrer">CosmicDS</a> Mini Stories Team:</h4>
<h4><a href="https://www.cosmicds.cfa.harvard.edu/" target="_blank" rel="noopener noreferrer">CosmicDS</a> Team:</h4>
John Lewis<br>
Jon Carifio<br>
Pat Udomprasert<br>
Expand Down Expand Up @@ -2405,7 +2405,7 @@ export default defineComponent({
<style lang="less">
@font-face {
font-family: "Highway Gothic Narrow";
src: url("https://cosmicds.github.io/cds-website/fonts/HighwayGothicNarrow.ttf");
src: url("https://projects.cosmicds.cfa.harvard.edu/cds-website/fonts/HighwayGothicNarrow.ttf");
}
html {
Expand Down Expand Up @@ -2491,7 +2491,7 @@ body {
align-items: center;
justify-content: center;
.spinner {
background-image: url("https://cosmicds.github.io/cds-website/misc/lunar_loader.gif");
background-image: url("https://projects.cosmicds.cfa.harvard.edu/cds-website/misc/lunar_loader.gif");
background-repeat: no-repeat;
background-size: contain;
width: 3rem;
Expand Down
Loading

0 comments on commit 9ede6cc

Please sign in to comment.