Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Update the People Page #32

Closed
allgandalf opened this issue Dec 28, 2023 · 8 comments · Fixed by #35
Closed

Update the People Page #32

allgandalf opened this issue Dec 28, 2023 · 8 comments · Fixed by #35
Labels
good first issue Good for newcomers

Comments

@allgandalf
Copy link
Collaborator

Comments from @mdietze were:

David LeBauer, Hamze Dokoohaki, and Chris Black are now at Indigo Ag. Shawn Serbin is in the process of relocating to NASA Goddard, Betsy is at the James Hutton Institute in the UK, Tony Gardella can be dropped.

Add Dongchen Zhang, who's a PhD student in my lab https://people.bu.edu/dietze/people.html

Add Qianyu Li at Brookhaven National Lab https://www.bnl.gov/staff/qli1

Also, I wonder if we could create a section on project alumni. Probably just names not pictures. There we could add a number of people who came and went since that page was last updated (grad students, postdocs, GSOC students, etc)

And/or we could link to the github project contribitors page https://github.com/PecanProject/pecan/graphs/contributors

People Page: https://pecanproject.github.io/web/people

Anyone interested in contributing can open up a PR for the same issue

@allgandalf allgandalf added the good first issue Good for newcomers label Dec 28, 2023
@ManasMadan
Copy link

@RohanSasne can this be assigned to me !

@Demigod345
Copy link

#33
@RohanSasne the issue has been solved in this PR. Kindly review

@Sweetdevil144
Copy link
Contributor

Here's how we can modify the contributors.js to include the changes :

const contributors = [
  // Existing contributors (with updated details of mentioned ones)

  // New contributors
  {
    name: "Dongchen Zhang",
    email: "[email protected]", 
    role: "PhD Student",
    profession: "PhD Student in Dr. Michael Dietze's Lab, Boston University",
    img: "image_link_here", 
  },
  {
    name: "Qianyu Li",
    email: "[email protected]", 
    role: "Research Scientist",
    profession: "Brookhaven National Lab",
    img: "image_link_here", 
  },

  // ... EOL
];

export default contributors;

I will open a PR for the same.

@Sweetdevil144
Copy link
Contributor

Great suggestion on adding an Alumni section! Here’s a brief outline of how we could implement it, or Rather how I would implement it. However, it may change based on requirements required OR as suggested by :

  • Alumni Section: We'll add a new segment to the People page titled "Alumni". It will list the names of former team members, possibly with their last roles/positions.

  • Design and Layout: The section will have a simple design to differentiate it from current members but maintain the page's overall aesthetic. The list will be in text format without photos to keep it concise.

  • Acknowledgment: A short introductory note will thank the alumni for their contributions to the project.

  • Additional Link: We'll also include a link to the GitHub contributors page for a more detailed view of all project contributions.

I'll draft this and share it for feedback before finalizing the PR.

@princyym
Copy link

I have made a pull request regarding adding 2 people at people page. I want to make sure that do you need another section for the contributors i.e. new page and I am interested in contributing can open up a PR for the same issue

@princyym
Copy link

We can improve the UI of the people page by using card animation using Figma. I can help you with this.

@Sweetdevil144
Copy link
Contributor

Thanks for the suggestions @princyym . I guess you can open another PR after this to improve the UI but that is totally the decision of maintainers.

@princyym
Copy link

princyym commented Jan 20, 2024 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants