diff --git a/app/ui.R b/app/ui.R index aaaaa6f..2261c7b 100644 --- a/app/ui.R +++ b/app/ui.R @@ -9,38 +9,67 @@ ui <- page_navbar( ), nav_panel( "Home", - card( - HTML( + layout_columns( + col_widths = c(6, 6), + card( + HTML( + ' +

Welcome to the Hurricane Cost Normalization Web App

+ +

Our platform provides access to normalized hurricane damage data spanning from 1900 to 2024, allowing researchers, policymakers, insurance professionals, and the public to better understand how hurricane costs have changed over time.

+ +
Our Data
+ +

The core datasets used in this app are based on research by Muller et al. (2025) published in Bulletin of the American Meteorlogical Society. This study updates and refines hurricane damage normalization methodologies to provide a more accurate picture of how historical hurricanes would impact today\'s society.

+ + + +
Methodology Innovations
+ +

Our platform incorporates several methodological innovations over previously used cost normalization formulas:

+ + ' -

Welcome to the Hurricane Cost Normalization Web App

- -

Our platform provides access to normalized hurricane damage data spanning from 1900 to 2024, allowing researchers, policymakers, insurance professionals, and the public to better understand how hurricane costs have changed over time.

- -
Our Data
- -

The core datasets used in this app are based on research by Muller et al. (2025) published in Bulletin of the American Meteorlogical Society. This study updates and refines hurricane damage normalization methodologies to provide a more accurate picture of how historical hurricanes would impact today\'s society.

- - - -
Methodology Innovations
- -

Our platform incorporates several methodological innovations over previously used cost normalization formulas: - -

- ' + ) + ), + card( + HTML( + ' +

How to Use This App

+ +
1. Find a Storm — Storm Selector
+

Browse and filter the full storm database. Use the search bar to find a storm by name, or narrow results by year range, available data types, and normalized cost or fatality thresholds. Click a row to preview storm statistics, then press Load Storm to explore it in detail.

+ +
2. Explore Storm Data — Storm Explorer
+

Once a storm is loaded, four analysis tabs become available:

+ + +
Data Availability
+

All storms include HURDAT2 track data. Cost normalization and fatality data are available for a subset of storms, indicated by the Cost and Fatality badges in the Storm Selector.

+ ' + ) ) + # TODO: contact us information ) ), nav_panel( @@ -359,12 +388,10 @@ ui <- page_navbar( nav_menu( "Data", nav_panel("What We Track"), - nav_panel("Sources"), nav_panel("Export") ), nav_menu( "About", - nav_panel("Contact Us"), nav_panel("Our Studies"), nav_panel("MMH/MMP Methodology") )