cepdnaclk / people.ce.pdn.ac.lk

Student and staff profile website of the Department of Computer Engineering, University of Peradeniya https://people.ce.pdn.ac.lk/
https://people.ce.pdn.ac.lk/
7 stars 138 forks source link

Link the Publication information with PG student profiles #352

Closed NuwanJ closed 1 year ago

NuwanJ commented 1 year ago

We need to get this done before the IESL visit of the department in the coming week.

ishanfdo18098 commented 1 year ago

Used _data/postgraduate_publications.json as the data source

image

"PG/MPhil/22/09": {
    "eNumber": "PG/MPhil/22/09",
    "batch": "MPhil",
    "department": "",
    "current_affiliation": "",
    "honorific": "",
    "full_name": "",
    "name_with_initials": "G. Romiyal",
    "preferred_short_name": "",
    "preferred_long_name": "",
    "degree": "MPhil",
    "mode_of_study": "Full Time",
    "emails": {
      "personal": "romiyal07@gmail.com",
      "faculty": ""
    },
    "location": "",
    "interests": [],
    "profile_image": "https://people.ce.pdn.ac.lk/images/students/postgraduate/GRomiyal.jpg",
    "urls": {
      "cv": "",
      "website": "",
      "linkedin": "",
      "github": "",
      "facebook": "",
      "researchgate": "",
      "twitter": ""
    }
  }

any changes ? @NuwanJ

NuwanJ commented 1 year ago

@ishanfdo18098 can't we use the email as the id / key of the dictionary? Not every PG student have reg number, and we are currently tagging their publications with the email address.

ishanfdo18098 commented 1 year ago

Done

NuwanJ commented 1 year ago

Can you remove the mock publication data and merge the PR ?