You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html.tmpl
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,13 +140,34 @@
140
140
default channel. Unlike Miniconda, these support
141
141
ARMv8 64-bit (formally known as `aarch64`).
142
142
</p>
143
+
<p>
144
+
If you'd like to credit conda-forge in your work, you can cite our <a href="https://doi.org/10.5281/zenodo.4774216">zenodo entry</a> like this
145
+
<br>
146
+
</p>
147
+
<blockquote>
148
+
conda-forge community. (2015). The conda-forge Project: Community-based Software Distribution Built on the conda Package Format and Ecosystem. Zenodo. http://doi.org/10.5281/zenodo.4774216
149
+
</blockquote>
150
+
<p>
151
+
or use this bibtex entry
152
+
</p>
153
+
<pre>{% raw %}@misc{conda_forge_community_2015_4774216,
154
+
author = {conda-forge community},
155
+
title = {{The conda-forge Project: Community-based Software
156
+
Distribution Built on the conda Package Format and
157
+
Ecosystem}},
158
+
month = jul,
159
+
year = 2015,
160
+
publisher = {Zenodo},
161
+
doi = {10.5281/zenodo.4774216},
162
+
url = {https://doi.org/10.5281/zenodo.4774216}
163
+
}{% endraw %}</pre>
143
164
<p> <br>
144
165
Learn more about conda-forge by reading our <a href="https://conda-forge.org/docs">docs</a>
0 commit comments