This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
forked from research-software-directory/RSD-as-a-service
-
Notifications
You must be signed in to change notification settings - Fork 4
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 #106 from hifis-net/54-update-spotlights
feat: display matRad spotlight on frontpage
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
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,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 | ||
|
@@ -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.', | ||
|