diff --git a/meta_creator/templates/meta_creator/error.html b/meta_creator/templates/meta_creator/error.html index 35de543..3b2c3fa 100644 --- a/meta_creator/templates/meta_creator/error.html +++ b/meta_creator/templates/meta_creator/error.html @@ -5,7 +5,7 @@ {% load static %} {% block content %} -
+

Something went wrong.

We're sorry, but there was an error while processing your request.

{{ error_message }}

diff --git a/meta_creator/templates/meta_creator/index.html b/meta_creator/templates/meta_creator/index.html index f6a6c06..6d1587e 100644 --- a/meta_creator/templates/meta_creator/index.html +++ b/meta_creator/templates/meta_creator/index.html @@ -1,67 +1,104 @@ -{% extends 'base.html' %} - -{% load static %} - -{% block content %} +{% extends 'base.html' %} {% load static %} {% block content %} -
-

- - SMECS - -

-

Software Metadata Extraction and Curation Software

- -
- {% csrf_token %} -
- Project URL - - The GitHub or GitLab repository URL - - -
- - - {% if error_message_url %} - {{ error_message_url }} - {% endif %} -
-
- Token Key - - To extract metadata from GitLab repositories, a token is required. - This token is not needed for GitHub, - however, using one resolves rate limitations and allows for additional metadata extraction. -
- How to Generate a Token? -
- GitHub: Visit Managing your personal access tokens -
- GitLab: Visit Create a personal access token -
- -
+
+
+
+

+ + SMECS + +

+
+
+

+ Software Metadata Extraction and Curation + Software +

- - {% if error_message_token %} - {{ error_message_token }} - {% endif %} - - +
+
+ {% csrf_token %} +
+ Project URL + + The GitHub or GitLab repository URL + + +
+ + {% if error_message_url %} + {{ error_message_url }} + {% endif %} +
+
+ Token Key + + To extract metadata from GitHub repositories token is not needed, + however, using one resolves rate limitations and allows for + additional metadata extraction. +
+ How to Generate a Token? +
+ GitHub: Visit + Managing your personal access tokens +
+ GitLab: Visit + Create a personal access token +
+ +
+
+ + {% if error_message_token %} + {{ error_message_token }} + {% endif %} +
+ +
+
+
+
-

Extracting...

+

Extracting...

- {% endblock content %} diff --git a/meta_creator/templates/meta_creator/information.html b/meta_creator/templates/meta_creator/information.html index d332600..6e0a99c 100644 --- a/meta_creator/templates/meta_creator/information.html +++ b/meta_creator/templates/meta_creator/information.html @@ -1,21 +1,42 @@ -{% extends 'base.html' %} +{% extends 'base.html' %} {% load static %} {% block content %} -{% load static %} - -{% block content %} - - -
-
-

What is SMECS ?

+
+
+
+

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 +

+
+
+
+ +
-
-

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

-

SMECS facilitates the extraction of research software metadata from GitHub and GitLab repositories. It provides a user-friendly graphical interface for visualizing the retrieved metadata, enabling researchers and research software engineers to create high-quality metadata without reentering information already available elsewhere. The curated metadata is exported as CodeMeta-compliant JSON, ensuring integration with other tools and enhancing the discoverability, reuse, and impact of research software. -

-

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

-
- -
-{% endblock content %} + {% endblock content %} +
diff --git a/meta_creator/templates/meta_creator/legals.html b/meta_creator/templates/meta_creator/legals.html index b6d4b82..a1931ca 100644 --- a/meta_creator/templates/meta_creator/legals.html +++ b/meta_creator/templates/meta_creator/legals.html @@ -5,50 +5,59 @@ {% block content %} -
-
-

Legals/Impressum

+
+
+
+

Legals/Impressum

+
-
-

Address:

-
- OFFIS e. V.
- Escherweg 2
- 26121 Oldenburg
- Germany
- Telefon: +49 441 9722-0
- Fax: +49 441 9722-102
- E-Mail: institut@offis.de
- Internet: www.offis.de -
- -

Board Members

-

- Prof. Dr. Sebastian Lehnhoff (Chairman)
- Prof. Dr. techn. Susanne Boll-Westermann
- Prof. Dr.-Ing. Andreas Hein
- Prof. Dr.-Ing. Astrid Nieße -

- -

Register Court

-

- Amtsgericht Oldenburg
- Registernummer VR 1956 -

- -

VAT Identification Number

-

- DE 811582102 -

- -

Responsible in the sense of press law

-
- Dr. Jürgen Meister
- OFFIS e.V.
- Escherweg 2
- 26121 Oldenburg -
+
+
+

Address:

+
+ OFFIS e. V.
+ Escherweg 2
+ 26121 Oldenburg
+ Germany
+ Telefon: +49 441 9722-0
+ Fax: +49 441 9722-102
+ E-Mail: institut@offis.de
+ Internet: www.offis.de +
+
+
+

Board Members

+

+ Prof. Dr. Sebastian Lehnhoff (Chairman)
+ Prof. Dr. techn. Susanne Boll-Westermann
+ Prof. Dr.-Ing. Andreas Hein
+ Prof. Dr.-Ing. Astrid Nieße +

+
+
+

Register Court

+

+ Amtsgericht Oldenburg
+ Registernummer VR 1956 +

+
+
+

VAT Identification Number

+

+ DE 811582102 +

+
+
+ +

Responsible in the sense of press law

+
+ Dr. Jürgen Meister
+ OFFIS e.V.
+ Escherweg 2
+ 26121 Oldenburg +
+
-
+
{% endblock content %} diff --git a/meta_creator/templates/meta_creator/showdata.html b/meta_creator/templates/meta_creator/showdata.html index cf1f36c..dfa285e 100644 --- a/meta_creator/templates/meta_creator/showdata.html +++ b/meta_creator/templates/meta_creator/showdata.html @@ -3,82 +3,112 @@ {% load custom_filters %} {% block content %} - +
- - -
- -
+
+