Skip to content

Commit 85fd90b

Browse files
authored
Merge pull request #3483 from chensy96/beerdatabranch
Add new tutorial (Beer-data-analysis)
2 parents e588aec + a538dbf commit 85fd90b

23 files changed

+100236
-2
lines changed

CONTRIBUTORS.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ charitylaw:
265265
name: Charity Law
266266
joined: 2018-09
267267

268+
chensy96:
269+
name: Siyu Chen
270+
joined: 2022-05
271+
268272
Chinonyemildred:
269273
name: Chinonye Mildred Egenti
270274
joined: 2021-10
@@ -1059,6 +1063,11 @@ pcm32:
10591063
name: Pablo Moreno
10601064
joined: 2019-06
10611065

1066+
plushz:
1067+
name: Polina Polunina
1068+
gitter: PlushZ
1069+
joined: 2022-03
1070+
10621071
polkhe:
10631072
name: Ekaterina Polkh
10641073
joined: 2017-09
@@ -1247,6 +1256,10 @@ tealiie:
12471256
name: tealiie
12481257
joined: 2017-09
12491258

1259+
teresa-m:
1260+
name: Teresa Müller
1261+
joined: 2022-09
1262+
12501263
themudo:
12511264
name: Gonçalo Themudo
12521265
joined: 2021-10

_plugins/snippet.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ def render(context)
8282
box_start = '> ### '+get_icon(icon_text)+' ' + metadata['title']
8383
box_end = "\n{: .comment}"
8484
end
85+
if box_type == 'details'
86+
icon_text = icons['details']
87+
box_start = '> ### '+get_icon(icon_text)+' ' + metadata['title']
88+
box_end = "\n{: .details}"
89+
end
8590
if box_type == 'question'
8691
icon_text = icons['question']
8792
box_start = '> ### '+get_icon(icon_text)+' ' + metadata['title']

bin/schema-faq.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ mapping:
4343
- hands_on
4444
- question
4545
- comment
46+
- details
4647
- none
4748
description: |
4849
The type of box that should be used when rendering this FAQ. Use `none` if it should not be in a box, but just plain text.

faqs/galaxy/galaxy_creating_an_account.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ contributors: [jennaj, bernandez, samanthaanjei]
88

99

1010
1. To create an account at any public Galaxy instance, choose your server from the available [list of Galaxy Platform](https://galaxyproject.org/use/).
11-
There are 3 main public Galaxy servers: [UseGalaxy.org](https://usegalaxy.org/), [UseGalaxy.eu](https://usegalaxy.eu/), and [UseGalaxy.org.au](https://usegalaxy.org.au/).
11+
12+
There are 3 main public Galaxy servers: [UseGalaxy.org](https://usegalaxy.org/), [UseGalaxy.eu](https://usegalaxy.eu/), and [UseGalaxy.org.au](https://usegalaxy.org.au/).
13+
1214
2. Click on **"Login or Register"** in the masthead on the server.
15+
16+
![Login or Register on the top panel]({{site.baseurl}}/faqs/galaxy/images/login_register.png)
17+
1318
3. Click on **Register here** and fill in the required information.
1419
4. Click on the **Create** button, your account is successfully created.
1520
5. Check for a **Confirmation Email** in the email you used for account creation.
1621
6. Click on the **Email confirmation link** to fully activate your account.
17-
22+
1823

1924

faqs/galaxy/images/login_register.png

7.24 KB
Loading
210 KB
Loading

0 commit comments

Comments
 (0)