diff --git a/frontend/components/PzCompute.js b/frontend/components/PzCompute.js new file mode 100644 index 0000000..272dbd7 --- /dev/null +++ b/frontend/components/PzCompute.js @@ -0,0 +1,38 @@ +import * as React from 'react' +import Box from '@mui/material/Box' +import Card from '@mui/material/Card' +import CardContent from '@mui/material/CardContent' +import CardMedia from '@mui/material/CardMedia' +import Typography from '@mui/material/Typography' +import Link from './Link' + +function PzCompute() { + return ( + + + + + + Photo-z Compute + + A high-performance computing pipeline to estimate photo-zs using + the Brazilian IDAC resources. + + + + + + ) +} + +export default PzCompute diff --git a/frontend/components/SpeczCatalogs.js b/frontend/components/SpeczCatalogs.js index 84af50e..c290d69 100644 --- a/frontend/components/SpeczCatalogs.js +++ b/frontend/components/SpeczCatalogs.js @@ -17,7 +17,7 @@ function SpeczCatalogs() { > diff --git a/frontend/components/TrainingSetMaker.js b/frontend/components/TrainingSetMaker.js index 8524887..531996d 100644 --- a/frontend/components/TrainingSetMaker.js +++ b/frontend/components/TrainingSetMaker.js @@ -18,7 +18,7 @@ function TrainingSetMaker() { > diff --git a/frontend/pages/_app.js b/frontend/pages/_app.js index 2a3c650..f508c84 100644 --- a/frontend/pages/_app.js +++ b/frontend/pages/_app.js @@ -60,12 +60,12 @@ export default function MyApp(props) { diff --git a/frontend/pages/pz_compute.js b/frontend/pages/pz_compute.js new file mode 100644 index 0000000..6eefb4c --- /dev/null +++ b/frontend/pages/pz_compute.js @@ -0,0 +1,49 @@ +import React from 'react' +import { Typography, Box } from '@mui/material' +import Breadcrumbs from '@mui/material/Breadcrumbs' +import Link from '@mui/material/Link' +import Grid from '@mui/material/Grid' +import IconButton from '@mui/material/IconButton' +import InfoIcon from '@mui/icons-material/Info' +import ArrowBackIos from '@mui/icons-material/ArrowBackIos' + +function PhotozCumpute() { + return ( + + + + Home + + + Pipelines + + Photo-z Compute + + + + window.history.back()} + > + + + Photo-z Compute + + + + + + + Coming soon... + + + ) +} + +export default PhotozCumpute diff --git a/frontend/pages/pz_pipelines.js b/frontend/pages/pz_pipelines.js index fcfc229..ea8c783 100644 --- a/frontend/pages/pz_pipelines.js +++ b/frontend/pages/pz_pipelines.js @@ -7,6 +7,7 @@ import IconButton from '@mui/material/IconButton' import React from 'react' import SpeczCatalogs from '../components/SpeczCatalogs' import TrainingSetMaker from '../components/TrainingSetMaker' +import PzCompute from '../components/PzCompute' function PZPipelines() { return ( @@ -35,12 +36,15 @@ function PZPipelines() { Photo-z Server Pipelines - + - + + + + ) } diff --git a/frontend/public/interfaces/telescope.jpg b/frontend/public/interfaces/telescope.jpg new file mode 100644 index 0000000..f64d5d0 Binary files /dev/null and b/frontend/public/interfaces/telescope.jpg differ