Measuring Software Energy Consumption

Group 0: Title of the Template blog
By Student1 first and last name, Student2, Student3
.
abstract Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco labo…
How to contribute
To add a new article, follow the instructions below:
- Fork the repo of the website on Github: https://github.com/luiscruz/course_sustainableSE/
- Create a new markdown file inside the directory
2026/p1_measuring_software- Use the file
gX_template.mdas a template - Use the following filename format:
g<group_number>_<1/2meaningful_keywords>.md - If you want to add images, add it to
2025/p1_measuring_software/img/g<group_number>_<1/2meaningful_keywords>/
- Use the file
- Commit, Push.
- Submit a pull request.
Before submitting the pull request, you should test whether your file is rendering properly in the website. The easiest way to check it is by running the docker container, as instructed in the Github Readme.
Your page should be listed here: http://localhost:4000/course_sustainableSE/2025/p1_measuring_software
If you don’t want to deal with jekyll, you can do it the slow and expensive way: 1) enable github pages in your fork repo 2) check your the deployed page. (I don’t recommend it, though)
Note: let me know if you run into any issue or if there’s any step you think should be explained here.