Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add community content resource page #5661

Merged
merged 24 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ab9afa0
add community content page
nomadscientist Dec 19, 2024
8a46c90
add the rest of the resources, off the top of my head
nomadscientist Dec 19, 2024
79525ee
add blog post
nomadscientist Dec 19, 2024
dcd928c
link tutorial
nomadscientist Dec 19, 2024
1f5bdc3
added FAQ on finding pages
nomadscientist Dec 19, 2024
ef59515
Merge branch 'main' into comm_page
nomadscientist Dec 19, 2024
3ae3f4c
Update news/_posts/2024-12-19-community_page.md
nomadscientist Dec 19, 2024
0e1b9d4
Update topics/community/tutorials/community_content/tutorial.md
nomadscientist Dec 19, 2024
4035c92
fix subtopic label
nomadscientist Dec 19, 2024
1944cd5
Merge branch 'comm_page' of https://github.com/nomadscientist/trainin…
nomadscientist Dec 19, 2024
247dbf0
Merge branch 'main' into comm_page
nomadscientist Dec 19, 2024
811d0ee
Update topics/community/tutorials/community_content/tutorial.md
shiltemann Dec 19, 2024
dbd403e
change Page to Home
nomadscientist Dec 19, 2024
9332617
Merge branch 'comm_page' of https://github.com/nomadscientist/trainin…
nomadscientist Dec 19, 2024
f7436a5
Add FAQ on calendar addition
nomadscientist Dec 19, 2024
8f156a4
add calendar FAQ link
nomadscientist Dec 19, 2024
d02c183
Merge branch 'main' into comm_page
nomadscientist Dec 19, 2024
be2446a
Update topics/community/faqs/topic_pages.md
nomadscientist Dec 19, 2024
d6c9f84
fix indent errors?
shiltemann Dec 19, 2024
b555406
Update topics/community/faqs/topic_pages.md
shiltemann Dec 19, 2024
a349413
Update topics/community/faqs/topic_pages.md
shiltemann Dec 19, 2024
89765b5
tweak faqs, iframes
shiltemann Dec 20, 2024
f9b6b09
typo
shiltemann Dec 20, 2024
05101ab
add id to section
shiltemann Dec 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions topics/community/faqs/community_activites_calendar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: How can I add my SIG meetings to the Galaxy Community Activities calendar?
box_type: tip
layout: faq
contributors: [nomadscientist]
---

Add the following guest to all of your Google Calendar meeting events: 8a762890fbe724e9d29b67915aa0197a352642f94b22ec64a85430daaf1abb5e@group.calendar.google.com

Then it will show up in the **Galaxy Community Activities** calendar!

<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=Europe%2FLondon&showPrint=0&showCalendars=0&mode=AGENDA&src=OGE3NjI4OTBmYmU3MjRlOWQyOWI2NzkxNWFhMDE5N2EzNTI2NDJmOTRiMjJlYzY0YTg1NDMwZGFhZjFhYmI1ZUBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%234285F4" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
6 changes: 3 additions & 3 deletions topics/community/faqs/topic_pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ layout: faq
contributors: [nomadscientist, hexylena]
---

You can find your **Community Page** and **Maintainer Page** by scrolling down on your training **Topic** page.
You can find your **Community Home** and **Maintainer Home** by scrolling down on your training **Topic** page.

> <hands-on-title>Go to your topic page resources</hands-on-title>
>
> 1. Go to any training topic of interest. This will have the form
> ```
> https://training.galaxyproject.org/training-material/topics/<your topic here>
shiltemann marked this conversation as resolved.
Show resolved Hide resolved
> ```
> 2. Add a #community to the end of the url.
> 2. Add a #community to the end of the url.
nomadscientist marked this conversation as resolved.
Show resolved Hide resolved
> ```
> https://training.galaxyproject.org/training-material/topics/<your topic here>#community
shiltemann marked this conversation as resolved.
Show resolved Hide resolved
> ```
> 3. Select a page to explore!
> 3. Select a Home to explore!
>
{: .hands_on}
30 changes: 18 additions & 12 deletions topics/community/tutorials/community_content/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ Here is a list of resources that you can use!
>
{: .agenda}

