| author | Your name as you'd like it to be shown on the website | ||||
|---|---|---|---|---|---|
| date | 2025-05-20 | ||||
| draft | true | ||||
| category |
|
||||
| cover |
|
||||
| tag |
|
||||
| title | Title of Your Blogpost | ||||
| url | /YYYY/MM/DD/YYYY-MM-DD-your-name-blog-title/ |
Welcome to the OBF Blog Submission Template!
📌 PLEASE READ CAREFULLY: Do NOT edit this template file directly. Instead, follow the steps below to submit your blog post.
Before starting a PR here, please share your blog post draft (eg as a Google Doc) with the OBF Board for comments. Once the Board has reviewed and approved it, please make a PR as described here.
If you don’t have a GitHub account, create one at https://github.com/signup
Go to the OBF website repository: https://github.com/OBF/OBF.github.io
Click the "Fork" button (top right) to create a copy under your GitHub account.
In your forked repository:
-
Navigate to
content/posts/ -
Click "Add file" → "Create new file"
-
Name your file based on the date using the format:
YYYY-MM-DD-your-name-blog-title.mdExample:2025-04-29-your-name-nfcore-nextflow-hackathon.md -
View template raw, and Copy and paste all the contents of this template into the new file.
-
Replace the placeholder text (date, title, author, content, image name, etc.) with your actual blog content.
-
Remove the
draft: trueline (we don't want the template published, we do want your post published).
- Resize your images if needed to at most 1024 pixels high/wide (to keep the download size reasonable so the page loads quicky).
- Navigate to the folder:
static/img/YYYY/for the current year - Click "Add file" → "Upload files"
- Upload your image(s) here using the format YYYY-MM-DD-image-name.jpg
To insert images in your blog post, use the following format (without the static prefix):
Once your edits are complete:
- Go to your fork’s main page on GitHub
- Click "Contribute" → "Open pull request"
- Make sure it targets the
mainbranch of https://github.com/OBF/OBF.github.io - Use the title:
New blog post: [your title] by [your name] - Click "Create pull request"
We will review your post, help with final edits, and publish it for you.
Delete the instructions above once you are ready to submit your blog post. Feel free to structure your content as you like, but here are some suggestions to get you started.
The Open Bioinformatics Foundation (OBF) Event Fellowship program aims to promote diverse participation at events promoting open-source bioinformatics software development and open science practices in the biological research community. [FULL NAME], a [YOUR POSITION, e.g., MSc/PhD researcher] at [YOUR INSTITUTION], was awarded an OBF Event Fellowship to attend the [EVENT NAME](EVENT URL).
Write an engaging intro! What was the event? Where did you go? Why was it exciting?
What motivated you to apply or attend? How does this relate to your work or goals?
Describe the sessions, people, activities, or discoveries that stood out, emphasising how they relate to open science in bioinformatics.
- You can use bullet points
- Or numbered lists
- Or paragraphs with images and links
(Keep this section brief! You're not writing a grant proposal!)
Upload your images to static/img/YYYY/ for the current year.
Then use the following without the static prefix:
Due to a quirk in the way our web templating system is set up, you need to include an image in the opening paragraph in order to have it show up on the Posts page. You can put a good image (ideally, one that shows you at the conference, and is more wide than tall) at the end of the canned text about the OBF Event Fellowship, on the next line but with no blank line in between. See, for example, https://github.com/OBF/OBF.github.io/blob/main/content/posts/2025-08-25-Tayyaba-Alvi-ISMB2025.md.
[Link text](https://example.com)Example: OBF Event Fellowship
There's probably no need to add code blocks to a blog post, but if you do, use fenced blocks:
```bash nextflow run awesome-workflow.nf ```
You can embed a video with a simple link or screenshot and description.
Example:
What did you learn? Who did you connect with? How will you promote open science in Bioinformatics?
Thank your funders, mentors, collaborators, or community members.
Ready to Submit? Follow the pull request steps above under “ How to Submit Your Blog Post”