From f360f441d55973c7143d0e97fe14168bdb188eac Mon Sep 17 00:00:00 2001 From: Allison Truhlar Date: Tue, 28 May 2024 13:43:05 -0400 Subject: [PATCH] content: add ossi phase diagram to ossi page --- {public => src/assets/images}/ossi_phases.png | Bin src/pages/ossi.astro | 17 ++++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) rename {public => src/assets/images}/ossi_phases.png (100%) diff --git a/public/ossi_phases.png b/src/assets/images/ossi_phases.png similarity index 100% rename from public/ossi_phases.png rename to src/assets/images/ossi_phases.png diff --git a/src/pages/ossi.astro b/src/pages/ossi.astro index ebcac32d..d9b52c47 100644 --- a/src/pages/ossi.astro +++ b/src/pages/ossi.astro @@ -1,10 +1,12 @@ --- -import { siteConfig } from "../siteConfig"; +import Image from "astro/components/Image.astro"; import BaseLayout from "../layouts/BaseLayout.astro"; import Hero from "../components/Hero"; import TextBlock from "../components/TextBlock.astro"; import Wrapper from "../components/Wrapper.astro"; +import ossiPhasesImg from "../assets/images/ossi_phases.png"; + const baseUrl = import.meta.env.BASE_URL; --- @@ -65,12 +67,17 @@ const baseUrl = import.meta.env.BASE_URL; Call for projects - We invite proposals for Open-Source Software projects from scientists at Janelia. - The aim of a proposal should generally be to develop, maintain and/or document - developer-friendly, user-friendly code that promises to have a significant impact - on the community. + We invite proposals for Open-Source Software projects from scientists at + Janelia. The aim of a proposal should generally be to develop, maintain + and/or document developer-friendly, user-friendly code that promises to + have a significant impact on the community. + Phase diagram of OSSI projects. Projects move linearly from 'proposed' to 'accepted' to 'active development.' From there, projects cycle between 'active development' and 'maintenance.' The final phase is 'graceful end.' +

The phases of an OSSI-funded project.

Details