24 lines
1.9 KiB
Go Template
24 lines
1.9 KiB
Go Template
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}" class="page-content home">
|
|
<div class="tw-mb-8 tw-px-8">
|
|
<div class="center">
|
|
<img style="margin-bottom:2em" class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{ctx.Locale.Tr "logo"}}"> <img style="margin-bottom:2em" class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/trr379_logo.svg" alt="{{ctx.Locale.Tr "logo"}}">
|
|
<div class="hero">
|
|
<h1 class="ui icon header title">TRR379 Hub</h1>
|
|
<h2><small>A home for reproducible research in the<br>Collaborative Research Center <a href="https://www.trr379.de">Neuropsychobiology of Aggression</a></small></h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="eight wide centered center column">
|
|
<p class="large">
|
|
A data management system designed for comprehensive and reproducible management of research data, powered by <a href="https://codeberg.org/matrss/forgejo-aneksajo">Forgejo-aneksajo</a>, and built on <a href="https://forgejo.org/">Forgejo</a>.
|
|
It keeps track of changes to contents and organization of data and provides secure remote access via <a href="https://git-scm.com/">git</a>, <a href="https://git-annex.branchable.com/">git-annex</a> and <a href="https://www.datalad.org/">DataLad</a>.
|
|
</p>
|
|
<p class="large">
|
|
This service is hosted by the <a href="https://www.fz-juelich.de/en/inm/inm-7">Institute of Neuroscience and Medicine - Brain and Behavior (INM-7)</a> at <a href="https://www.fz-juelich.de/en/">Research Center Jülich</a>.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|