-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Luis Torres <[email protected]>
- Loading branch information
Showing
1 changed file
with
11 additions
and
23 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,30 +1,18 @@ | ||
--- | ||
layout: frontpage | ||
title: "Redirecting" | ||
redirect_to: https://osipi.ismrm.org | ||
permalink: /index.html | ||
homepage: true | ||
--- | ||
|
||
<!-- | ||
widget1: | ||
title: "Why?" | ||
image: prostate_pixelated-302x182.png | ||
text: 'At different times in our careers, we all struggled to find a robust perfusion analysis software producing results of known quality, evaluating, or implementing perfusion tools. We want to make that process easier!' | ||
widget2: | ||
title: "Who?" | ||
image: friends-302x182.png | ||
text: 'We are an inclusive team of volunteers with the expertise and passion in perfusion analysis, open source software and reproducible science. Join our growing group to help us make a difference!' | ||
widget3: | ||
title: "What?" | ||
image: curve_segment_larger-302x182.png | ||
text: 'We pursue a number of goals centered around organizing our understanding of the capabilities of the existing open source tools, and developing best practices for perfusion tool evaluation.' | ||
callforaction: | ||
url: '/about/' | ||
text: Learn more › | ||
style: alert | ||
preamble: | ||
text: PLEASE NOTE that this website is currently not updated, as we are designing a new website. STAY TUNED | ||
--> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="refresh" content="0; url=https://osipi.ismrm.org"> | ||
<meta name="robots" content="noindex"> | ||
<title>Redirecting...</title> | ||
</head> | ||
<body> | ||
<p>If you are not redirected automatically, follow this <a href="https://osipi.ismrm.org">link to the new site</a>.</p> | ||
</body> | ||
</html> |