Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.12 KB

OET Website and Handbook Team Data

This repository is designed to contain all team data for the OET website and handbook. New team members can easily be added here.

Updating Instructions

  1. Add New Team Member:

    • Create a new object with your name, designation, and description.
    • Add this object to the relevant data file.
  2. Upload Image:

    • Upload an image of yourself to the /people directory.
    • Use the crop_image.py script located in the root directory to format your image for the website.
    • Use the newly cropped image in the link for your profile.

Example

Here is an example of how to add a new team member:

{
    "name": "Snoopy",
    "designation": "Visionary and Head of Wellbeing",
    "description": "A highly skilled engineer with expertise in various programming languages.",
    "image_link": "https://raw.githubusercontent.com/open-energy-transition/oet-data-bank/master/people/marthasnoopy_cropped.jpg",
    "mail_id": "",
    "website_link": "https://www.example.com/snoopy",
    "github_link": "",
    "twitter_link": "",
    "linkedin_link": "",
    "country": "Germany",
}