From 773928b5672980a95b5a5a6e4278ff4d4f927017 Mon Sep 17 00:00:00 2001 From: Aida Jafarbigloo Date: Tue, 17 Sep 2024 18:21:02 +0200 Subject: [PATCH] Create information page Create information.html to link to navigation bar to "About SMECS". --- .../templates/meta_creator/information.html | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta_creator/templates/meta_creator/information.html diff --git a/meta_creator/templates/meta_creator/information.html b/meta_creator/templates/meta_creator/information.html new file mode 100644 index 0000000..c9186ca --- /dev/null +++ b/meta_creator/templates/meta_creator/information.html @@ -0,0 +1,21 @@ +{% extends 'base.html' %} + +{% load static %} + +{% block content %} + + +
+
+

What is SMECS ?

+
+
+

Software Metadata Extraction and Curation Software or SMECS is a web application to extract and curate software metadata following the CodeMeta software metadata standard.

+

SMECS facilitates the extraction of software metadata from repositories on GitHub/GitLab. It offers a user-friendly graphical user interface for visualizing the retrieved metadata. This empowers Research Software Engineers (RSE) to curate the extracted metadata according to their requirements. Ultimately, SMECS delivers the curated metadata in JSON format, enhancing usability and accessibility. +

+

To get more information about this tool and to access the source code please visit SMECS GitHub

+
+ +
+ +{% endblock content %}