From 4fb2358508b33d9f8435d806954fe15471f7d66a Mon Sep 17 00:00:00 2001 From: Adina Wagner Date: Wed, 11 Feb 2026 09:32:01 +0100 Subject: [PATCH] add a frontpage to the pool --- Makefile | 1 + config.yaml | 3 +++ frontpage.html | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 frontpage.html diff --git a/Makefile b/Makefile index c790f8d..0508fb0 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ build: clean cp config*.yaml $(DIST_DIR)/ cp favicon.ico $(DIST_DIR)/favicon.ico cp *logo* $(DIST_DIR)/ + cp *.html $(DIST_DIR)/ # Clean output clean: diff --git a/config.yaml b/config.yaml index 2a65ff9..b9cb5ab 100644 --- a/config.yaml +++ b/config.yaml @@ -2,6 +2,7 @@ app_name: TRR379 Knowledge Pooling Tool (v0) page_title: TRR379 Knowledge documentation_url: https://docs.trr379.de/howtos/pool-tool/index.html source_code_url: https://hub.trr379.de/q02/pool.v0.trr379.de-ui +front_page_content: content:FrontPageHTML external_config_url: https://pool.v0.trr379.de/ui/config_ri_default.yaml app_theme: link_color: '#ffa200' @@ -54,6 +55,8 @@ use_gitannex_p2phttp: true content: depiction-upload-template: url: templates/depiction-upload.ttl + FrontPageHTML: + url: frontpage.html # would also work for any usage of a slot via update_shapes_default + _all_property_shapes update_shapes: diff --git a/frontpage.html b/frontpage.html new file mode 100644 index 0000000..69cd629 --- /dev/null +++ b/frontpage.html @@ -0,0 +1,39 @@ + +

Welcome to the "brain" of the TRR379!

+

+ This knowledge pool is the central collection point and database of research activities in the TRR379. + It is designed to be used by consortium partners to report on data collections and other research activities, in order to communicate them to the consortium at large, to generate automated progress reports, and enable complex research information queries. + Among other things, it directly and automatically creates updates for the consortium website (www.trr379.de), for example for up-to-date publication overviews or project memberships. +

+

Access and authentication

+

+ Only authorized actors can add or edit information. + Authentication requires an access token. +

+ +

+ If you have an access token, provide it in the upper right corner's key symbol. +

+

+ If you don't have an access token, consult the Documentation on how to obtain one. +

+ +

Further information

+

+For more information on the pool and instructions, please visit docs.trr379.de/howtos/pool-tool. + +For technical information on the editor and the privacy policy, please visit pool.v0.trr379.de. +

+ +

+In order to complete a contribution, it is critical to save all forms and +submit the record. This is done with the submit button at the top-right +of the page. This button will show an indicator for any unsubmitted records. +Until submission, all information stays local in the browser. +

+ +

Contact

+

+For technical issues, please contact the TRR mailing list at trr379@lists.fz-juelich.de. +

+ \ No newline at end of file -- 2.52.0