Writing a blog about your OSRE 2023 project
Starting with OSRE 2023 we ask student contributors to blog!
Starting in 2023 the Organization Admins will be asking students and contributors to provide regular status updates which will help us better highlight the work you are doing and track activities within our OSRE projects. These progress reports will also form the basis of blog reports prepared by students in the course of their summer. Blog reports should include links to proposals, presentations, reports, and an overview of the student’s experience.
Your experience is invaluable for future OSRE candidates and for improving the program every year.
Size and content
Keep it short and crisp. Include a short description of your project, a link to your project proposal, and, later in the program, links to the GSoC reports you provided.
Making a pull request for your blog
Fork the git repository
If you haven’t already done so, add your profile using these instructions
- IMPORTANT: Under
user_groups:
add- 2023 Contributors
(as opposed to any of the two mentor groups) - The short bio and any other information goes below the frontmatter
- IMPORTANT: Under
Post your blog
- Add
/content/report/osre23/ORGANIZATION/PROJECTNAME/DATE-USERNAME/index.md
- Add a frontmatter to
index.md
, using the labels below - Blog text goes below the frontmatter
- In that same directory include a picture and call it
featured.png
(also supports.jpg
,.jpeg
)
- Add
Commit to your fork and make a pull request and email OSRE Admins (currently: Stephanie Lieggi, Carlos Maltzahn).
Example frontmatter and text body
---
title: "YOUR TITLE"
subtitle: "YOUR SUBTITLE (OPTIONAL)"
summary:
authors:
- USERNAME1
- USERNAME2
tags: ["osre23"]
categories: []
date: YYYY-MM-DD
lastmod: YYYY-MM-DD
featured: false
draft: false
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
image:
caption: ""
focal_point: ""
preview_only: false
---
As part of the [PROJECTNAME](/project/osre23/ORGANIZATION/PROJECTNAME) my [proposal](https://...) under the mentorship of MENTOR aims to ...