Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vulnerability-indicators
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Water Mission Area
VizLab
vulnerability-indicators
Commits
af63e3d0
Commit
af63e3d0
authored
1 month ago
by
Cee Nell
Browse files
Options
Downloads
Patches
Plain Diff
delete
parent
8707ce91
No related branches found
No related tags found
1 merge request
!93
Remove EJ content
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/ConclusionSection.vue
+2
-2
2 additions, 2 deletions
src/components/ConclusionSection.vue
src/views/VisualizationView.vue
+1
-5
1 addition, 5 deletions
src/views/VisualizationView.vue
with
3 additions
and
7 deletions
src/components/ConclusionSection.vue
+
2
−
2
View file @
af63e3d0
...
...
@@ -43,9 +43,9 @@
</picture>
<div
id=
"text2"
class=
"text-container"
>
<!--
<div
id=
"text2"
class=
"text-container"
>
<p
v-html=
"t('text.components.socialVulnerabilityText.paragraph2')"
></p>
</div>
</div>
-->
</div>
</section>
</
template
>
...
...
This diff is collapsed.
Click to expand it.
src/views/VisualizationView.vue
+
1
−
5
View file @
af63e3d0
...
...
@@ -6,9 +6,7 @@
<InteractiveDendrogram
class=
"section-component"
/>
<MapsSection
class=
"section-component"
/>
<ConclusionSection
class=
"section-component"
/>
<AboutTheTeam
:data=
"circleData"
class=
"section-component"
/>
<ReferencesSection
class=
"section-component"
/>
<AuthorshipSection
class=
"section-component end"
/>
<ReferencesSection
class=
"section-component end"
/>
</section>
</
template
>
...
...
@@ -22,9 +20,7 @@ const NarrativeIntro = defineAsyncComponent(() => import('../components/Narrativ
const
InteractiveDendrogram
=
defineAsyncComponent
(()
=>
import
(
'
../components/InteractiveDendrogram.vue
'
));
const
MapsSection
=
defineAsyncComponent
(()
=>
import
(
'
../components/MapsSection.vue
'
));
const
ConclusionSection
=
defineAsyncComponent
(()
=>
import
(
'
../components/ConclusionSection.vue
'
));
const
AboutTheTeam
=
defineAsyncComponent
(()
=>
import
(
'
../components/AboutTheTeam.vue
'
));
const
ReferencesSection
=
defineAsyncComponent
(()
=>
import
(
'
../components/ReferencesSection.vue
'
));
const
AuthorshipSection
=
defineAsyncComponent
(()
=>
import
(
'
../components/AuthorshipSection.vue
'
));
const
circleData
=
[
{
name
:
"
Oronde Drakes
"
,
link
:
"
https://www.usgs.gov/staff-profiles/oronde-drakes
"
,
image
:
"
https://hazards.colorado.edu/api/v2/uploads/avatar/oronde_drakes2-1556849997156.JPG
"
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment