Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

citation section added #834

Merged
merged 1 commit into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/source/_static/css/sponsors.css
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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