New Feature: Easy Abbreviation

new feature

Posted on: 25 May 2021 purlPURL: https://gxy.io/GTN:N00013

Thanks to the great tutorial developed by first time contributor Erik Schill avatar Erik Schill and edited by Simon Bray avatar Simon Bray , we noticed that they defined a number of abbreviations and re-used those throughout their tutorial.

As the GTN is intended to be easy for contributors and easy for learners, we wanted to make use of the <abbr> tag which allows you to define commonly re-used terms in your HTML. However this is a bit clumsy to write every time, so we’ve implemented a tag and some metadata which permits easily defining and referencing abbreviations throughout your text.

In your tutorial metadata you can add an abbreviations section like:

---
title: My awesome tutorial
...
abbreviations:
  API: Application Programming Interface
  JSON: JavaScript Object Notation
---

And in your text you can use braces to refer to the term

Markdown

The `/jobs` {API} will return {JSON}. When we call the {API} we'll get back this result {JSON}.

The /jobs Application Programming Interface (API) will return JavaScript Object Notation (JSON). When we call the API we’ll get back this result JSON.

These will even generate an automatic Glossary at the end. Check out the use of this new feature in the BioBlend Dev Tutorial!

View Material

Recent News

See all news

Galaxy Administrator Time Burden and Technology Usage

22 July 2024   deploying maintenance survey

Have you wondered how difficult Galaxy is to run? How much time people must spend to run Galaxy? In February 2024, we collected 9 responses from the Galaxy Small Scale Admin group. The questions cover various time burdens and technological choices. The report provides answers to prospective future admins’ most common questions.

Simplifying GTN contribution with Google Forms

17 July 2024   gtn infrastructure new feature automation

Since the last time we announced GTN news posting via Google Form, 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.

Registration Open for BioNT Community Event & CarpentryConnect Heidelberg

11 July 2024  

Are you interested in training and want to connect with other enthusiastic trainers? Then join the BioNT Community Event & CarpentryConnect - Heidelberg 2024. The Carpentries and other learning communities will meet to network and collaborate during this 3-day event. The GTN will be present with a Poster, Lightning Talks and a Mini-hackathon.

So many new features! GTN 2023-2024 Updates

9 July 2024   gcc gtn infrastructure

We recently presented the GTN at the 2024 Galaxy Community Conference. This presentation was a summary of the updates and new features that were added to the GTN in the past year.