Skip to content

Commit

Permalink
citation section added
Browse files Browse the repository at this point in the history
  • Loading branch information
maharshi-gor committed Aug 6, 2023
1 parent e9ab759 commit 05285d4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/source/_static/css/sponsors.css
Expand Up @@ -35,4 +35,24 @@

display: flex;
align-items: center;
}

.cite {
color: var(--colorPrimaryDark);
font-weight: 600;
}

.cite-wrapper {
padding: 20px;
max-width: 1152px;
margin: 40px auto 0;
border-radius: 10px;
border: 3px solid var(--colorPrimaryDark);
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (max-width: 767px) {
.cite-wrapper {
margin: 20px 20px 0;
}
}
12 changes: 12 additions & 0 deletions docs/source/_templates/home.html
Expand Up @@ -688,6 +688,18 @@ <h3 class="sponsors-title">
<img src="_static/images/sponsors/iu.jpg" alt="IU">
</div>
</div>

<div class="cite-wrapper">
<h3 class="sponsors-title">
Cite Us!
</h3>
<div class="container sponsors">
<p>Eleftherios Garyfallidis, Serge Koudoro, Javier Guaje, Marc-Alex Côté, Soham Biswas, David Reagan, Nasim
Anousheh, Filipi Silva, Geoffrey Fox, and FURY Contributors
<a class="cite" href="https://doi.org/10.21105/joss.03384">FURY: advanced scientific visualization</a>
</p>
</div>
</div>
</section>

<footer id="footer" class="footer">
Expand Down

0 comments on commit 05285d4

Please sign in to comment.