Overview of the data and preprocessing steps
The Sustainability Office of the University of Basel supplied data from two different databases containing information of the University’s electronic research output (publications and projects).
The publications dataset had to be processed to generate abstracts that could be searched using search queries in English:
Publications
Publications & Projects
The data is shared via this Github repository.
Publications
Variable | Description |
---|---|
type |
Type of publication. |
year |
Year of publication. |
authors |
Author list of publication. |
title |
Title of publication. |
abstract |
Abstract of publication. |
outlet |
Name of journal, book, or proceedings publication. |
peer_reviewed |
Has publication been subjected to peer review. |
organisation |
Original list of Unibas organizations involved in publication. |
unibas_authors |
Publication authors at University of Basel. |
unibas_publcation |
Publication offically affiliated with University of Basel. (?) |
doi |
Digital object identfier |
Org-* |
Logical vectors indicating Unibas faculty-level organizations involved in publication. |
SDG-* |
Logical vectors indicating whether publication addresses the 17 sustainable development goals. |
Projects
Variable | Description |
---|---|
lead |
Name of project lead researcher. |
co_lead |
Names of project co-lead researchers. |
organisation |
Original list of Unibas organizations involved in project |
title |
Title of project. |
year |
Year of project start. |
abstract |
Abstract of project. |
keywords |
Keywords of project. |
type |
Type of project: self- or externally financed. |
status |
Active or Completed |
id |
Internal idenifier number |
Org-* |
Logical vectors indicating Unibas faculty-level organizations involved in project. |
SDG-* |
Logical vectors indicating whether publication addresses the 17 sustainable development goals. |