add a frontpage to the pool #16

Merged
jsheunis merged 2 commits from a.wagner/pool.v0.trr379.de-ui:frontpage into main 2026-02-11 14:31:53 +00:00
3 changed files with 43 additions and 0 deletions

View file

@ -18,6 +18,7 @@ build: clean
cp config*.yaml $(DIST_DIR)/ cp config*.yaml $(DIST_DIR)/
cp favicon.ico $(DIST_DIR)/favicon.ico cp favicon.ico $(DIST_DIR)/favicon.ico
cp *logo* $(DIST_DIR)/ cp *logo* $(DIST_DIR)/
cp *.html $(DIST_DIR)/
# Clean output # Clean output
clean: clean:

View file

@ -2,6 +2,7 @@ app_name: TRR379 Knowledge Pooling Tool (v0)
page_title: TRR379 Knowledge page_title: TRR379 Knowledge
documentation_url: https://docs.trr379.de/howtos/pool-tool/index.html documentation_url: https://docs.trr379.de/howtos/pool-tool/index.html
source_code_url: https://hub.trr379.de/q02/pool.v0.trr379.de-ui 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 external_config_url: https://pool.v0.trr379.de/ui/config_ri_default.yaml
app_theme: app_theme:
link_color: '#ffa200' link_color: '#ffa200'
@ -71,6 +72,8 @@ gitannex_p2phttp_config_wizard:
content: content:
depiction-upload-template: depiction-upload-template:
url: templates/depiction-upload.ttl url: templates/depiction-upload.ttl
FrontPageHTML:
url: frontpage.html
doi-template: doi-template:
url: templates/doi.ttl url: templates/doi.ttl
doi-logo: doi-logo:

39
frontpage.html Normal file
View file

@ -0,0 +1,39 @@
<html>
<h1 style="margin-bottom:.5lh">Welcome to the "brain" of the TRR379!</h1>
<p>
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 (<a href="https://trr379.de" target="_blank">www.trr379.de</a>), for example for up-to-date publication overviews or project memberships.
</p>
<h3 style="margin-top:.6lh; margin-bottom:.4lh">Access and authentication</h3>
<p style="margin-top:.2lh">
Only authorized actors can add or edit information.
Authentication requires an <strong>access token</strong>.
</p>
<p style="margin-top:.2lh">
If you <i>have</i> an access token, provide it in the upper right corner's key symbol.
</p>
<p style="margin-top:.2lh">
If you <i>don't have</i> an access token, consult the <a href="https://docs.trr379.de/howtos/pool-tool/setup/index.html#setup-for-general-contributors-and-submitters" target="_blank">Documentation</a> on how to obtain one.
</p>
<h3 style="margin-top:.6lh; margin-bottom:.4lh">Further information</h3>
<p style="margin-top:.2lh">
For more information on the pool and instructions, please visit <a href="https://docs.trr379.de/howtos/pool-tool/index.html" target="_blank">docs.trr379.de/howtos/pool-tool</a>.
For technical information on the editor and the privacy policy, please visit <a href="https://pool.v0.trr379.de/" target="_blank">pool.v0.trr379.de</a>.
</p>
<p style="margin-top:.2lh">
In order to complete a contribution, it is <strong>critical to save all forms and
submit the record</strong>. 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.
</p>
<h3 style="margin-top:.6lh; margin-bottom:.4lh">Contact</h3>
<p style="margin-top:.2lh">
For technical issues, please contact the TRR mailing list at <a href="mailto:trr379@lists.fz-juelich.de" target="_blank">trr379@lists.fz-juelich.de</a>.
</p>
</html>