Skip to content

Commit 2a6cf31

Browse files
authored
Add how-to-cite to portal (#344)
* Update index.md with how-to-cite * Update footer-menu.html
1 parent 9f919b0 commit 2a6cf31

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Diff for: portal/_templates/footer-menu.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ <h1>{{ _("About") }}</h1>
88
<li><a href="https://projectpythia.org/about.html">{{ _("About Project Pythia") }}</a></li>
99
<li><a href="https://foundations.projectpythia.org/preamble/how-to-use.html">{{ _("How to use Pythia Foundations") }}</a></li>
1010
<li><a href="https://projectpythia.org/#the-project-pythia-team">{{ _("The Project Team") }}</a></li>
11+
<li><a href="https://projectpythia.org/#how-to-cite">{{ _("How to Cite") }}</a></li>
1112
</ul>
1213
</div>
1314
<div class="col-9 col-sm-4 col-md-4 col-lg-3 footer-menu-col">
1415
<h1>{{ _("Give Feedback") }}</h1>
1516
<ul class="list-unstyled">
1617
<li><a href="mailto:[email protected]">{{ _("Email us!") }}</a></li>
17-
<li><a href="https://github.com/ProjectPythia/projectpythia.github.io/discussions">{{ _("Project Pythia Discussions") }}</a></li>
18-
<li><a href="https://github.com/ProjectPythia/pythia-foundations/discussions">{{ _("Pythia Foundations Discussions") }}</a></li>
18+
<li><a href="https://discourse.pangeo.io/c/education/project-pythia/60s">{{ _("Pangeo Discourse") }}</a></li>
1919
</ul>
2020
</div>
2121
<div class="col-9 col-sm-4 col-md-4 col-lg-3 footer-menu-col">
2222
<h1>{{ _("Contribute") }}</h1>
2323
<ul class="list-unstyled">
2424
<li><a href="https://projectpythia.org/contributing.html">{{ _("How to contribute to Project Pythia") }}</a></li>
25-
<li><a href="https://foundations.projectpythia.org/appendix/how-to-contribute.html">{{ _("How to contribute to Pythia Foundations") }}</a></li>
2625
<li><a href="https://projectpythia.org/code_of_conduct.html">{{ _("Our code of conduct") }}</a></li>
2726
<li><a href="https://projectpythia.org/#weekly-working-group-meetings">{{ _("Join our weekly meetings") }}</a></li>
2827
<li><a href="https://github.com/ProjectPythia">{{ _("Join us on GitHub") }}</a></li>

Diff for: portal/index.md

+11
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,17 @@ are open to anyone who wishes to participate. We publish
197197
<iframe src="https://calendar.google.com/calendar/embed?src=c_4qpvf316afd9mv0ci7d2uiafog%40group.calendar.google.com" frameborder="0" scrolling="no"></iframe>
198198
</div>
199199

200+
## How to Cite
201+
202+
The material in Project Pythia is licensed for free and open consumption and reuse. All code is served under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), while all non-code content is licensed under [Creative Commons BY 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). Effectively, this means you are free to share and adapt this material so long as you give appropriate credit to the Project Pythia community.
203+
204+
To cite this project, please site our [NSF GEO OSE proposal](https://zenodo.org/record/8184298). Individual components of the project may be cited separately.
205+
206+
> Rose, Brian E. J., Clyne, John, May, Ryan, Munroe, James, Snyder, Amelia, Eroglu, Orhan, & Tyle, Kevin. (2023). Collaborative Research: GEO OSE TRACK 2: Project Pythia and Pangeo: Building an inclusive geoscience community through accessible, reusable, and reproducible workflows. Zenodo. https://doi.org/10.5281/zenodo.8184298
207+
208+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8184298.svg)](https://doi.org/10.5281/zenodo.8184298)
209+
210+
200211
```{toctree}
201212
---
202213
hidden: True

0 commit comments

Comments
 (0)