Skip to content

Commit

Permalink
content: add ossi phase diagram to ossi page
Browse files Browse the repository at this point in the history
  • Loading branch information
allison-truhlar committed May 28, 2024
1 parent 19d11d5 commit f360f44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
File renamed without changes
17 changes: 12 additions & 5 deletions src/pages/ossi.astro
Original file line number Diff line number Diff line change
@@ -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;
---

Expand Down Expand Up @@ -65,12 +67,17 @@ const baseUrl = import.meta.env.BASE_URL;
<TextBlock>
<Fragment slot="subtitle">Call for projects</Fragment>
<Fragment slot="content">
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.
</Fragment>
</TextBlock>
<Image
src={ossiPhasesImg}
alt="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.'"
/>
<p class="italic pb-4">The phases of an OSSI-funded project.</p>
<TextBlock>
<Fragment slot="subtitle">Details</Fragment>
<Fragment slot="content">
Expand Down

0 comments on commit f360f44

Please sign in to comment.