Research student portfolio tutorial

Would you like to have an online portfolio to share your work in research 🤔, but you do not have much time and are not proficient in web development 😕 ? Welcome to this research student portfolio tutorial 😮 !

Objective of this tutorial

  • This tutorial aims to give the right tools to any research student who wants to publish and maintain their portfolio in a quick and efficient way.
  • It requires no prior programming experience.
  • You can find all the material and code of this tutorial on this GitHub repository.

Structure and material

This tutorial is divided in three main chapters :

Chapter Summary
1. Setting up our workflow In this chapter, we will learn what Git and GitHub are, and how to use them. This will help us set up the workflow used in the rest of the tutorial.
2. Creating our content with Quarto In this chapter, we will learn to create and modify web content with Quarto. This will help us create the content of our portfolio.
3. Publish our website with GitHub Pages In this chapter, we will learn how to publish our website, i.e. make it accessible to everyone on the Internet.

Further resources

At the end of each chapter, you will find some useful complementary resources. Here are the main ones :

Back to top