Renames for new fork

This commit is contained in:
2025-04-25 12:30:14 +01:00
parent 8866b87459
commit 88a3aff0c2
110 changed files with 2268 additions and 2210 deletions

View File

@@ -2,7 +2,7 @@
# #
# Copyright (C) 2020-2021 Graz University of Technology. # Copyright (C) 2020-2021 Graz University of Technology.
# #
# invenio-theme-tugraz is free software; you can redistribute it and/or # invenio-theme-iform is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more # modify it under the terms of the MIT License; see LICENSE file for more
# details. # details.

View File

@@ -5,5 +5,5 @@ on:
jobs: jobs:
build-n-publish: build-n-publish:
uses: tu-graz-library/.github/.github/workflows/pypi-publish.yml@main uses: Cian-H/.github/.github/workflows/pypi-publish.yml@main
secrets: inherit secrets: inherit

View File

@@ -2,7 +2,7 @@
# #
# Copyright (C) 2020-2024 Graz University of Technology. # Copyright (C) 2020-2024 Graz University of Technology.
# #
# invenio-theme-tugraz is free software; you can redistribute it and/or # invenio-theme-iform is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more # modify it under the terms of the MIT License; see LICENSE file for more
# details. # details.

View File

@@ -2,7 +2,7 @@
# #
# Copyright (C) 2020-2021 Graz University of Technology. # Copyright (C) 2020-2021 Graz University of Technology.
# #
# invenio-theme-tugraz is free software; you can redistribute it and/or # invenio-theme-iform is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more # modify it under the terms of the MIT License; see LICENSE file for more
# details. # details.
# #
@@ -14,8 +14,8 @@
[main] [main]
host = https://www.transifex.com host = https://www.transifex.com
[invenio.invenio-theme-tugraz-messages] [invenio.invenio-theme-iform-messages]
file_filter = invenio_theme_tugraz/translations/<lang>/LC_MESSAGES/messages.po file_filter = invenio_theme_iform/translations/<lang>/LC_MESSAGES/messages.po
source_file = invenio_theme_tugraz/translations/messages.pot source_file = invenio_theme_iform/translations/messages.pot
source_lang = en source_lang = en
type = PO type = PO

View File

@@ -1,13 +1,15 @@
.. ..
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
Authors Authors
======= =======
invenio module for TUGRAZ theme. Invenio module for iform theme.
- mojib wali <mojib.wali@tugraz.at> - cian hughes <cian.hughes@dcu.ie>
Forked from https://github.com/tu-graz-library/invenio-theme-tugraz

View File

@@ -1,7 +1,7 @@
.. ..
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.

View File

@@ -10,7 +10,7 @@ Types of Contributions
Report Bugs Report Bugs
~~~~~~~~~~~ ~~~~~~~~~~~
Report bugs at https://github.com/tu-graz-library/invenio-theme-tugraz/issues. Report bugs at https://github.com/Cian-H/invenio-theme-iform/issues.
If you are reporting a bug, please include: If you are reporting a bug, please include:
@@ -33,15 +33,15 @@ is open to whoever wants to implement it.
Write Documentation Write Documentation
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
invenio-theme-tugraz could always use more documentation, whether as part of the invenio-theme-iform could always use more documentation, whether as part of the
official invenio-theme-tugraz docs, in docstrings, or even on the web in blog posts, official invenio-theme-iform docs, in docstrings, or even on the web in blog posts,
articles, and such. articles, and such.
Submit Feedback Submit Feedback
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
The best way to send feedback is to file an issue at The best way to send feedback is to file an issue at
https://github.com/tu-graz-library/invenio-theme-tugraz/issues. https://github.com/Cian-H/invenio-theme-iform/issues.
If you are proposing a feature: If you are proposing a feature:
@@ -53,14 +53,14 @@ If you are proposing a feature:
Get Started! Get Started!
------------ ------------
Ready to contribute? Here's how to set up `invenio-theme-tugraz` for local development. Ready to contribute? Here's how to set up `invenio-theme-iform` for local development.
1. Fork the `https://github.com/tu-graz-library/invenio-theme-tugraz.git` repo on GitHub. 1. Fork the `https://github.com/Cian-H/invenio-theme-iform.git` repo on GitHub.
2. Clone your fork locally: 2. Clone your fork locally:
.. code-block:: console .. code-block:: console
$ git clone git@github.com:your_name_here/invenio-theme-tugraz.git $ git clone git@github.com:your_name_here/invenio-theme-iform.git
3. Install your local copy into a virtualenv. Assuming you have 3. Install your local copy into a virtualenv. Assuming you have
virtualenvwrapper installed, this is how you set up your fork for local virtualenvwrapper installed, this is how you set up your fork for local
@@ -68,8 +68,8 @@ Ready to contribute? Here's how to set up `invenio-theme-tugraz` for local devel
.. code-block:: console .. code-block:: console
$ mkvirtualenv invenio-theme-tugraz $ mkvirtualenv invenio-theme-iform
$ cd invenio-theme-tugraz/ $ cd invenio-theme-iform/
$ pip install -e .[all] $ pip install -e .[all]
4. Create a branch for local development: 4. Create a branch for local development:
@@ -114,5 +114,5 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put 2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring. your new functionality into a function with a docstring.
3. The pull request should work for Python 2.7, 3.5 and 3.6. Check 3. The pull request should work for Python 2.7, 3.5 and 3.6. Check
https://github.com/tu-graz-library/invenio-theme-tugraz/actions?query=event%3Apull_request https://github.com/Cian-H/invenio-theme-iform/actions?query=event%3Apull_request
and make sure that the tests pass for all supported Python versions. and make sure that the tests pass for all supported Python versions.

View File

@@ -1,8 +1,8 @@
Installation Installation
============ ============
invenio-theme-tugraz is on PyPI so all you need is: invenio-theme-iform is on PyPI so all you need is:
.. code-block:: console .. code-block:: console
$ pip install invenio-theme-tugraz $ pip install invenio-theme-iform

View File

@@ -1,6 +1,7 @@
MIT License MIT License
Copyright (C) 2020 Graz University of Technology. Copyright (C) 2020 Graz University of Technology.
Copyright (C) 2025 I-Form Advanced Research Manufacturing Research Centre.
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in

View File

@@ -2,7 +2,7 @@
# #
# Copyright (C) 2020-2021 Graz University of Technology. # Copyright (C) 2020-2021 Graz University of Technology.
# #
# invenio-theme-tugraz is free software; you can redistribute it and/or # invenio-theme-iform is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more # modify it under the terms of the MIT License; see LICENSE file for more
# details. # details.
@@ -10,7 +10,7 @@ include .dockerignore
include .editorconfig include .editorconfig
include .tx/config include .tx/config
prune docs/_build prune docs/_build
recursive-include invenio_theme_tugraz/translations *.po *.pot *.mo recursive-include invenio_theme_iform/translations *.po *.pot *.mo
# added by check_manifest.py # added by check_manifest.py
include *.md include *.md
@@ -26,19 +26,19 @@ recursive-include docs *.py
recursive-include docs *.rst recursive-include docs *.rst
recursive-include docs *.txt recursive-include docs *.txt
recursive-include docs Makefile recursive-include docs Makefile
recursive-include invenio_theme_tugraz *.html recursive-include invenio_theme_iform *.html
recursive-include invenio_theme_tugraz *.js recursive-include invenio_theme_iform *.js
recursive-include invenio_theme_tugraz *.png recursive-include invenio_theme_iform *.png
recursive-include invenio_theme_tugraz *.scss recursive-include invenio_theme_iform *.scss
recursive-include invenio_theme_tugraz *.svg recursive-include invenio_theme_iform *.svg
recursive-include invenio_theme_tugraz *.less recursive-include invenio_theme_iform *.less
recursive-include invenio_theme_tugraz *.ico recursive-include invenio_theme_iform *.ico
recursive-include invenio_theme_tugraz *.pdf recursive-include invenio_theme_iform *.pdf
recursive-include invenio_theme_tugraz *.ttf recursive-include invenio_theme_iform *.ttf
recursive-include invenio_theme_tugraz *.txt recursive-include invenio_theme_iform *.txt
recursive-include tests *.py recursive-include tests *.py
recursive-include invenio_theme_tugraz *.jpg recursive-include invenio_theme_iform *.jpg
recursive-include invenio_theme_tugraz *.gitkeep recursive-include invenio_theme_iform *.gitkeep
recursive-include .github/workflows *.yml recursive-include .github/workflows *.yml
include .git-blame-ignore-revs include .git-blame-ignore-revs

View File

@@ -1,45 +1,45 @@
.. ..
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
====================== ======================
invenio-theme-tugraz invenio-theme-iform
====================== ======================
.. image:: https://github.com/tu-graz-library/invenio-theme-tugraz/workflows/CI/badge.svg .. image:: https://github.com/Cian-H/invenio-theme-iform/workflows/CI/badge.svg
:target: https://github.com/tu-graz-library/invenio-theme-tugraz/actions :target: https://github.com/Cian-H/invenio-theme-iform/actions
.. image:: https://img.shields.io/pypi/dm/invenio-theme-tugraz.svg .. image:: https://img.shields.io/pypi/dm/invenio-theme-iform.svg
:target: https://pypi.python.org/pypi/invenio-theme-tugraz :target: https://pypi.python.org/pypi/invenio-theme-iform
.. image:: https://img.shields.io/github/tag/tu-graz-library/invenio-theme-tugraz.svg .. image:: https://img.shields.io/github/tag/tu-graz-library/invenio-theme-iform.svg
:target: https://github.com/tu-graz-library/invenio-theme-tugraz/releases :target: https://github.com/Cian-H/invenio-theme-iform/releases
.. image:: https://img.shields.io/github/license/tu-graz-library/invenio-theme-tugraz.svg .. image:: https://img.shields.io/github/license/tu-graz-library/invenio-theme-iform.svg
:target: https://github.com/tu-graz-library/invenio-theme-tugraz/blob/master/LICENSE :target: https://github.com/Cian-H/invenio-theme-iform/blob/master/LICENSE
.. image:: https://readthedocs.org/projects/invenio-theme-tugraz/badge/?version=latest .. image:: https://readthedocs.org/projects/invenio-theme-iform/badge/?version=latest
:target: https://invenio-theme-tugraz.readthedocs.io/en/latest/?badge=latest :target: https://invenio-theme-iform.readthedocs.io/en/latest/?badge=latest
.. image:: https://img.shields.io/coveralls/mb-wali/invenio-theme-tugraz.svg .. image:: https://img.shields.io/coveralls/mb-wali/invenio-theme-iform.svg
:target: https://coveralls.io/r/mb-wali/invenio-theme-tugraz :target: https://coveralls.io/r/mb-wali/invenio-theme-iform
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black :target: https://github.com/psf/black
TU Graz standard theme. I-Form standard theme.
Features: Features:
* TU Graz custom header template. * I-Form custom header template.
* TU Graz custom footer template. * I-Form custom footer template.
* TU Graz custom login/signup templates. * I-Form custom login/signup templates.
* TU Graz custom frontpage template. * I-Form custom frontpage template.
* TU Graz custom contact template. * I-Form custom contact template.
* TU Graz overriden theme. * I-Form overriden theme.
Further documentation is available on Further documentation is available on
https://invenio-theme-tugraz.readthedocs.io/ https://invenio-theme-iform.readthedocs.io/

View File

@@ -2,7 +2,7 @@
# #
# Copyright (C) 2020-2021 Graz University of Technology. # Copyright (C) 2020-2021 Graz University of Technology.
# #
# invenio-theme-tugraz is free software; you can redistribute it and/or # invenio-theme-iform is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more # modify it under the terms of the MIT License; see LICENSE file for more
# details. # details.

View File

