diff --git a/src/assets/images/ossi_phases.png b/src/assets/images/ossi_phases-black.png similarity index 100% rename from src/assets/images/ossi_phases.png rename to src/assets/images/ossi_phases-black.png diff --git a/src/assets/images/ossi_phases-white.png b/src/assets/images/ossi_phases-white.png new file mode 100644 index 0000000..92be27d Binary files /dev/null and b/src/assets/images/ossi_phases-white.png differ diff --git a/src/pages/ossi.astro b/src/pages/ossi.astro index c2b06f2..46640c3 100644 --- a/src/pages/ossi.astro +++ b/src/pages/ossi.astro @@ -5,7 +5,10 @@ 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"; +import ossiPhasesImgWhite from "../assets/images/ossi_phases-white.png"; +import ossiPhasesImgBlack from "../assets/images/ossi_phases-black.png"; + +const baseUrl = import.meta.env.BASE_URL; --- @@ -55,7 +58,7 @@ import ossiPhasesImg from "../assets/images/ossi_phases.png"; href="https://www.janelia.org/node/45241" target="_blank" style={"color: var(--color-primary)"} - >Scientific Computing Software (SciComp)Scientific Computing Software (SciCompSoft) created the Open Science Software Initiative (OSSI) to support Janelia researchers in their efforts to create impactful open @@ -91,16 +94,22 @@ import ossiPhasesImg from "../assets/images/ossi_phases.png"; updates. A project may be moved back to Active Development if additional features are needed and funding is available. If a project's usefulness to the open science community declines, - it may be moved to a Graceful End statewhich signifies a closing of - OSSI involvement with the project. This may involve a hand-off or project + it may be moved to a Graceful End state which signifies a closing + of OSSI involvement with the project. This may involve a hand-off or project archival. All of these lifecycle decisions are made in close collaboration with the project owners.
+ 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. @@ -110,13 +119,42 @@ import ossiPhasesImg from "../assets/images/ossi_phases.png"; Details - The creation of OSSI was encouraged by the strong open science community - at Janelia. The specifics were finalized by Kristin Branson, Reed - George, Wyatt Korff, Stephan Preibisch, Konrad Rokicki, Stephan - Saalfeld, and Ron Vale. OSSI is funded through the Technology and Open - Science Center fund (SciComp internal funding) with strong support from - Wyatt Korff (project teams), Reed George (Scientific Operations), the - Saalfeld lab, and the executive director of Janelia (Ron Vale). + The creation of OSSI in 2022 was encouraged by the strong open science + community at Janelia. The specifics were finalized by + Kristin Branson, + Reed George, + Wyatt Korff, + Stephan Preibisch, + Konrad Rokicki, + Stephan Saalfeld, and + Ron Vale. OSSI is funded through the Technology and Open Science Center fund + (SciCompSoft internal funding) with strong support from Wyatt Korff + (project teams), Reed George (Scientific Operations), the Saalfeld lab, + and the executive director of Janelia (Ron Vale).