Skip to content

Commit eb1798c

Browse files
Release StEM3-VP from staging
Signed-off-by: Matthew Low <Matthew.Low@dreamworks.com>
1 parent 6228ac5 commit eb1798c

15 files changed

Lines changed: 245 additions & 366 deletions

File tree

src/component/TableStem3.astro

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,18 @@ function buildDescHtml(item) {
9191
{item.buttons && item.buttons.length > 0 ? (
9292
item.buttons.map((button) => (
9393
<div class="stem3-download-item">
94-
<a class="stem3-download-link" href={button.url}>
95-
<svg class="stem3-download-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
96-
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
97-
<polyline points="7 10 12 15 17 10" />
98-
<line x1="12" y1="15" x2="12" y2="3" />
99-
</svg>
100-
<span class="stem3-download-text">{button.text}</span>
101-
</a>
94+
{button.url ? (
95+
<a class="stem3-download-link" href={button.url}>
96+
<svg class="stem3-download-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
97+
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
98+
<polyline points="7 10 12 15 17 10" />
99+
<line x1="12" y1="15" x2="12" y2="3" />
100+
</svg>
101+
<span class="stem3-download-text">{button.text}</span>
102+
</a>
103+
) : button.text ? (
104+
<span class="stem3-download-meta">{button.text}</span>
105+
) : null}
102106
{button.size ? <p class="stem3-size">{button.size}</p> : null}
103107
{button.hash ? <p class="stem3-hash">{button.hash}</p> : null}
104108
</div>
@@ -388,6 +392,11 @@ function buildDescHtml(item) {
388392
letter-spacing: 0.5px;
389393
text-transform: uppercase;
390394
}
395+
.stem3-download-meta {
396+
font-size: 13px;
397+
font-style: italic;
398+
color: #666666;
399+
}
391400
.stem3-size {
392401
margin-top: 6px;
393402
font-size: 13px;

src/content/articles/asc-stem3-staging.md

Lines changed: 0 additions & 321 deletions
This file was deleted.

src/content/articles/asc-stem3.md

Lines changed: 217 additions & 7 deletions
Large diffs are not rendered by default.

src/content/homecards/new-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# New Assets Card view on home page under News section
44
############################################################
55
title: "New Assets"
6-
description: "Coming soon from the American Society of Cinematographers (ASC) Motion Imaging Technology Council, StEM3 provides Standard Evaluation Material for virtual production, in-camera visual effects (ICVFX), and large LED volumes. Updated from Netflix Animation Studios, the ALab USD Scene now contains a Gaussian Splat representation. Links below!"
6+
description: "From the American Society of Cinematographers (ASC) Motion Imaging Technology Council, StEM3 provides Standard Evaluation Material for virtual production, in-camera visual effects (ICVFX), and large LED volumes. Updated from Netflix Animation Studios, the ALab USD Scene now contains a Gaussian Splat representation. Links below!"
77
link: {
88
text: "",
99
url: ""

src/pages/asc-stem3/asc-stem3-back-alley-license/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LicenseLayout from "../../../layout/LicenseLayout.astro";
55
import MainLayout from "../../../layout/MainLayout.astro";
66
77
const content = await getEntryBySlug('license', 'asc-stem3-back-alley-license');
8-
const parentContent = await getEntryBySlug('articles', 'asc-stem3-staging');
8+
const parentContent = await getEntryBySlug('articles', 'asc-stem3');
99
1010
const crumbs = [
1111
{ text: parentContent.data.titleAlt, href: `/${parentContent.data.url}` },

src/pages/asc-stem3/asc-stem3-base-camp-license/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LicenseLayout from "../../../layout/LicenseLayout.astro";
55
import MainLayout from "../../../layout/MainLayout.astro";
66
77
const content = await getEntryBySlug('license', 'asc-stem3-base-camp-license');
8-
const parentContent = await getEntryBySlug('articles', 'asc-stem3-staging');
8+
const parentContent = await getEntryBySlug('articles', 'asc-stem3');
99
1010
const crumbs = [
1111
{ text: parentContent.data.titleAlt, href: `/${parentContent.data.url}` },

src/pages/asc-stem3/asc-stem3-charts-license/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LicenseLayout from "../../../layout/LicenseLayout.astro";
55
import MainLayout from "../../../layout/MainLayout.astro";
66
77
const content = await getEntryBySlug('license', 'asc-stem3-charts-license');
8-
const parentContent = await getEntryBySlug('articles', 'asc-stem3-staging');
8+
const parentContent = await getEntryBySlug('articles', 'asc-stem3');
99
1010
const crumbs = [
1111
{ text: parentContent.data.titleAlt, href: `/${parentContent.data.url}` },

src/pages/asc-stem3/asc-stem3-cybercity-license/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LicenseLayout from "../../../layout/LicenseLayout.astro";
55
import MainLayout from "../../../layout/MainLayout.astro";
66
77
const content = await getEntryBySlug('license', 'asc-stem3-cybercity-license');
8-
const parentContent = await getEntryBySlug('articles', 'asc-stem3-staging');
8+
const parentContent = await getEntryBySlug('articles', 'asc-stem3');
99
1010
const crumbs = [
1111
{ text: parentContent.data.titleAlt, href: `/${parentContent.data.url}` },

src/pages/asc-stem3/asc-stem3-forest-license/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LicenseLayout from "../../../layout/LicenseLayout.astro";
55
import MainLayout from "../../../layout/MainLayout.astro";
66
77
const content = await getEntryBySlug('license', 'asc-stem3-forest-license');
8-
const parentContent = await getEntryBySlug('articles', 'asc-stem3-staging');
8+
const parentContent = await getEntryBySlug('articles', 'asc-stem3');
99
1010
const crumbs = [
1111
{ text: parentContent.data.titleAlt, href: `/${parentContent.data.url}` },

src/pages/asc-stem3/asc-stem3-la-driving-plate-license/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LicenseLayout from "../../../layout/LicenseLayout.astro";
55
import MainLayout from "../../../layout/MainLayout.astro";
66
77
const content = await getEntryBySlug('license', 'asc-stem3-la-driving-plate-license');
8-
const parentContent = await getEntryBySlug('articles', 'asc-stem3-staging');
8+
const parentContent = await getEntryBySlug('articles', 'asc-stem3');
99
1010
const crumbs = [
1111
{ text: parentContent.data.titleAlt, href: `/${parentContent.data.url}` },

0 commit comments

Comments
 (0)