@@ -87,9 +87,9 @@ qthelp:
@echo @echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \ @echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:" ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/invenio-theme-tugraz.qhcp" @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/invenio-theme-iform.qhcp"
@echo "To view the help file:" @echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/invenio-theme-tugraz.qhc" @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/invenio-theme-iform.qhc"
applehelp: applehelp:
$(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp $(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp
@@ -104,8 +104,8 @@ devhelp:
@echo @echo
@echo "Build finished." @echo "Build finished."
@echo "To view the help file:" @echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/invenio-theme-tugraz" @echo "# mkdir -p $$HOME/.local/share/devhelp/invenio-theme-iform"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/invenio-theme-tugraz" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/invenio-theme-iform"
@echo "# devhelp" @echo "# devhelp"
epub: epub:

View File

@@ -1,7 +1,7 @@
.. ..
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
@@ -9,11 +9,11 @@
API Docs API Docs
======== ========
.. automodule:: invenio_theme_tugraz.ext .. automodule:: invenio_theme_iform.ext
:members: :members:
Views Views
----- -----
.. automodule:: invenio_theme_tugraz.views .. automodule:: invenio_theme_iform.views
:members: :members:

View File

@@ -1,7 +1,7 @@
.. ..
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.

View File

@@ -1,7 +1,7 @@
.. ..
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.

View File

@@ -2,13 +2,13 @@
# #
# Copyright (C) 2020-2021 Graz University of Technology. # Copyright (C) 2020-2021 Graz University of Technology.
# #
# invenio-theme-tugraz is free software; you can redistribute it and/or # invenio-theme-iform is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more # modify it under the terms of the MIT License; see LICENSE file for more
# details. # details.
"""Sphinx configuration.""" """Sphinx configuration."""
from invenio_theme_tugraz import __version__ from invenio_theme_iform import __version__
# -- General configuration ------------------------------------------------ # -- General configuration ------------------------------------------------
@@ -44,7 +44,7 @@ source_suffix = ".rst"
master_doc = "index" master_doc = "index"
# General information about the project. # General information about the project.
project = "invenio-theme-tugraz" project = "invenio-theme-iform"
copyright = "2020, Graz University of Technology" copyright = "2020, Graz University of Technology"
author = "Graz University of Technology" author = "Graz University of Technology"
@@ -106,15 +106,15 @@ todo_include_todos = False
html_theme = "alabaster" html_theme = "alabaster"
html_theme_options = { html_theme_options = {
"description": "invenio module for TUGRAZ theme.", "description": "invenio module for I-Form theme.",
"github_user": "TU Graz", "github_user": "Cian-H",
"github_repo": "invenio-theme-tugraz", "github_repo": "invenio-theme-iform",
"github_button": False, "github_button": False,
"github_banner": True, "github_banner": True,
"show_powered_by": False, "show_powered_by": False,
"extra_nav_links": { "extra_nav_links": {
"invenio-theme-tugraz@GitHub": "https://github.com/tu-graz-library/invenio-theme-tugraz", "invenio-theme-iform@GitHub": "https://github.com/Cian-H/invenio-theme-iform",
"invenio-theme-tugraz@PyPI": "https://pypi.python.org/pypi/invenio-theme-tugraz/", "invenio-theme-iform@PyPI": "https://pypi.python.org/pypi/invenio-theme-iform/",
}, },
} }
@@ -219,7 +219,7 @@ html_sidebars = {
# html_search_scorer = 'scorer.js' # html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = "invenio-theme-tugraz_namedoc" htmlhelp_basename = "invenio-theme-iform_namedoc"
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
@@ -240,8 +240,8 @@ latex_elements = {
latex_documents = [ latex_documents = [
( (
master_doc, master_doc,
"invenio-theme-tugraz.tex", "invenio-theme-iform.tex",
"invenio-theme-tugraz Documentation", "invenio-theme-iform Documentation",
"Graz University of Technology", "Graz University of Technology",
"manual", "manual",
), ),
@@ -275,8 +275,8 @@ latex_documents = [
man_pages = [ man_pages = [
( (
master_doc, master_doc,
"invenio-theme-tugraz", "invenio-theme-iform",
"invenio-theme-tugraz Documentation", "invenio-theme-iform Documentation",
[author], [author],
1, 1,
) )
@@ -294,11 +294,11 @@ man_pages = [
texinfo_documents = [ texinfo_documents = [
( (
master_doc, master_doc,
"invenio-theme-tugraz", "invenio-theme-iform",
"invenio-theme-tugraz Documentation", "invenio-theme-iform Documentation",
author, author,
"invenio-theme-tugraz", "invenio-theme-iform",
"invenio module for TUGRAZ theme.", "invenio module for I-Form theme.",
"Miscellaneous", "Miscellaneous",
), ),
] ]

View File

@@ -1,7 +1,7 @@
.. ..
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
@@ -9,5 +9,5 @@
Configuration Configuration
============= =============
.. automodule:: invenio_theme_tugraz.config .. automodule:: invenio_theme_iform.config
:members: :members:

View File

@@ -1,7 +1,7 @@
.. ..
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.

View File

@@ -1,7 +1,7 @@
.. ..
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
@@ -12,7 +12,7 @@ User's Guide
------------ ------------
This part of the documentation will show you how to get started in using This part of the documentation will show you how to get started in using
invenio-theme-tugraz. invenio-theme-iform.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2

View File

@@ -1,7 +1,7 @@
.. ..
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.

View File

@@ -127,9 +127,9 @@ if "%1" == "qthelp" (
echo. echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^ echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this: .qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\invenio-theme-tugraz.qhcp echo.^> qcollectiongenerator %BUILDDIR%\qthelp\invenio-theme-iform.qhcp
echo.To view the help file: echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\invenio-theme-tugraz.ghc echo.^> assistant -collectionFile %BUILDDIR%\qthelp\invenio-theme-iform.ghc
goto end goto end
) )

View File

@@ -1,7 +1,7 @@
.. ..
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
@@ -9,4 +9,4 @@
Usage Usage
===== =====
.. automodule:: invenio_theme_tugraz .. automodule:: invenio_theme_iform

View File

@@ -2,14 +2,14 @@
# #
# Copyright (C) 2020-2022 Graz University of Technology. # Copyright (C) 2020-2022 Graz University of Technology.
# #
# invenio-theme-tugraz is free software; you can redistribute it and/or # invenio-theme-iform is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more # modify it under the terms of the MIT License; see LICENSE file for more
# details. # details.
"""invenio module for TUGRAZ theme.""" """invenio module for I-Form theme."""
from .ext import InvenioThemeTugraz from .ext import InvenioThemeIform
__version__ = "4.13.0" __version__ = "4.13.0"
__all__ = ("__version__", "InvenioThemeTugraz") __all__ = ("__version__", "InvenioThemeIform")

View File

@@ -1,6 +1,6 @@
// Copyright (C) 2024 Graz University of Technology. // Copyright (C) 2024 Graz University of Technology.
// //
// invenio-theme-tugraz is free software; you can redistribute it and/or modify it // invenio-theme-iform is free software; you can redistribute it and/or modify it
// under the terms of the MIT License; see LICENSE file for more details. // under the terms of the MIT License; see LICENSE file for more details.
import $ from "jquery"; import $ from "jquery";

View File

@@ -0,0 +1,165 @@
/*
* Copyright (C) 2020 TUGRAZ.
* Copyright (C) 2020 Nikita Lvov.
*
* invenio-theme-iform is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/
.cover-page {
//text-align: center;
background-color: #ffffff;
}
#login-tug-logo {
& g {
fill: @tugrazRed;
}
}
#login-tug-logo:hover {
& g {
fill: @tugrazBlack;
}
}
.accounts-link {
margin: 5%;
color: @primaryLink;
border: 1px solid @primaryLink;
background-color: transparent;
}
.accounts-link :hover {
font-size: smaller !important;
color: @primaryLink;
background-color: @primaryLinkHoverBackground !important;
}
.tu-button-style button {
cursor: pointer;
border: 1px solid @primaryButton;
background-color: transparent;
height: 29px;
color: @primaryButton;
font-family: "Source Sans Pro";
font-weight: 300;
font-size: 16px;
}
.tu-button-style button:hover {
cursor: pointer;
color: @primaryButton;
background-color: @primaryButtonHoverBackground !important;
}
.form-accounts {
margin: 15%;
text-align: left !important;
& i {
color: @primaryFormAccounts !important;
}
& label {
display: flex !important;
font-weight: 300 !important;
color: @primaryFormAccounts !important;
}
& input {
border: 0px none !important;
padding: 0px !important;
border-bottom: 1px solid @primaryFormAccounts !important;
background-color: transparent !important;
color: @primaryFormAccounts !important;
border-radius: 0 !important;
width: 100% !important;
}
& input::placeholder {
opacity: 1 !important;
color: @formAccountsInputPlaceholder !important;
}
& th {
display: block;
}
& td {
display: inline-block;
}
}
.field>input::selection {
background: @fieldInputSelectionBackground;
}
.accounts-header {
font-weight: 300 !important;
}
/***
login and sign-up pages form background color
*/
.sign-form {
background-color: @signInBackground !important;
padding: 0 !important;
height: 100%;
}
.tug-button-login {
display: flex;
align-items: center;
fill: @tugrazRed;
}
.tug-button-login :hover {
fill: @primaryButtonHoverBackground;
}
.login-page-button {
margin: 5%;
text-align: center !important;
& a {
padding: 5px;
text-decoration: underline !important;
cursor: pointer;
}
& a:hover {
background-color: @primaryLinkHoverBackground;
color: @primaryLink !important;
text-decoration: none;
}
}
.login-page-button-white {
color: @primaryButton !important;
font-family: "Source Sans Pro";
font-size: initial;
}
.login-page-button-black {
color: @primaryButtonInverted !important;
font-family: "Source Sans Pro";
font-size: initial;
}
/***
allowing to switch columns on the sign-up page on the small screen
*/
.switch-grid {
display: flex;
}
@media (max-width: 767px) {
#switch_left {
order: 2;
}
#switch_right {
order: 1;
}
}

View File

@@ -1,7 +1,7 @@
/* /*
* Copyright (C) 2022 Graz University of Technology. * Copyright (C) 2022 Graz University of Technology.
* *
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it * invenio-theme-iform is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details. * under the terms of the MIT License; see LICENSE file for more details.
*/ */

View File

@@ -0,0 +1,16 @@
/*
* Copyright (C) 2021 Graz University of Technology.
*
* invenio-theme-iform is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/
// deposit form segment styling
.ui.inverted.brand.segment {
background-color: @greyLight !important;
color: @tugrazBlack !important;
label {
color: @tugrazBlack;
}
}

View File

@@ -0,0 +1,56 @@
/*
* Copyright (C) 2020-2023 Graz University of Technology.
*
* invenio-theme-iform is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/
#footer {
color: @footerGrey;
min-height: 100%;
width: 100%;
&.footer-bottom {
background-color: @footerBottomBackground;
padding-top: 15px;
padding-bottom: 15px;
font-size: 16px;
a {
text-decoration: none;
color: @footerGrey;
// :focus-visible activates on keyboard only
&:hover,
&:focus:focus-visible {
color: @primaryLink;
background-color: @primaryLinkHoverBackground;
i.icon.download {
color: @tugrazRed;
}
}
// remove blue focus outline if clicked with mouse
&:focus:not(:focus-visible) {
outline-style: none;
}
}
}
div .logos a:hover {
background-color: transparent !important;
}
}
.bodytext {
font-size: 16px;
}
.spacer {
margin-top: 10px;
}
.spacer-long {
margin-top: 30px;
}

View File

@@ -0,0 +1,97 @@
/*
* Copyright (C) 2020-2021 Graz University of Technology.
*
* invenio-theme-iform is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/
h4 {
display: block;
margin-block-start: 0.33em;
margin-block-end: 0.33em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
h2 {
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.ui.blue.labels .label,
.ui.blue.label {
color: @greyDark !important;
background-color: @recordVersionBackground !important;
border-color: @recordVersionBackground !important;
}
.random-records-frontpage article {
border-bottom: 1px solid @randomRecordsFrontpageArticle;
margin-bottom: 1rem;
padding-bottom: 1rem;
}
.random-records-frontpage .more {
margin-top: 20px !important;
margin-bottom: 35px !important;
}
.random-records-frontpage h2 {
text-align: center;
}
.badges {
float: right;
}
/*Zammad form**/
.zammad-form {
h2 {
text-align: center;
}
.form-group {
label {
color: @tugrazBlack;
}
input.form-control {
height: 30px;
// width: auto;
border-radius: 0;
font-family: "Source Sans Pro";
background: @primaryLinkBackgroundInverted;
border: 1px solid rgba(34, 36, 38, 0.15);
}
textarea {
border: 1px solid rgba(34, 36, 38, 0.15);
}
}
.btn {
width: 100% !important;
cursor: pointer;
font-family: "Source Sans Pro";
min-height: 1em;
line-height: 1em;
padding: 0.78571429em 1.5em 0.78571429em;
background: @greyLight none;
border: 0;
}
.btn:hover {
background: @primaryLinkHoverBackground;
color: @primaryButton;
font-size: 1rem;
font-weight: bold;
}
}
:focus {
outline: thin;
outline-style: solid;
outline-color: @outlineColor;
}

View File

@@ -0,0 +1,278 @@
/*
* Copyright (C) 2020-2021 Graz University of Technology.
*
* invenio-theme-iform is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/
#int-menu-q-home-icon {
width: 18px;
height: 18px;
vertical-align: top;
fill: @tugrazRed;
}
/*****logo section******/
.affiliation-logo {
vertical-align: middle;
white-space: nowrap;
& a {
fill: @tugrazRed;
}
}
.affiliation-logo :hover {
text-decoration: none;
fill: @primaryLinkHoverBackground;
color: @primaryLinkHoverBackground;
}
.affiliation {
background-color: @primaryLink;
display: table;
margin: 0 auto 80px;
max-width: 1060px;
width: 100%;
text-decoration: none;
}
.affiliation-text {
display: table-cell;
font-size: 12px;
line-height: 17px;
letter-spacing: 2px;
white-space: nowrap;
}
.affiliation-logo-claim {
display: inline-block;
font-size: 12px;
letter-spacing: 2px;
line-height: 17px;
padding: 0 17px 0 0;
text-align: right;
vertical-align: top;
}
/*****END logo section******/
.short-menu {
display: table;
height: 49px;
width: 100%;
}
.short-menu-left {
border-right: 1px solid black;
display: table-cell;
text-align: right;
width: 50%;
}
.short-menu-right {
display: table-cell;
width: 50%;
color: @primaryLinkInverted;
}
.short-menu-right :hover {
background-color: @primaryLinkHoverBackground;
color: @primaryLink;
}
.short-menu-right-button {
cursor: pointer;
display: inline-block;
margin: 12px 0 6px 9px;
padding: 5px;
}
.short-menu-right-button a:hover {
text-decoration: none;
}
.short-menu-left-lang {
display: inline-block;
margin-right: 10px;
font-size: 17px !important;
font-weight: 300;
& a {
padding: 5px;
background-color: transparent;
color: @primaryLinkInverted;
text-decoration: none;
}
}
.short-menu-left-lang:hover {
& a {
background-color: @primaryLinkHoverBackground;
color: @primaryLink;
text-decoration: none;
}
}
.search-icon-header {
display: inline-block;
& a {
background-color: transparent;
padding: 5px;
text-decoration: none;
& svg {
& g {
stroke-linejoin: round;
stroke: @primaryLinkInverted;
stroke-miterlimit: 10;
stroke-width: 2;
fill: none;
}
}
}
}
.search-icon-header:hover {
& a {
background-color: @primaryLinkHoverBackground;
text-decoration: none;
& svg {
& g {
stroke: @primaryLink;
}
}
}
}
.short-menu-left-search {
display: inline-block;
margin: 12px 9px 6px 0;
color: @primaryLinkInverted;
}
.short-menu-right-main-menu {
display: inline-block;
margin-right: 3px;
vertical-align: top;
width: 21px;
}
.short-menu-icon {
vertical-align: top;
width: 20px;
height: 19px;
}
svg:not(:root) {
overflow: hidden;
}
/***********MAIN menu*************/
.main-menu-entry {
text-align: center !important;
& a {
font-size: 1.2rem;
padding: 5px 8px;
}
}
.main-menu-entry a:hover {
background-color: @primaryLinkHoverBackground;
color: @primaryLink;
text-decoration: none;
}
.main-menu-entry-svg {
padding-left: 0 !important;
}
.main-menu-underline-line {
border: 2px solid @greyLight !important;
border-radius: 0;
background-color: @greyLight;
}
#margin-divider {
margin-left: 155px;
margin-right: 155px;
}
.affiliation-text a:hover {
background-color: @primaryLinkHoverBackground;
color: @primaryLink;
text-decoration: none;
}
.main-menu {
border-bottom: 1px solid @primaryLinkInverted;
box-sizing: border-box;
height: 39px;
margin-top: -1px;
overflow: hidden;
transition: height 0.3s linear 0s;
}
.int-menu-q-open-icon {
width: 14px;
vertical-align: middle;
margin-left: 5px;
}
/*********************Custom overrides**********************/
/** Login with SAML**/
.col a {
cursor: pointer;
}
@media screen and (max-width: 767.9px) {
#int-header-logo-img {
width: 200px;
height: 75px;
}
#main-logo {
padding: 30px 0;
text-align: center;
display: block;
}
#repo-logo {
display: none;
}
.affiliation-logo-claim {
display: none;
}
}
.repo-img {
margin-right: 5px;
}
.inline-elements {
display: flex;
}
span.home-inline {
white-space: nowrap;
}
.test-instance {
text-align: center;
background-color: @notificationBackground;
border: solid @notificationBorder 1px;
z-index: 100000;
}
#skip-to-main {
background-color: @primaryButton;
&:focus {
background-color: @primaryButtonInverted;
}
}

View File

@@ -0,0 +1,40 @@
/*
* Copyright (C) 2020-2021 Graz University of Technology.
*
* invenio-theme-iform is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/
.ui.inverted.header {
color: @primaryLinkInverted;
}
.login-page-button {
margin: 5%;
text-align: center !important;
& a {
padding: 5px;
cursor: pointer;
}
& a:hover {
background-color: @primaryLinkHoverBackground;
color: @primaryLink !important;
text-decoration: none;
}
}
.text-color {
color: @primaryLinkInverted;
}
@media (max-width: 767px) {
#switch_left {
order: 2;
}
#switch_right {
order: 1;
}
}

View File

@@ -1,7 +1,7 @@
/* /*
* Copyright (C) 2020-2021 Graz University of Technology. * Copyright (C) 2020-2021 Graz University of Technology.
* *
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it * invenio-theme-iform is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details. * under the terms of the MIT License; see LICENSE file for more details.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* Copyright (C) 2020-2021 Graz University of Technology. * Copyright (C) 2020-2021 Graz University of Technology.
* *
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it * invenio-theme-iform is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details. * under the terms of the MIT License; see LICENSE file for more details.
*/ */
@@ -49,8 +49,14 @@
* force: the font changes * force: the font changes
***/ ***/
*, *,
html, body, html,
h1, h2, h3, h4, h5, h6, body,
h1,
h2,
h3,
h4,
h5,
h6,
pre, pre,
.ui.button, .ui.button,
.ui.items, .ui.items,
@@ -81,6 +87,7 @@ pre {
* accordion title * accordion title
***/ ***/
.ui.accordion.styled { .ui.accordion.styled {
.title, .title,
.title.active { .title.active {
background-color: @greyLight; background-color: @greyLight;
@@ -107,13 +114,15 @@ pre {
.ui.button, .ui.button,
.ui.rdm-sidebar, .ui.rdm-sidebar,
.ui.menu, .ui.menu,
.ui.input > input, /* it seams redundant but it is not */ .ui.input>input,
/* it seams redundant but it is not */
.ui.segment, .ui.segment,
.ui.selection.dropdown, .ui.selection.dropdown,
.ui.accordion.styled, .ui.accordion.styled,
.ui.card, .ui.card,
.ui.cards>.card, .ui.cards>.card,
.ui.basic.button, .ui.basic.buttons .button, .ui.basic.button,
.ui.basic.buttons .button,
.ui.action.input:not([class*="left action"])>.button:last-child, .ui.action.input:not([class*="left action"])>.button:last-child,
.ui.action.input:not([class*="left action"])>.buttons:last-child>.button, .ui.action.input:not([class*="left action"])>.buttons:last-child>.button,
.ui.action.input:not([class*="left action"])>.dropdown:last-child, .ui.action.input:not([class*="left action"])>.dropdown:last-child,
@@ -144,7 +153,8 @@ pre {
} }
&.embargoed { &.embargoed {
background-color: @accessRightEmbargoed;; background-color: @accessRightEmbargoed;
;
} }
&.metadata-only { &.metadata-only {

View File

@@ -0,0 +1,17 @@
/*
* Copyright (C) 2020 Graz University of Technology
*
* invenio-theme-iform is free software; you can redistribute it and/or modify
* it under the terms of the MIT License; see LICENSE file for more details.
*/
.top-bottom-padded {
margin: unset;
}
.label.label-keyword {
font-size: 0.71428571rem;
font-weight: 400;
background-color: @labelKeywordBackground;
border: unset;
}

View File

@@ -1,7 +1,7 @@
/* /*
* Copyright (C) 2020-2023 Graz University of Technology * Copyright (C) 2020-2023 Graz University of Technology
* *
* invenio-theme-tugraz is free software; you can redistribute it and/or modify * invenio-theme-iform is free software; you can redistribute it and/or modify
* it under the terms of the MIT License; see LICENSE file for more details. * it under the terms of the MIT License; see LICENSE file for more details.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* Copyright (C) 2020-2022 Graz University of Technology. * Copyright (C) 2020-2022 Graz University of Technology.
* *
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it * invenio-theme-iform is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details. * under the terms of the MIT License; see LICENSE file for more details.
*/ */

View File

@@ -1,7 +1,7 @@
/* /*
* Copyright (C) 2020-2021 Graz University of Technology. * Copyright (C) 2020-2021 Graz University of Technology.
* *
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it * invenio-theme-iform is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details. * under the terms of the MIT License; see LICENSE file for more details.
*/ */

View File

@@ -2,65 +2,65 @@
# #
# Copyright (C) 2020-2023 Graz University of Technology. # Copyright (C) 2020-2023 Graz University of Technology.
# #
# invenio-theme-tugraz is free software; you can redistribute it and/or # invenio-theme-iform is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more # modify it under the terms of the MIT License; see LICENSE file for more
# details. # details.
"""invenio module for TUGRAZ theme.""" """invenio module for I-Form theme."""
from invenio_i18n import gettext as _ from invenio_i18n import gettext as _
INVENIO_THEME_TUGRAZ_DEFAULT_VALUE = _("TU Graz Repository") INVENIO_THEME_IFORM_DEFAULT_VALUE = _("I-Form Repository")
"""Default value for the application.""" """Default value for the application."""
INVENIO_THEME_TUGRAZ_BASE_TEMPLATE = "invenio_theme_tugraz/base.html" INVENIO_THEME_IFORM_BASE_TEMPLATE = "invenio_theme_iform/base.html"
"""TU Graz Default base template""" """I-Form Default base template"""
INVENIO_THEME_TUGRAZ_ACCOUNT_BASE = "invenio_theme_tugraz/accounts/accounts_base.html" INVENIO_THEME_IFORM_ACCOUNT_BASE = "invenio_theme_iform/accounts/accounts_base.html"
"""TU Graz Default account base template""" """I-Form Default account base template"""
INVENIO_THEME_TUGRAZ_ICON = "images/icon_use.png" INVENIO_THEME_IFORM_ICON = "images/icon_use.png"
"""icon used in login page""" """icon used in login page"""
INVENIO_THEME_TUGRAZ_LOGIN_IMG = "images/login_logo.png" INVENIO_THEME_IFORM_LOGIN_IMG = "images/login_logo.png"
"""TU Logo for forms""" """I-Form Logo for forms"""
THEME_TUGRAZ_CONTACT_FORM = False THEME_IFORM_CONTACT_FORM = False
"""Enable/Disable Contact form.""" """Enable/Disable Contact form."""
THEME_TUGRAZ_PRODUCTION = False THEME_IFORM_PRODUCTION = False
"""Production environment. """Production environment.
Can also be set as an environment variable in a .env file. Then the name Can also be set as an environment variable in a .env file. Then the name
has to be 'INVENIO_THEME_TUGRAZ_PRODUCTION'. has to be 'INVENIO_THEME_IFORM_PRODUCTION'.
""" """
THEME_TUGRAZ_SUPPORT_EMAIL = "" THEME_IFORM_SUPPORT_EMAIL = ""
"""Shown as contact-info on default error-page.""" """Shown as contact-info on default error-page."""
# Invenio-theme # Invenio-theme
# ============ # ============
# See https://invenio-theme.readthedocs.io/en/latest/configuration.html # See https://invenio-theme.readthedocs.io/en/latest/configuration.html
# #
THEME_500_TEMPLATE = "invenio_theme_tugraz/default_error.html" THEME_500_TEMPLATE = "invenio_theme_iform/default_error.html"
"""Used for any internal server errors and uncaught exceptions.""" """Used for any internal server errors and uncaught exceptions."""
THEME_LOGO = "images/tug_logo.png" THEME_LOGO = "images/tug_logo.png"
"""TU Graz logo""" """I-Form logo"""
THEME_SEARCHBAR = False THEME_SEARCHBAR = False
"""Enable or disable the header search bar.""" """Enable or disable the header search bar."""
THEME_HEADER_TEMPLATE = "invenio_theme_tugraz/header.html" THEME_HEADER_TEMPLATE = "invenio_theme_iform/header.html"
"""TU Graz header template""" """I-Form header template"""
THEME_FRONTPAGE = False THEME_FRONTPAGE = False
"""Use default frontpage.""" """Use default frontpage."""
THEME_HEADER_LOGIN_TEMPLATE = "invenio_theme_tugraz/accounts/header_login.html" THEME_HEADER_LOGIN_TEMPLATE = "invenio_theme_iform/accounts/header_login.html"
"""login page header""" """login page header"""
THEME_FOOTER_TEMPLATE = "invenio_theme_tugraz/footer.html" THEME_FOOTER_TEMPLATE = "invenio_theme_iform/footer.html"
"""footer template""" """footer template"""
THEME_FRONTPAGE_TITLE = _("TU Graz Repository") THEME_FRONTPAGE_TITLE = _("TU Graz Repository")
@@ -73,22 +73,22 @@ THEME_SITENAME = _("Repository")
# ============ # ============
# See https://invenio-accounts.readthedocs.io/en/latest/configuration.html # See https://invenio-accounts.readthedocs.io/en/latest/configuration.html
# COVER_TEMPLATE = 'invenio_theme_tugraz/accounts/accounts_base.html' # COVER_TEMPLATE = 'invenio_theme_iform/accounts/accounts_base.html'
"""Cover page template for login and sign up pages.""" """Cover page template for login and sign up pages."""
SECURITY_LOGIN_USER_TEMPLATE = "invenio_theme_tugraz/accounts/login_user.html" SECURITY_LOGIN_USER_TEMPLATE = "invenio_theme_iform/accounts/login_user.html"
"""Login template""" """Login template"""
SECURITY_REGISTER_USER_TEMPLATE = "invenio_theme_tugraz/accounts/register_user.html" SECURITY_REGISTER_USER_TEMPLATE = "invenio_theme_iform/accounts/register_user.html"
"""Sigup template""" """Sigup template"""
# Invenio-app-rdm # Invenio-app-rdm
# ============= # =============
# See https://invenio-app-rdm.readthedocs.io/en/latest/configuration.html # See https://invenio-app-rdm.readthedocs.io/en/latest/configuration.html
SEARCH_UI_HEADER_TEMPLATE = "invenio_theme_tugraz/header.html" SEARCH_UI_HEADER_TEMPLATE = "invenio_theme_iform/header.html"
"""Search page's header template.""" """Search page's header template."""
DEPOSITS_HEADER_TEMPLATE = "invenio_theme_tugraz/header.html" DEPOSITS_HEADER_TEMPLATE = "invenio_theme_iform/header.html"
"""Deposits header page's template.""" """Deposits header page's template."""
@@ -98,14 +98,14 @@ DEPOSITS_HEADER_TEMPLATE = "invenio_theme_tugraz/header.html"
# Uncomment below to override records landingpage. # Uncomment below to override records landingpage.
# from invenio_rdm_records.config import RECORDS_UI_ENDPOINTS # from invenio_rdm_records.config import RECORDS_UI_ENDPOINTS
# RECORDS_UI_ENDPOINTS["recid"].update( # RECORDS_UI_ENDPOINTS["recid"].update(
# template="invenio_theme_tugraz/record_landing_page.html" # template="invenio_theme_iform/record_landing_page.html"
# ) # )
"""override the default record landing page""" """override the default record landing page"""
# Invenio-search-ui # Invenio-search-ui
# ============= # =============
# See https://invenio-search-ui.readthedocs.io/en/latest/configuration.html # See https://invenio-search-ui.readthedocs.io/en/latest/configuration.html
# SEARCH_UI_SEARCH_TEMPLATE = "invenio_theme_tugraz/search.html" # SEARCH_UI_SEARCH_TEMPLATE = "invenio_theme_iform/search.html"
# """override the default search page""" # """override the default search page"""
TUG_ROUTES = { TUG_ROUTES = {

View File

@@ -2,22 +2,22 @@
# #
# Copyright (C) 2020-2024 Graz University of Technology. # Copyright (C) 2020-2024 Graz University of Technology.
# #
# invenio-theme-tugraz is free software; you can redistribute it and/or # invenio-theme-iform is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more # modify it under the terms of the MIT License; see LICENSE file for more
# details. # details.
"""invenio module for TUGRAZ theme.""" """invenio module for I-Form theme."""
from flask_login import login_required from flask_login import login_required
from invenio_i18n import lazy_gettext as _ from invenio_i18n import lazy_gettext as _
from invenio_records_marc21.ui.theme import current_identity_can_view from invenio_records_marc21.ui.theme import current_identity_can_view
from . import config from . import config
from .views import index, locked, require_tugraz_authenticated from .views import index, locked, require_iform_authenticated
class InvenioThemeTugraz(object): class InvenioThemeIform(object):
"""invenio-theme-tugraz extension.""" """invenio-theme-iform extension."""
def __init__(self, app=None): def __init__(self, app=None):
"""Extension initialization.""" """Extension initialization."""
@@ -37,12 +37,12 @@ class InvenioThemeTugraz(object):
def inject_visibility(): def inject_visibility():
return {"can_view_marc21": current_identity_can_view()} return {"can_view_marc21": current_identity_can_view()}
app.extensions["invenio-theme-tugraz"] = self app.extensions["invenio-theme-iform"] = self
def init_config(self, app): def init_config(self, app):
"""Initialize configuration.""" """Initialize configuration."""
for k in dir(config): for k in dir(config):
if k.startswith("INVENIO_THEME_TUGRAZ_") or k.startswith("THEME_TUGRAZ_"): if k.startswith("INVENIO_THEME_IFORM_") or k.startswith("THEME_IFORM_"):
app.config.setdefault(k, getattr(config, k)) app.config.setdefault(k, getattr(config, k))
@@ -58,13 +58,13 @@ def modify_user_dashboard(app):
user_dashboard_menu = root_menu.submenu("dashboard") user_dashboard_menu = root_menu.submenu("dashboard")
user_dashboard_menu.submenu("overview").register( user_dashboard_menu.submenu("overview").register(
"invenio_theme_tugraz.overview", "invenio_theme_iform.overview",
text=_("Overview"), text=_("Overview"),
order=0, order=0,
) )
root_menu.submenu("actions.deposit").register( root_menu.submenu("actions.deposit").register(
"invenio_theme_tugraz.overview", "invenio_theme_iform.overview",
_("My dashboard"), _("My dashboard"),
order=1, order=1,
) )
@@ -86,9 +86,9 @@ def guard_view_functions(app):
# decorate view-func # decorate view-func
# same as if view-func were defined with: # same as if view-func were defined with:
# @login_required # @login_required
# @require_tugraz_authenticated_user # @require_iform_authenticated_user
view_func = login_required( view_func = login_required(
require_tugraz_authenticated( require_iform_authenticated(
view_func, view_func,
), ),
) )

View File

@@ -2,7 +2,7 @@
# #
# Copyright (C) 2020-2023 Graz University of Technology. # Copyright (C) 2020-2023 Graz University of Technology.
# #
# invenio-theme-tugraz is free software; you can redistribute it and/or # invenio-theme-iform is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more # modify it under the terms of the MIT License; see LICENSE file for more
# details. # details.

View File

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 566 B

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 583 B

After

Width:  |  Height:  |  Size: 583 B

View File

Before

Width:  |  Height:  |  Size: 220 KiB

After

Width:  |  Height:  |  Size: 220 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 256 B

After

Width:  |  Height:  |  Size: 256 B

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

Before

Width:  |  Height:  |  Size: 510 B

After

Width:  |  Height:  |  Size: 510 B

View File

@@ -1,7 +1,7 @@
{# {#
Copyright (C) 2024 Graz University of Technology. Copyright (C) 2024 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}

View File

@@ -1,7 +1,7 @@
{# {#
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}
@@ -46,7 +46,7 @@
{%- block header %}{% endblock header %} {%- block header %}{% endblock header %}
{%- block css %} {%- block css %}
{{ webpack['theme.css'] }} {{ webpack['theme.css'] }}
{{ webpack['invenio-theme-tugraz-theme.css'] }} {{ webpack['invenio-theme-iform-theme.css'] }}
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
@@ -56,10 +56,10 @@
{%- endblock head %} {%- endblock head %}
</head> </head>
<body ng-csp {% if body_css_classes %} class="{{ body_css_classes|join(' ') }}"{% endif %}{% if g.ln %} lang="{{ g.ln.split('_', 1)[0]|safe }}"{% if rtl_direction %} {{ rtl_direction|safe }}{% endif %}{% endif %} itemscope itemtype="http://schema.org/WebPage" data-spy="scroll" data-target=".scrollspy-target"> <body ng-csp {% if body_css_classes %} class="{{ body_css_classes|join(' ') }}"{% endif %}{% if g.ln %} lang="{{ g.ln.split('_', 1)[0]|safe }}"{% if rtl_direction %} {{ rtl_direction|safe }}{% endif %}{% endif %} itemscope itemtype="http://schema.org/WebPage" data-spy="scroll" data-target=".scrollspy-target">
{% if not config.THEME_TUGRAZ_PRODUCTION %} {% if not config.THEME_IFORM_PRODUCTION %}
<div class="ui sticky test-instance"> <div class="ui sticky test-instance">
<h4>{{_ ("Test Instance") }}</h4> <h4>{{_ ("Test Instance") }}</h4>
<p>{{_ ("This is the test instance of the TU Graz Repository.") }}</p> <p>{{_ ("This is the test instance of the I-Form Repository.") }}</p>
</div> </div>
{% endif %} {% endif %}
{%- block body %} {%- block body %}
@@ -71,7 +71,7 @@
{%- block body_inner %} {%- block body_inner %}
{%- block navbar_header %} {%- block navbar_header %}
{%- include "invenio_theme_tugraz/navbar.html" %} {%- include "invenio_theme_IFORM/navbar.html" %}
<!--Flask messages for accounts--> <!--Flask messages for accounts-->
{%- block flashmessages %} {%- block flashmessages %}
{%- from "invenio_theme/macros/messages.html" import flashed_messages with context -%} {%- from "invenio_theme/macros/messages.html" import flashed_messages with context -%}

View File

@@ -1,12 +1,12 @@
{# {#
Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2020-2021 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}
{% extends config.INVENIO_THEME_TUGRAZ_ACCOUNT_BASE %} {% extends config.INVENIO_THEME_IFORM_ACCOUNT_BASE %}
{% from "invenio_accounts/_macros.html" import render_field, form_errors %} {% from "invenio_accounts/_macros.html" import render_field, form_errors %}
@@ -37,7 +37,7 @@
{{ {{
_('Log in with %(title)s', title=config.SSO_SAML_IDPS[name]['title']|default("SAML", true)) _('Log in with %(title)s', title=config.SSO_SAML_IDPS[name]['title']|default("SAML", true))
}} }}
<img src="{{ url_for('static', filename=config.INVENIO_THEME_TUGRAZ_ICON)}}" height="20px" /> <img src="{{ url_for('static', filename=config.INVENIO_THEME_IFORM_ICON)}}" height="20px" />
</a> </a>
</div> </div>
{% endfor %} {% endfor %}

View File

@@ -1,12 +1,12 @@
{# {#
Copyright (C) 2020 Graz University of Technology. Copyright (C) 2020 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}
{% extends config.INVENIO_THEME_TUGRAZ_ACCOUNT_BASE %} {% extends config.INVENIO_THEME_IFORM_ACCOUNT_BASE %}
{% from "invenio_accounts/_macros.html" import render_field, form_errors %} {% from "invenio_accounts/_macros.html" import render_field, form_errors %}
@@ -38,11 +38,11 @@
<div class="column" id="switch_right"> <div class="column" id="switch_right">
{# Sigup with SSO #} {# Sigup with SSO #}
{%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH %} {%- if config.INVENIO_CONFIG_IFORM_SHIBBOLETH %}
<div class="ui divider"></div> <div class="ui divider"></div>
<a href="{{ url_for("sso_saml.sso", idp="idp") }}" class="login-page-button ui fluid large button"> <a href="{{ url_for("sso_saml.sso", idp="idp") }}" class="login-page-button ui fluid large button">
<span style="font-size: 18px;">{{ _("Sign up with TUGRAZ") }}</span> <span style="font-size: 18px;">{{ _("Sign up with I-Form") }}</span>
<img src="{{ url_for("static", filename=config.INVENIO_THEME_TUGRAZ_ICON) }}" height="20px" /> <img src="{{ url_for("static", filename=config.INVENIO_THEME_IFORM_ICON) }}" height="20px" />
</a> </a>
<div class="ui inverted horizontal divider"><span class="text-color">{{_ ("Or") }}</span></div> <div class="ui inverted horizontal divider"><span class="text-color">{{_ ("Or") }}</span></div>
{%- endif %} {%- endif %}

View File

@@ -0,0 +1,96 @@
{#
Copyright (C) 2020-2023 Graz University of Technology.
invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
details.
#}
<!DOCTYPE html>
<html lang="{{ current_i18n.locale.language|safe }}" dir="{{ current_i18n.locale.text_direction }}">
<head>
{%- block head %}
{%- block head_meta %}
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- if description %}
<meta name="description" content="{{ description }}" />
{% endif %}
{%- if keywords %}
<meta name="keywords" content="{{ keywords }}" />
{% endif %}
{%- if config.get("THEME_GOOGLE_SITE_VERIFICATION", None) %}
{%- for google_id in config.THEME_GOOGLE_SITE_VERIFICATION %}
<meta name="google-site-verification" content="{{google_id}}" />
{%- endfor %}
{%- endif %}
{%- endblock head_meta %}
{%- block head_title %}
{%- set title = title or _(config.THEME_SITENAME) or _("Invenio") %}
<title>{{title}}</title>
{%- endblock head_title %}
{%- block head_links %}
<link rel="shortcut icon" href="{{ url_for(" static", filename="favicon.ico" ) }}" />
{%- if keywords %}
<link rel="canonical" href="{{ canonical_url }}" />
{% endif %}
{%- block head_links_langs %}
{%- if alternate_urls %}
{%- for alt_ln, alternate_url in alternate_urls.items() %}
<link rel="alternate" hreflang="{{ alt_ln }}" href="{{ alternate_url }}" />
{%- endfor %}
{%- endif %}
{%- endblock %}
{%- endblock head_links %}
{%- block header %}{% endblock header %}
{%- block css %}
{{ webpack["theme.css"] }}
{{ webpack["invenio-theme-iform-theme.css"] }}
{%- endblock css %}
{%- endblock head %}
</head>
<body itemscope itemtype="http://schema.org/WebPage" data-spy="scroll" data-target=".scrollspy-target">
{%- block body %}
{%- block browserupgrade %}
<!--[if lt IE 10]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
{%- endblock browserupgrade %}
{%- block body_inner %}
{%- block page_header %}
{% include config.THEME_HEADER_TEMPLATE %}
{%- endblock page_header %}
{%- block page_body %}
{% include "invenio_theme/body.html" %}
{%- endblock page_body %}
{%- block page_footer %}
{% include config.THEME_FOOTER_TEMPLATE %}
{%- endblock page_footer %}
{%- endblock body_inner %}
{%- block javascript %}
{% include config.THEME_JAVASCRIPT_TEMPLATE %}
{%- endblock javascript %}
{%- block trackingcode %}
{% include config.THEME_TRACKINGCODE_TEMPLATE %}
{%- endblock %}
{%- endblock body %}
</body>
</html>

View File

@@ -0,0 +1,27 @@
{#
Copyright (C) 2020-2024 Graz University of Technology.
invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
details.
#}
<div class="ui segment" style="padding-bottom: 10px;">
<h4>{{ _("Good reasons to use the I-Form Repository") }}</h4>
<ul>
<li><strong>{{_("Safe") }}</strong> &mdash; {{_("Your research results are permanently available.") }}</li>
<li><strong>{{_("Trusted") }}</strong> &mdash; {{_("A service from I-Form, developed in cooperation with CERN.") }}
</li>
<li><strong>{{_("Citeable") }}</strong> &mdash; {{_("Every upload is assigned a Digital Object Identifier (DOI).")
}}</li>
<li><strong>{{_("No waiting time") }}</strong> &mdash; {{_("Uploads are made available online as soon as you hit
publish. Your DOI is registered within seconds.") }}</li>
<li><strong>{{_("Open or closed") }}</strong> &mdash; {{_("You determine the visibility of your uploads. A
restricted access mode is possible.") }}</li>
<li><strong>{{_("Versioning") }}</strong> &mdash; {{_("Easily update your dataset with the versioning feature.") }}
</li>
<li><strong>{{_("Usage statistics") }}</strong> &mdash; {{ _("All uploads display standards compliant usage
statistics. ") }} <a href="help/statistics">({{ _("More") }})</a></li>
</ul>
</div>

View File

@@ -1,7 +1,7 @@
{# {#
Copyright (C) 2020-2024 Graz University of Technology. Copyright (C) 2020-2024 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}
@@ -9,7 +9,7 @@
<div class="ui segment"> <div class="ui segment">
<h4>{{ _("Need help?") }}</h4> <h4>{{ _("Need help?") }}</h4>
{%- if config.THEME_TUGRAZ_CONTACT_FORM %} {%- if config.THEME_IFORM_CONTACT_FORM %}
<div style="padding-bottom: 10px;"> <div style="padding-bottom: 10px;">
<a id="feedback-form" class="fluid ui button"> <a id="feedback-form" class="fluid ui button">
{{ _("Contact us") }} {{ _("Contact us") }}

View File

@@ -1,7 +1,7 @@
{# {#
Copyright (C) 2024 Graz University of Technology. Copyright (C) 2024 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}
@@ -14,7 +14,7 @@
{{ _( {{ _(
'Please contact <a href="mailto:{support_email}">our support</a> 'Please contact <a href="mailto:{support_email}">our support</a>
to let us know about this error.' to let us know about this error.'
).format(support_email=config.THEME_TUGRAZ_SUPPORT_EMAIL) ).format(support_email=config.THEME_IFORM_SUPPORT_EMAIL)
}} }}
</p> </p>
{# TODO: provide g.sentry_event_id here once sentry is configured, cf. invenio_theme/500.html #} {# TODO: provide g.sentry_event_id here once sentry is configured, cf. invenio_theme/500.html #}

View File

@@ -1,17 +1,17 @@
{# {#
Copyright (C) 2020-2023 Graz University of Technology. Copyright (C) 2020-2023 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}
{%- block css %} {%- block css %}
{{ webpack['invenio-theme-tugraz-theme.css'] }} {{ webpack['invenio-theme-iform-theme.css'] }}
{%- endblock %} {%- endblock %}
{%- block javascript %} {%- block javascript %}
{{ webpack['invenio-theme-tugraz-js.js'] }} {{ webpack['invenio-theme-iform-js.js'] }}
{%- endblock javascript %} {%- endblock javascript %}
<div class="spacer"></div> <div class="spacer"></div>
@@ -31,29 +31,26 @@
</div> </div>
<div class="item"> <div class="item">
<a href="{{ url_for('invenio_config_tugraz.guide') }}" <a href="{{ url_for('invenio_config_iform.guide') }}" title="Quick guide" target="_blank">
title="Quick guide" target="_blank">
{{ _("Reference Guide") }} <i class="download icon"></i> {{ _("Reference Guide") }} <i class="download icon"></i>
</a> </a>
</div> </div>
<div class="item"> <div class="item">
<a href="{{ url_for('invenio_app_rdm.help_search') }}" <a href="{{ url_for('invenio_app_rdm.help_search') }}" title="Search guide">
title="Search guide">
{{ _("Search Guide") }}<i class="angle right icon"></i> {{ _("Search Guide") }}<i class="angle right icon"></i>
</a> </a>
</div> </div>
<div class="item"> <div class="item">
<a href="{{ url_for('invenio_config_tugraz.gdpr') }}" <a href="{{ url_for('invenio_config_iform.gdpr') }}" title="General Data Protection Rights"
title="General Data Protection Rights" target="_blank"> target="_blank">
{{ _("Data Protection") }} <i class="download icon"></i> {{ _("Data Protection") }} <i class="download icon"></i>
</a> </a>
</div> </div>
<div class="item"> <div class="item">
<a href="{{ url_for('invenio_config_tugraz.terms') }}" <a href="{{ url_for('invenio_config_iform.terms') }}" title="Terms and Conditions" target="_blank">
title="Terms and Conditions" target="_blank">
{{ _("Terms and Conditions") }} <i class="download icon"></i> {{ _("Terms and Conditions") }} <i class="download icon"></i>
</a> </a>
</div> </div>
@@ -121,8 +118,7 @@
<div class="logos"> <div class="logos">
<strong>Powered by</strong> <strong>Powered by</strong>
<a href="http://inveniosoftware.org/products/rdm" target="_blank" title="invenioRDM"> <a href="http://inveniosoftware.org/products/rdm" target="_blank" title="invenioRDM">
<img src="{{ url_for("static", filename="images/inveniordm-tail.svg")}}" <img src="{{ url_for(" static", filename="images/inveniordm-tail.svg" )}}" alt="InvenioRDM logo"
alt="InvenioRDM logo"
style="display: block; height: 90px; margin-top: 8px;"> style="display: block; height: 90px; margin-top: 8px;">
</a> </a>
</div> </div>
@@ -132,8 +128,7 @@
<strong>Enabled by</strong> <strong>Enabled by</strong>
<a href="https://forschungsdaten.at/en/fair-data-austria/" target="_blank" title="Fair Data Austria"> <a href="https://forschungsdaten.at/en/fair-data-austria/" target="_blank" title="Fair Data Austria">
<img src="{{ url_for(" static", filename="images/Fair_Data_Austria_orangerot.png" )}}" <img src="{{ url_for(" static", filename="images/Fair_Data_Austria_orangerot.png" )}}"
alt="Fair Data Austria" alt="Fair Data Austria" style="display: block; height: auto; margin-top: 15px; width: 230px;">
style="display: block; height: auto; margin-top: 15px; width: 230px;">
</a> </a>
</div> </div>
</div> </div>
@@ -142,8 +137,7 @@
<div class="logos"> <div class="logos">
<strong>Supported by</strong> <strong>Supported by</strong>
<a href="https://www.openeducation.at" target="_blank" title="Open Education Austria"> <a href="https://www.openeducation.at" target="_blank" title="Open Education Austria">
<img src="{{ url_for("static", filename="images/oea.svg")}}" <img src="{{ url_for(" static", filename="images/oea.svg" )}}" alt="Open Education Austria"
alt="Open Education Austria"
style="display: block; height: auto; margin-top: 15px; width: 200px;"> style="display: block; height: auto; margin-top: 15px; width: 200px;">
</a> </a>
</div> </div>
@@ -156,10 +150,10 @@
<div class="column"> <div class="column">
<div class="logos"> <div class="logos">
<strong>Listed on</strong> <strong>Listed on</strong>
<a href="https://www.re3data.org/repository/r3d100013565" target="_blank" title="Registry of Research Data Repositories"> <a href="https://www.re3data.org/repository/r3d100013565" target="_blank"
title="Registry of Research Data Repositories">
<img src="{{ url_for(" static", filename="images/re3data.svg" )}}" <img src="{{ url_for(" static", filename="images/re3data.svg" )}}"
alt="Registry of Research Data Repositories" alt="Registry of Research Data Repositories" style="display: block; height: auto; width: 300px;">
style="display: block; height: auto; width: 300px;">
</a> </a>
</div> </div>
</div> </div>

View File

@@ -1,7 +1,7 @@
{# {#
Copyright (C) 2020-2023 Graz University of Technology. Copyright (C) 2020-2023 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}

View File

@@ -1,12 +1,12 @@
{# {#
Copyright (C) 2020-2023 Graz University of Technology. Copyright (C) 2020-2023 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}
{% if not config.THEME_TUGRAZ_PRODUCTION %} {% if not config.THEME_IFORM_PRODUCTION %}
<div class="ui sticky test-instance"> <div class="ui sticky test-instance">
<h4>{{ _("Test Instance") }}</h4> <h4>{{ _("Test Instance") }}</h4>
<p>{{ _("This is the test instance of the TU Graz Repository.") }}</p> <p>{{ _("This is the test instance of the TU Graz Repository.") }}</p>
@@ -23,14 +23,14 @@
{%- block navbar %} {%- block navbar %}
<nav> <nav>
{%- block navbar_header %} {%- block navbar_header %}
{%- include "invenio_theme_tugraz/navbar.html" %} {%- include "invenio_theme_iform/navbar.html" %}
{%- endblock navbar_header %} {%- endblock navbar_header %}
<div class="ui container"> <div class="ui container">
<div class="ui grid stackable container"> <div class="ui grid stackable container">
<div class="three column row centered" style="padding-bottom: 0;"> <div class="three column row centered" style="padding-bottom: 0;">
<div class="two wide column main-menu-entry"> <div class="two wide column main-menu-entry">
<a href="{{url_for('invenio_theme_tugraz.index')}}" title="Home" class="no-decoration"> <a href="{{url_for('invenio_theme_iform.index')}}" title="Home" class="no-decoration">
<span class="home-inline"> <span class="home-inline">
<svg shape-rendering="geometricPrecision" id="int-menu-q-home-icon" <svg shape-rendering="geometricPrecision" id="int-menu-q-home-icon"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg"

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1,15 +1,15 @@
{# {#
Copyright (C) 2020-2023 Graz University of Technology. Copyright (C) 2020-2023 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}
{%- extends config.INVENIO_THEME_TUGRAZ_BASE_TEMPLATE %} {%- extends config.INVENIO_THEME_IFORM_BASE_TEMPLATE %}
{%- block javascript %} {%- block javascript %}
{{ webpack['invenio-theme-tugraz-js.js'] }} {{ webpack['invenio-theme-iform-js.js'] }}
{%- endblock javascript %} {%- endblock javascript %}
{%- block page_body %} {%- block page_body %}
@@ -19,14 +19,14 @@
<div class="ui stackable grid"> <div class="ui stackable grid">
{% include "invenio_theme_tugraz/frontpage_overview.html" %} {% include "invenio_theme_iform/frontpage_overview.html" %}
{% include "invenio_theme_tugraz/recent_uploads.html" %} {% include "invenio_theme_iform/recent_uploads.html" %}
<!---segments--> <!---segments-->
<div class="six wide column"> <div class="six wide column">
{% include "invenio_theme_tugraz/contact_us.html" %} {% include "invenio_theme_iform/contact_us.html" %}
{% include "invenio_theme_tugraz/benefits.html" %} {% include "invenio_theme_iform/benefits.html" %}
</div> </div>
</div> </div>
</div> </div>

View File

@@ -2,7 +2,7 @@
Copyright (C) 2020 Zenodo Copyright (C) 2020 Zenodo
Copyright (C) 2020 TUGRAZ Copyright (C) 2020 TUGRAZ
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}

View File

@@ -1,7 +1,7 @@
{# {#
Copyright (C) 2020-2023 Graz University of Technology. Copyright (C) 2020-2023 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}
@@ -45,8 +45,7 @@
<div class="short-menu-left-lang"> <div class="short-menu-left-lang">
{%- for l in current_i18n.get_locales() %} {%- for l in current_i18n.get_locales() %}
{%- if current_i18n.language != l.language %} {%- if current_i18n.language != l.language %}
<a href="{{ url_for("invenio_i18n.set_lang", lang_code=l.language) }}" <a href="{{ url_for(" invenio_i18n.set_lang", lang_code=l.language) }}" class="no-decoration">
class="no-decoration">
{{ l.get_display_name().upper()[0:2] }} {{ l.get_display_name().upper()[0:2] }}
</a> </a>
{%- endif %} {%- endif %}
@@ -74,7 +73,7 @@
<img height="51.862" src="{{ url_for(" static", filename="images/library_logo.png" )}}"> <img height="51.862" src="{{ url_for(" static", filename="images/library_logo.png" )}}">
</div> </div>
<div class="affiliation-text"> <div class="affiliation-text">
<a title="Home" href="{{url_for("invenio_theme_tugraz.index")}}" class="no-decoration"> <a title="Home" href="{{url_for(" invenio_theme_iform.index")}}" class="no-decoration">
{{ _("TU GRAZ") }} {{ _("TU GRAZ") }}
<br> <br>
{{ _("REPOSITORY") }} {{ _("REPOSITORY") }}
@@ -93,7 +92,7 @@
<div class="affiliation-logo-claim-single">{{ _("PASSION") }}</div> <div class="affiliation-logo-claim-single">{{ _("PASSION") }}</div>
<div class="affiliation-logo-claim-single">{{ _("TECHNOLOGY") }}</div> <div class="affiliation-logo-claim-single">{{ _("TECHNOLOGY") }}</div>
</div> </div>
{%- include "invenio_theme_tugraz/tu_graz_logo.svg" %} {%- include "invenio_theme_iform/iform_logo.svg" %}
</a> </a>
</div> </div>
</div> </div>

View File

@@ -1,19 +1,19 @@
{# {#
Copyright (C) 2020-2023 Graz University of Technology. Copyright (C) 2020-2023 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}
{%- extends config.INVENIO_THEME_TUGRAZ_BASE_TEMPLATE %} {%- extends config.INVENIO_THEME_IFORM_BASE_TEMPLATE %}
{%- set active_dashboard_menu_item = "overview" %} {%- set active_dashboard_menu_item = "overview" %}
{%- set title = _("Overview") %} {%- set title = _("Overview") %}
{% block javascript %} {% block javascript %}
{{ super() }} {{ super() }}
{{ webpack['invenio-theme-tugraz-unlock.js'] }} {{ webpack['invenio-theme-iform-unlock.js'] }}
{% endblock javascript %} {% endblock javascript %}
{%- block page_body %} {%- block page_body %}
@@ -25,7 +25,7 @@
<h2>Overview</h2> <h2>Overview</h2>
<div class="ui five column stackable grid overview"> <div class="ui five column stackable grid overview">
{% if is_tugraz_authenticated %} {% if is_iform_authenticated %}
{# 3 columns: Research-Uploads, Communities, and Requests #} {# 3 columns: Research-Uploads, Communities, and Requests #}
<div class="column"> <div class="column">
<div class="ui segment" style="height: 480px"> <div class="ui segment" style="height: 480px">
@@ -60,11 +60,11 @@
</div> </div>
</div> </div>
</div> </div>
{% else %} {# not is_tugraz_authenticated #} {% else %} {# not is_iform_authenticated #}
{# 1 column: greyed out Research-Uploads #} {# 1 column: greyed out Research-Uploads #}
<div class="column"> <div class="column">
{# a modal's HTML can be placed anywhere, so I placed it here, right before it's used #} {# a modal's HTML can be placed anywhere, so I placed it here, right before it's used #}
<div class="ui small modal" id="tugraz-unlock-modal"> <div class="ui small modal" id="iform-unlock-modal">
<div class="header">{{ _("On unlocking research uploads") }}</div> <div class="header">{{ _("On unlocking research uploads") }}</div>
<div class="content"> <div class="content">
<p> <p>
@@ -75,7 +75,7 @@
</p> </p>
<div id="anchor-unlock-form"> {# will be replaced with ZammadForm when generating it #} <div id="anchor-unlock-form"> {# will be replaced with ZammadForm when generating it #}
<button class="ui fluid button" onclick=" <button class="ui fluid button" onclick="
$('#tugraz-unlock-modal') $('#iform-unlock-modal')
.modal('hide')" .modal('hide')"
>Got it!</button> >Got it!</button>
<button id="generate-unlock-form" class="ui fluid button"> <button id="generate-unlock-form" class="ui fluid button">
@@ -89,7 +89,7 @@
<div class="ui disabled segment" style="height: 480px"> <div class="ui disabled segment" style="height: 480px">
<h2>{{ _("Research Results") }}</h2> <h2>{{ _("Research Results") }}</h2>
<div class="ui left floated image" style="cursor: pointer" onclick=" <div class="ui left floated image" style="cursor: pointer" onclick="
$('#tugraz-unlock-modal') $('#iform-unlock-modal')
.modal('show')" .modal('show')"
> >
<img width="400px" alt="Research Results" src="{{ url_for("static", filename="images/diamond.svg") }}"> <img width="400px" alt="Research Results" src="{{ url_for("static", filename="images/diamond.svg") }}">

View File

@@ -1,7 +1,7 @@
{# {#
Copyright (C) 2020-2023 Graz University of Technology. Copyright (C) 2020-2023 Graz University of Technology.
invenio-theme-tugraz is free software; you can redistribute it and/or invenio-theme-iform is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more modify it under the terms of the MIT License; see LICENSE file for more
details. details.
#} #}

View File

@@ -1,12 +1,12 @@
# German translations for invenio-theme-tugraz. # German translations for invenio-theme-iform.
# Copyright (C) 2020-2021 Graz University of Technology # Copyright (C) 2020-2021 Graz University of Technology
# This file is distributed under the same license as the # This file is distributed under the same license as the
# invenio-theme-tugraz project. # invenio-theme-iform project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020. # FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: invenio-theme-tugraz 1.0.4\n" "Project-Id-Version: invenio-theme-iform 1.0.4\n"
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n" "Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n"
"POT-Creation-Date: 2024-02-02 10:08+0100\n" "POT-Creation-Date: 2024-02-02 10:08+0100\n"
"PO-Revision-Date: 2024-02-09 22:25+0100\n" "PO-Revision-Date: 2024-02-09 22:25+0100\n"
@@ -20,70 +20,70 @@ msgstr ""
"Generated-By: Babel 2.9.1\n" "Generated-By: Babel 2.9.1\n"
"X-Generator: Poedit 2.3.1\n" "X-Generator: Poedit 2.3.1\n"
#: invenio_theme_tugraz/config.py:13 invenio_theme_tugraz/config.py:60 #: invenio_theme_iform/config.py:13 invenio_theme_iform/config.py:60
msgid "TU Graz Repository" msgid "TU Graz Repository"
msgstr "TU Graz Repository" msgstr "TU Graz Repository"
#: invenio_theme_tugraz/config.py:63 #: invenio_theme_iform/config.py:63
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:24 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:24
msgid "Repository" msgid "Repository"
msgstr "Repository" msgstr "Repository"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:12 #: invenio_theme_iform/templates/invenio_theme_iform/overview.html:12
#: invenio_theme_tugraz/views.py:70 #: invenio_theme_iform/views.py:70
msgid "Overview" msgid "Overview"
msgstr "Übersicht" msgstr "Übersicht"
#: invenio_theme_tugraz/views.py:76 #: invenio_theme_iform/views.py:76
msgid "My dashboard" msgid "My dashboard"
msgstr "Meine Übersicht" msgstr "Meine Übersicht"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/423.html:12 #: invenio_theme_iform/templates/invenio_theme_iform/423.html:12
msgid "Locked" msgid "Locked"
msgstr "Locked" msgstr "Locked"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/423.html:13 #: invenio_theme_iform/templates/invenio_theme_iform/423.html:13
msgid "The resource that is being accessed is locked." msgid "The resource that is being accessed is locked."
msgstr "Die angeforderte Ressource ist zurzeit gesperrt." msgstr "Die angeforderte Ressource ist zurzeit gesperrt."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:26 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html:26
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/base.html:34 #: invenio_theme_iform/templates/invenio_theme_iform/base.html:34
msgid "Invenio" msgid "Invenio"
msgstr "Invenio" msgstr "Invenio"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:10 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:10
msgid "Good reasons to use the Repository of the TU Graz" msgid "Good reasons to use the Repository of the TU Graz"
msgstr "Gute Gründe, das Repository der TU Graz zu nutzen" msgstr "Gute Gründe, das Repository der TU Graz zu nutzen"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:13
msgid "Safe" msgid "Safe"
msgstr "Sicher" msgstr "Sicher"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:13
msgid "Your research results are permanently available." msgid "Your research results are permanently available."
msgstr "Ihre Forschungsergebnisse sind dauerhaft verfügbar." msgstr "Ihre Forschungsergebnisse sind dauerhaft verfügbar."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:14
msgid "Trusted" msgid "Trusted"
msgstr "Vertrauenswürdig" msgstr "Vertrauenswürdig"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:14
msgid "A service from TU Graz, developed in cooperation with CERN." msgid "A service from TU Graz, developed in cooperation with CERN."
msgstr "Ein Service der TU Graz, entwickelt in Kooperation mit CERN." msgstr "Ein Service der TU Graz, entwickelt in Kooperation mit CERN."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:15
msgid "Citeable" msgid "Citeable"
msgstr "Zitierfähig" msgstr "Zitierfähig"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:15
msgid "Every upload is assigned a Digital Object Identifier (DOI)." msgid "Every upload is assigned a Digital Object Identifier (DOI)."
msgstr "Jedem Upload wird ein Digital Object Identifier (DOI) zugewiesen." msgstr "Jedem Upload wird ein Digital Object Identifier (DOI) zugewiesen."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:16
msgid "No waiting time" msgid "No waiting time"
msgstr "Keine Wartezeit" msgstr "Keine Wartezeit"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:16 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:16
msgid "" msgid ""
"Uploads are made available online as soon as you hit publish. Your DOI is " "Uploads are made available online as soon as you hit publish. Your DOI is "
"registered within seconds." "registered within seconds."
@@ -91,11 +91,11 @@ msgstr ""
"Uploads sind online verfügbar, sobald Sie auf \"Veröffentlichen\" klicken. " "Uploads sind online verfügbar, sobald Sie auf \"Veröffentlichen\" klicken. "
"Ihre DOI wird innerhalb von Sekunden registriert." "Ihre DOI wird innerhalb von Sekunden registriert."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:17 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:17
msgid "Open or closed" msgid "Open or closed"
msgstr "Offen oder geschlossen" msgstr "Offen oder geschlossen"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:17 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:17
msgid "" msgid ""
"You determine the visibility of your uploads. A restricted access mode is " "You determine the visibility of your uploads. A restricted access mode is "
"possible." "possible."
@@ -103,146 +103,146 @@ msgstr ""
"Sie bestimmen die Sichtbarkeit Ihrer Uploads. Ein eingeschränkter " "Sie bestimmen die Sichtbarkeit Ihrer Uploads. Ein eingeschränkter "
"Zugriffsmodus ist möglich." "Zugriffsmodus ist möglich."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:18 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:18
msgid "Versioning" msgid "Versioning"
msgstr "Versionierung" msgstr "Versionierung"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:18 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:18
msgid "Easily update your dataset with the versioning feature." msgid "Easily update your dataset with the versioning feature."
msgstr "" msgstr ""
"Aktualisieren Sie Ihren Datensatz ganz einfach mit der " "Aktualisieren Sie Ihren Datensatz ganz einfach mit der "
"Versionierungsfunktion." "Versionierungsfunktion."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:19 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:19
#, fuzzy #, fuzzy
#| msgid "Usage statisics" #| msgid "Usage statisics"
msgid "Usage statistics" msgid "Usage statistics"
msgstr "Nutzungsstatistiken" msgstr "Nutzungsstatistiken"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:19 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:19
#, fuzzy #, fuzzy
#| msgid "All uploads display standards compliant usage statistics." #| msgid "All uploads display standards compliant usage statistics."
msgid "All uploads display standards compliant usage statistics. " msgid "All uploads display standards compliant usage statistics. "
msgstr "Alle Uploads zeigen standardkonforme Nutzungsstatistiken an." msgstr "Alle Uploads zeigen standardkonforme Nutzungsstatistiken an."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:19 #: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:19
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:88 #: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:88
msgid "More" msgid "More"
msgstr "Mehr" msgstr "Mehr"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:10 #: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:10
msgid "Need help?" msgid "Need help?"
msgstr "Brauchen Sie Hilfe?" msgstr "Brauchen Sie Hilfe?"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:15 #: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:15
msgid "Contact us" msgid "Contact us"
msgstr "Kontaktieren Sie uns" msgstr "Kontaktieren Sie uns"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:20 #: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:20
msgid "We can help with:" msgid "We can help with:"
msgstr "Dabei können wir helfen:" msgstr "Dabei können wir helfen:"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:24 #: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:24
msgid "Upload your research results, software, preprints, etc." msgid "Upload your research results, software, preprints, etc."
msgstr "Hochladen Ihrer Forschungsergebnisse, Software, Preprints usw." msgstr "Hochladen Ihrer Forschungsergebnisse, Software, Preprints usw."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:25 #: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:25
msgid "Increase upload limit beyond our default policy of 10GB." msgid "Increase upload limit beyond our default policy of 10GB."
msgstr "Upload-Limit Erhöhung über unsere Standardrichtlinie von 10 GB hinaus." msgstr "Upload-Limit Erhöhung über unsere Standardrichtlinie von 10 GB hinaus."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:26 #: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:26
#, fuzzy #, fuzzy
#| msgid "Create contact with data stewards." #| msgid "Create contact with data stewards."
msgid "Establish contact with data stewards." msgid "Establish contact with data stewards."
msgstr "Kontakt mit den Data Stewards herstellen." msgstr "Kontakt mit den Data Stewards herstellen."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/contact_us.html:27 #: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:27
msgid "Find individual solutions." msgid "Find individual solutions."
msgstr "Individuelle Lösungen finden." msgstr "Individuelle Lösungen finden."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:29 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:29
msgid "Documentation" msgid "Documentation"
msgstr "Dokumentation" msgstr "Dokumentation"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:36 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:36
msgid "Reference Guide" msgid "Reference Guide"
msgstr "Handbuch" msgstr "Handbuch"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:43 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:43
msgid "Search Guide" msgid "Search Guide"
msgstr "Suchanleitung" msgstr "Suchanleitung"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:50 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:50
msgid "Data Protection" msgid "Data Protection"
msgstr "Datenschutzerklärung" msgstr "Datenschutzerklärung"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:57 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:57
msgid "Terms and Conditions" msgid "Terms and Conditions"
msgstr "Nutzungsbedingungen" msgstr "Nutzungsbedingungen"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:65 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:65
msgid "Features" msgid "Features"
msgstr "Features" msgstr "Features"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:68 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:68
msgid "Scalability" msgid "Scalability"
msgstr "Skalierbarkeit" msgstr "Skalierbarkeit"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:69 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:69
msgid "Institutional integration" msgid "Institutional integration"
msgstr "Institutionelle Einbindung" msgstr "Institutionelle Einbindung"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:70 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:70
msgid "Next Generation Repository" msgid "Next Generation Repository"
msgstr "Repositorium der nächsten Generation" msgstr "Repositorium der nächsten Generation"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:71 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:71
msgid "Repository Profiles" msgid "Repository Profiles"
msgstr "Repositorienprofile" msgstr "Repositorienprofile"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:72 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:72
msgid "Resilient" msgid "Resilient"
msgstr "Resilient, widerstandsfähig" msgstr "Resilient, widerstandsfähig"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:78 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:78
msgid "Connected Services" msgid "Connected Services"
msgstr "Verbundene Services" msgstr "Verbundene Services"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:82 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:82
msgid "PURE" msgid "PURE"
msgstr "PURE" msgstr "PURE"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:88 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:88
msgid "CampusOnline" msgid "CampusOnline"
msgstr "CampusOnline" msgstr "CampusOnline"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:94 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:94
msgid "Research Data Management" msgid "Research Data Management"
msgstr "Forschungsdatenmanagement" msgstr "Forschungsdatenmanagement"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:101 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:101
msgid "Accessibility" msgid "Accessibility"
msgstr "Barrierefreiheit" msgstr "Barrierefreiheit"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:104 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:104
msgid "Tipp:" msgid "Tipp:"
msgstr "Tipp:" msgstr "Tipp:"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:107 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:107
msgid "Use Ctrl + and Crtl -" msgid "Use Ctrl + and Crtl -"
msgstr "Verwenden Sie Strg+ und Strg-" msgstr "Verwenden Sie Strg+ und Strg-"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:110 #: invenio_theme_iform/templates/invenio_theme_iform/footer.html:110
msgid "to change the font size." msgid "to change the font size."
msgstr "Um die Schriftgröße zu ändern." msgstr "Um die Schriftgröße zu ändern."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:13 #: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:13
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:17 #: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:17
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:26 #: invenio_theme_iform/templates/invenio_theme_iform/overview.html:26
msgid "Research Results" msgid "Research Results"
msgstr "Forschungsergebnisse" msgstr "Forschungsergebnisse"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:16 #: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:16
#, fuzzy #, fuzzy
#| msgid "Frontpage: Description for research result" #| msgid "Frontpage: Description for research result"
msgid "Frontpage: Description for research results" msgid "Frontpage: Description for research results"
@@ -255,21 +255,21 @@ msgstr ""
"Möglichkeit, Forschungsergebnisse zum Repository hinzuzufügen, aber auch " "Möglichkeit, Forschungsergebnisse zum Repository hinzuzufügen, aber auch "
"nach den Ergebnissen anderer Personen zu suchen." "nach den Ergebnissen anderer Personen zu suchen."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:26 #: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:26
msgid "Search for research results" msgid "Search for research results"
msgstr "Suchen Sie nach Forschungsergebnissen" msgstr "Suchen Sie nach Forschungsergebnissen"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:29 #: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:29
msgid "Upload research results" msgid "Upload research results"
msgstr "Erstellen Sie Forschungsergebnisse" msgstr "Erstellen Sie Forschungsergebnisse"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:36 #: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:36
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:22 #: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:22
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:59 #: invenio_theme_iform/templates/invenio_theme_iform/overview.html:59
msgid "Publications" msgid "Publications"
msgstr "Publikationen" msgstr "Publikationen"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:39 #: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:39
msgid "Frontpage: Description for publications" msgid "Frontpage: Description for publications"
msgstr "" msgstr ""
"Der Bereich Publikationen umfasst Zitate aus verschiedenen Bereichen. Open-" "Der Bereich Publikationen umfasst Zitate aus verschiedenen Bereichen. Open-"
@@ -279,17 +279,17 @@ msgstr ""
"gemacht. Der folgende Link bietet die Möglichkeit, unter den Publikationen " "gemacht. Der folgende Link bietet die Möglichkeit, unter den Publikationen "
"zu suchen." "zu suchen."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:49 #: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:49
msgid "Search for publications" msgid "Search for publications"
msgstr "Suchen Sie nach Publikationen" msgstr "Suchen Sie nach Publikationen"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:56 #: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:56
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:27 #: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:27
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:70 #: invenio_theme_iform/templates/invenio_theme_iform/overview.html:70
msgid "Educational Resources" msgid "Educational Resources"
msgstr "Bildungsinhalte" msgstr "Bildungsinhalte"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:59 #: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:59
msgid "Frontpage: Description for open educational resources" msgid "Frontpage: Description for open educational resources"
msgstr "" msgstr ""
"In diesem Bereich können Sie Ihre offen lizenzierten Bildungsinhalte (OER, " "In diesem Bereich können Sie Ihre offen lizenzierten Bildungsinhalte (OER, "
@@ -299,72 +299,72 @@ msgstr ""
"at</a> übertragen. Um etwas in diesem Bereich hochzuladen, ist ein OER-" "at</a> übertragen. Um etwas in diesem Bereich hochzuladen, ist ein OER-"
"Zertifikat und die Aktivierung Ihres Accounts erforderlich." "Zertifikat und die Aktivierung Ihres Accounts erforderlich."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:69 #: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:69
msgid "Search for educational resourses" msgid "Search for educational resourses"
msgstr "Suchen Sie nach Bildungsinhalten" msgstr "Suchen Sie nach Bildungsinhalten"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:72 #: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:72
msgid "Upload educational resources" msgid "Upload educational resources"
msgstr "Erstellen Sie neue Bildungsinhalte" msgstr "Erstellen Sie neue Bildungsinhalte"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:61 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html:61
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:11 #: invenio_theme_iform/templates/invenio_theme_iform/header.html:11
msgid "Test Instance" msgid "Test Instance"
msgstr "Testumgebung" msgstr "Testumgebung"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:62 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html:62
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:12 #: invenio_theme_iform/templates/invenio_theme_iform/header.html:12
msgid "This is the test instance of the TU Graz Repository." msgid "This is the test instance of the TU Graz Repository."
msgstr "Dies ist die Testumgebung des TU Graz Repositorys." msgstr "Dies ist die Testumgebung des TU Graz Repositorys."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:40 #: invenio_theme_iform/templates/invenio_theme_iform/header.html:40
msgid "Home" msgid "Home"
msgstr "Startseite" msgstr "Startseite"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:46 #: invenio_theme_iform/templates/invenio_theme_iform/header.html:46
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:37 #: invenio_theme_iform/templates/invenio_theme_iform/overview.html:37
msgid "Communities" msgid "Communities"
msgstr "Communities" msgstr "Communities"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:49 #: invenio_theme_iform/templates/invenio_theme_iform/header.html:49
msgid "Dashboard" msgid "Dashboard"
msgstr "Übersicht" msgstr "Übersicht"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:12 #: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:12
msgid "All" msgid "All"
msgstr "Alle" msgstr "Alle"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:78 #: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:78
msgid "TU GRAZ" msgid "TU GRAZ"
msgstr "" msgstr ""
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:80 #: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:80
msgid "REPOSITORY" msgid "REPOSITORY"
msgstr "Repository" msgstr "Repository"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:82 #: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:82
msgid "LIBRARY & ARCHIVES" msgid "LIBRARY & ARCHIVES"
msgstr "Bibliothek und Archiv" msgstr "Bibliothek und Archiv"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:92 #: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:92
msgid "SCIENCE" msgid "SCIENCE"
msgstr "WISSEN" msgstr "WISSEN"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:93 #: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:93
msgid "PASSION" msgid "PASSION"
msgstr "TECHNIK" msgstr "TECHNIK"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:94 #: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:94
msgid "TECHNOLOGY" msgid "TECHNOLOGY"
msgstr "LEIDENSCHAFT" msgstr "LEIDENSCHAFT"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:31 #: invenio_theme_iform/templates/invenio_theme_iform/overview.html:31
#, fuzzy #, fuzzy
#| msgid "Overview: Description for research result" #| msgid "Overview: Description for research result"
msgid "Overview: Description for research results" msgid "Overview: Description for research results"
msgstr "Die Forschungsergebnisse bilden die Grundlage für Veröffentlichungen." msgstr "Die Forschungsergebnisse bilden die Grundlage für Veröffentlichungen."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:42 #: invenio_theme_iform/templates/invenio_theme_iform/overview.html:42
msgid "Overview: Description of Communities" msgid "Overview: Description of Communities"
msgstr "" msgstr ""
"Bauen Sie eine Gemeinschaft von Einzelpersonen auf, um die Plattform " "Bauen Sie eine Gemeinschaft von Einzelpersonen auf, um die Plattform "
@@ -372,108 +372,108 @@ msgstr ""
"Thema oder Ihre Veranstaltung zu organisieren, zu kuratieren und gemeinsam " "Thema oder Ihre Veranstaltung zu organisieren, zu kuratieren und gemeinsam "
"zu bearbeiten." "zu bearbeiten."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:48 #: invenio_theme_iform/templates/invenio_theme_iform/overview.html:48
msgid "Requests" msgid "Requests"
msgstr "Anfragen" msgstr "Anfragen"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:53 #: invenio_theme_iform/templates/invenio_theme_iform/overview.html:53
msgid "Overview: Description of Requests" msgid "Overview: Description of Requests"
msgstr "" msgstr ""
"Prüfen Sie auf eingehende Benachrichtigungen und Gemeinschaftsaufgaben oder -" "Prüfen Sie auf eingehende Benachrichtigungen und Gemeinschaftsaufgaben oder -"
"anfragen." "anfragen."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:64 #: invenio_theme_iform/templates/invenio_theme_iform/overview.html:64
msgid "Overview: Description for publications" msgid "Overview: Description for publications"
msgstr "" msgstr ""
"Die Veröffentlichungen sind das zusammengefasste Ergebnis der Forschung." "Die Veröffentlichungen sind das zusammengefasste Ergebnis der Forschung."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:75 #: invenio_theme_iform/templates/invenio_theme_iform/overview.html:75
msgid "Overview: Description for open educational resources" msgid "Overview: Description for open educational resources"
msgstr "" msgstr ""
"Veröffentlichen Sie hier Ihre offen lizenzierten Bildungsmaterialien (OER), " "Veröffentlichen Sie hier Ihre offen lizenzierten Bildungsmaterialien (OER), "
"damit andere sie finden und weiternutzen können." "damit andere sie finden und weiternutzen können."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:11 #: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:11
msgid "Recent uploads" msgid "Recent uploads"
msgstr "Kürzlich hochgeladene Dateien" msgstr "Kürzlich hochgeladene Dateien"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:16 #: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:16
msgid "There are no public records to show." msgid "There are no public records to show."
msgstr "Es sind keine öffentlich zugänglichen Datensätze vorhanden." msgstr "Es sind keine öffentlich zugänglichen Datensätze vorhanden."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:28 #: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:28
msgid "Publication date" msgid "Publication date"
msgstr "Datum der Veröffentlichung" msgstr "Datum der Veröffentlichung"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:34 #: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:34
msgid "Resource type" msgid "Resource type"
msgstr "Art der Veröffentlichung" msgstr "Art der Veröffentlichung"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:8 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/header_login.html:8
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:82 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:82
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:82 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:82
msgid "Sign up" msgid "Sign up"
msgstr "Registrieren" msgstr "Registrieren"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:15 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/header_login.html:15
msgid "Log in" msgid "Log in"
msgstr "Einloggen" msgstr "Einloggen"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:30 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/header_login.html:30
msgid "Sign out" msgid "Sign out"
msgstr "Ausloggen" msgstr "Ausloggen"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:24 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:24
msgid "Log in to Repository" msgid "Log in to Repository"
msgstr "Anmelden" msgstr "Anmelden"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:38 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:38
#, python-format #, python-format
msgid "Log in with %(title)s" msgid "Log in with %(title)s"
msgstr "Einloggen mit %(title)s" msgstr "Einloggen mit %(title)s"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:46 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:46
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:47 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:47
msgid "Or" msgid "Or"
msgstr "Oder" msgstr "Oder"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:57 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:57
msgid "Log in with repository credentials" msgid "Log in with repository credentials"
msgstr "Loggen Sie sich mit Ihrem Repository-Account ein" msgstr "Loggen Sie sich mit Ihrem Repository-Account ein"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:67 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:67
msgid "Log In" msgid "Log In"
msgstr "Einloggen" msgstr "Einloggen"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:81 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:81
#, python-format #, python-format
msgid "New to %(sitename)s?" msgid "New to %(sitename)s?"
msgstr "Neu im %(sitename)s?" msgstr "Neu im %(sitename)s?"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:91 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:91
msgid "Forgot password?" msgid "Forgot password?"
msgstr "Passwort vergessen?" msgstr "Passwort vergessen?"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:20 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:20
msgid "Create an Account" msgid "Create an Account"
msgstr "Einen Account erstellen" msgstr "Einen Account erstellen"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:25 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:25
msgid "Citeable. Discoverable." msgid "Citeable. Discoverable."
msgstr "Zitierfähig. Auffindbar." msgstr "Zitierfähig. Auffindbar."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:27 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:27
msgid "" msgid ""
"Uploads get a Digital Object Identifier (DOI) to make them easily and " "Uploads get a Digital Object Identifier (DOI) to make them easily and "
"uniquely citeable." "uniquely citeable."
msgstr "" msgstr ""
"Uploads erhalten eine DOI und werden damit leichtauffindbar und zitierfähig." "Uploads erhalten eine DOI und werden damit leichtauffindbar und zitierfähig."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:28 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:28
msgid "Communities." msgid "Communities."
msgstr "Communities." msgstr "Communities."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:30 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:30
msgid "" msgid ""
"Accept or reject uploads to your own community (e.g workshops, EU projects, " "Accept or reject uploads to your own community (e.g workshops, EU projects, "
"institutions or entire disciplines)." "institutions or entire disciplines)."
@@ -481,21 +481,21 @@ msgstr ""
"Annehmen oder Ablehnen von Uploads in Ihrer eigenen Community (z.B. " "Annehmen oder Ablehnen von Uploads in Ihrer eigenen Community (z.B. "
"workshop, EU-Projekt, Forschungseinrichtung, Disziplin)" "workshop, EU-Projekt, Forschungseinrichtung, Disziplin)"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:32 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:32
msgid "Trusted Research Data Management" msgid "Trusted Research Data Management"
msgstr "Vertrauenswürdiges Forschungsdatenmanagement" msgstr "Vertrauenswürdiges Forschungsdatenmanagement"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:34 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:34
msgid "" msgid ""
"Built on top of TU Graz expertise in managing of the research data from the " "Built on top of TU Graz expertise in managing of the research data from the "
"Graz University of Technology." "Graz University of Technology."
msgstr "Gebaut basierend auf Expertise der TU Graz im Bereich Data Management." msgstr "Gebaut basierend auf Expertise der TU Graz im Bereich Data Management."
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:44 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:44
msgid "Sign up with TUGRAZ" msgid "Sign up with I-Form"
msgstr "Mit Ihrem TUGonline-Account registrieren" msgstr "Mit Ihrem TUGonline-Account registrieren"
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:61 #: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:61
msgid "Sign up with repository credentials" msgid "Sign up with repository credentials"
msgstr "Mit Ihren Repository Daten registrieren" msgstr "Mit Ihren Repository Daten registrieren"

View File

@@ -0,0 +1,480 @@
# English translations for invenio-theme-iform.
# Copyright (C) 2023 Graz University of Technology
# This file is distributed under the same license as the
# invenio-theme-iform project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: invenio-theme-iform 4.12.0\n"
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n"
"POT-Creation-Date: 2024-02-02 10:08+0100\n"
"PO-Revision-Date: 2024-02-02 10:09+0100\n"
"Last-Translator: \n"
"Language-Team: en <LL@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.1\n"
"X-Generator: Poedit 2.3.1\n"
#: invenio_theme_iform/config.py:13 invenio_theme_iform/config.py:60
msgid "TU Graz Repository"
msgstr ""
#: invenio_theme_iform/config.py:63
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:24
msgid "Repository"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:12
#: invenio_theme_iform/views.py:70
msgid "Overview"
msgstr ""
#: invenio_theme_iform/views.py:76
msgid "My dashboard"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/423.html:12
msgid "Locked"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/423.html:13
msgid "The resource that is being accessed is locked."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html:26
#: invenio_theme_iform/templates/invenio_theme_iform/base.html:34
msgid "Invenio"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:10
msgid "Good reasons to use the Repository of the TU Graz"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:13
msgid "Safe"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:13
msgid "Your research results are permanently available."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:14
msgid "Trusted"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:14
msgid "A service from TU Graz, developed in cooperation with CERN."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:15
msgid "Citeable"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:15
msgid "Every upload is assigned a Digital Object Identifier (DOI)."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:16
msgid "No waiting time"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:16
msgid ""
"Uploads are made available online as soon as you hit publish. Your DOI is "
"registered within seconds."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:17
msgid "Open or closed"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:17
msgid ""
"You determine the visibility of your uploads. A restricted access mode is "
"possible."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:18
msgid "Versioning"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:18
msgid "Easily update your dataset with the versioning feature."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:19
msgid "Usage statistics"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:19
msgid "All uploads display standards compliant usage statistics. "
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:19
#: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:88
msgid "More"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:10
msgid "Need help?"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:15
msgid "Contact us"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:20
msgid "We can help with:"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:24
msgid "Upload your research results, software, preprints, etc."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:25
msgid "Increase upload limit beyond our default policy of 10GB."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:26
msgid "Establish contact with data stewards."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:27
msgid "Find individual solutions."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:29
msgid "Documentation"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:36
msgid "Reference Guide"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:43
msgid "Search Guide"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:50
msgid "Data Protection"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:57
msgid "Terms and Conditions"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:65
msgid "Features"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:68
msgid "Scalability"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:69
msgid "Institutional integration"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:70
msgid "Next Generation Repository"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:71
msgid "Repository Profiles"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:72
msgid "Resilient"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:78
msgid "Connected Services"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:82
msgid "PURE"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:88
msgid "CampusOnline"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:94
msgid "Research Data Management"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:101
msgid "Accessibility"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:104
msgid "Tipp:"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:107
msgid "Use Ctrl + and Crtl -"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:110
msgid "to change the font size."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:13
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:17
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:26
msgid "Research Results"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:16
#, fuzzy
#| msgid "Frontpage: Description for research result"
msgid "Frontpage: Description for research results"
msgstr ""
"Research results is the collective term for all the results of a research "
"project. They describe the data, source code and all digital objects on "
"which publication results are based. These include the tools used to collect "
"and process the research data. The following links offer the possibility to "
"add research results to the repository, but also to search for the results "
"of other people."
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:26
msgid "Search for research results"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:29
msgid "Upload research results"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:36
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:22
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:59
msgid "Publications"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:39
msgid "Frontpage: Description for publications"
msgstr ""
"The section of publications covers citations from several areas. Open Access "
"papers are imported from Pure. Publications from Open Access publishers are "
"shared. Digital copies are offered. University publications are made "
"available to a wide range of people. The following link offers the "
"possibility to search among publications."
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:49
msgid "Search for publications"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:56
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:27
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:70
msgid "Educational Resources"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:59
msgid "Frontpage: Description for open educational resources"
msgstr ""
"In this area, you can upload your openly licensed educational content (OER, "
"Open Educational Resources) and search for educational resources uploaded by "
"others. Your uploaded content will be automatically transferred to the <a "
"href=\"https://oerhub.at/en\" target=\"_blank\">OERhub.at</a>. To upload "
"something in this area, an OER certificate and activation of your account is "
"required."
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:69
msgid "Search for educational resourses"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:72
msgid "Upload educational resources"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html:61
#: invenio_theme_iform/templates/invenio_theme_iform/header.html:11
msgid "Test Instance"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html:62
#: invenio_theme_iform/templates/invenio_theme_iform/header.html:12
msgid "This is the test instance of the TU Graz Repository."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/header.html:40
msgid "Home"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/header.html:46
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:37
msgid "Communities"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/header.html:49
msgid "Dashboard"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:12
msgid "All"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:78
msgid "TU GRAZ"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:80
msgid "REPOSITORY"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:82
msgid "LIBRARY & ARCHIVES"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:92
msgid "SCIENCE"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:93
msgid "PASSION"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:94
msgid "TECHNOLOGY"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:31
#, fuzzy
#| msgid "Overview: Description for research result"
msgid "Overview: Description for research results"
msgstr "Research results gives the base on which publications are built."
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:42
msgid "Overview: Description of Communities"
msgstr ""
"Grow a community of individuals to sustain the platform going forward and "
"thereby organize, curate and collaborate on records for your institution, "
"project, topic or event."
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:48
msgid "Requests"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:53
msgid "Overview: Description of Requests"
msgstr ""
"Check for incoming notifications and community assignments or inquiries."
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:64
msgid "Overview: Description for publications"
msgstr "Publications are the synthesized result of research."
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:75
msgid "Overview: Description for open educational resources"
msgstr ""
"Educational resources: Publish your openly licensed educational material "
"(OER) here, so that others can find and resue it."
#: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:11
msgid "Recent uploads"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:16
msgid "There are no public records to show."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:28
msgid "Publication date"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:34
msgid "Resource type"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/header_login.html:8
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:82
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:82
msgid "Sign up"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/header_login.html:15
msgid "Log in"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/header_login.html:30
msgid "Sign out"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:24
msgid "Log in to Repository"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:38
#, python-format
msgid "Log in with %(title)s"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:46
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:47
msgid "Or"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:57
msgid "Log in with repository credentials"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:67
msgid "Log In"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:81
#, python-format
msgid "New to %(sitename)s?"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:91
msgid "Forgot password?"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:20
msgid "Create an Account"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:25
msgid "Citeable. Discoverable."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:27
msgid ""
"Uploads get a Digital Object Identifier (DOI) to make them easily and "
"uniquely citeable."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:28
msgid "Communities."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:30
msgid ""
"Accept or reject uploads to your own community (e.g workshops, EU projects, "
"institutions or entire disciplines)."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:32
msgid "Trusted Research Data Management"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:34
msgid ""
"Built on top of TU Graz expertise in managing of the research data from the "
"Graz University of Technology."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:44
msgid "Sign up with I-Form"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:61
msgid "Sign up with repository credentials"
msgstr ""

View File

@@ -0,0 +1,451 @@
# Translations template for invenio-theme-iform.
# Copyright (C) 2024 Graz University of Technology
# This file is distributed under the same license as the
# invenio-theme-iform project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: invenio-theme-iform 4.12.3\n"
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n"
"POT-Creation-Date: 2024-02-02 10:08+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
#: invenio_theme_iform/config.py:13 invenio_theme_iform/config.py:60
msgid "TU Graz Repository"
msgstr ""
#: invenio_theme_iform/config.py:63
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:24
msgid "Repository"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:12
#: invenio_theme_iform/views.py:70
msgid "Overview"
msgstr ""
#: invenio_theme_iform/views.py:76
msgid "My dashboard"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/423.html:12
msgid "Locked"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/423.html:13
msgid "The resource that is being accessed is locked."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html:26
#: invenio_theme_iform/templates/invenio_theme_iform/base.html:34
msgid "Invenio"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:10
msgid "Good reasons to use the Repository of the TU Graz"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:13
msgid "Safe"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:13
msgid "Your research results are permanently available."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:14
msgid "Trusted"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:14
msgid "A service from TU Graz, developed in cooperation with CERN."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:15
msgid "Citeable"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:15
msgid "Every upload is assigned a Digital Object Identifier (DOI)."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:16
msgid "No waiting time"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:16
msgid ""
"Uploads are made available online as soon as you hit publish. Your DOI is"
" registered within seconds."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:17
msgid "Open or closed"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:17
msgid ""
"You determine the visibility of your uploads. A restricted access mode is"
" possible."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:18
msgid "Versioning"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:18
msgid "Easily update your dataset with the versioning feature."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:19
msgid "Usage statistics"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:19
msgid "All uploads display standards compliant usage statistics. "
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/benefits.html:19
#: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:88
msgid "More"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:10
msgid "Need help?"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:15
msgid "Contact us"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:20
msgid "We can help with:"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:24
msgid "Upload your research results, software, preprints, etc."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:25
msgid "Increase upload limit beyond our default policy of 10GB."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:26
msgid "Establish contact with data stewards."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/contact_us.html:27
msgid "Find individual solutions."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:29
msgid "Documentation"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:36
msgid "Reference Guide"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:43
msgid "Search Guide"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:50
msgid "Data Protection"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:57
msgid "Terms and Conditions"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:65
msgid "Features"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:68
msgid "Scalability"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:69
msgid "Institutional integration"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:70
msgid "Next Generation Repository"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:71
msgid "Repository Profiles"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:72
msgid "Resilient"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:78
msgid "Connected Services"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:82
msgid "PURE"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:88
msgid "CampusOnline"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:94
msgid "Research Data Management"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:101
msgid "Accessibility"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:104
msgid "Tipp:"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:107
msgid "Use Ctrl + and Crtl -"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/footer.html:110
msgid "to change the font size."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:13
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:17
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:26
msgid "Research Results"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:16
msgid "Frontpage: Description for research results"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:26
msgid "Search for research results"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:29
msgid "Upload research results"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:36
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:22
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:59
msgid "Publications"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:39
msgid "Frontpage: Description for publications"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:49
msgid "Search for publications"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:56
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:27
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:70
msgid "Educational Resources"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:59
msgid "Frontpage: Description for open educational resources"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:69
msgid "Search for educational resourses"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/frontpage_overview.html:72
msgid "Upload educational resources"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html:61
#: invenio_theme_iform/templates/invenio_theme_iform/header.html:11
msgid "Test Instance"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/accounts_base.html:62
#: invenio_theme_iform/templates/invenio_theme_iform/header.html:12
msgid "This is the test instance of the TU Graz Repository."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/header.html:40
msgid "Home"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/header.html:46
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:37
msgid "Communities"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/header.html:49
msgid "Dashboard"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:12
msgid "All"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:78
msgid "TU GRAZ"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:80
msgid "REPOSITORY"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:82
msgid "LIBRARY & ARCHIVES"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:92
msgid "SCIENCE"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:93
msgid "PASSION"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/navbar.html:94
msgid "TECHNOLOGY"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:31
msgid "Overview: Description for research results"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:42
msgid "Overview: Description of Communities"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:48
msgid "Requests"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:53
msgid "Overview: Description of Requests"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:64
msgid "Overview: Description for publications"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/overview.html:75
msgid "Overview: Description for open educational resources"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:11
msgid "Recent uploads"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:16
msgid "There are no public records to show."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:28
msgid "Publication date"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/recent_uploads.html:34
msgid "Resource type"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/header_login.html:8
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:82
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:82
msgid "Sign up"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/header_login.html:15
msgid "Log in"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/header_login.html:30
msgid "Sign out"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:24
msgid "Log in to Repository"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:38
#, python-format
msgid "Log in with %(title)s"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:46
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:47
msgid "Or"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:57
msgid "Log in with repository credentials"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:67
msgid "Log In"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:81
#, python-format
msgid "New to %(sitename)s?"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/login_user.html:91
msgid "Forgot password?"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:20
msgid "Create an Account"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:25
msgid "Citeable. Discoverable."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:27
msgid ""
"Uploads get a Digital Object Identifier (DOI) to make them easily and "
"uniquely citeable."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:28
msgid "Communities."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:30
msgid ""
"Accept or reject uploads to your own community (e.g workshops, EU "
"projects, institutions or entire disciplines)."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:32
msgid "Trusted Research Data Management"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:34
msgid ""
"Built on top of TU Graz expertise in managing of the research data from "
"the Graz University of Technology."
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:44
msgid "Sign up with I-Form"
msgstr ""
#: invenio_theme_iform/templates/invenio_theme_iform/accounts/register_user.html:61
msgid "Sign up with repository credentials"
msgstr ""

View File

@@ -2,11 +2,11 @@
# #
# Copyright (C) 2020-2025 Graz University of Technology. # Copyright (C) 2020-2025 Graz University of Technology.
# #
# invenio-theme-tugraz is free software; you can redistribute it and/or # invenio-theme-iform is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more # modify it under the terms of the MIT License; see LICENSE file for more
# details. # details.
"""invenio module for TUGRAZ theme.""" """invenio module for I-Form theme."""
from functools import wraps from functools import wraps
from typing import Dict from typing import Dict
@@ -23,7 +23,7 @@ from opensearch_dsl.utils import AttrDict
from .search import FrontpageRecordsSearch from .search import FrontpageRecordsSearch
blueprint = Blueprint( blueprint = Blueprint(
"invenio_theme_tugraz", "invenio_theme_iform",
__name__, __name__,
template_folder="templates", template_folder="templates",
static_folder="static", static_folder="static",
@@ -44,18 +44,18 @@ def records_search():
return render_template("invenio_app_rdm/records/search.html") return render_template("invenio_app_rdm/records/search.html")
def current_identity_is_tugraz_authenticated() -> bool: def current_identity_is_iform_authenticated() -> bool:
"""Checks whether current identity has tugraz-authentication. """Checks whether current identity has iform-authentication.
NOTE: Default permission-policy has no field for `tugraz_authenticated`. NOTE: Default permission-policy has no field for `iform_authenticated`.
Should the field not exist, the service checks against admin-permissions instead. Should the field not exist, the service checks against admin-permissions instead.
You probably meant to configure a custom permission-policy. You probably meant to configure a custom permission-policy.
""" """
rdm_service = current_rdm_records.records_service rdm_service = current_rdm_records.records_service
return rdm_service.check_permission(g.identity, "tugraz_authenticated") return rdm_service.check_permission(g.identity, "iform_authenticated")
def require_tugraz_authenticated(view_func): def require_iform_authenticated(view_func):
"""Decorator for guarding view-functions against unauthenticated users. """Decorator for guarding view-functions against unauthenticated users.
Redirects un-authenticated users to their personal dashboard's overview. Redirects un-authenticated users to their personal dashboard's overview.
@@ -63,8 +63,8 @@ def require_tugraz_authenticated(view_func):
@wraps(view_func) @wraps(view_func)
def decorated_view(*args, **kwargs): def decorated_view(*args, **kwargs):
if not current_identity_is_tugraz_authenticated(): if not current_identity_is_iform_authenticated():
return redirect(url_for("invenio_theme_tugraz.overview")) return redirect(url_for("invenio_theme_iform.overview"))
return view_func(*args, **kwargs) return view_func(*args, **kwargs)
return decorated_view return decorated_view
@@ -77,10 +77,10 @@ def overview():
url = current_user_resources.users_service.links_item_tpl.expand( url = current_user_resources.users_service.links_item_tpl.expand(
g.identity, current_user g.identity, current_user
)["avatar"] )["avatar"]
is_tugraz_authenticated = current_identity_is_tugraz_authenticated() is_iform_authenticated = current_identity_is_iform_authenticated()
return render_template( return render_template(
"invenio_theme_tugraz/overview.html", "invenio_theme_iform/overview.html",
is_tugraz_authenticated=is_tugraz_authenticated, is_iform_authenticated=is_iform_authenticated,
user_avatar=url, user_avatar=url,
) )
@@ -113,7 +113,7 @@ def default_error_handler(e: Exception):
def ui_blueprint(app): def ui_blueprint(app):
"""Blueprint for the routes and resources provided by Invenio-theme-tugraz.""" """Blueprint for the routes and resources provided by invenio-theme-iform."""
routes = app.config.get("TUG_ROUTES") routes = app.config.get("TUG_ROUTES")
blueprint.add_url_rule(routes["index"], view_func=index) blueprint.add_url_rule(routes["index"], view_func=index)
@@ -135,10 +135,10 @@ def index():
records = FrontpageRecordsSearch()[:5].sort("-created").execute() records = FrontpageRecordsSearch()[:5].sort("-created").execute()
return render_template( return render_template(
"invenio_theme_tugraz/index.html", records=records_serializer(records) "invenio_theme_iform/index.html", records=records_serializer(records)
) )
def locked(e): def locked(e):
"""Error page for status locked.""" """Error page for status locked."""
return render_template("invenio_theme_tugraz/423.html") return render_template("invenio_theme_iform/423.html")

View File

@@ -2,7 +2,7 @@
# #
# Copyright (C) 2020 TUGRAZ. # Copyright (C) 2020 TUGRAZ.
# #
# invenio-theme-tugraz is free software. # invenio-theme-iform is free software.
"""JS/CSS Webpack bundles for theme.""" """JS/CSS Webpack bundles for theme."""
@@ -15,9 +15,9 @@ theme = WebpackThemeBundle(
themes={ themes={
"semantic-ui": dict( "semantic-ui": dict(
entry={ entry={
"invenio-theme-tugraz-theme": "./less/invenio_theme_tugraz/theme.less", "invenio-theme-iform-theme": "./less/invenio_theme_iform/theme.less",
"invenio-theme-tugraz-js": "./js/invenio_theme_tugraz/theme.js", "invenio-theme-iform-js": "./js/invenio_theme_iform/theme.js",
"invenio-theme-tugraz-unlock": "./js/invenio_theme_tugraz/unlock.js", "invenio-theme-iform-unlock": "./js/invenio_theme_iform/unlock.js",
}, },
dependencies={ dependencies={
"jquery": "^3.2.1", # zammad-form, semantic-ui's modals "jquery": "^3.2.1", # zammad-form, semantic-ui's modals

View File

@@ -1,153 +0,0 @@
/*
* Copyright (C) 2020 TUGRAZ.
* Copyright (C) 2020 Nikita Lvov.
*
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/
.cover-page {
//text-align: center;
background-color: #ffffff;
}
#login-tug-logo {
& g {
fill: @tugrazRed;
}
}
#login-tug-logo:hover {
& g {
fill: @tugrazBlack;
}
}
.accounts-link {
margin: 5%;
color: @primaryLink;
border: 1px solid @primaryLink;
background-color: transparent;
}
.accounts-link :hover {
font-size: smaller !important;
color: @primaryLink;
background-color: @primaryLinkHoverBackground !important;
}
.tu-button-style button {
cursor: pointer;
border: 1px solid @primaryButton;
background-color: transparent;
height: 29px;
color: @primaryButton;
font-family: "Source Sans Pro";
font-weight: 300;
font-size: 16px;
}
.tu-button-style button:hover {
cursor: pointer;
color: @primaryButton;
background-color: @primaryButtonHoverBackground !important;
}
.form-accounts {
margin: 15%;
text-align: left !important;
& i {
color: @primaryFormAccounts !important;
}
& label {
display: flex !important;
font-weight: 300 !important;
color: @primaryFormAccounts !important;
}
& input {
border: 0px none !important;
padding: 0px !important;
border-bottom: 1px solid @primaryFormAccounts !important;
background-color: transparent !important;
color: @primaryFormAccounts !important;
border-radius: 0 !important;
width: 100% !important;
}
& input::placeholder {
opacity: 1 !important;
color: @formAccountsInputPlaceholder !important;
}
& th {
display: block;
}
& td {
display: inline-block;
}
}
.field > input::selection {
background: @fieldInputSelectionBackground;
}
.accounts-header {
font-weight: 300 !important;
}
/***
login and sign-up pages form background color
*/
.sign-form {
background-color: @signInBackground !important;
padding: 0 !important;
height: 100%;
}
.tug-button-login {
display: flex;
align-items: center;
fill: @tugrazRed;
}
.tug-button-login :hover {
fill: @primaryButtonHoverBackground;
}
.login-page-button {
margin: 5%;
text-align: center !important;
& a {
padding: 5px;
text-decoration: underline !important;
cursor: pointer;
}
& a:hover {
background-color: @primaryLinkHoverBackground;
color: @primaryLink !important;
text-decoration: none;
}
}
.login-page-button-white {
color: @primaryButton !important;
font-family: "Source Sans Pro";
font-size: initial;
}
.login-page-button-black {
color: @primaryButtonInverted !important;
font-family: "Source Sans Pro";
font-size: initial;
}
/***
allowing to switch columns on the sign-up page on the small screen
*/
.switch-grid {
display: flex;
}
@media (max-width: 767px) {
#switch_left {
order: 2;
}
#switch_right {
order: 1;
}
}

View File

@@ -1,15 +0,0 @@
/*
* Copyright (C) 2021 Graz University of Technology.
*
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/
// deposit form segment styling
.ui.inverted.brand.segment {
background-color: @greyLight !important;
color: @tugrazBlack !important;
label {
color: @tugrazBlack;
}
}

View File

@@ -1,53 +0,0 @@
/*
* Copyright (C) 2020-2023 Graz University of Technology.
*
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/
#footer {
color: @footerGrey;
min-height: 100%;
width: 100%;
&.footer-bottom {
background-color: @footerBottomBackground;
padding-top: 15px;
padding-bottom: 15px;
font-size: 16px;
a {
text-decoration: none;
color: @footerGrey;
// :focus-visible activates on keyboard only
&:hover, &:focus:focus-visible {
color: @primaryLink;
background-color: @primaryLinkHoverBackground;
i.icon.download {
color: @tugrazRed;
}
}
// remove blue focus outline if clicked with mouse
&:focus:not(:focus-visible) {
outline-style: none;
}
}
}
div .logos a:hover {
background-color: transparent !important;
}
}
.bodytext{
font-size: 16px;
}
.spacer{
margin-top: 10px;
}
.spacer-long{
margin-top: 30px;
}

View File

@@ -1,90 +0,0 @@
/*
* Copyright (C) 2020-2021 Graz University of Technology.
*
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/
h4 {
display: block;
margin-block-start: 0.33em;
margin-block-end: 0.33em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
h2 {
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.ui.blue.labels .label,
.ui.blue.label {
color: @greyDark !important;
background-color: @recordVersionBackground !important;
border-color: @recordVersionBackground !important;
}
.random-records-frontpage article {
border-bottom: 1px solid @randomRecordsFrontpageArticle;
margin-bottom: 1rem;
padding-bottom: 1rem;
}
.random-records-frontpage .more {
margin-top: 20px !important;
margin-bottom: 35px !important;
}
.random-records-frontpage h2 {
text-align: center;
}
.badges {
float: right;
}
/*Zammad form**/
.zammad-form{
h2{
text-align: center;
}
.form-group{
label{
color: @tugrazBlack;
}
input.form-control{
height: 30px;
// width: auto;
border-radius: 0;
font-family: "Source Sans Pro";
background: @primaryLinkBackgroundInverted;
border: 1px solid rgba(34, 36, 38, 0.15);
}
textarea{
border: 1px solid rgba(34, 36, 38, 0.15);
}
}
.btn{
width: 100% !important;
cursor: pointer;
font-family: "Source Sans Pro";
min-height: 1em;
line-height: 1em;
padding: 0.78571429em 1.5em 0.78571429em;
background: @greyLight none;
border: 0;
}
.btn:hover{
background: @primaryLinkHoverBackground;
color: @primaryButton;
font-size: 1rem;
font-weight: bold;
}
}:focus{
outline: thin;
outline-style: solid;
outline-color: @outlineColor;
}

View File

@@ -1,264 +0,0 @@
/*
* Copyright (C) 2020-2021 Graz University of Technology.
*
* invenio-theme-tugraz is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
*/
#int-menu-q-home-icon {
width: 18px;
height: 18px;
vertical-align: top;
fill: @tugrazRed;
}
/*****logo section******/
.affiliation-logo {
vertical-align: middle;
white-space: nowrap;
& a {
fill: @tugrazRed;
}
}
.affiliation-logo :hover {
text-decoration: none;
fill: @primaryLinkHoverBackground;
color: @primaryLinkHoverBackground;
}
.affiliation {
background-color: @primaryLink;
display: table;
margin: 0 auto 80px;
max-width: 1060px;
width: 100%;
text-decoration: none;
}
.affiliation-text {
display: table-cell;
font-size: 12px;
line-height: 17px;
letter-spacing: 2px;
white-space: nowrap;
}
.affiliation-logo-claim {
display: inline-block;
font-size: 12px;
letter-spacing: 2px;
line-height: 17px;
padding: 0 17px 0 0;
text-align: right;
vertical-align: top;
}
/*****END logo section******/
.short-menu {
display: table;
height: 49px;
width: 100%;
}
.short-menu-left {
border-right: 1px solid black;
display: table-cell;
text-align: right;
width: 50%;
}
.short-menu-right {
display: table-cell;
width: 50%;
color: @primaryLinkInverted;
}
.short-menu-right :hover {
background-color: @primaryLinkHoverBackground;
color: @primaryLink;
}
.short-menu-right-button {
cursor: pointer;
display: inline-block;
margin: 12px 0 6px 9px;
padding: 5px;
}
.short-menu-right-button a:hover {
text-decoration: none;
}
.short-menu-left-lang {
display: inline-block;
margin-right: 10px;
font-size: 17px !important;
font-weight: 300;
& a {
padding: 5px;
background-color: transparent;
color: @primaryLinkInverted;
text-decoration: none;
}
}
.short-menu-left-lang:hover {
& a {
background-color: @primaryLinkHoverBackground;
color: @primaryLink;
text-decoration: none;
}
}
.search-icon-header {
display: inline-block;
& a {
background-color: transparent;
padding: 5px;
text-decoration: none;
& svg {
& g {
stroke-linejoin: round;
stroke: @primaryLinkInverted;
stroke-miterlimit: 10;
stroke-width: 2;
fill: none;
}
}
}
}
.search-icon-header:hover {
& a {
background-color: @primaryLinkHoverBackground;
text-decoration: none;
& svg {
& g {
stroke: @primaryLink;
}
}
}
}
.short-menu-left-search {
display: inline-block;
margin: 12px 9px 6px 0;
color: @primaryLinkInverted;
}
.short-menu-right-main-menu {
display: inline-block;
margin-right: 3px;
vertical-align: top;
width: 21px;
}
.short-menu-icon {
vertical-align: top;
width: 20px;
height: 19px;
}
svg:not(:root) {
overflow: hidden;
}
/***********MAIN menu*************/
.main-menu-entry {
text-align: center !important;
& a {
font-size: 1.2rem;
padding: 5px 8px;
}
}
.main-menu-entry a:hover {
background-color: @primaryLinkHoverBackground;
color: @primaryLink;
text-decoration: none;
}
.main-menu-entry-svg {
padding-left: 0 !important;
}
.main-menu-underline-line {
border: 2px solid @greyLight !important;
border-radius: 0;
background-color: @greyLight;
}
#margin-divider{
margin-left: 155px; margin-right: 155px;
}
.affiliation-text a:hover {
background-color: @primaryLinkHoverBackground;
color: @primaryLink;
text-decoration: none;
}
.main-menu {
border-bottom: 1px solid @primaryLinkInverted;
box-sizing: border-box;
height: 39px;
margin-top: -1px;
overflow: hidden;
transition: height 0.3s linear 0s;
}
.int-menu-q-open-icon {
width: 14px;
vertical-align: middle;
margin-left: 5px;
}
/*********************Custom overrides**********************/
/** Login with SAML**/
.col a {
cursor: pointer;
}
@media screen and (max-width: 767.9px) {
#int-header-logo-img {
width: 200px;
height: 75px;
}
#main-logo {
padding: 30px 0;
text-align: center;
display: block;
}
#repo-logo{
display: none;
}
.affiliation-logo-claim {
display: none;
}
}
.repo-img{
margin-right: 5px;
}
.inline-elements{
display: flex;
}
span.home-inline{
white-space: nowrap;
}
.test-instance{
text-align: center;
background-color: @notificationBackground;
border: solid @notificationBorder 1px;
z-index: 100000;
}
#skip-to-main {
background-color: @primaryButton;
&:focus {
background-color: @primaryButtonInverted;
}
}

View File

@@ -1,31 +0,0 @@
.ui.inverted.header{
color: @primaryLinkInverted;
}
.login-page-button {
margin: 5%;
text-align: center !important;
& a {
padding: 5px;
cursor: pointer;
}
& a:hover {
background-color: @primaryLinkHoverBackground;
color: @primaryLink !important;
text-decoration: none;
}
}
.text-color{
color: @primaryLinkInverted;
}
@media (max-width: 767px) {
#switch_left {
order: 2;
}
#switch_right {
order: 1;
}
}

View File

@@ -1,17 +0,0 @@
/*
* Copyright (C) 2020 Graz University of Technology
*
* invenio-theme-tugraz is free software; you can redistribute it and/or modify
* it under the terms of the MIT License; see LICENSE file for more details.
*/
.top-bottom-padded {
margin: unset;
}
.label.label-keyword {
font-size: 0.71428571rem;
font-weight: 400;
background-color: @labelKeywordBackground;
border: unset;
}

Some files were not shown because too many files have changed in this diff Show More