From 8df4dd634312b8264a3436931e8e3ec3d36de1d7 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Fri, 22 Nov 2024 08:41:53 -0700 Subject: [PATCH] add science base link --- .../components/plots/plots.component.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/projects/nshmp-apps/src/app/ncm/geophysical-profiles/components/plots/plots.component.html b/projects/nshmp-apps/src/app/ncm/geophysical-profiles/components/plots/plots.component.html index 72f3e79d3..82c3f6b46 100644 --- a/projects/nshmp-apps/src/app/ncm/geophysical-profiles/components/plots/plots.component.html +++ b/projects/nshmp-apps/src/app/ncm/geophysical-profiles/components/plots/plots.component.html @@ -32,6 +32,15 @@ </mat-expansion-panel-header> <mat-divider /> + + <div class="padding-2"> + National Crustal Model database: + <a + href="https://www.sciencebase.gov/catalog/item/5b046c6ce4b0d8682b96353a" + target="_blank" + >https://www.sciencebase.gov/catalog/item/5b046c6ce4b0d8682b96353a</a + > + </div> <nshmp-lib-ng-app-metadata [repositories]="repositories()" /> </mat-expansion-panel> </mat-accordion> -- GitLab