-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from amanzi/ehinrichs/web-updates
Updating Site to new theme
- Loading branch information
Showing
46 changed files
with
14,933 additions
and
23,566 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,58 @@ | ||
--- | ||
title: Downloads | ||
excerpt: ok | ||
title: ' ' | ||
slug: "/downloads" | ||
--- | ||
|
||
<PageHeader | ||
heading="Downloads" | ||
lead="Source and Docker distributions" | ||
/> | ||
import { Container, Flex, Box , Button} from 'theme-ui' | ||
|
||
<Section> | ||
<Div style={{ | ||
maxWidth: ["90%"], | ||
minWidth: ["80%"] | ||
}}> | ||
<div> | ||
<Text children={`Downloads`} sx={{ fontSize: [6], fontWeight: `bold`, color: `heading` }}/> | ||
</div> | ||
<div> | ||
<Text children={`Source and Docker distributions`} sx={{ fontSize: [4], color: `subheading` }} /> | ||
</div> | ||
|
||
--- | ||
|
||
<Grid columns={[1, 2]}> | ||
<Div> | ||
|
||
## Amanzi | ||
### Source code | ||
<Flex> | ||
<Container p={4} gap="10px" > | ||
## Amanzi | ||
### Source code | ||
|
||
<Button url="https://github.com/amanzi/amanzi/releases"> | ||
Download: Latest Release | ||
</Button> | ||
<Button style={{ backgroundColor: '#0e6e9b', color: 'white' }} onClick={() => window.location.href = "https://github.com/amanzi/amanzi/releases"}>Download: Latest Release</Button> | ||
|
||
### Git repository | ||
### Git repository | ||
|
||
```sh | ||
$ git clone https://github.com/amanzi/amanzi.git | ||
``` | ||
```sh | ||
$ git clone https://github.com/amanzi/amanzi.git | ||
``` | ||
|
||
### DockerHub | ||
### DockerHub | ||
|
||
```sh | ||
$ docker pull metsi/amanzi:latest | ||
``` | ||
</Div> | ||
<Div> | ||
```sh | ||
$ docker pull metsi/amanzi:latest | ||
``` | ||
</Container> | ||
|
||
## ATS | ||
<Container p={4} gap="10px" > | ||
## ATS | ||
|
||
### Source code | ||
### Source code | ||
|
||
<Button url="https://github.com/amanzi/ats/releases"> | ||
Download: Latest Release | ||
</Button> | ||
<Button style={{ backgroundColor: '#0e6e9b', color: 'white' }} onClick={() => window.location.href = "https://github.com/amanzi/ats/releases"}>Download: Latest Release</Button> | ||
|
||
### Git repository | ||
### Git repository | ||
|
||
```sh | ||
$ git clone https://github.com/amanzi/ats.git | ||
``` | ||
```sh | ||
$ git clone https://github.com/amanzi/ats.git | ||
``` | ||
|
||
### DockerHub | ||
### DockerHub | ||
|
||
```sh | ||
$ docker pull metsi/ats:latest | ||
``` | ||
</Div> | ||
</Grid> | ||
</Div> | ||
</Section> | ||
```sh | ||
$ docker pull metsi/ats:latest | ||
``` | ||
</Container> | ||
</Flex> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,100 @@ | ||
--- | ||
title: Home | ||
excerpt: Amanzi-ATS Home | ||
is_front: true | ||
title: ' ' | ||
slug: "/" | ||
--- | ||
|
||
<Billboard | ||
heading="Amanzi-ATS" | ||
subHeading="Manage Complexity" | ||
lead="Accelerate Understanding" | ||
/> | ||
import "/src/components/billboard/styles.css" | ||
import { Grid, Box, Container, jsx, get , Button} from "theme-ui" | ||
|
||
<Section | ||
heading="What is Amanzi-ATS?" | ||
defaultPadding | ||
> | ||
<Div style={{ | ||
maxWidth: ["none", "none", "80%"] | ||
}}> | ||
|
||
### About Amanzi | ||
<Box sx={{ | ||
background: t => `linear-gradient(to bottom, ${t.colors.primary}, ${t.colors.divide})`, | ||
marginLeft: '-50vw', | ||
marginRight: '-50vw', | ||
mb: -5, | ||
pb: 80, | ||
pt: 100, | ||
mt: -130, | ||
}}> | ||
<div className="circle-container"> | ||
<img src="/images/billboard/barrow.png" alt="Description of image 1" /> | ||
<img src="/images/billboard/coweeta.png" alt="Description of image 2" /> | ||
<img src="/images/billboard/dfn.png" alt="Description of image 2" /> | ||
<img src="/images/billboard/dfn2.png" alt="Description of image 2" /> | ||
<img src="/images/billboard/farea.png" alt="Description of image 2" /> | ||
<img src="/images/billboard/nnss.png" alt="Description of image 2" /> | ||
<div className="text-center"> | ||
|
||
Amanzi provides a flexible and extensible flow and reactive transport | ||
simulation capability for environmental applications. It runs in | ||
parallel, accurately represents complex topography and stratigraphy, and | ||
leverages advanced discretizations and solvers. Amanzi has been used | ||
to model contaminant migration at various DOE legacy waste sites, | ||
including the Nevada National Security Site and (e.g., Hanford, and | ||
Savannah River). | ||
<Text children={`Manage Complexity`} sx={{ fontSize: [3], color: `subheading` }}/> | ||
<div><Text children={`Amanzi-ATS`} sx={{ fontSize: [6], fontWeight: `bold`, color: `heading` }}/></div> | ||
<Text children={`Accelerate Understanding`} sx={{ fontSize: [3], color: `subheading` }}/> | ||
|
||
The multiphysics framework in Amanzi, called Arcos, provides modelers | ||
with flexibility to creatively isolate, decompose, and explore reduced | ||
and mixed-dimensional model configurations to develop understanding | ||
and make predictions. | ||
</div> | ||
</div> | ||
</Box> | ||
|
||
<Box sx={{ | ||
background: t => `linear-gradient(to bottom, ${t.colors.primary}, ${t.colors.divide})`, | ||
marginLeft: '-50vw', | ||
marginRight: '-50vw', | ||
mb: -5, | ||
pb: 5, | ||
pt: 30, | ||
mt: 0, | ||
}}> | ||
<Grid columns={[1]} sx={{ marginLeft: '50vw', marginRight: '50vw',}}> | ||
<div><center><Text children={`What is Amanzi-ATS?`} sx={{ fontSize: [6], fontWeight: `bold`, color: `heading` }}/></center></div> | ||
<div><Text children={`About Amanzi`} sx={{ fontSize: [4], fontWeight: `bold`, color: `heading` }}/></div> | ||
<div><Text | ||
children={` | ||
Amanzi provides a flexible and extensible flow and reactive transport | ||
simulation capability for environmental applications. It runs in | ||
parallel, accurately represents complex topography and stratigraphy, and | ||
leverages advanced discretizations and solvers. Amanzi has been used | ||
to model contaminant migration at various DOE legacy waste sites, | ||
including the Nevada National Security Site and (e.g., Hanford, and | ||
Savannah River). | ||
### About ATS | ||
The multiphysics framework in Amanzi, called Arcos, provides modelers | ||
with flexibility to creatively isolate, decompose, and explore reduced | ||
and mixed-dimensional model configurations to develop understanding | ||
and make predictions.`} sx={{ fontSize: [2], color: `subheading` }}/></div> | ||
|
||
The Advanced Terrestrial Simulator is a code for solving ecosystem-based, integrated, distributed hydrology. It builds on the multi-physics framework and toolsets (mesh infrastructure, discretizations, solvers) provided by Amanzi. The ATS has been used to model thermal integrated (surface/subsurce) hydrology in polygonal Arctic tundra, integrated hydrology in pristine and watersheds (e.g., East River Watershed, CO), and to explore the impact of disturbances such as wildfire, on watershed function. | ||
<div><Text children={`About ATS`} sx={{ fontSize: [4], fontWeight: `bold`, color: `heading` }}/></div> | ||
<div><Text | ||
children={` | ||
The Advanced Terrestrial Simulator is a code for solving ecosystem-based, integrated, distributed hydrology. It builds on the multi-physics framework and toolsets (mesh infrastructure, discretizations, solvers) provided by Amanzi. The ATS has been used to model thermal integrated (surface/subsurce) hydrology in polygonal Arctic tundra, integrated hydrology in pristine and watersheds (e.g., East River Watershed, CO), and to explore the impact of disturbances such as wildfire, on watershed function.`} sx={{ fontSize: [2], color: `subheading` }}/></div> | ||
</Grid> | ||
</Box> | ||
|
||
<Box sx={{ | ||
background: 'muted', | ||
marginLeft: '-50vw', | ||
marginRight: '-50vw', | ||
mb: -5, | ||
pb: 5, | ||
pt: 5, | ||
mt: 5, | ||
}}> | ||
|
||
|
||
</Div> | ||
</Section> | ||
|
||
<Cta | ||
heading="Ready to get started?" | ||
lead="Visit Amanzi-ATS on GitHub to download and build." | ||
links={<Button url="https://amanzi.github.io/amanzi">Get Started</Button>} | ||
style={{ | ||
bg: "muted" | ||
}} | ||
/> | ||
<Grid gap={2} columns={[2]} sx={{ marginLeft: '50vw', marginRight: '50vw',}}> | ||
<Box> | ||
<div> | ||
<Text children={`Ready to get started?`} sx={{ fontSize: [4], fontWeight: `bold`, color: `heading` }}/> | ||
</div> | ||
</Box> | ||
<Box></Box> | ||
<Box> | ||
<div> | ||
<Text children={`Visit Amanzi on GitHub to download and build.`} sx={{ fontSize: [2], color: `subheading` }}/> | ||
</div> | ||
<Button style={{ backgroundColor: '#0e6e9b', color: 'white' }} onClick={() => window.location.href = "https://amanzi.github.io/amanzi" }>Get Started</Button> | ||
</Box> | ||
<Box> | ||
<div> | ||
<Text children={`Visit ATS on GitHub to download and build.`} sx={{ fontSize: [2], color: `subheading` }}/> | ||
</div> | ||
<Button style={{ backgroundColor: '#0e6e9b', color: 'white' }} onClick={() => window.location.href = "https://amanzi.github.io/ats" }>Get Started</Button> | ||
</Box> | ||
</Grid> | ||
</Box> |
Oops, something went wrong.