WHOI - PaleoHurdat
+ WHOI - PaleoHURDAT
diff --git a/paleo-hurricane-map/public/Site_Example.xlsm b/paleo-hurricane-map/public/Site_Example.xlsm
new file mode 100644
index 0000000..4b7df58
Binary files /dev/null and b/paleo-hurricane-map/public/Site_Example.xlsm differ
diff --git a/paleo-hurricane-map/src/components/ChartAgeModel.jsx b/paleo-hurricane-map/src/components/ChartAgeModel.jsx
index 9cb6837..a9315f7 100644
--- a/paleo-hurricane-map/src/components/ChartAgeModel.jsx
+++ b/paleo-hurricane-map/src/components/ChartAgeModel.jsx
@@ -44,7 +44,7 @@ export default function ChartAgeModel({ data }) {
yAxis: {
offset: 0,
title: {
- text: "Age",
+ text: "Year CE",
},
},
legend: {
diff --git a/paleo-hurricane-map/src/components/ChartEventIndex.jsx b/paleo-hurricane-map/src/components/ChartEventIndex.jsx
index fb1bbfe..3a3b0bc 100644
--- a/paleo-hurricane-map/src/components/ChartEventIndex.jsx
+++ b/paleo-hurricane-map/src/components/ChartEventIndex.jsx
@@ -45,9 +45,9 @@ export default function ChartEventIndex({ data }) {
title: {
text: "Event",
},
- tickInterval: 2,
+ tickInterval: 1,
labels: {
- enabled: false,
+ enabled: true,
formatter: function () {
return this.value;
},
diff --git a/paleo-hurricane-map/src/components/Layout.jsx b/paleo-hurricane-map/src/components/Layout.jsx
index bca1172..52ac471 100644
--- a/paleo-hurricane-map/src/components/Layout.jsx
+++ b/paleo-hurricane-map/src/components/Layout.jsx
@@ -41,7 +41,7 @@ export default function Layout() {
- PaleoHurdat
+ PaleoHURDAT
diff --git a/paleo-hurricane-map/src/main.jsx b/paleo-hurricane-map/src/main.jsx
index 6fba1cf..5311f2b 100644
--- a/paleo-hurricane-map/src/main.jsx
+++ b/paleo-hurricane-map/src/main.jsx
@@ -13,6 +13,7 @@ import Root from "./routes/root";
import About from "./routes/about";
import Layout from "./components/Layout";
import ErrorPage from "./error-page";
+import Contribute from "./routes/contribute";
const router = createBrowserRouter([
{
@@ -25,6 +26,10 @@ const router = createBrowserRouter([
path: "about",
element: ,
},
+ {
+ path: "contribute",
+ element: ,
+ },
],
},
]);
diff --git a/paleo-hurricane-map/src/routes/about.jsx b/paleo-hurricane-map/src/routes/about.jsx
index 9e61a04..4622ae7 100644
--- a/paleo-hurricane-map/src/routes/about.jsx
+++ b/paleo-hurricane-map/src/routes/about.jsx
@@ -6,18 +6,66 @@ export default function About() {
<>
- About PaleoHurdat
+ About
-
-
- PaleoHurdat is a project from the Woods Hole Oceanographic
- Institution. It's purpose to make paleographic hurricane data
- available to the public and scientific community via a map-based
- interface.
+
+ Welcome! The PaleoHURDAT database is a central repository for
+ paleotempestological proxies and compilations from around the world.
+ Our database seeks to include all natural archives (e.g. tree rings,
+ shallow marine/terrestrial sediments, historical archives) that
+ preserve signatures of tropical cyclone landfalls. We provide all data
+ and metadata needed for third party usage including publication
+ information, proxy indicator data, age model information, and tropical
+ cyclone event dates. Our goal is to improve the accessibility and
+ availability of paleotempestological records to allow for advances in
+ data-model comparison, regional and basin-scale compilations, and risk
+ assessments.
+
+
+ The PaleoHURDAT database relies on the engagement of the wider
+ community! We welcome your ideas and feedback. This is a dynamic
+ database, meaning that new datasets that meet the criteria for
+ inclusion (see below) can be added and included in subsequent
+ versions.
+
+
+ When using data from this database, please cite the original
+ publication detailed in the metadata tab(s).
+
+
+ Criteria for inclusion
+
+
+ To be included in the PaleoHURDAT database, a dataset must have:
+
+
+ Storm proxy criteria. Clearly defined criteria for
+ what constitutes a storm indicator (e.g. grain size cutoff) and
+ associated data
+
+
+ {" "}
+ Modern calibration. Site sensitivity (distance +
+ intensity criteria) defined by attribution/calibration to modern
+ tropical cyclones
+
+
+ {" "}
+ Age control. The age of each paleo tropical cyclone
+ or the start/end years of the event bound, including age model
+ information.{" "}
+
+
+ Peer-review. Only records described in manuscripts
+ that have undergone peer-review are included. For new records, a
+ dataset can be admitted upon acceptance of the paper.
+
+
-
- Funding for this project is provided by the NSF.
+
+ Funding for the database comes from the US National Science
+ Foundation.
diff --git a/paleo-hurricane-map/src/routes/contribute.jsx b/paleo-hurricane-map/src/routes/contribute.jsx
new file mode 100644
index 0000000..8623b69
--- /dev/null
+++ b/paleo-hurricane-map/src/routes/contribute.jsx
@@ -0,0 +1,42 @@
+import { Box, Typography } from "@mui/material";
+import Copyright from "../components/Copyright";
+
+export default function Contribute() {
+ return (
+ <>
+
+
+ Contribute your data
+
+
+ If you're interested in adding a dataset to the PaleoHURDAT database,
+ whether it's a new study you're involved with, or an older record that
+ was previously overlooked or unavailable, follow these steps:
+
+
+
+