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 d27cb29..2f9bdff 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' @@ -71,6 +72,8 @@ gitannex_p2phttp_config_wizard: content: depiction-upload-template: url: templates/depiction-upload.ttl + FrontPageHTML: + url: frontpage.html doi-template: url: templates/doi.ttl doi-logo: 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