Skip to content

Commit 388a10c

Browse files
committed
adding links to registries
1 parent b864071 commit 388a10c

File tree

3 files changed

+30
-17
lines changed

3 files changed

+30
-17
lines changed

_data/sidebars/main_sidebar.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ entries:
2222
url: /presentations
2323
output: web, pdf
2424

25-
- title: Singularity Registry
26-
url: /registry
27-
output: web, pdf
28-
2925

3026
- title: Download / Installation
3127
output: web, pdf
@@ -73,6 +69,10 @@ entries:
7369
url: /faq
7470
output: web, pdf
7571

72+
- title: Citation and Cluster Registration
73+
url: /citation-registration
74+
output: web, pdf
75+
7676
- title: Troubleshooting
7777
url: /support
7878
output: web, pdf
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Citations and Cluster Registration
3+
sidebar: main_sidebar
4+
permalink: citation-registration
5+
folder: docs
6+
---
7+
8+
### Citations
9+
10+
Are you using Singularity for science? If so please help by citing using the referenced DOI for the most recent release: <a target="_blank" href="http://dx.doi.org/10.5281/zenodo.60736"><img src="https://zenodo.org/badge/doi/10.5281/zenodo.60736.svg" alt="10.5281/zenodo.60736"></a>, and please <a href="https://goo.gl/forms/tGBKnKwplNyRZRSm2" target="_blank">Register your Citations</a> so we can tell the world about your work!
11+
12+
13+
### Clusters
14+
15+
It is appreciated to add your site to the Singularity registry. Let us (and the world) know you are using Singularity!
16+
17+
<a target="_blank" class="btn btn-primary navbar-btn cursorNorm" role="button" href="https://goo.gl/forms/D7ed1dfLeNvml6no1">Add to Registry</a> <a target="_blank" href="https://docs.google.com/spreadsheets/d/1Vc_1prq_1WHGf0LWtpUBY-tfKdLLM_TErjnCe1mY5m0/pub?gid=1407658660&single=true&output=pdf" class="no-after btn btn-primary navbar-btn cursorNorm" role="button">Download Registry <i class="fa fa-file-pdf-o"></i></a>.
18+
19+
20+
### Credits
21+
22+
* Project lead: <a href="https://gmkurtzer.github.io/" target="_blank">Gregory M. Kurtzer</a>
23+
* Sponsored by: <a href="http://scs.lbl.gov/" target="_blank">HPC @ LBNL</a>
24+
* Thanks to <a href="{{ site.repo }}/blob/master/AUTHORS" target="_blank">contributors</a>

pages/docs/overview/support.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Support
33
sidebar: main_sidebar
44
permalink: support
55
folder: docs
6+
toc: false
67
---
78

89
## Getting Additional Help, Support, Information
@@ -14,17 +15,5 @@ folder: docs
1415
### Want to Join the Team?!
1516
We want you! Your help! Your contributions! Your presence! Come and hop on our Slack channel by requesting an invite from `[email protected]`!
1617

18+
We encourage you to <a href="/citation-registration">cite us in your work and/or register your HPC cluster!</a>
1719

18-
### Credits
19-
20-
* Project lead: <a href="https://gmkurtzer.github.io/" target="_blank">Gregory M. Kurtzer</a>
21-
* Sponsored by: <a href="http://scs.lbl.gov/" target="_blank">HPC @ LBNL</a>
22-
* Thanks to <a href="{{ site.repo }}/blob/master/AUTHORS" target="_blank">contributors</a>
23-
24-
### Citation
25-
26-
<p>Are you using Singularity for science? If so please help by citing using the referenced DOI for the most recent release here: <br><br>
27-
<a target="_blank" href="http://dx.doi.org/10.5281/zenodo.60736"><img src="https://zenodo.org/badge/doi/10.5281/zenodo.60736.svg" alt="10.5281/zenodo.60736"></a>
28-
</p>
29-
30-
{% include links.html %}

0 commit comments

Comments
 (0)