-
Notifications
You must be signed in to change notification settings - Fork 923
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5086 from galaxyproject/wampus-porgy
Add news post, pending photo
- Loading branch information
Showing
17 changed files
with
120 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<div class="card"> | ||
<div class="card-header"> | ||
Thanks to our <b>{{ site.data.contributors | size }} GTN contributors</b>! | ||
</div> | ||
<div class="card-body"> | ||
<p class="card-text contributor-quilt" style="margin: 1em;"> | ||
{% for entity in site.data.contributors -%} | ||
<img src="{{ entity[1] | fetch_entity_avatar_url: entity[0], 50 }}" style="width: 33px;margin:0" alt="avatar"/> | ||
{%- endfor %} | ||
</p> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: So many new features! GTN 2023-2024 Updates | ||
layout: news | ||
tags: | ||
- gcc | ||
- gtn infrastructure | ||
contributions: | ||
authorship: | ||
- shiltemann | ||
- hexylena | ||
infrastructure: | ||
- shiltemann | ||
- hexylena | ||
- bebatut | ||
cover: news/images/2024-gcc-updates.png | ||
coveralt: the title slide of the presentation titled Updates from the GTN , Galaxy Community Conference 2024 Brno, Saskia and Helena. The background consists of paper pieced flowers and a butterfly. a CC-BY-SA logo is in the top right corner. | ||
link: "https://docs.google.com/presentation/d/1xXzd7io07KdBk-vVSh_27wlS5bzlDmGuxxpjWL2vB2w/edit?usp=sharing" | ||
--- | ||
|
||
We recently [presented the GTN](https://docs.google.com/presentation/d/1xXzd7io07KdBk-vVSh_27wlS5bzlDmGuxxpjWL2vB2w/edit?usp=sharing) at the [2024 Galaxy Community Conference](https://galaxyproject.org/events/gcc2024/). This [presentation](https://docs.google.com/presentation/d/1xXzd7io07KdBk-vVSh_27wlS5bzlDmGuxxpjWL2vB2w/edit?usp=sharing) was a summary of the updates and new features that were added to the GTN in the past year. | ||
|
||
Many of these updates have been covered in previous blog posts on the GTN, but when you put it all in a single presentation it really becomes clear how much the community has done over the last year! | ||
|
||
- [Our 400th tutorial]({{ site.baseurl }}/news/2024/06/06/400-tutorials-milestone.html) | ||
- [Perfectly FAIR training]({{ site.baseurl }}/news/2024/05/13/fair.html) | ||
- [Teaching you to be perfectly FAIR]({{ site.baseurl }}/news/2024/03/26/FAIR-pointers.html) | ||
- [📆 GTN Event Pages]({{ site.baseurl }}/news/2024/05/22/introducing-gtn-event-pages.html) | ||
- [🎞 GTN Video Library]({{ site.baseurl }}/news/2024/06/14/gtn-video-library.html) | ||
- [🗞 News feeds, automating dissemination]({{ site.baseurl }}/news/2024/06/04/gtn-standards-rss.html) | ||
- [Training beyond the Galaxy]({% link topics/ai4life/index.md %}) | ||
|
||
[See the presentation]({{ page.link }}){:.btn.btn-primary} | ||
|
||
And we covered a few updates there are still somewhere on their journey from planning to implementation, such as: | ||
|
||
- WorkflowHub upload | ||
- Maintainer Homepages | ||
- Workflow Testing | ||
- Automated Recordings | ||
|
||
We're so happy for the incredible work our massive community has done, thank you all for your contributions! | ||
|
||
{% include _includes/contributor-quilt.html %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Simplifying GTN contribution with Google Forms | ||
layout: news | ||
tags: | ||
- gtn infrastructure | ||
- new feature | ||
- automation | ||
contributions: | ||
authorship: | ||
- hexylena | ||
- shiltemann | ||
infrastructure: | ||
- shiltemann | ||
- hexylena | ||
cover: news/images/2024-google-forms.png | ||
coveralt: A screenshot of the GTN Google Form for news contributions. The form is titled 'GTN News' and has fields for 'Title', with a screenshot of a galaxy single cell news post as the header image. | ||
--- | ||
|
||
Since the last time we [announced GTN news posting via Google Form]({{ site.baseurl }}/news/2024/01/29/simplified-gtn-news-submission-via-google-form.html), we've found that this has been an excellent fit for the community and decided to greatly expand the use of Google Forms for GTN contributions. | ||
|
||
Our users were clear: *GitHub, pull requests, commits, and YAML files are not always a pleasant or user-friendly way to contribute.* | ||
|
||
After the success of news contributions via form we have expanded that process significantly. Now you can contribute the following all via Google Form: | ||
|
||
- [News](https://forms.gle/TqGTr6y46wrJDri7A) | ||
- [FAQs](https://forms.gle/2JVMfd1AgtenZPvv9) | ||
- [Recordings](https://forms.gle/qNG8FkTN1yRZPNZY6) | ||
- [Events](https://forms.gle/M6ECp1e3pZoFGYnV8) | ||
|
||
## The Details | ||
|
||
Each of these works similarly: you fill out the form, and then in the background a GTN GitHub Action will create a pull request for you. | ||
The GTN maintainers will review the pull request, and when everything is in order and tests pass, merge it. Your contribution will be in the GTN without you needing to learn development tooling. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.