Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 960 Bytes

File metadata and controls

32 lines (21 loc) · 960 Bytes

Software CaRD

Software CaRD: A curation and reporting dashboard for compliant FAIR software publications.

This repository hosts GitLab pages at: https://software-metadata.pub/software-card/

These pages contain:

  • an app that represents a future "Software CaRD dashboard" which runs in your browser
  • an example validation report that can be loaded by the app
  • an example curation view
  • an example reporting view

You can navigate to the CI pipelines and within any pages job click the URL below "Generating dashboard URL ...". This will load the associated pipeline into your Software CaRD dashboard.

Host the Pages Locally

To run the code, serve the public directory with a web server and navigate to http://127.0.0.1:8000.

With Python:

python -m http.server -d public -b 127.0.0.1 8000

With PHP:

php -S 127.0.0.1:8000 -t public