Skip to content

Commit

Permalink
update text and fix chart lablels
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanandrews committed Mar 3, 2024
1 parent 81bf73e commit d479d0a
Show file tree
Hide file tree
Showing 8 changed files with 117 additions and 14 deletions.
2 changes: 1 addition & 1 deletion paleo-hurricane-map/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WHOI - PaleoHurdat</title>
<title>WHOI - PaleoHURDAT</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added paleo-hurricane-map/public/Site_Example.xlsm
Binary file not shown.
2 changes: 1 addition & 1 deletion paleo-hurricane-map/src/components/ChartAgeModel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function ChartAgeModel({ data }) {
yAxis: {
offset: 0,
title: {
text: "Age",
text: "Year CE",
},
},
legend: {
Expand Down
4 changes: 2 additions & 2 deletions paleo-hurricane-map/src/components/ChartEventIndex.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
},
Expand Down
10 changes: 9 additions & 1 deletion paleo-hurricane-map/src/components/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Layout() {

<Typography variant="h6" color="inherit" noWrap sx={{ flexGrow: 1 }}>
<Link color="#fff" sx={{ textDecoration: "none" }} href="/">
PaleoHurdat
PaleoHURDAT
</Link>
</Typography>
<nav>
Expand All @@ -51,6 +51,14 @@ export default function Layout() {
<Link variant="button" color="#fff" href="/about" sx={navLinkSX}>
About
</Link>
<Link
variant="button"
color="#fff"
href="/contribute"
sx={navLinkSX}
>
Contribute your data
</Link>
</nav>
</Toolbar>
</AppBar>
Expand Down
5 changes: 5 additions & 0 deletions paleo-hurricane-map/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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([
{
Expand All @@ -25,6 +26,10 @@ const router = createBrowserRouter([
path: "about",
element: <About />,
},
{
path: "contribute",
element: <Contribute />,
},
],
},
]);
Expand Down
66 changes: 57 additions & 9 deletions paleo-hurricane-map/src/routes/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,66 @@ export default function About() {
<>
<Box sx={{ p: 2 }}>
<Typography variant="h4" gutterBottom>
About PaleoHurdat
About
</Typography>

<Typography variant="body1" gutterBottom>
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.
<Typography variant="body1" paragraph>
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.
</Typography>
<Typography variant="body1" paragraph>
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.
</Typography>
<Typography variant="body1" paragraph>
When using data from this database, please cite the original
publication detailed in the metadata tab(s).
</Typography>
<Typography variant="h5" gutterBottom>
Criteria for inclusion
</Typography>
<Typography variant="body1" paragraph>
To be included in the PaleoHURDAT database, a dataset must have:
</Typography>
<ol>
<li>
<strong>Storm proxy criteria.</strong> Clearly defined criteria for
what constitutes a storm indicator (e.g. grain size cutoff) and
associated data
</li>
<li>
{" "}
<strong>Modern calibration.</strong> Site sensitivity (distance +
intensity criteria) defined by attribution/calibration to modern
tropical cyclones
</li>
<li>
{" "}
<strong>Age control.</strong> The age of each paleo tropical cyclone
or the start/end years of the event bound, including age model
information.{" "}
</li>
<li>
<strong>Peer-review.</strong> 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.
</li>
</ol>

<Typography variant="body1" gutterBottom>
Funding for this project is provided by the NSF.
<Typography variant="body1" paragraph>
Funding for the database comes from the US National Science
Foundation.
</Typography>
</Box>
<Box sx={{ p: 2, textAlign: "center" }}>
Expand Down
42 changes: 42 additions & 0 deletions paleo-hurricane-map/src/routes/contribute.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
import { Box, Typography } from "@mui/material";
import Copyright from "../components/Copyright";

export default function Contribute() {
return (
<>
<Box sx={{ p: 2 }}>
<Typography variant="h4" gutterBottom>
Contribute your data
</Typography>
<Typography variant="body1" paragraph>
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:
</Typography>

<ol>
<li>
Check that the data meet the{" "}
<a href="/about">criteria for inclusion</a>.
</li>
<li>
Format the data according to our{" "}
<a href="/Site_Example.xlsm" target="_blank">
excel template
</a>
.
</li>
<li>
Please send your completed data excel template as an email
attachment to{" "}
<a href="mailto:[email protected]">[email protected]</a> and{" "}
<a href="mailto:[email protected]">[email protected]</a>{" "}
</li>
</ol>
</Box>
<Box sx={{ p: 2, textAlign: "center" }}>
<Copyright />
</Box>
</>
);
}

0 comments on commit d479d0a

Please sign in to comment.