*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 24a36d36 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Update wording according to feedback

parent 2d0c55c0
No related branches found
No related tags found
1 merge request!166📄 Footer: add 'About' page
......@@ -14,67 +14,64 @@
{%- block page_body %}
<section class="ui about container rel-mt-3">
<h1>{{ _("About") }}</h1>
<h2>{{ _("What is the service?") }}</h2>
{{ _("%(sitename)s (powered by %(package_version)s) is an institution-wide platform designed to help TU Wien researchers manage, share, and preserve their research output.", sitename=config.THEME_SITENAME, package_version=package_version) }}
{{ _("As the official institutional repository, it aligns with the %(sitename)s Management Policy, Open Science and FAIR (Findable, Accessible, Interoperable, Reusable) principles, and funders' mandates.", sitename=config.THEME_SITENAME) }}
<ul>
<li><strong>{{ _("Data Management") }}:</strong> {{ _("Upload, describe, and organise datasets with comprehensive metadata.") }}</li>
<li><strong>{{ _("Open Science & FAIR Compliance") }}:</strong> {{ _("Supports FAIR principles and funders' open data requirements.") }}</li>
<li><strong>{{ _("Persistent Identifiers") }}:</strong> {{ _("Automatically assigns DOIs to datasets, ensuring they are citable and easily discoverable.") }}</li>
<li><strong>{{ _("Access Control") }}:</strong> {{ _("Flexible access settings allow researchers to share data publicly, with selected collaborators, or keep it private.") }}</li>
<li><strong>{{ _("Scalability and Security") }}:</strong> {{ _("Built on a secure, high-performance infrastructure capable of handling diverse data types and volumes.") }}</li>
</ul>
<h1>{{ _("About %(sitename)s", sitename=config.THEME_SITENAME) }}</h1>
<p>
{{ _("%(sitename)s (powered by %(package_version)s) is an institution-wide platform designed to assist TU Wien researchers manage, share, and preserve their research output.", sitename=config.THEME_SITENAME, package_version=package_version) }}
{{ _("It is TU Wien's official institutional repository and it aligns with the %(sitename)s Management Policy, Open Science and FAIR (Findable, Accessible, Interoperable, Reusable) principles, as well as funders' mandates.", sitename=config.THEME_SITENAME) }}
</p>
<p>
{{ _("The %(sitename)s Repository empowers researchers to collaborate effectively, ensure transparency, and facilitate data reuse — contributing to the global Open Science movement and research reproducibility.", sitename=config.THEME_SITENAME) }}
{{ _("Key Features of the TU Wien Research Data Repository are:") }}
<ul>
<li><strong>{{ _("Data Management") }}:</strong> {{ _("Upload, describe, and organise datasets with comprehensive metadata.") }}</li>
<li><strong>{{ _("Open Science & FAIR Compliance") }}:</strong> {{ _("Supports FAIR principles and funders' Open Data requirements.") }}</li>
<li><strong>{{ _("Persistent Identifiers") }}:</strong> {{ _("Automatically assigns DOIs to datasets, ensuring they are citable and discoverable.") }}</li>
<li><strong>{{ _("Access Control") }}:</strong> {{ _("Flexible access settings allow researchers to share data publicly, with selected collaborators, or keep it private.") }}</li>
<li><strong>{{ _("Scalability and Security") }}:</strong> {{ _("Built on a secure, reliable, and performant infrastructure capable of handling diverse data types and volumes.") }}</li>
</ul>
</p>
<p>
{{ _("The %(sitename)s Repository empowers researchers to collaborate effectively, ensures transparency, and facilitates data reuse, contributing to the global Open Science movement and research reproducibility.", sitename=config.THEME_SITENAME) }}
{{ _("Integrated with modern tools and workflows, the repository offers a seamless experience from submission to retrieval.") }}
{{ _("It also supports institutional and legal requirements for data storage, long-term preservation, and sharing.") }}
{{ _("With its scalable design and adherence to best practices, the repository serves as TU Wien's central hub for research data, currently hosting %(record_count)s records", record_count=record_count()) }}.
{{ _("It satisfies institutional and legal requirements for data storage, long-term preservation, and sharing.") }}
{{ _("%(sitename)s is TU Wien's central hub for research data, currently hosting %(record_count)s records", sitename=config.THEME_SITENAME, record_count=record_count()) }}.
</p>
<h2>{{ _("Technical Details") }}</h2>
<h2>{{ _("Programmatic access") }}</h2>
<p>
{{ _("%(sitename)s is not only a hub for storing and managing research data — it is also a powerful, programmable platform.", sitename=config.THEME_SITENAME) }}
{{ _("Our extensive REST API is designed with flexibility in mind, enabling both developers and researchers to integrate repository functions into their own systems and workflows.") }}
{{ _("Through our API, you can perform a range of operations: from querying for dataset metadata and performing advanced searches to automating data ingestion and managing file attachments.") }}
{{ _("The standardized endpoints and consistent response structures help you quickly incorporate our repository's capabilities into your custom applications, dashboards, or data analysis pipelines.") }}
{{ _("Security and ease-of-use are at the forefront of our API design. For operations that alter data (such as creating or updating records), token-based authentication ensures secure interactions.") }}
{{ _("At the same time, many read-only endpoints, like retrieving metadata or executing search queries, are openly accessible, supporting a transparent and accessible research environment.") }}
{{ _("%(sitename)s is both a hub for storing research data and a powerful programmable platform.", sitename=config.THEME_SITENAME) }}
{{ _("Our extensive REST APIs allow researchers and developers to integrate repository functions into their own systems and workflows.") }}
{{ _("Our APIs range from querying metadata and running advanced searchers to automating data ingestion.") }}
{{ _("Standardized endpoints and consistent response structures help you quickly incorporate our repository's capabilities into your custom applications, dashboards, or data analysis pipelines.") }}
{{ _("Security and ease-of-use are at the forefront of our API design.") }}
{{ _("Data altering operations, like creating or updating records, can be done with token-based authentication.") }}
{{ _("Read-only operations, like retrieving metadata or executing search queries, are openly accessible, in line with the principles of transparent access to research data.") }}
</p>
<p>
{{ _("As you plan to create your automated reporting tool, build data feeds into a research platform, or really just about anything new with a service around our repository, this API grants you the freedom and support you need.") }}
{{ _("We constantly develop and enhance the API based on input from the community so that it may serve the changing needs of both modern research and data management.") }}
{% trans api_page_link = url_for("invenio_theme_tuw.tuw_about_api") %}
For step-by-step instructions, code examples, and advanced use cases, please refer to our dedicated <a href="{{ api_page_link }}">API Documentation</a> page.
{% endtrans %}
</p>
<h2>{{ _("The VRE Extension") }}</h2>
<h2>{{ _("Connecting to Virtual Research Environments (VREs)") }}</h2>
<p>
{{ _("We provide the VRE Repository Connector, a plugin that integrates the repository with Jupyter Notebooks.") }}
{{ _("With the help of this tool, researchers may access and work with their datasets immediately within Jupyter, facilitating ongoing data retrieval, analysis, and visualization without ever leaving their workspace.") }}
{{ _("To allow for direct access to data on our repository from a Jupyter Notebook we provide a VRE Repository Connector, which is a plugin integrating the repository with Jupyter Notebooks.") }}
</p>
<p>
<strong>{{ _("How It Works:") }}</strong> {{ _("Once the VRE extension is installed, you can easily authenticate using your repository access token.") }}
{{ _("From there, you can perform operations such as:") }}
{{ _("Once the VRE extension is installed and users authenticate with their repository access token, users can:") }}
<ul>
<li>{{ _("Search for datasets using advanced query parameters;") }}</li>
<li>{{ _("Retrieve detailed metadata to inform analyses;") }}</li>
<li>{{ _("Download files directly into notebook environments;") }}</li>
<li>{{ _("Upload new datasets or update existing records.") }}</li>
</ul>
</p>
<ul>
<li>{{ _("Searching for datasets using advanced query parameters.") }}</li>
<li>{{ _("Retrieving detailed metadata to inform your analysis.") }}</li>
<li>{{ _("Downloading files directly into your notebook environment.") }}</li>
<li>{{ _("Uploading new datasets or updating existing records with ease.") }}</li>
</ul>
<p>
<strong>{{ _("Learn More:") }}</strong>
{% trans vre_page_link = url_for("invenio_theme_tuw.tuw_about_vre") %}
For further details, usage instructions and real-world examples, please visit our dedicated <a href="{{ vre_page_link }}">VRE Repository Connector page</a>.
Visit our dedicated <a href="{{ vre_page_link }}">VRE Repository Connector page</a> for usage instructions and examples.
{% endtrans %}
</p>
<h2>{{ _("Support and Contact Information") }}</h2>
<h2>{{ _("Support and contact information") }}</h2>
<p>
{% trans contact_page_link = url_for("invenio_theme_tuw.tuw_contact") %}
If you have further questions, please refer to the <a href={{ contact_page_link }}>contact page</a>.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment