Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #106 from hifis-net/54-update-spotlights
Browse files Browse the repository at this point in the history
feat: display matRad spotlight on frontpage
  • Loading branch information
cmeessen authored Feb 7, 2023
2 parents d3188fb + 87c8fa9 commit 1846163
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions frontend/components/home/helmholtz/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: 2021 - 2022 Dusan Mijatovic (dv4all)
// SPDX-FileCopyrightText: 2021 - 2022 dv4all
// SPDX-FileCopyrightText: 2022 Christian Meeßen (GFZ) <[email protected]>
// SPDX-FileCopyrightText: 2022 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
// SPDX-FileCopyrightText: 2022 - 2023 Christian Meeßen (GFZ) <[email protected]>
// SPDX-FileCopyrightText: 2022 - 2023 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
// SPDX-FileCopyrightText: 2022 Jesús García Gonzalez (Netherlands eScience Center) <[email protected]>
// SPDX-FileCopyrightText: 2022 Marc Hanisch (GFZ) <[email protected]>
// SPDX-FileCopyrightText: 2022 Netherlands eScience Center
Expand Down Expand Up @@ -31,6 +31,12 @@ import SpotlightSection from './SpotlightSection'
/*! purgecss end ignore */

const SPOTLIGHTS= [
{
name: 'matRad',
description: 'matRad is a dose calculation and inverse treatment planning toolkit for radiotherapy research and education written in Matlab.',
image: 'https://hifis.net/assets/img/spotlights/matRad/matRad_prostate_carbon.png',
link: '/software/matrad'
},
{
name: 'CrystFEL',
description: 'CrystFEL is a suite of programs to process data from "serial crystallography" experiments.',
Expand Down

0 comments on commit 1846163

Please sign in to comment.