Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hifis.net
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HIFIS
Overall
hifis.net
Merge requests
!165
Draft:Hifis unified V0.2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft:Hifis unified V0.2
hifis-unified-2
into
master
Overview
0
Commits
61
Pipelines
0
Changes
134
Closed
Uwe Jandt (DESY, HIFIS)
requested to merge
hifis-unified-2
into
master
4 years ago
Overview
0
Commits
61
Pipelines
0
Changes
1
Expand
resolved conflicts from branch
uj-hifis-overall
Edited
4 years ago
by
Uwe Jandt (DESY, HIFIS)
0
0
Merge request reports
Compare
version 1
version 2
88b2e326
4 years ago
version 1
677d8b54
4 years ago
master (base)
and
version 2
latest version
26eb9fcf
61 commits,
4 years ago
version 2
88b2e326
60 commits,
4 years ago
version 1
677d8b54
59 commits,
4 years ago
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
_layouts/frontpage.html
+
68
−
25
Options
@@ -19,18 +19,8 @@
title=page.notification.title
description=page.notification.description %}
{% endif %}
<h1>
News
<a
class=
"rss-posts-button"
href=
"{{ '/feed/news.xml' | relative_url }}"
title=
"Subscribe to HIFIS News Feed"
type=
"application/atom+xml"
download
>
<i
class=
"fas fa-rss"
></i>
</a>
and Announcements
<a
href=
"https://lists.desy.de/sympa/subscribe/hifis-announce"
title=
"Subscribe to HIFIS Announcements Letter - also unsubscribe"
>
<i
class=
"fas fa-bell"
></i>
</a>
<h1>
News, Announcements, Blogs
</h1>
<div
class=
"flex-cards"
>
@@ -49,10 +39,47 @@
{%
-
endif
-
%}
{%
-
endfor
-
%}
</
div
>
<a
href=
"{{ 'news/' | relative_url }}"
class=
"btn btn-outline-secondary"
>
More HIFIS News
</a>
<a
href=
"https://software.hifis.net/blog"
class=
"btn btn-outline-secondary"
>
HIFIS Software Cluster News
</a>
<a
href=
"{{ 'news/' | relative_url }}"
class=
"btn btn-outline-secondary"
>
All HIFIS News
</a>
<a
href=
"https://lists.desy.de/sympa/subscribe/hifis-announce"
class=
"btn btn-outline-secondary"
title=
"Subscribe to HIFIS Announcements Letter - also unsubscribe"
>
Subscribe
<i
class=
"fas fa-bell"
></i></a>
<a
class=
"btn btn-outline-secondary"
href=
"{{ '/feed/news.xml' | relative_url }}"
title=
"Subscribe to HIFIS News Feed"
type=
"application/atom+xml"
download
>
RSS Feed
<i
class=
"fas fa-rss"
></i></a>
</section>
</div>
<div
class=
"frontpage-jumbotron"
>
<section>
<h1><i
class=
"far fa-calendar-alt"
aria-hidden=
"true"
></i>
Events
</h1>
<div
class=
"flex-content-wrapper"
>
{% assign sorted_events = site.events | sort: "start.date" %}
{% assign today = "now" | date: "%Y-%m-%d" %}
{% assign has_upcoming_events = false %}
{% for event in sorted_events %}
{% if event.start.date
<
today
or
event.registration_period.to
<
today
%}
{%
continue
%}
{%
else
%}
{%
assign
has_upcoming_events =
true
%}
{%
endif
%}
{%
include
frontpage
/
event-card.html
title =
event.excerpt
%}
{%
endfor
%}
{%
if
has_upcoming_events =
=
false
%}
<
article
class=
"list-entry"
>
<h1>
There are no upcoming events right now ... stay tuned.
</h1>
</article>
{% endif %}
</div>
</section>
</div>
<div
class=
"transition-block"
>
{% include transition.html direction="top" %}
@@ -61,25 +88,25 @@
<div
class=
"info-col"
>
<div
class=
"info-box"
>
<a
href=
"{% link mission/
index.html
%}"
class=
"btn btn-outline-primary"
>
<h3><i
class=
"fas fa-atom"
aria-hidden=
"true"
></i>
HIFIS Miss
ion
</h3>
<a
href=
"{% link mission/
publications.md
%}"
class=
"btn btn-outline-primary"
>
<h3><i
class=
"fas fa-atom"
aria-hidden=
"true"
></i>
Publications and Documentat
ion
</h3>
</a>
<p>
Our mission is to strengthen and develop the ICT competences of the whole Helmholtz Association.
We want to support you - as a scientist, Helmholtz employee or stakeholder of research projects.
</p>
<p>
See here for publications, documentations and presentations about HIFIS.
</p>
</div>
<div
class=
"info-box"
>
<a
href=
"{% link mission/
publications.md
%}"
class=
"btn btn-outline-primary"
>
<h3><i
class=
"fas fa-atom"
aria-hidden=
"true"
></i>
Documentation and Publications
</h3>
<a
href=
"{% link mission/
index.html
%}"
class=
"btn btn-outline-primary"
>
<h3><i
class=
"fas fa-atom"
aria-hidden=
"true"
></i>
HIFIS Mission and Structure
</h3>
</a>
<p>
See here for publications, documentations and presentations about HIFIS.
</p>
<p>
Our mission is to strengthen and develop the ICT competences of the whole Helmholtz Association.
Have a look at our internal structure and governance.
</p>
</div>
<div
class=
"info-box"
>
<a
href=
"
{% link partners.md %}
"
class=
"btn btn-outline-primary"
>
<h3><i
class=
"fas fa-
globe-europe
"
aria-hidden=
"true"
></i>
HIFIS Partners
</h3>
<a
href=
"
https://hifis.net/doc
"
class=
"btn btn-outline-primary"
>
<h3><i
class=
"fas fa-
atom
"
aria-hidden=
"true"
></i>
Technical Documentation
</h3>
</a>
<p>
Take a look
a
t
o
ur partners, within the Helmholtz Association and throughout the World
.
<p>
See here for
a
n
o
verview to Documentation and Policies
.
</p>
</div>
@@ -92,6 +119,22 @@
<p>
Get the latest updates of the HIFIS roadmap, summarizing our goals for the months
and years to come.
</p>
</div>
<div
class=
"info-box"
>
<a
href=
"{% link partners.md %}"
class=
"btn btn-outline-primary"
>
<h3><i
class=
"fas fa-globe-europe"
aria-hidden=
"true"
></i>
HIFIS Partners
</h3>
</a>
<p>
Take a look at our partners, within the Helmholtz Association and throughout the World.
</p>
</div>
<div
class=
"info-box"
>
<a
href=
"https://www.helmholtz.de/en/jobs_talent/job_vacancies/"
class=
"btn btn-outline-primary"
>
<h3><i
class=
"fas fa-atom"
aria-hidden=
"true"
></i>
Job Offers
</h3>
</a>
<p>
See here for job offers in Helmholtz and in the context of HIFIS.
</p>
</div>
</div>
</section>
Loading