# Maintainer page
# Maintainer Home

Maintaining resources is **fundamental** to the quality and usefulness of any software resource. We do *not* throw code over the wall!

To help topic maintainers to quickly recognise what materials need updating and fixing, **Topic Maintainer Pages** were built.
To help topic maintainers to quickly recognise what materials need updating and fixing, topic **Maintainer Homes** were built.

> <hands-on-title>Go to your topic maintainer page</hands-on-title>
> <hands-on-title>Go to your topic Maintainer Home</hands-on-title>
>
> 1. Go to any training topic of interest. This will have the form
> ```
Expand All @@ -59,7 +59,7 @@ To help topic maintainers to quickly recognise what materials need updating and
> ```
> https://training.galaxyproject.org/training-material/topics/<your topic here>/maintainer
> ```
> 3. Explore the maintainer page!
> 3. Explore the Maintainer Home!
>
{: .hands_on}

Expand All @@ -74,14 +74,14 @@ You can see an example from the Single-cell topic below:
width="100%"
height="800"
style="border: none;"
title="Single-Cell Topic Maintainer Page">
title="Single-Cell Topic Maintainer Home">
</iframe>

# Community Page
# Community Home

Where the **Maintainer page** helps you sustain your community, the **Community page** helps you show off your community. An end-of-year gift in 2024, this page will sift through news, events, and GTN contributions for your community tag of interest (example: single-cell) and provide a beautiful visualization of your efforts.
Where the **Maintainer Home** helps you sustain your community, the **Community Home** helps you show off your community. An end-of-year gift in 2024, this page will sift through news, events, and GTN contributions for your community tag of interest (example: single-cell) and provide a beautiful visualization of your efforts.

> <hands-on-title>Go to your topic community page</hands-on-title>
> <hands-on-title>Go to your topic Community Home</hands-on-title>
>
> 1. Go to any training topic of interest. This will have the form
> ```
Expand All @@ -91,7 +91,7 @@ Where the **Maintainer page** helps you sustain your community, the **Community
> ```
> https://training.galaxyproject.org/training-material/topics/<your topic here>/community
> ```
> 3. Explore the community page!
> 3. Explore the Community Home!
>
{: .hands_on}

Expand All @@ -102,12 +102,12 @@ You can see an example from the Single-cell topic below:
width="100%"
height="800"
style="border: none;"
title="Single-Cell Topic Community Page">
title="Single-Cell Topic Community Home">
</iframe>

# Topic usage statistics

Next up, you might want to know how many people are actually using your materials? Welcome to your **Topic usage statistics**! You may have already found this, actually, as it's (currently) at the bottom of the Maintainer page.
Next up, you might want to know how many people are actually using your materials? Welcome to your **Topic usage statistics**! You may have already found this, actually, as it's (currently) at the bottom of the Maintainer Home.

> <hands-on-title>Go to your topic usage statistics</hands-on-title>
>
Expand All @@ -119,7 +119,7 @@ Next up, you might want to know how many people are actually using your material
> ```
> https://training.galaxyproject.org/training-material/topics/<your topic here>/maintainer.html#statistics-for-your-materials
> ```
> 3. Explore the usage statistics page!
> 3. Explore the usage statistics!
>
{: .hands_on}

Expand Down Expand Up @@ -161,6 +161,12 @@ You can see an example from the Single-cell topic below.
<h3 class="mb-3">Public workflows</h3>
<iframe src="https://training.galaxyproject.org/training-material/workflows/embed.html?query=single-cell" height="600px" width="100%" class="gtn-embed" frameborder="1"></iframe>

# Galaxy Community Activities calendar

We host a GoogleCalendar on the [Galaxy Special Interest Group Hub page](https://galaxyproject.org/community/sig/).

{% snippet topics/community/faqs/community_activites_calendar.md %}

# Conclusion

{% icon congratulations %} Congratulations! You've made it to the end! Hopefully you think these resources are brilliant, and are making sure to tag everything (news, events, training materials, workflows, FAQs, you name it, you should tag it!) with your community tag!
Loading