HDCASweden / HDCA_website

This repository contains scripts for automation of tasks in the HDCA's website
MIT License
0 stars 0 forks source link

Publication listing #14

Closed HenrikeW closed 2 years ago

HenrikeW commented 2 years ago

This PR creates a simple table showing publications. It uses the DataTables library that is also used for the metadata listing. Using the doi as a hyperlink inside the table's last column should lead you to the right page.

Limitations: This PR still uses a mock-file as data source that needs to be replaced with a URL to a csv file containing real publications. The table itself still needs some styling.

Closes #3