Writing a blog about your OSRE 2025 project
Since OSRE 2023 we ask student contributors to blog!
OSRE participants are required to blog three times during their summer program. The first blog is a chance to introduce yourself and your project. The second blog occurs around the mid-point of the project and a final blog post is expected as part of you final project delverable. The organization administrator will send emails with specific dates. Instructions for the blog are indicated below. All blogs should include links to proposals, presentations, links to any deliverables/products as well as an overview of the student’s experience. Check out the student pages from previous years to get an idea of content / size.
We will also ask students and contributors to provide regular status updates which will help track your activities. The organization administrator will provide more details once the program work begins.
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- 2025 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/osre25/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. Email OSRE Admins with questions.
Example frontmatter and text body
---
title: "YOUR TITLE"
subtitle: "YOUR SUBTITLE (OPTIONAL)"
summary:
authors:
- USERNAME1
- USERNAME2
tags: ["osre25"]
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/osre25/ORGANIZATION/PROJECTNAME) my [proposal](https://...) under the mentorship of MENTOR aims to ...