Skip to content

Commit ab01ac3

Browse files
authored
Merge pull request #1445 from conda-forge/cite
ENH add citation to the main page
2 parents b76046a + dca5e39 commit ab01ac3

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

css/theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ footer p {
380380
margin: 0;
381381
}
382382

383-
:not(code):not(input)::-moz-selection {
383+
/* :not(code):not(input)::-moz-selection {
384384
text-shadow: none;
385385
background: #fcfcfc;
386386
background: rgba(255, 255, 255, 0.2);
@@ -390,7 +390,7 @@ footer p {
390390
text-shadow: none;
391391
background: #fcfcfc;
392392
background: rgba(255, 255, 255, 0.2);
393-
}
393+
} */
394394

395395
img::selection {
396396
background: 0 0;

index.html.tmpl

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,34 @@
140140
default channel. Unlike Miniconda, these support
141141
ARMv8 64-bit (formally known as `aarch64`).
142142
</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>
143164
<p> <br>
144165
Learn more about conda-forge by reading our <a href="https://conda-forge.org/docs">docs</a>
145166
or watching the following episode of
146167
<a href="https://www.quansight.com/open-source-directions">Open Source Directions</a>.
147168
</p>
148169
<p align="center">
149-
<iframe width="560" class="responsive" height="315" src="https://www.youtube.com/embed/EWh-BtdYE7M" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
170+
<iframe width="560" class="responsive" src="https://www.youtube.com/embed/EWh-BtdYE7M" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
150171
</p>
151172
</div>
152173
</div>

0 commit comments

Comments
 (0)