Skip to content

Commit

Permalink
Update SPC
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Nov 26, 2024
1 parent ed60480 commit e4d384d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
7 changes: 6 additions & 1 deletion src/content/project/spc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ tier: 2
funders: "SoCaR"
pis:
- mark_birkin
- dani_arribas_bel
team:
- hadrien_salat
- sam_greenbury
- dustin_carlino
- fernando_benitez
- anna_zanchetta
- sam_greenbury
- bowen_zhang
- hussein_mahfouz
---

<iframe style="width:100%;min-height:500px" src="/images/spc_image.png" title="SPC Schema"/>
Expand Down
20 changes: 11 additions & 9 deletions src/pages/projects/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,22 @@ const { Content } = await entry.render();
<div id="sidebar">
<section>
<h3>Summary</h3>
<p>
Principal investigator: <br />
Principal investigators: <br />
<ul class="links">
{
pis &&
pis?.map((pi) => (
<code>
{
// @ts-ignore
<PersonLink person={pi} />
}
</code>
<li>
<a href="">
{
// @ts-ignore
<PersonLink person={pi} />
}
</a>
</li>
))
}
</p>
</ul>
<p>Funders: <br /> <code>{entry.data.funders}</code></p>
<footer></footer>
</section>
Expand Down

0 comments on commit e4d384d

Please sign in to comment.