Organising scientific research papers and making them easily searchable in a publicly accessible dashboard to demonstrate far-reaching positive social impact.
Client | Hong Kong University of Science and Technology |
---|---|
UN SDGs | 13 Climate Action 17 Partnership For The Goals |
Impact | Hong Kong |
Technologies | PHP, MySQL, API |
The Hong Kong University of Science and Technology is a public research university in Clear Water Bay Peninsula, New Territories, Hong Kong. Founded in 1991 by the British Hong Kong Government, it was the territory’s third institution to be granted university status.
The University Grants Committee (HGC) of Hong Kong conducted their most recent Research Assessment Exercise (RAE) in 2020 to assess the performance of UGC-funded universities. They approached AndAnotherDay to build an impact case study database similar in design to that created for HEFCE in 2014.
The purpose of the application was to advertise the scale, breadth and range of impact resulting from UGC funded research, and was intended to serve users from the following main stakeholder groups:
The aim was to connect the user with a case study (or set of case studies) that is relevant to a particular topic or question and may be constrained by geography, academic discipline, or type of impact. Ultimately, the case study documents will need to be read by the user to ascertain the precise information required.
The main objective was to build an impact case study database to showcase the 342 public case studies collected during the Hong Kong Research Assessment Exercise (RAE) 2020.
The impact case study database needed to be a publicly accessible application and associated API that provides users with thigh-level functionality:
"code":200,
"status":"success",
"message":"Case studies fetched successfully",
"data":{
"body":[
{
"uid":"uoa14_cityu_impact_case_study_001",
"title":"3D Speckle Vision from Academic Research to the Real-World",
"order": 119,
"impact_china": 1,
"impact_global": 1,
"unit_of_assessment": {
"unit_of_assessment":"UoA 14 - Mechanical engineering, production engineering (incl. manufacturing & industrial engineering), textile technology and aerospace engineering",
"uoa": 14,
"panel_name":"Engineering",
"uoa_name":"Mechanical engineering, production engineering (incl. manufacturing & industrial engineering), textile technology and aerospace engineering"
},
"institution":"City University of Hong Kong",
"topic_primary":{
"label":"Imaging & Diagnostics",
}
},
{...}
],
"total": 342
}
The underlying data for the database consisted of the 342 case study documents as HTML files adhering to the same basic DOM structure. Accompanying each one was a metadata file with basic information including the title, submitting institution, and unit of assessment (UoA), and geographic metadata linking them to Geonames entities. Between one and five high-level topics and “Web of Science” journal categories assigned to each case study. A list of cited references in each case study and their associated bibliographic data (including journal, year of publication, document object identifier, external links).
The UGC RAE 2020 was delivered on time, on budget and was well received by the university.
Although we developed the database and application with commonly-used, open source tools and programming languages we had to compromise on some features due to the limitations and high security constraints by the university’s IT department. The greatest challenges were configuring the application to work on the their internally hosted server without permission to access it. We worked with the team in Hong Kong to overcome this, with regular meetings, despite the time differences.